Sequencer 0.9.0
Pre-release
Pre-release
What's Changed
- feat(core): add
SignedTransaction::sha256_of_proto_encoding()
method by @noot in #687 - fix(sequencer): fix
FungibleTokenPacketData
decoding by @noot in #686 - feat(sequencer): transfer fees to block proposer instead of burning by @noot in #690
- chore: update licenses by @joroshiba in #706
- feat(sequencer, cli)!: update balance queries to return every asset owned by account by @noot in #683
- feat(sequencer)!: use
IbcComponent
and penumbraHostInterface
by @noot in #700 - refactor(core)!: move fee asset from
UnsignedTransaction
toSequenceAction
andTransferAction
by @noot in #719 - feat(sequencer)!: add
ibc_sudo_address
to genesis, only allowIbcRelay
actions from this address by @noot in #721 - feat(conductor, core, proto)!: add firm block syncing by @SuperFluffy in #691
- fix(core, conductor): relax size requirements of hash buffers by @SuperFluffy in #709
- feat(telemetry)!: use opentelemetry by @SuperFluffy in #656
- chore: build all binaries, fix pr title ci by @joroshiba in #728
- chore: split protos into multiple buf repos by @joroshiba in #732
- fix(core): replace allocating display impl by @noot in #738
- feat(sequencer)!: allow specific assets for fee payment by @noot in #730
- feat(sequencer)!: add fee for
Ics20Withdrawal
action by @noot in #733 - chore(ci): bump rust to 1.76, cargo-chef to 0.1.63 by @SuperFluffy in #744
- chore!: upgrade to penumbra release 0.66 by @joroshiba in #741
- feat!: metrics setup, and first metrics by @joroshiba in #739
- feat(sequencer): add
ibc_relayer_addresses
list and allow modifications viaibc_sudo_address
by @noot in #737 - chore: upgrade metrics to latest by @joroshiba in #750
- fix(ci): fixes docker builds by @joroshiba in #756
- feat!: add pretty-printing to stdout by @SuperFluffy in #736
- feat(sequencer): implement ability to update fee assets using sudo key by @noot in #752
- refactor(sequencer): move ibc-related code to its own module by @noot in #757
- feat: print build info in all services by @SuperFluffy in #753
- release: composer 0.4, conductor 0.12, sequencer 0.9, relayer 0.10 by @joroshiba in #760
New Contributors
- @mycodecrafting made their first contribution in #705
Full Changelog: sequencer-v0.8.0...sequencer-v0.9.0