Skip to content

Releases: EspressoSystems/espresso-network

20000101-test-release-workflow-3

17 Apr 09:55
c9d9329

Choose a tag to compare

Pre-release

What's Changed

  • consolidate operations and prepare for multisig routing by @alysiahuggins in #3875
  • fix(sequencer): disable default features in dependent crates by @sveitser in #3917
  • feat(staking-cli): add OpenMetrics support and fix flaky tests by @sveitser in #3926
  • refactor(staking-cli): simplify metadata args and add preview command by @sveitser in #3928
  • fix(staking-cli): eliminate anvil port race condition in tests by @sveitser in #3929
  • fix(staking-cli): improve metadata fetching robustness and error messages by @sveitser in #3933
  • [Bot] Audit fixes by @github-actions[bot] in #3924
  • refactor(staking-cli): move skip-metadata-validation to command args by @sveitser in #3937
  • Nix shell changes by @ss-es in #3919
  • Add .envrc sourcing .envrc.local by @ss-es in #3940
  • staking cli: Limit parallel futures for tx receipts to 32 by @imabdulbasit in #3946
  • increase catchup timeout to 2s and make it an env variable by @imabdulbasit in #3947
  • Spawn membership catchup every 100 views by @ss-es in #3959
  • fix(types): store unauthenticated validators by @sveitser in #3903
  • Add vote participation api by @lukaszrzasik in #3916
  • Fix Unnecessary Timeouts when View Change happens before Proposal Handling by @bfish713 in #3967
  • Remove portpicker race condition by @sveitser in #3932
  • fix(test): flaky CI fire fighting by @sveitser in #3972
  • fix: process-compose fails for v1.90.0 by @mrain in #3974
  • feat: mass (un)delegation in stake table contract by @sveitser in #3825
  • Add tests for vote participation by @lukaszrzasik in #3973
  • fix: disallow testing feature for release by @sveitser in #3982
  • add --stake-table-only flag to reset-storage binary to clear stake table data only by @imabdulbasit in #3979
  • fix(migrations): resolve duplicate migration version numbers after merge by @sveitser in #3985
  • truncate legacy tables by @imabdulbasit in #3989
  • make state query compatible with postgres 15 by @imabdulbasit in #3991
  • versions by @twittner in #3943
  • Use workspace dependencies everywhere. by @twittner in #3953
  • chore: retry another flaky test by @sveitser in #3984
  • CI: improve cargo audit fix bot by @sveitser in #3583
  • refactor(utils): centralize build/version info in sequencer-utils by @sveitser in #3988
  • Merge release candidate into main by @ss-es in #3993
  • Remove useless retries from upsert by @jbearer in #3999
  • expose ESPRESSO_SEQUENCER_LIBP2P_BOOTSTRAP_NODES in public env vars by @imabdulbasit in #4018
  • Fix SignerConfig parsing by @lukaszrzasik in #4006
  • Redesign sync_status and proactive scanner to minimize performance impact by @jbearer in #4017
  • [Bot] Audit fixes by @github-actions[bot] in #4023
  • Remove View and Epoch types from NodeTypes by @bfish713 in #3939
  • feat: storage backed reward Merkle tree by @mrain in #3936
  • Break sync_status query into multiple smaller transactions by @jbearer in #4029
  • Backport: Use proposal chain_config on version change in state update loop by @imabdulbasit in #4033
  • chore: batch friendly VID share validation by @mrain in #4038
  • Update to 2024 edition by @twittner in #3952
  • fix: activeness check before submitting light client state vote by @mrain in #4014
  • fix: ubuntu install without nix by @mrain in #4045
  • feat: deployment info tool for L1 deployments by @sveitser in #3795
  • chore: fix cargo fmt by @sveitser in #4049
  • Add an option to disable the scanner task by @jbearer in #4042
  • Backport some fixes to cliquenet. by @twittner in #4009
  • Use parking_lot::RwLock in UpgradeLock. by @twittner in #4050
  • Remove upgrade from HotShotConfig by @ss-es in #4046
  • feat(staking-cli): add --no-config flag to skip config file loading by @sveitser in #4057
  • fix(staking-cli): don't require --account-index with --private-key by @sveitser in #4007
  • Compatibility network layer and peer update handling. by @twittner in #3964
  • doc: VID common consistency check by @mrain in #4061
  • chore: update alloy and foundry by @sveitser in #4058
  • Merge release-mainnet-1.0.1-rc into main by @ss-es in #4055
  • fix: update rustls-webpki to 0.103.10 to resolve RUSTSEC-2026-0049 by @sveitser in #4066
  • Deduplicate payloads and VID common in database by @jbearer in #4043
  • Set default bind address for cliquenet by @jbearer in #4077
  • fix(go-sdk): replace external network dependencies with local dev node in tests by @sveitser in #4081
  • Support key generation from a mnemonic by @jbearer in #4078
  • refactor: remove Node.js dependency, replace with Rust calldata export by @sveitser in #4051
  • fix(test): use binary() filter for cross_tests! macro in nextest config by @sveitser in #4082
  • ci: add Claude Code GitHub Actions for PR review and interactive @claude by @sveitser in #4073
  • Initial Code Structure for Fast Finality RFC by @bfish713 in #4047
  • Ensure cliquenet uses at least 1 for channel capacity by @jbearer in #4089
  • doc: rephrase sequencer with proper words by @mrain in #4062
  • Add Timeouts and ViewChange by @bfish713 in #4084
  • Claude code review tweaks v1 by @sveitser in #4090
  • [new-protocol]: Use the current thread runtime in tokio tests. by @twittner in #4093
  • fix(ci): add GH_TOKEN to claude review fetch comments step by @sveitser in #4095
  • Try all L1 providers when missing transaction receipts by @imabdulbasit in #4097
  • fix(ci): correct bot login names in PR comment filter by @sveitser in #4098
  • Make batch requests when backfilling old data in query service by @jbearer in #4064
  • Add proposal validator by @twittner in #4102
  • Add DRB fix to 0.5 upgrade by @ss-es in #4100
  • Exclude VID shares from sync status by @jbearer in #4101
  • Break Merkle proof GC into b...
