v0.1.0-alpha
Pre-release
Pre-release
First alpha release introduces
- Sub-second tx latency
- Block batching
- State updates writes/sync from dymension settlement layer (SL)
- read and write to/from DA layer
What's Changed
- Omritoptix/block batch by @omritoptix in #17
- Omritoptix/settlement by @omritoptix in #25
- Added contrib directory and pre-commit config. by @omritoptix in #28
- Cleaned batch struct and created a dedicated settlement batch struct … by @omritoptix in #31
- refactor - change da to handle batche type vs block type. by @omritoptix in #33
- Omritoptix/21 sync mechanism by @omritoptix in #44
- Added functionallity to create a batch and submit it to the DA. by @omritoptix in #46
- Added write batch to SL functionallity. by @omritoptix in #47
- Removed the headers gossip from the publishBlock by @omritoptix in #51
- Added an option to configure block time and support 0 block time. by @omritoptix in #54
- Omritoptix/53 sl mock persistent store by @omritoptix in #55
- Replaced optimint with dymint and remove irrelevant docs. by @omritoptix in #57
- Fix RPC endpoints and support light client by @ItzhakBokris in #60
- Remove statue-copy redundancy by @ItzhakBokris in #61
- Empty height should returns the latest height by @ItzhakBokris in #68
- Save block times in nanoseconds instead of seconds by @ItzhakBokris in #65
- Fix: bug with syncTarget initialization. by @omritoptix in #69
- Added a basic integration with dymension settlement layer by @omritoptix in #76
- feat: sync state from settlement layer state update events by @omritoptix in #79
- add go instructions to readme by @shaolin-flow in #80
- feat: sync from events vs optimistically by @omritoptix in #84
- fix: Changed cosmosclient to sign transaction using dymint signer by @omritoptix in #82
- fix: bug with missing param when fetching specific state index from SL by @omritoptix in #86