Skip to content

chore: release#500

Merged
lpahlavi merged 7 commits intomainfrom
release-plz-2025-10-20T17-38-18Z
Oct 21, 2025
Merged

chore: release#500
lpahlavi merged 7 commits intomainfrom
release-plz-2025-10-20T17-38-18Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 20, 2025

🤖 New release

  • evm_rpc_types: 2.1.0 -> 3.0.0 (✓ API compatible changes)
  • evm_rpc_client: 0.1.0
  • evm_rpc: 2.5.0 -> 2.6.0 (✓ API compatible changes)
Changelog

evm_rpc_types

3.0.0 - 2025-10-20

Added

  • Add conversions between several types in this crate and the corresponding alloy types. These conversions are only available with the alloy feature (#465, #466, #467, #476).
  • Breaking: Add root and cumulativeGasUsed fields to TransactionsReceipt type (#474)

evm_rpc_client

0.1.0 - 2025-10-20

Added

  • Add methods to modify RPC config to RequestBuilder (#494)
  • Add alloy feature flag to evm_rpc_client (#484)
  • Add new json_request endpoint (#477)
  • Add client support for eth_getTransactionReceipt (#476)
  • Add eth_sendRawTransaction client support (#467)
  • Add client support for eth_call (#466)
  • Add client support for eth_getTransactionCount (#465)
  • Add support for eth_feeHistory to client (#460)
  • Add support for eth_getBlockByNumber to client (#459)
  • Add EVM RPC canister client (#447)

evm_rpc

2.6.0 - 2025-10-20

Added

  • Add support for root and cumulativeGasUsed fields in eth_getTransactionReceipt response (#474)
  • Add new json_request endpoint and deprecate existing request endpoint (#477)

Changed

  • Update ic-cdk to v0.18.7 (#489)
  • Update dfx to v0.29.0 (#490)
  • Cleanup unused dependencies (#491)

Removed

  • Breaking: Remove getMetrics endpoint, this is acceptable since it was a debugging endpoint (#479)

Fixed

  • Add err_max_response_size_exceeded to Prometheus metrics (#487)


This PR was generated with release-plz.

@lpahlavi lpahlavi requested a review from gregorydemay October 21, 2025 09:10
@lpahlavi lpahlavi marked this pull request as ready for review October 21, 2025 09:10
@lpahlavi lpahlavi requested a review from a team as a code owner October 21, 2025 09:10
Copy link
Contributor

@gregorydemay gregorydemay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @lpahlavi ! Some minor comments


### Added

- Add conversions between several types in this crate and the corresponding `alloy` types ([#465](https://github.com/dfinity/evm-rpc-canister/pull/465), [#466](https://github.com/dfinity/evm-rpc-canister/pull/466), [#467](https://github.com/dfinity/evm-rpc-canister/pull/467), [#476](https://github.com/dfinity/evm-rpc-canister/pull/476))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe mention that those conversions are only available with the alloy feature?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! Done.

@lpahlavi
Copy link
Contributor

Thanks a lot for the review @gregorydemay! Should be ready for another round 🚀

@lpahlavi lpahlavi requested a review from gregorydemay October 21, 2025 09:57
@lpahlavi lpahlavi merged commit 67e78a6 into main Oct 21, 2025
12 checks passed
@lpahlavi lpahlavi deleted the release-plz-2025-10-20T17-38-18Z branch October 21, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants