Files
hermez-node/common
Eduard S 6e4b9b4b70 Update Synchronizer (node) implementation
- node:
    - Extend config to add initial variables of the smart contracts used as
      defaults before they are changed via events.
    - In stopped channels, set size 1 so that panics are not witheld until the
      node stops completely.
- common:
    - In Smart Contract variables, comment:
      - `WDelayerVariables.HermezRollupAddress` because it's not needed.
      - `RollupVariables.Buckets` because there are no events for it, and for
        now it's not used.
- historydb:
    - Add functions to get and set smart contract variables.
- db:
    - Add `Rollback` function in `utils.go` to reduce boilerplate in sql
      transaction rollbacks in defers in db functions.
    - Update `rollup_vars` and `auction_vars` (renamed from `consensus_vars`)
      table, and add `wdelayer_vars` table.
- synchronizer:
    - Synchronize WDelayer
    - Handle SC variables properly
- test/ethclient:
    - Add essential implementation of WDelayer
2020-11-04 15:12:51 +01:00
..
2020-09-22 18:01:14 +02:00
2020-10-26 16:22:40 +01:00
2020-09-22 18:01:14 +02:00
2020-11-03 11:26:23 +01:00
2020-11-03 11:26:23 +01:00
2020-09-21 15:10:01 +02:00
2020-10-05 17:00:10 +02:00
2020-10-27 17:59:18 +01: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