Releases: sedaprotocol/seda-chain
Releases · sedaprotocol/seda-chain
v0.5.0-dev.6
0.5.0-dev.6 (2025-02-07)
Bug Fixes
- deps: update cometbft to v0.38.17 (d613069)
- fix wasm directory setup for export (4dee1bc)
- telemetry add all gas burned in tally end block (c49efe3)
Features
- chain seda prometheus metrics (d51c15b)
- x/data-proxy: add params query method (cffc998)
- x/tally: fully refund DRs resolved while contract is paused (9b59649)
- x/wasm-storage: add params query method (4a7ab45)
0.5.0-dev.5 (2025-01-31)
0.5.0-dev.4 (2025-01-29)
Features
- x/tally: new standard deviation filtering using big ints (360049c)
0.5.0-dev.3 (2025-01-28)
Bug Fixes
- x/tally: update tallyvm to v2.2.2 (69cf01f)
0.5.0-dev.2 (2025-01-27)
Bug Fixes
- utils: allow encryption key with allow-no-encryption flag set (33fc9e0)
0.5.0-dev.1 (2025-01-24)
Bug Fixes
- e2e: restore e2e test functionality (a7f71e6)
- staking: restore simulation testing functionality (56ecb8e)
- x/tally: improve parsing for std dev filter and add overflow protections (b147906)
- x/tally: pass outliers to tally VM in the correct format (3632095)
Features
- pubkey: support AES encryption of the seda_keys.json file (eb5c9ac), closes #368
- x/tally: store the exit message in the result for tallyvm errors (689954d), closes #454
- x/tally: update tallyvm and allow setting max result size (280f383)
0.5.0-dev.0 (2025-01-21)
Bug Fixes
- deps: update cosmos-sdk v0.50.11 (0fcc528)
- tally: return zero for filter gas used if filter has not been applied (f363304)
- x/tally: do not divide by 0 on extremely low gas limits (c2ba9a6)
- x/tally: fix tally gas used tracking (a59f7f5)
- x/tally: multiply commit gas cost with request gas price (7cc82fe)
- x/tally: outlier list is an inverted error list in case of consensus in error (60b8c2f)
- x/tally: use int64 concrete type for std dev filter and add length check of parsed numbers (0666253)
Features
- ante: allow free gas for eligible commit/reveal messages (59dca71)
- batching: add double batch signing evidence submission (c2937a1), closes #459
- tally: filter gas metering (03cb3c4)
- tally: query endpoint for module parameters (035b083)
- x/batching: change data result gas_used to uint128 (c7cf653)
- x/tally: data provider payout (a3826fd)
- x/tally: executor payout in case of divergent gas reporting (f36dec4)
- x/tally: executor payout in uniform case (618558f)
- x/tally: fixed payout to committers when data request expires (41ad8db)
- x/tally: fixed payout to committers when data request expires (94863f1)
- x/tally: fixed payout to committers when data request expires (15a9544)
0.4.0-dev.10 (2024-12-12)
Bug Fixes
- tally: publish correct tally completion event values (1939f59)
Features
- data-proxy: support amino signing for transactions (6b885fa)
0.4.0-dev.9 (2024-12-10)
Bug Fixes
- tally: add default genesis state (67f1956)
0.4.0-dev.8 (2024-12-10)
Features
- require secp256k1 pubkey registration for unjail (80b7e8e)
0.4.0-dev.7 (2024-12-10)
Bug Fixes
- ci: update dependency path for tallyvm version extraction (21b8884)
0.4.0-dev.6 (2024-12-09)
Bug Fixes
- batching: remove unused authority address (045e8a0)
- lint issues, upgrade lint ci to match local (9bb69f2)
- plugin: handle empty message filter env variable (896a0ef)
- pubkey: update buf and wrong query get path (82bd3a3)
- x/pubkey: minimum activation threshold percent is 67 (8de6b43)
- x/staking: fix cyclic dependence issue bw pubkey and staking keepers (69c8de1)
Features
- pubkey: params query (9a66b93)
- staking: create-validator and gentx with SEDA keys (7a5259d)
- tally: meter tally gas used and report total gas used (70cc106), closes #425
- x/pubkey: add proving scheme activation lag (a552fff)
- x/pubkey: jail validators when proivng scheme is activated (e5119ff)
- x/staking: flag --without-seda-keys for create-validator tx (4517b93)
0.4.0-dev.5 (2024-12-02)
Bug Fixes
- fix logic for getting latest signed batch (d2e9799)
- plugin: correctly process tree entry updates (fb6a7cf)
- signer: fix SEDA signer reload logic (31aa2c0)
Features
- batching: make dr_height part of the primary key (9e90765)
- plugin: add data request height to batch assignment ([6a1ea9a](https://gi...
v0.1.6
v0.5.0-dev.5
- Preparation for chaosnet by @hacheigriega in #482
Full Changelog: v0.5.0-dev.4...v0.5.0-dev.5
v0.5.0-dev.4
Features
- x/tally: new standard deviation filtering using big ints (360049c)
Full Changelog: v0.5.0-dev.3...v0.5.0-dev.4
v0.5.0-dev.3
v0.5.0-dev.2
Bug Fixes
- utils: allow encryption key with allow-no-encryption flag set (33fc9e0)
v0.5.0-dev.1
Bug Fixes
- e2e: restore e2e test functionality (a7f71e6)
- staking: restore simulation testing functionality (56ecb8e)
- x/tally: improve parsing for std dev filter and add overflow protections (b147906)
- x/tally: pass outliers to tally VM in the correct format (3632095)
Features
- pubkey: support AES encryption of the seda_keys.json file (eb5c9ac), closes #368
- x/tally: store the exit message in the result for tallyvm errors (689954d), closes #454
- x/tally: update tallyvm and allow setting max result size (280f383)
Full Changelog: v0.5.0-dev.0...v0.5.0-dev.1
v0.5.0-dev.0
Bug Fixes
- deps: update cosmos-sdk v0.50.11 (0fcc528)
- tally: return zero for filter gas used if filter has not been applied (f363304)
- x/tally: do not divide by 0 on extremely low gas limits (c2ba9a6)
- x/tally: fix tally gas used tracking (a59f7f5)
- x/tally: multiply commit gas cost with request gas price (7cc82fe)
- x/tally: outlier list is an inverted error list in case of consensus in error (60b8c2f)
- x/tally: use int64 concrete type for std dev filter and add length check of parsed numbers (0666253)
Features
- ante: allow free gas for eligible commit/reveal messages (59dca71)
- batching: add double batch signing evidence submission (c2937a1), closes #459
- tally: filter gas metering (03cb3c4)
- tally: query endpoint for module parameters (035b083)
- x/batching: change data result gas_used to uint128 (c7cf653)
- x/tally: data provider payout (a3826fd)
- x/tally: executor payout in case of divergent gas reporting (f36dec4)
- x/tally: executor payout in uniform case (618558f)
- x/tally: fixed payout to committers when data request expires (41ad8db)
- x/tally: fixed payout to committers when data request expires (94863f1)
- x/tally: fixed payout to committers when data request expires (15a9544)
Full Changelog: v0.4.0-dev.10...v0.5.0-dev.0
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.4.0-dev.10
What's Changed
- Upgrade iavl dependency by @hacheigriega in #438
- Improve tally error handling by @hacheigriega in #439
- Publish correct tally completion event values by @Thomasvdam in #441
- Support amino signing for data proxy transactions by @Thomasvdam in #442
- Allow all CORS requests when running locally with plugin by @Thomasvdam in #443
Full Changelog: v0.4.0-dev.9...v0.4.0-dev.10