Read more

20000101-test-release-workflow-2

17 Apr 09:53
c9d9329

Choose a tag to compare

Pre-release

What's Changed

  • consolidate operations and prepare for multisig routing by @alysiahuggins in #3875
  • fix(sequencer): disable default features in dependent crates by @sveitser in #3917
  • feat(staking-cli): add OpenMetrics support and fix flaky tests by @sveitser in #3926
  • refactor(staking-cli): simplify metadata args and add preview command by @sveitser in #3928
  • fix(staking-cli): eliminate anvil port race condition in tests by @sveitser in #3929
  • fix(staking-cli): improve metadata fetching robustness and error messages by @sveitser in #3933
  • [Bot] Audit fixes by @github-actions[bot] in #3924
  • refactor(staking-cli): move skip-metadata-validation to command args by @sveitser in #3937
  • Nix shell changes by @ss-es in #3919
  • Add .envrc sourcing .envrc.local by @ss-es in #3940
  • staking cli: Limit parallel futures for tx receipts to 32 by @imabdulbasit in #3946
  • increase catchup timeout to 2s and make it an env variable by @imabdulbasit in #3947
  • Spawn membership catchup every 100 views by @ss-es in #3959
  • fix(types): store unauthenticated validators by @sveitser in #3903
  • Add vote participation api by @lukaszrzasik in #3916
  • Fix Unnecessary Timeouts when View Change happens before Proposal Handling by @bfish713 in #3967
  • Remove portpicker race condition by @sveitser in #3932
  • fix(test): flaky CI fire fighting by @sveitser in #3972
  • fix: process-compose fails for v1.90.0 by @mrain in #3974
  • feat: mass (un)delegation in stake table contract by @sveitser in #3825
  • Add tests for vote participation by @lukaszrzasik in #3973
  • fix: disallow testing feature for release by @sveitser in #3982
  • add --stake-table-only flag to reset-storage binary to clear stake table data only by @imabdulbasit in #3979
  • fix(migrations): resolve duplicate migration version numbers after merge by @sveitser in #3985
  • truncate legacy tables by @imabdulbasit in #3989
  • make state query compatible with postgres 15 by @imabdulbasit in #3991
  • versions by @twittner in #3943
  • Use workspace dependencies everywhere. by @twittner in #3953
  • chore: retry another flaky test by @sveitser in #3984
  • CI: improve cargo audit fix bot by @sveitser in #3583
  • refactor(utils): centralize build/version info in sequencer-utils by @sveitser in #3988
  • Merge release candidate into main by @ss-es in #3993
  • Remove useless retries from upsert by @jbearer in #3999
  • expose ESPRESSO_SEQUENCER_LIBP2P_BOOTSTRAP_NODES in public env vars by @imabdulbasit in #4018
  • Fix SignerConfig parsing by @lukaszrzasik in #4006
  • Redesign sync_status and proactive scanner to minimize performance impact by @jbearer in #4017
  • [Bot] Audit fixes by @github-actions[bot] in #4023
  • Remove View and Epoch types from NodeTypes by @bfish713 in #3939
  • feat: storage backed reward Merkle tree by @mrain in #3936
  • Break sync_status query into multiple smaller transactions by @jbearer in #4029
  • Backport: Use proposal chain_config on version change in state update loop by @imabdulbasit in #4033
  • chore: batch friendly VID share validation by @mrain in #4038
  • Update to 2024 edition by @twittner in #3952
  • fix: activeness check before submitting light client state vote by @mrain in #4014
  • fix: ubuntu install without nix by @mrain in #4045
  • feat: deployment info tool for L1 deployments by @sveitser in #3795
  • chore: fix cargo fmt by @sveitser in #4049
  • Add an option to disable the scanner task by @jbearer in #4042
  • Backport some fixes to cliquenet. by @twittner in #4009
  • Use parking_lot::RwLock in UpgradeLock. by @twittner in #4050
  • Remove upgrade from HotShotConfig by @ss-es in #4046
  • feat(staking-cli): add --no-config flag to skip config file loading by @sveitser in #4057
  • fix(staking-cli): don't require --account-index with --private-key by @sveitser in #4007
  • Compatibility network layer and peer update handling. by @twittner in #3964
  • doc: VID common consistency check by @mrain in #4061
  • chore: update alloy and foundry by @sveitser in #4058
  • Merge release-mainnet-1.0.1-rc into main by @ss-es in #4055
  • fix: update rustls-webpki to 0.103.10 to resolve RUSTSEC-2026-0049 by @sveitser in #4066
  • Deduplicate payloads and VID common in database by @jbearer in #4043
  • Set default bind address for cliquenet by @jbearer in #4077
  • fix(go-sdk): replace external network dependencies with local dev node in tests by @sveitser in #4081
  • Support key generation from a mnemonic by @jbearer in #4078
  • refactor: remove Node.js dependency, replace with Rust calldata export by @sveitser in #4051
  • fix(test): use binary() filter for cross_tests! macro in nextest config by @sveitser in #4082
  • ci: add Claude Code GitHub Actions for PR review and interactive @claude by @sveitser in #4073
  • Initial Code Structure for Fast Finality RFC by @bfish713 in #4047
  • Ensure cliquenet uses at least 1 for channel capacity by @jbearer in #4089
  • doc: rephrase sequencer with proper words by @mrain in #4062
  • Add Timeouts and ViewChange by @bfish713 in #4084
  • Claude code review tweaks v1 by @sveitser in #4090
  • [new-protocol]: Use the current thread runtime in tokio tests. by @twittner in #4093
  • fix(ci): add GH_TOKEN to claude review fetch comments step by @sveitser in #4095
  • Try all L1 providers when missing transaction receipts by @imabdulbasit in #4097
  • fix(ci): correct bot login names in PR comment filter by @sveitser in #4098
  • Make batch requests when backfilling old data in query service by @jbearer in #4064
  • Add proposal validator by @twittner in #4102
  • Add DRB fix to 0.5 upgrade by @ss-es in #4100
  • Exclude VID shares from sync status by @jbearer in #4101
  • Break Merkle proof GC into b...
