v2.6.0-rc.1
Pre-release
Pre-release
What's Changed
Features
- implement support for Osmosis EIP-1559 by @jtieri in #1412
- add the ability to query the hash associated with an IBC denom trace by @jtieri in #1436
- multiple balance query by @neitdung in #1461
- redundant rpcs by @joelsmith-2019 in #1467
- add default entrypoint for the container image by @onur-ozkan in #1473
- disables debug server by default by @AntiTyping in #1496
- add separate flag for metrics by @AntiTyping in #1504
Fixes
- displays correct chain info when query IBC header fails by @AntiTyping in #1423
- wallet balance metric occasionally reporting false 0 amounts by @boojamya in #1433
- skip to current height after hitting stuck packet end height by @boojamya in #1442
- update query path for getAnchor in Penumbra provider by @jtieri in #1443
- perform upper and lower bounds check on unbonding value before casting from uint64 to int64 by @jtieri in #1444
- avoid counterparty recv packet message get removed before open channel by @mmsqe in #1455
- fetch gas-prices from the chain config if provided by @freak12techno in #1508
- MsgChannelCloseConfim to MsgChannelCloseConfirm by @shubh7791 in #1509
Chores
- update CODEOWNERS file by @jtieri in #1415
- change version in README.MD from 2.4.0 to 2.5.2 by @Sr20dem in #1424
- add chain and client ids to incomplete flush log output by @jtieri in #1428
- broken links & spelling by @Reecepbcups in #1431
- update dependency versions by @jtieri in #1435
- update Penumbra proto generated code and fix import paths by @jtieri in #1437
- update github action versions for codeql-analysis.yml by @jtieri in #1460
- update CODEOWNERS to reference entire strangelove_relayer_maintain team by @jtieri in #1463
- update Penumbra protos by @jtieri in #1466
- update penumbra protos to v0.78 by @jtieri in #1474
- fix comment by @hattizai in #1476
- simplify error by @cuiweixie in #1480
- return err directly by @cuiweixie in #1481
- add
help
target to display the usage of all targets by @Halimao in #1484 - fix some comments by @tongjicoder in #1485
- use
errors.New
to replacefmt.Errorf
with no parameters by @yukionfire in #1483 - update our CODE_OF_CONDUCT.md by @jtieri in #1498
- alternate consensus engines by @Reecepbcups in #1490
New Contributors
- @neitdung made their first contribution in #1461
- @hattizai made their first contribution in #1476
- @cuiweixie made their first contribution in #1480
- @joelsmith-2019 made their first contribution in #1467
- @Halimao made their first contribution in #1484
- @tongjicoder made their first contribution in #1485
- @onur-ozkan made their first contribution in #1473
- @yukionfire made their first contribution in #1483
- @freak12techno made their first contribution in #1508
- @shubh7791 made their first contribution in #1509
Full Changelog: v2.5.2...v2.6.0-rc.1