Skip to content
Draft
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
35 changes: 14 additions & 21 deletions attestator/Cargo.lock

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

6 changes: 3 additions & 3 deletions attestator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ authors = [ "Informal Systems <[email protected]>" ]
[workspace.dependencies]
ed25519-dalek = { version = "2.2" }
serde = { version = "1" }
starknet-crypto = { version = "0.7.4" }
starknet-core = { version = "0.15.0" }
starknet-crypto = { version = "0.8.1" }
starknet-core = { version = "0.16.0" }
rocket = { version = "0.5.1" }
ureq = { version = "3" }
rand = { version = "0.9.2" }
starknet-signers = { version = "0.13.0" }
starknet-signers = { version = "0.14.0" }
attestator = { version = "0.1.0" }
serde_with = { version = "3" }
serde_json = { version = "1" }
Expand Down
4 changes: 2 additions & 2 deletions cairo-contracts/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scarb 2.12.0
starknet-foundry 0.48.0
scarb 2.12.2
starknet-foundry 0.49.0
universal-sierra-compiler 2.5.0
16 changes: 8 additions & 8 deletions cairo-contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version = 1

[[package]]
name = "alexandria_math"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:1e08ebba0ed9f7217b8efc283d2ad41730257cf41a47ca88a94fb0fafad22e9e"
checksum = "sha256:19160f0993a6643e8e71a3bce03e54a37f26b8cad94f21668d7cc9afd08d2047"

[[package]]
name = "cometbft"
Expand Down Expand Up @@ -62,9 +62,9 @@ checksum = "sha256:87773ed6cd2318f169283ecbbb161890d1996260a80302d81ec45b70ee5e5

[[package]]
name = "openzeppelin_testing"
version = "4.5.0"
version = "4.7.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:bacbbb3b3b79e870ac25756c9ff481056fbc1e37ee075f855fa642b5e7ca1e93"
checksum = "sha256:3ee1e2bdfb6e01e638a5d96c820dfbc92c433271c39a8ed26ad9e96ff80fef90"
dependencies = [
"snforge_std",
]
Expand Down Expand Up @@ -109,15 +109,15 @@ dependencies = [

[[package]]
name = "snforge_scarb_plugin"
version = "0.48.0"
version = "0.49.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:8630dcf3fa4df36a3d45e6a2d053cf84c548ab154e829fece99373ae5852921c"
checksum = "sha256:903150f0e9542e4277d417029eea4c03af0db398b581f9f7ae3ebbdac9afc657"

[[package]]
name = "snforge_std"
version = "0.48.0"
version = "0.49.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:981139c83359089540652c44f4a1a888c77409eedaa148377927cc63a604b67b"
checksum = "sha256:73d73653cc4356ec51b92a6bec9d8385b20318170c2f2ade7891e5185a0e7e64"
dependencies = [
"snforge_scarb_plugin",
]
Expand Down
14 changes: 7 additions & 7 deletions cairo-contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ members = [
[workspace.package]
version = "0.1.0"
edition = "2024_07"
cairo-version = "2.12.0"
scarb-version = "2.12.0"
cairo-version = "2.12.2"
scarb-version = "2.12.2"
license = "Apache-2.0"
authors = [ "Informal Systems <[email protected]>" ]
repository = "https://github.com/informalsystems/ibc-starknet"
Expand All @@ -25,17 +25,17 @@ description = "Cairo components and contracts for integrating Starknet with IB
test = "snforge test"

[workspace.dependencies]
assert_macros = "2.12.0"
starknet = "2.12.0"
snforge_std = "0.48.0"
assert_macros = "2.12.2"
starknet = "2.12.2"
snforge_std = "0.49.0"

# external dependencies
openzeppelin_access = "2.0.0"
openzeppelin_token = "2.0.0"
openzeppelin_upgrades = "2.0.0"
openzeppelin_utils = "2.0.0"
openzeppelin_testing = "4.5.0"
alexandria_math = "0.6.0"
openzeppelin_testing = "4.7.0"
alexandria_math = "0.6.1"
garaga = { git = "https://github.com/keep-starknet-strange/garaga.git", rev = "ffb90e5" }

# internal dependencies
Expand Down
4 changes: 2 additions & 2 deletions cairo-libs/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scarb 2.12.0
starknet-foundry 0.48.0
scarb 2.12.2
starknet-foundry 0.49.0
universal-sierra-compiler 2.5.0
12 changes: 6 additions & 6 deletions cairo-libs/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version = 1

[[package]]
name = "alexandria_math"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:1e08ebba0ed9f7217b8efc283d2ad41730257cf41a47ca88a94fb0fafad22e9e"
checksum = "sha256:19160f0993a6643e8e71a3bce03e54a37f26b8cad94f21668d7cc9afd08d2047"

[[package]]
name = "cometbft"
Expand Down Expand Up @@ -59,15 +59,15 @@ dependencies = [

[[package]]
name = "snforge_scarb_plugin"
version = "0.48.0"
version = "0.49.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:8630dcf3fa4df36a3d45e6a2d053cf84c548ab154e829fece99373ae5852921c"
checksum = "sha256:903150f0e9542e4277d417029eea4c03af0db398b581f9f7ae3ebbdac9afc657"

[[package]]
name = "snforge_std"
version = "0.48.0"
version = "0.49.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:981139c83359089540652c44f4a1a888c77409eedaa148377927cc63a604b67b"
checksum = "sha256:73d73653cc4356ec51b92a6bec9d8385b20318170c2f2ade7891e5185a0e7e64"
dependencies = [
"snforge_scarb_plugin",
]
12 changes: 6 additions & 6 deletions cairo-libs/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ members = [
[workspace.package]
version = "0.1.0"
edition = "2024_07"
cairo-version = "2.12.0"
scarb-version = "2.12.0"
cairo-version = "2.12.2"
scarb-version = "2.12.2"
license = "Apache-2.0"
authors = [ "Informal Systems <[email protected]>" ]
repository = "https://github.com/informalsystems/ibc-starknet"
Expand All @@ -23,12 +23,12 @@ description = "Cairo libraries for integrating Starknet with IBC"
test = "snforge test"

[workspace.dependencies]
starknet = "2.12.0"
assert_macros = "2.12.0"
snforge_std = "0.48.0"
starknet = "2.12.2"
assert_macros = "2.12.2"
snforge_std = "0.49.0"

# external dependencies
alexandria_math = { version = "0.6.0" }
alexandria_math = { version = "0.6.1" }
garaga = { git = "https://github.com/keep-starknet-strange/garaga.git", rev = "ffb90e5" }

# internal dependencies
Expand Down
Loading
Loading