File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD 17)
10
10
FetchContent_Declare(
11
11
Corrosion
12
12
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
13
- GIT_TAG v0.5.0
13
+ GIT_TAG v0.5.1
14
14
)
15
15
FetchContent_MakeAvailable(Corrosion)
16
16
Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ async fn jsonrpc_trace_invoke() {
778
778
779
779
let trace = rpc_client
780
780
. trace_transaction (
781
- Felt :: from_hex ( "03f786ecc4955a2602c91a291328518ef866cb7f3d50e4b16fd42282952623aa " )
781
+ Felt :: from_hex ( "006e02663371638622afe541481561f482b7a7cee4a7ce512080d492bf51616f " )
782
782
. unwrap ( ) ,
783
783
)
784
784
. await
@@ -801,7 +801,7 @@ async fn jsonrpc_trace_invoke_reverted() {
801
801
802
802
let trace = rpc_client
803
803
. trace_transaction (
804
- Felt :: from_hex ( "02f00c7f28df2197196440747f97baa63d0851e3b0cfc2efedb6a88a7ef78cb1 " )
804
+ Felt :: from_hex ( "034b1713234d9ac35dcd687afa997e7382229a51173de427b893977bae683104 " )
805
805
. unwrap ( ) ,
806
806
)
807
807
. await
@@ -824,7 +824,7 @@ async fn jsonrpc_trace_l1_handler() {
824
824
825
825
let trace = rpc_client
826
826
. trace_transaction (
827
- Felt :: from_hex ( "0785c2ada3f53fbc66078d47715c27718f92e6e48b96372b36e5197de69b82b5 " )
827
+ Felt :: from_hex ( "02ea7560de087494dd76d39bb10281ee51e2f8c590ad4b9848ab149171862a50 " )
828
828
. unwrap ( ) ,
829
829
)
830
830
. await
@@ -842,7 +842,7 @@ async fn jsonrpc_trace_declare() {
842
842
843
843
let trace = rpc_client
844
844
. trace_transaction (
845
- Felt :: from_hex ( "01936a09e5aaee208fc0f7cc826e126d421c3ac9aca2c789605e1e919e399185 " )
845
+ Felt :: from_hex ( "0109156fb80fc5c7b112818e4c95fe44749cdd4d7217a8aa4e99be905cdd7e32 " )
846
846
. unwrap ( ) ,
847
847
)
848
848
. await
@@ -862,7 +862,7 @@ async fn jsonrpc_trace_deploy_account() {
862
862
863
863
let trace = rpc_client
864
864
. trace_transaction (
865
- Felt :: from_hex ( "024ed6b82e2f6d3a811ec180a25c1ccd0bdc7bdba8ebd709de2ed697a1e82193 " )
865
+ Felt :: from_hex ( "07a7dd7e084a762aba238fe5ba27bda822a9f9e456ed49baeeb64a2e2ebc1586 " )
866
866
. unwrap ( ) ,
867
867
)
868
868
. await
You can’t perform that action at this time.
0 commit comments