-
Notifications
You must be signed in to change notification settings - Fork 20
chore: release #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release #504
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this was changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, fixed!
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I would avoid hard-wraps but rather have one item per line in the file. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, fixed!
|
|
||
| ## [0.2.0] - 2025-11-03 | ||
|
|
||
| ### Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.