Read more

20260203-staking-cli-mainnet

03 Feb 13:53
cf5cd27

Choose a tag to compare

What's Changed

Full Changelog: 20260130-mainnet-pos-contract-deploy...20260203-staking-cli-mainnet

20260130-mainnet-pos-contract-deploy

30 Jan 13:47
c94dea8

Choose a tag to compare

What's Changed

  • Add fetch leaves by range in light client by @Sneh1999 in #3867
  • Implement light client stake table fetching by @jbearer in #3858
  • fix(ci): free disk space for test jobs by @sveitser in #3881
  • feat(docs): publish smart contract docs to GitHub Pages by @sveitser in #3880
  • Add support for fetching headers in range by @Sneh1999 in #3882
  • Implement light client payload and namespace fetching and verification by @jbearer in #3876
  • Implement light client block height method by @jbearer in #3886
  • fix(docs): improve contract docs with custom landing page and fix links by @sveitser in #3888
  • Add token API endpoint for total supply by @ss-es in #3877
  • Fee contract upgrade by @alysiahuggins in #3850
  • [Bot] Audit fixes by @github-actions[bot] in #3893
  • Update L1 finalized block even when storing empty events list by @jbearer in #3900
  • Implement a non-consensus query node that reads data using the light client by @jbearer in #3902
  • feat(staking-cli): add private key signing and calldata export by @sveitser in #3894
  • docs: add AGENTS.md for AI coding agent guidance by @sveitser in #3914
  • Add testnet governance deployment and testing scripts by @alysiahuggins in #3870

