Conversation
cce3eb2 to
3c32ed9
Compare
evm_rpc_client/CHANGELOG.md
Outdated
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres |
There was a problem hiding this comment.
I'm not sure why this was changed.
There was a problem hiding this comment.
I think this was a sneaky edit from IntelliJ formatting. Reverted.
evm_rpc_client/CHANGELOG.md
Outdated
| - Add `.request_cost()` method to `RequestBuilder` to compute the cycles cost of a request via the new `CyclesCost` | ||
| query endpoints ([#509](https://github.com/dfinity/evm-rpc-canister/pull/509)) | ||
| - Add the option to configure a retry strategy in the EVM RPC client to e.g., try a request with increasingly many | ||
| cycles if it fails to to insufficient cycles ([#512](https://github.com/dfinity/evm-rpc-canister/pull/512)) |
There was a problem hiding this comment.
nit:
| cycles if it fails to to insufficient cycles ([#512](https://github.com/dfinity/evm-rpc-canister/pull/512)) | |
| cycles if it fails due to insufficient cycles ([#512](https://github.com/dfinity/evm-rpc-canister/pull/512)) |
evm_rpc_client/Cargo.toml
Outdated
| [package] | ||
| name = "evm_rpc_client" | ||
| version = "0.1.0" | ||
| version = "0.1.1" |
There was a problem hiding this comment.
Shouldn't that be
| version = "0.1.1" | |
| version = "0.2.0" |
|
|
||
| ## [0.2.0] - 2025-11-03 | ||
|
|
||
| ### Added |
There was a problem hiding this comment.
nit: I would avoid hard-wraps but rather have one item per line in the file. WDYT?
There was a problem hiding this comment.
Hm yes, I think this was also a sneaky edit from IntelliJ formatting. Done.
lpahlavi
left a comment
There was a problem hiding this comment.
Thanks for the review @gregorydemay! Your comments should have been all addressed!
evm_rpc_client/CHANGELOG.md
Outdated
| - Add `.request_cost()` method to `RequestBuilder` to compute the cycles cost of a request via the new `CyclesCost` | ||
| query endpoints ([#509](https://github.com/dfinity/evm-rpc-canister/pull/509)) | ||
| - Add the option to configure a retry strategy in the EVM RPC client to e.g., try a request with increasingly many | ||
| cycles if it fails to to insufficient cycles ([#512](https://github.com/dfinity/evm-rpc-canister/pull/512)) |
|
|
||
| ## [0.2.0] - 2025-11-03 | ||
|
|
||
| ### Added |
There was a problem hiding this comment.
Hm yes, I think this was also a sneaky edit from IntelliJ formatting. Done.
evm_rpc_client/CHANGELOG.md
Outdated
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres |
There was a problem hiding this comment.
I think this was a sneaky edit from IntelliJ formatting. Reverted.
🤖 New release
evm_rpc_client: 0.1.0 -> 0.2.0 (✓ API compatible changes)evm_rpc: 2.6.0 -> 2.7.0 (✓ API compatible changes)Changelog
evm_rpc_clientevm_rpcThis PR was generated with release-plz.