Skip to content

Commit 6246bc5

Browse files
authored
Merge pull request #598 from anoma/heueristik/cut-release-candidate
chore: prepare release candidate contracts/v2.0.0-rc.1 and bindings/v3.0.0-rc.6
2 parents 3814bd5 + 3882ea5 commit 6246bc5

5 files changed

Lines changed: 61 additions & 61 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://anoma.net/"
1111
edition = "2024"
1212

1313
[workspace.dependencies]
14-
alloy = { version = "2.3.0", features = ["full", "eip712", "node-bindings"] }
14+
alloy = { version = "2.4.1", features = ["full", "eip712", "node-bindings"] }
1515
alloy-chains = "0.2.36"
1616
anoma-pa-testkit = { git = "https://github.com/anoma/pa-testkit", rev = "8f3850beb5a2df9c5b940912ee748b0f6b4e5242" }
1717
anoma-risc0-verifier-bindings = "1.2.2"

contracts/src/ProtocolAdapter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ contract ProtocolAdapter is
5454
0x3d00115d316bc70efe890550f490ccb6fcbb5768711f93a773ced4553de0a700;
5555

5656
/// @inheritdoc IVersion
57-
string public constant override VERSION = "2.0.0-rc.0";
57+
string public constant override VERSION = "2.0.0-rc.1";
5858

5959
/// @inheritdoc IProtocolAdapter
6060
/// @custom:oz-upgrades-unsafe-allow state-variable-immutable

crates/bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anoma-pa-evm-bindings"
3-
version = "3.0.0-rc.5"
3+
version = "3.0.0-rc.6"
44
description = "The Anoma EVM protocol adapter contract bindings and deployments."
55
keywords.workspace = true
66
authors.workspace = true

crates/bindings/src/generated/protocol_adapter.rs

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)