Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: papyrus storage update
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <[email protected]>
  • Loading branch information
dorimedini-starkware committed Jul 2, 2024
1 parent d5cf944 commit 7cb5bd7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
25 changes: 13 additions & 12 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ num-integer = "0.1.45"
num-rational = { version = "0.4", features = ["serde"] }
num-traits = "0.2"
once_cell = "1.19.0"
papyrus_storage = "0.4.0-dev.3"
papyrus_storage = "0.4.0-dev.4"
phf = { version = "0.11", features = ["macros"] }
pretty_assertions = "1.2.1"
pyo3 = "0.19.1"
Expand All @@ -49,8 +49,8 @@ serde = "1.0.184"
serde_json = "1.0.81"
sha2 = "0.10.8"
sha3 = "0.10.6"
starknet-types-core = { version = "0.1.2", features = ["hash", "prime-bigint"] }
starknet_api = "0.13.0-dev.4"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] }
starknet_api = "0.13.0-dev.9"
strum = "0.24.1"
strum_macros = "0.24.3"
tempfile = "3.7.0"
Expand Down
7 changes: 3 additions & 4 deletions crates/blockifier/src/execution/entry_point_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ fn test_syscall_execution_security_failures() {
run_security_test(
state,
security_contract,
"Requested contract address 0x17 is not deployed",
"Requested contract address \
0x0000000000000000000000000000000000000000000000000000000000000017 is not deployed",
"test_bad_call_address",
calldata![],
);
Expand All @@ -398,9 +399,7 @@ fn test_syscall_execution_security_failures() {
run_security_test(
state,
security_contract,
"Entry point EntryPointSelector(Felt(FieldElement { value: UnsignedInteger { limbs: \
[576460752303409904, 18446744073709551615, 18446744073709551615, 18446744073709550817] } \
})) not found in contract",
"Entry point EntryPointSelector(0x19) not found in contract",
"test_bad_call_selector",
calldata![],
);
Expand Down

0 comments on commit 7cb5bd7

Please sign in to comment.