Releases: EspressoSystems/espresso-sequencer
Releases · EspressoSystems/espresso-sequencer
20231222
What's Changed
- Weekly PR to bump flake.nix by @github-actions in #871
- Recreate HotShot deployment script and deploy contract by @jbearer in #877
- Fix Header::new and add tests by @jbearer in #869
- Update query service and improve SQL backend by @jbearer in #880
- Bump time from 0.3.30 to 0.3.31 by @dependabot in #881
- Bump anyhow from 1.0.75 to 1.0.76 by @dependabot in #884
- Bump async-trait from 0.1.74 to 0.1.75 by @dependabot in #885
- Fix tests that do not run locally by waiting for anvil endpoints to be up. by @philippecamacho in #883
- Reduce max_blocks in the commit task if we exceed the block gas limit by @nomaxg in #882
- Add a tool to reset persistent storage by @jbearer in #888
- Update/tide disco cargo update by @philippecamacho in #890
- Update Tide Disco and HotShot by @jbearer in #889
- feat: VID namespace
from_txs
support namespaces by @ggutoski in #891 - Make persistence options independent of query service by @jbearer in #893
- Make SQL data source more configurable by @jbearer in #896
Full Changelog: 2023121...2023122
20231219
What's Changed
- feat: Add new LightClient contract skeleton by @alxiong in #754
- feat: VID namespace impl QueryableBlock by @ggutoski in #776
- Implementation of the Stake table contract (register function) by @philippecamacho in #769
- chore: use mocks/ instead of stubs/ by @alxiong in #790
- Modularize API storage by @jbearer in #787
- feat: add tx table entry proofs to tx payload proof by @ggutoski in #796
- Implementation of
deposit
,requestExit
andwithdrawFunds
functions by @philippecamacho in #791 - Feat/update hotshot by @jbearer in #808
- Fix URL parsing in orchestrator and web servers by @jbearer in #813
- Fix local demo by @sveitser in #815
- Run natively with process-compose by @sveitser in #814
- Bump cachix/install-nix-action from 23 to 24 by @dependabot in #778
- Enable status API without full query API by @jbearer in #818
- Bump cachix/cachix-action from 12 to 13 by @dependabot in #779
- Bump github/combine-prs from 4.1.0 to 5.0.0 by @dependabot in #777
- Update query service by @jbearer in #828
- Update HotShot and query service by @jbearer in #831
- Bump itertools from 0.10.5 to 0.12.0 by @dependabot in #830
- Fix handling of config path by @jbearer in #832
- Update surf-disco by @jbearer in #837
- Update surf-disco by @jbearer in #840
- Feat/sql data source by @jbearer in #798
- Update HotShot by @jbearer in #844
- Weekly PR to bump flake.nix by @github-actions in #742
- Update contract bindings by @sveitser in #853
- Update HotShot by @jbearer in #855
- feat: Support tx proofs for truncated tx payloads and negative-length txs by @ggutoski in #846
- Refactor/t775 update dependency bn254 by @philippecamacho in #797
- Fix native demo by @jbearer in #860
- Bump zerocopy from 0.7.29 to 0.7.31 by @dependabot in #863
- Update HotShot, query service, and Tide Disco by @jbearer in #866
- Feat/t737 queue logic by @philippecamacho in #803
- Add batches for required CI jobs by @sveitser in #868
- Parameterize the WS polling interval by @rob-maron in #874
- Update HotShot by @jbearer in #875
- Update HotShot by @jbearer in #876
- feat: Support block payloads that are too small to hold the entire tx table by @ggutoski in #870
Full Changelog: 2023112...2023121
20231121
What's Changed
- New deployment by @jbearer in #750
- Bump serde from 1.0.188 to 1.0.192 by @dependabot in #736
- Make commitment task logs less noisy by @jbearer in #753
- feat: add PlonkVerifier contracts and tests by @alxiong in #722
- chore: update binding command and allow warning for sol tests by @alxiong in #755
- Set CARGO_TARGET_DIR in nix dev shell by @sveitser in #752
- feat: build block payload bytes from tx iterator by @ggutoski in #756
- Fix submodule git permissions by @Ancient123 in #764
- Add nixpkgs-fmt pre-commit hook by @sveitser in #762
- CI: pin foundry version to working commit by @sveitser in #766
- Add non-nix installation instructions by @sveitser in #765
- feat: add Stake Table contract API by @alxiong in #748
- Don't use
NonceManagerMiddleware
in commitment task by @jbearer in #770
New Contributors
Full Changelog: 2023111...2023112
20231114
What's Changed
- New deployment by @jbearer in #694
- Configurable chain ID for Anvil utility by @jbearer in #696
- Update CODEOWNERS by @ImJeremyHe in #695
- New deployment by @jbearer in #699
- Remove example-l2 by @ImJeremyHe in #655
- Abandon infinite retry loop for contract calls by @jbearer in #703
- refactor: switch to more foundry-native setup/tools by @alxiong in #664
- Point at HotShot main by @jbearer in #708
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #652
- Bump docker/build-push-action from 4 to 5 by @dependabot in #651
- Weekly PR to bump flake.nix by @github-actions in #697
- Non static dockers and build updates by @Ancient123 in #711
- Optimize docker builds by @Ancient123 in #712
- Add an endpoint to get the address of HotShot contract by @ImJeremyHe in #707
- Add rust cache to static build by @Ancient123 in #713
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #716
- Bump docker/build-push-action from 4 to 5 by @dependabot in #715
- Weekly PR to bump flake.nix by @github-actions in #714
- Weekly PR to bump flake.nix by @github-actions in #719
- Add temporary route to return block header by @nomaxg in #728
- Bump github/combine-prs from 4.0.0 to 4.1.0 by @dependabot in #730
- Weekly PR to bump flake.nix by @github-actions in #726
- fix typos in comments by @GoodDaisy in #732
- Bump rustix from 0.37.24 to 0.37.25 by @dependabot in #718
- Update bindings, fix CI by @sveitser in #739
- Get more information out of contracts workflow by @jbearer in #738
- Fix Nix flake on OSX by @jbearer in #740
- Make L1 client more resilient. by @jbearer in #749
New Contributors
- @GoodDaisy made their first contribution in #732
Full Changelog: 20231005.2...2023111
20231005.2
patch hotshot to new fixes (#693)
20231005: point back to main (#692)
Signed-off-by: nomaxg <[email protected]>
20231003
Merge pull request #648 from EspressoSystems/feat/block-scanner Block scanner improvements
20230930: Fkrell/cargo lock (#642)
* Updating hotshot dependency * updating hotshot dependency to rev 05d28c70b38f06bf85b79a683d543be6d1e52fb5 --------- Co-authored-by: Fernando Krell <[email protected]>
20230928: Merge pull request #595 from EspressoSystems/fkrell/block_scanner
Fkrell/block scanner