Skip to content

Latest commit

 

History

History
128 lines (76 loc) · 4.82 KB

CHANGELOG-Agoric.md

File metadata and controls

128 lines (76 loc) · 4.82 KB

Changelog (Agoric fork)

Unreleased

API Breaking

Bug Fixes

  • (baseapp) #338 Make sure we don't execute blocks beyond the halt height. Restored from #305 but compatible with older SIGINT, SIGTERM logic

v0.46.16-alpha.agoric.2.4 - 2024-04-19

Improvements

  • (server) #419 More unit tests for flag vs toml precedence for ABCI client type.

v0.46.16-alpha.agoric.2.3 - 2024-04-17

Improvements

  • (baseapp) #415 Unit tests and documentation for event history.
  • (server) #416 Config entry to select ABCI client type.

Bug Fixes

  • (baseapp) #415 Avoid duplicates in event history.

v0.46.16-alpha.agoric.2.2 - 2024-04-12

Improvements

  • (server) #409 Flag to select ABCI client type.
  • (deps) #412 Bump iavl to v0.19.7

Bug Fixes

  • (baseapp) #413 Ignore events from simulated transactions

v0.46.16-alpha.agoric.2.1 - 2024-03-08

Improvements

  • (auth) #407 Configurable fee collector module account in DeductFeeDecorator. (backport #407)

v0.46.16-alpha.agoric.2 - 2024-02-08

Bug Fixes

  • (crypto) #19371 Avoid cli redundant log in stdout, log to stderr instead.

v0.46.16-alpha.agoric.1 - 2024-02-05

Bug Fixes

v0.45.16-alpha.agoric.3 - 2023-12-04

  • (vesting) #342 recipient can return clawback vesting grant to funder

v0.45.16-alpha.agoric.2 - 2023-11-08

Bug Fixes

  • (baseapp) #337 revert #305 which causes test failures in agoric-sdk

v0.45.16-alpha.agoric.1 - 2023-09-22

Improvements

Bug Fixes

v0.45.11-alpha.agoric.2 - 2023-03-23

Improvements

  • (snapshot) #13400 Fix snapshot checksum issue in golang 1.19.

API Breaking Changes

  • (store) #11825 Make extension snapshotter interface safer to use, renamed the util function WriteExtensionItem to WriteExtensionPayload.