Skip to content

Commit 04270c4

Browse files
authored
chore: update changelog for v27 (#3488)
1 parent 2bcd4f5 commit 04270c4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

changelog.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@
66

77
* [3461](https://github.com/zeta-chain/node/pull/3461) - add new 'ConfirmationParams' field to chain params to enable multiple confirmation count values, deprecating `confirmation_count`
88

9+
### Refactor
10+
11+
* [3381](https://github.com/zeta-chain/node/pull/3381) - split Bitcoin observer and signer into small files and organize outbound logic into reusable/testable functions; renaming, type unification, etc.
12+
913
### Tests
1014

1115
* [3430](https://github.com/zeta-chain/node/pull/3430) - add simulation test for MsgWithDrawEmission
1216

17+
## v27.0.1
18+
19+
### Fixes
20+
21+
* [3460](https://github.com/zeta-chain/node/pull/3460) - add `group`,`gov`,`params`,`consensus`,`feemarket` ,`crisis`,`vesting` modules to the cosmos interface registry to enable parsing of tx results.
22+
1323
## v27.0.0
1424

1525
### Breaking Changes
@@ -25,13 +35,9 @@
2535
* [3358](https://github.com/zeta-chain/node/pull/3358) - register aborted CCTX for Bitcoin inbound that carries insufficient depositor fee
2636
* [3368](https://github.com/zeta-chain/node/pull/3368) - cli command to fetch inbound ballot from inbound hash added to zetatools.
2737
* [3425](https://github.com/zeta-chain/node/pull/3425) - enable inscription parsing on Bitcoin mainnet
28-
29-
### Refactor
30-
3138
* [3332](https://github.com/zeta-chain/node/pull/3332) - implement orchestrator V2. Move BTC observer-signer to V2
3239
* [3360](https://github.com/zeta-chain/node/pull/3360) - update protocol contract imports using consolidated path
3340
* [3349](https://github.com/zeta-chain/node/pull/3349) - implement new bitcoin rpc in zetaclient with improved performance and observability
34-
* [3381](https://github.com/zeta-chain/node/pull/3381) - split Bitcoin observer and signer into small files and organize outbound logic into reusable/testable functions; renaming, type unification, etc.
3541
* [3390](https://github.com/zeta-chain/node/pull/3390) - orchestrator V2: EVM observer-signer
3642
* [3426](https://github.com/zeta-chain/node/pull/3426) - use protocol contracts V2 with Bitcoin deposits
3743
* [3326](https://github.com/zeta-chain/node/pull/3326) - improve error messages for cctx status object

0 commit comments

Comments
 (0)