Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 19:34
de04d53

What's Changed

  • feat: implement support for Osmosis EIP-1559 by @jtieri in #1412
  • chore: update CODEOWNERS file by @jtieri in #1415
  • Change version in README.MD from 2.4.0 to 2.5.2 by @Sr20dem in #1424
  • fix(logging): displays correct chain info when query IBC header fails by @AntiTyping in #1423
  • chore: add chain and client ids to incomplete flush log output by @jtieri in #1428
  • ci: broken links & spelling by @Reecepbcups in #1431
  • fix: wallet balance metric occasionally reporting false 0 amounts by @boojamya in #1433
  • chore: update dependency versions by @jtieri in #1435
  • build(deps): bump github.com/cosmos/cosmos-sdk from 0.50.4 to 0.50.5 by @dependabot in #1421
  • build(deps): bump github.com/cosmos/cosmos-sdk from 0.50.4 to 0.50.5 in /interchaintest by @dependabot in #1422
  • feat: add the ability to query the hash associated with an IBC denom trace by @jtieri in #1436
  • chore: update Penumbra proto generated code and fix import paths by @jtieri in #1437
  • Skip to current height after hitting stuck packet end height by @boojamya in #1442
  • build(deps): bump github.com/cosmos/ibc-go/v8 from 8.1.1 to 8.2.0 by @dependabot in #1440
  • build(deps): bump github.com/cosmos/ibc-go/v8 from 8.1.1 to 8.2.0 in /interchaintest by @dependabot in #1441
  • fix: update query path for getAnchor in Penumbra provider by @jtieri in #1443
  • fix: perform upper and lower bounds check on unbonding value before casting from uint64 to int64 by @jtieri in #1444
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #1448
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /interchaintest by @dependabot in #1449
  • fix: avoid counterparty recv packet message get removed before open channel by @mmsqe in #1455
  • build(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 by @dependabot in #1453
  • build(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 in /interchaintest by @dependabot in #1454
  • build(deps): bump github.com/ethereum/go-ethereum from 1.13.14 to 1.13.15 in /interchaintest by @dependabot in #1458
  • build(deps): bump github.com/ethereum/go-ethereum from 1.13.14 to 1.13.15 by @dependabot in #1459
  • ci: update github action versions for codeql-analysis.yml by @jtieri in #1460
  • docs: update CODEOWNERS to reference entire strangelove_relayer_maintain team by @jtieri in #1463
  • chore: update Penumbra protos by @jtieri in #1466
  • feat: multiple balance query by @neitdung in #1461
  • chore: update penumbra protos to v0.78 by @jtieri in #1474
  • chore: fix comment by @hattizai in #1476
  • refactor: simplify error by @cuiweixie in #1480
  • refactor: return err directly by @cuiweixie in #1481
  • feat: redundant rpcs by @joelsmith-2019 in #1467
  • chore: add help target to display the usage of all targets by @Halimao in #1484
  • chore: fix some comments by @tongjicoder in #1485
  • feat: add default entrypoint for the container image by @onur-ozkan in #1473
  • refactor(all): use errors.New to replace fmt.Errorf with no parameters by @yukionfire in #1483
  • feat: disables debug server by default by @AntiTyping in #1496
  • build(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /interchaintest by @dependabot in #1487
  • build(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in #1477
  • build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 in /interchaintest by @dependabot in #1491
  • build(deps): bump github.com/cometbft/cometbft from 0.38.6 to 0.38.8 by @dependabot in #1478
  • build(deps): bump github.com/cometbft/cometbft from 0.38.6 to 0.38.8 in /interchaintest by @dependabot in #1499
  • docs: update our CODE_OF_CONDUCT.md by @jtieri in #1498
  • refactor: alternate consensus engines by @Reecepbcups in #1490
  • fix: fetch gas-prices from the chain config if provided by @freak12techno in #1508
  • feat: add separate flag for metrics by @AntiTyping in #1504
  • Fix typo: MsgChannelCloseConfim to MsgChannelCloseConfirm by @shubh7791 in #1509
  • chore: bump cosmos sdk and cometbft-client by @Lazar955 in #1524

New Contributors

Full Changelog: v2.5.3...v2.6.0-rc.2