Skip to content

Commit cfc3765

Browse files
authored
chore: bump corrosion for FindRust fix (#705)
1 parent 4a2eacc commit cfc3765

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/starknet-cxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD 17)
1010
FetchContent_Declare(
1111
Corrosion
1212
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
13-
GIT_TAG v0.5.0
13+
GIT_TAG v0.5.1
1414
)
1515
FetchContent_MakeAvailable(Corrosion)
1616

starknet-providers/tests/jsonrpc.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ async fn jsonrpc_trace_invoke() {
778778

779779
let trace = rpc_client
780780
.trace_transaction(
781-
Felt::from_hex("03f786ecc4955a2602c91a291328518ef866cb7f3d50e4b16fd42282952623aa")
781+
Felt::from_hex("006e02663371638622afe541481561f482b7a7cee4a7ce512080d492bf51616f")
782782
.unwrap(),
783783
)
784784
.await
@@ -801,7 +801,7 @@ async fn jsonrpc_trace_invoke_reverted() {
801801

802802
let trace = rpc_client
803803
.trace_transaction(
804-
Felt::from_hex("02f00c7f28df2197196440747f97baa63d0851e3b0cfc2efedb6a88a7ef78cb1")
804+
Felt::from_hex("034b1713234d9ac35dcd687afa997e7382229a51173de427b893977bae683104")
805805
.unwrap(),
806806
)
807807
.await
@@ -824,7 +824,7 @@ async fn jsonrpc_trace_l1_handler() {
824824

825825
let trace = rpc_client
826826
.trace_transaction(
827-
Felt::from_hex("0785c2ada3f53fbc66078d47715c27718f92e6e48b96372b36e5197de69b82b5")
827+
Felt::from_hex("02ea7560de087494dd76d39bb10281ee51e2f8c590ad4b9848ab149171862a50")
828828
.unwrap(),
829829
)
830830
.await
@@ -842,7 +842,7 @@ async fn jsonrpc_trace_declare() {
842842

843843
let trace = rpc_client
844844
.trace_transaction(
845-
Felt::from_hex("01936a09e5aaee208fc0f7cc826e126d421c3ac9aca2c789605e1e919e399185")
845+
Felt::from_hex("0109156fb80fc5c7b112818e4c95fe44749cdd4d7217a8aa4e99be905cdd7e32")
846846
.unwrap(),
847847
)
848848
.await
@@ -862,7 +862,7 @@ async fn jsonrpc_trace_deploy_account() {
862862

863863
let trace = rpc_client
864864
.trace_transaction(
865-
Felt::from_hex("024ed6b82e2f6d3a811ec180a25c1ccd0bdc7bdba8ebd709de2ed697a1e82193")
865+
Felt::from_hex("07a7dd7e084a762aba238fe5ba27bda822a9f9e456ed49baeeb64a2e2ebc1586")
866866
.unwrap(),
867867
)
868868
.await

0 commit comments

Comments
 (0)