This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
v0.2.0
Pre-release
Pre-release
What's Changed
- Added sync_loop.png by @marik-d
- Add a Postman environment for the 2nd Apps AWS machine by @msieczko in #205
- Move middleware package to api/ by @msieczko in #207
- Parse account public key from calldata by @marik-d in #208
- Upgrade contracts by @marik-d in #209
- Use a separate DB transaction for each synced batch by @msieczko in #210
- Add signature validation to batch sync by @b-tarczynski in #206
- Move transactionExecutor and associated methods to its own package by @b-tarczynski in #211
- Reject transfers with zero amount in sendTransaction endpoint by @b-tarczynski in #213
- Verify commitment root of batch #0 after fetching remote chain state by @b-tarczynski in #212
- Remove version service from linter config by @duckception in #214
- Merkle tree by @marik-d in #215
- Make rollup loop fetch a limited number of pending transactions by @duckception in #201
- Stop applying transfers when syncing on first failed transfer by @b-tarczynski in #216
- removed domain for key handling by @philsippl in #219
- Add CI step that deploys hubble-commander to Kubernetes cluster by @gvidon in #217
- Refactor methods for creating commitments by @msieczko in #220
- Add DisputeTransition smart contracts wrappers by @b-tarczynski in #221
- Calculate commitment inclusion proof of previous commitment by @duckception in #222
- Establish fee receiver on the level of create commitment methods by @msieczko in #225
- Calculate commitment inclusion proof of target commitment by @b-tarczynski in #223
- Rename tokenIndex -> tokenID everywhere by @msieczko in #226
- Implement missing validations and create custom error type by @duckception in #218
- Add RevertToForDispute method by @b-tarczynski in #224
- Return witness from StateTree.Set by @marik-d in #228
- Double instances setup with bootstrap node URL by @gvidon in #227
- Refactor sync methods to use generic transaction types by @marik-d in #229
- Logging with logrus by @marik-d in #232
Full Changelog: v0.1.0-rc3...v0.2.0