Files
hermez-node/common
Eduard S e731b79e96 Fix exit table, set delayed_withdrawn in exits
- In exit table, `instant_withdrawn`, `delayed_withdraw_request`, and
  `delayed_withdrawn` were referencing batch_num.  But these actions happen
  outside a batch, so they should reference a block_num.
- Process delayed withdrawns:
    - In Synchronizer, first match a Rollup delayed withdrawn request, with the
      WDelayer deposit (via TxHash), and store the owner and token associated
      with the delayed withdrawn.
    - In HistoryDB: store the owner and token of a delayed withdrawal request
      in the exit_tree, and set delayed_withdrawn when the withdraw is done in
      the WDelayer.
- Update dependency of sqlx to master
    - Last release of sqlx is from 2018 October, and it doesn't support
      `NamedQuery` with a slice of structs, which is used in this commit.
2020-11-13 16:53:16 +01:00
..
2020-09-22 18:01:14 +02:00
2020-11-10 13:47:18 +01:00
2020-11-03 11:26:23 +01:00
2020-09-21 15:10:01 +02:00
2020-11-06 15:24:12 +01:00
2020-11-06 15:24:12 +01:00
2020-10-05 17:00:10 +02:00
2020-10-21 16:34:54 +02:00
2020-10-08 16:42:16 +02:00
2020-10-22 12:22:08 +02:00
2020-10-27 17:59:18 +01:00