Releases: sedaprotocol/seda-chain
Releases · sedaprotocol/seda-chain
v0.4.0-dev.4
What's Changed
- fix(abci): Remove double keccak256 hashing when signing batches by @hacheigriega in #410
Full Changelog: v0.4.0-dev.3...v0.4.0-dev.4
v0.4.0-dev.3
What's Changed
- fix(batching): fix issue where hash used dataRoot instead of superRoot by @FranklinWaller in #408
Full Changelog: v0.4.0-dev.2...v0.4.0-dev.3
v0.4.0-dev.2
What's Changed
- Publish batch events by @Thomasvdam in #401
- Publish batch validator entry events by @Thomasvdam in #403
- Store correct validator operator address by @Thomasvdam in #404
- refactor(x/batching): use geth library for ECDSA signing by @hacheigriega in #405
- fix: zero hash invalid hex by @hacheigriega in #406
Full Changelog: v0.4.0-dev.1...v0.4.0-dev.2
v0.4.0-dev.1
What's Changed
- Skip vote extension bytes in RequestFinalizeBlock by @Thomasvdam in #387
- Convert uint64 to string by @Thomasvdam in #389
- refactor: improve batch queries by @hacheigriega in #386
- fix (batching): only consider batch signatures from votes with
BlockIDFlagCommit
by @hacheigriega in #390 - refactor(x/wasm-storage): rename data request wasm to oracle program by @hacheigriega in #393
- Update core contract deploy script by @Thomasvdam in #396
- chore: data result json matches old contract by @gluax in #399
- feat: update cosmwasm by @gluax in #398
- feat(x/batching): skip batches with no updates by @hacheigriega in #394
- feat(x/tally): expire data requests by @hacheigriega in #400
Full Changelog: v0.4.0-dev.0...v0.4.0-dev.1
v0.4.0-dev.0
Bug Fixes
- catch not found err in GetDataResult (820ecdb)
- fix data result hasher (07a764c)
- fix logic for data result status update (72fecc7)
- fixing import disappearance due to linting (0539781)
- fixing import disappearance due to linting (1ddf2ec)
- GetDataResults bug (36c8eec)
- incorrect offset calculation (f760394)
- plugin: add connection reset retry logic to SQS client (4439475), closes #362
- rename SudoPostDataResult to SudoRemoveDataRequest (eeae360)
- tally: remove duplicate import (b4c6621)
- tally: remove length check on reveal Salt (a8bf2ee)
Features
- Add SEDA Keys (9106ad3)
- batch number assignment and data result query (6f7747a)
- batching module (5923716)
- complete batch signature persistence with validation and consolidate abci handlers (7e9a637)
- data result store in x/batching and corresponding refactors (32e3648)
- General vote extension structure for batch voting (eadd391)
- genesis export import support (3324c5c)
- implement data result hashing and complete data result store migration to module (819f81c)
- persisting batch signatures (3da4a69)
- pkr -> init module (f3159e4)
- plugin: publish data result events (bba941f), closes #371
- plugin: publish oracle program events (5f09a84), closes #289
- validator merkle tree (cb30e0e)
v0.3.0-dev.3
What's Changed
- chore: upgrade tally vm to v1.2.0 by @Thomasvdam in #361
Full Changelog: v0.3.0-dev.2...v0.3.0-dev.3
v0.3.0-dev.2
What's Changed
- chore: Upgrade tally vm to v1.1.3 by @hacheigriega in #358
Full Changelog: v0.3.0-dev.1...v0.3.0-dev.2
v0.3.0-dev.1
What's Changed
- chore: bump tallyvm version to v1.1.1 #358
Full Changelog: v0.3.0-dev.0...v0.3.0-dev.1
v0.3.0-dev.0
What's Changed
- chore(plugin): discard block events with empty amount attribute by @99adarsh in #304
- Move to regular queue by @Thomasvdam in #312
- refactor: Add tally module and refactor wasm types by @hacheigriega in #311
- fix: Export genesis fix by @hacheigriega in #319
- fix: Adding build tag for Rosetta by @hacheigriega in #321
- feat: Post data results in batch and lint imports by @hacheigriega in #323
- docs: Add Swagger docs by @hacheigriega in #326
- refactor: Refactor module error handling by @hacheigriega in #333
- fix: Fix empty event issue when storing wasms by @hacheigriega in #335
- fix: Fix unit tests and remove unused packages by @hacheigriega in #338
- Data Proxy registry module by @Thomasvdam in #339
- chore: Update dependencies by @hacheigriega in #343
- refactor: Disable data request wasm expiration by @hacheigriega in #346
- Publish data proxy messages by @Thomasvdam in #348
- Correct the module name in data-proxy params messages by @Thomasvdam in #350
- feat: Pass additional env variables to tally VM by @hacheigriega in #349
- feat: Add basic consensus check to support data proxy tally by @hacheigriega in #344
New Contributors
Full Changelog: v0.2.0-dev.3...v0.3.0-dev.0
v0.2.0-dev.3
What's Changed
- feat: Refactor filtering and adding std dev filter by @hacheigriega in #300
- refactor: Various refactoring chores by @hacheigriega in #308
Full Changelog: v0.2.0-dev.2...v0.2.0-dev.3