Skip to content
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(ethereum): Release ethereum-v1.1.0 (#260) #265

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ github = ["argumentcomputer"]
# 1 or more gitlab.com organizations to allow git sources for
# gitlab = [""]
# 1 or more bitbucket.org organizations to allow git sources for
# bitbucket = [""]
# bitbucket = [""]
6 changes: 3 additions & 3 deletions ethereum/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethereum/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum-lc-core"
version = "1.0.1"
version = "1.1.0"
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ethereum/ethereum-programs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum-programs"
version = "1.0.1"
version = "1.1.0"
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
Expand Down
Binary file modified ethereum/ethereum-programs/artifacts/committee-change-program
Binary file not shown.
Binary file modified ethereum/ethereum-programs/artifacts/inclusion-program
Binary file not shown.
2 changes: 1 addition & 1 deletion ethereum/light-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum-lc"
version = "1.0.1"
version = "1.1.0"
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions ethereum/programs/committee-change/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethereum/programs/committee-change/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
[package]
name = "committee-change-program"
version = "1.0.1"
version = "1.1.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
6 changes: 3 additions & 3 deletions ethereum/programs/inclusion/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethereum/programs/inclusion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
[package]
name = "inclusion-program"
version = "1.0.1"
version = "1.1.0"
edition = "2021"
license = "Apache-2.0"

Expand Down
33 changes: 24 additions & 9 deletions fixture-generator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading