This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Norway pre-release
Pre-release
Pre-release
What's Changed
- Add depth parameter to StoredMerkleTree by @duckception in #286
- Handle dispute on the first commitment after genesis batch by @b-tarczynski in #287
- Allow for syncing commitments without transactions by @b-tarczynski in #288
- Add sync benchmark by @marik-d in #278
- Add rollback handling logic to sync_loop diagram by @msieczko in #291
- Dispute commitments with invalid fee receiver token ID by @b-tarczynski in #292
- Divide Storage methods across new structs by @duckception in #289
- Ignore NewBatch events corresponding to already rolled back batches by @b-tarczynski in #295
- Handle syncing commitments with from/to state IDs that does not exist by @b-tarczynski in #297
- Make test config use static values by @b-tarczynski in #298
- Handle disputes submitted by other commanders by @b-tarczynski in #290
- Handle syncing commitments with nonexistent fee receiver by @msieczko in #294
- Test syncing transfer with nonexistent receiver by @b-tarczynski in #300
- Migrate ChainState to Badger by @duckception in #299
- Upgrade Geth to v1.10.7 (London) and re-enable generate CI by @msieczko in #301
- Add script for generating chain-spec.yaml file by @duckception in #293
- Fix Dockerfile and E2E test after CLI changes by @msieczko in #302
- Add script for loading chain-spec file by @duckception in #296
- Use in-memory db for deploying smart contracts by @duckception in #303
- Make E2E test work after chain-spec loading changes by @msieczko in #306
- Specify gas limit for dispute transactions by @duckception in #305
Full Changelog: v0.3.0...v0.4.0-rc1