Full Changelog: sdks/go/v0.3.4...20260130-mainnet-pos-contract-deploy

sdks/go/v0.3.4

07 Jan 21:36
02d2ef3

Choose a tag to compare

sdks/go/v0.3.4 Pre-release
Pre-release

What's Changed

  • Fix namespace range point in multi node client by @Sneh1999 in #3871

Full Changelog: sdks/go/v0.3.3...sdks/go/v0.3.4

sdks/go/v0.3.2

06 Jan 17:57
14d0401

Choose a tag to compare

sdks/go/v0.3.2 Pre-release
Pre-release

What's Changed

Full Changelog: 20251219-decaf-contract-deploy...sdks/go/v0.3.3

20251219-decaf-contract-deploy

09 Dec 13:23
38ba345

Choose a tag to compare

Min stake (#3832)

* min delegate amount (untested)

* min delegation amount tests

* set min delegate amount tests

* rust adapter for newly added method

* treat this governance event as unsupported in stake table impl for consensus

* fix: staking-cli tests with min delegation amount

* staking-cli: handle min delegation, add tests

---------

Co-authored-by: sveitser <sveitser@gmail.com>

sdks/go/v0.3.2

06 Oct 15:45
740a31f

Choose a tag to compare

What's Changed

  • Implement transaction streaming API

sdks/go/v0.3.1

27 Aug 21:33
c66c977

Choose a tag to compare

AF1.2.1 Improve error handling for transaction jobs (#3538)

* Add errorType

* Improve comments and move structs

* Simplify error types

* Use standard way of handling

* Fix test

* Restore success cases

20250826

26 Aug 20:09
bade453

Choose a tag to compare

What's Changed

Full Changelog: 2025082...2025082