This repository was archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Add a test calling a contract that uses keccak in testnet submodule #1110
Merged
pefontana
merged 36 commits into
main
from
rpc_state_reader-add-test-calling-contract-uses-keccak-testnet
Nov 17, 2023
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9e6104f
Updated submodule to latest commit
2e6122f
wip
ddc74fb
Added a usage target to makefile (#1069)
igaray c73ef20
Implement `NativeSyscallHandler::deploy` (#1106)
fmoletta d2651a2
update cairo native to use gas consumed (#1102)
edg-l 9eea072
Save `SierraProgram` + `ContractEntryPoints` instead of `SierraContra…
fmoletta ce20184
`get_execution_info`test (#1067)
ElFantasma 422d985
Cairo native: Implement library_call syscall (#1074)
edg-l ea7b47a
Replace class native (#1105)
5b266b3
`get_block_hash` syscall native (#1048)
igaray bb5dc90
Add logging to syscalls (#1111)
juanbono 6943453
Add error handling to `RpcState` (#1107)
fmoletta 2533375
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
b484a18
Convert my_contract/target from a submodule to a regular directory
5a438c5
Add my_contract/target files
6149268
Merge branch 'temp-branch-name' into rpc_state_reader-add-test-callin…
84f87e0
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
31ac60d
added test that check fees and return data
e230052
Add Keccak_contract folder
99989c9
add test price and retdata
8972655
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
fe46180
wip
3f21395
add test to check retdata and fee
c0bb5ba
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
6c9d487
wip
9d21e05
wip
0fbda6c
wip
2599461
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
4d9b99f
wip
06a3454
wip
1cd3b82
corrected format
777d970
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
fguthmann f603da8
removed unused files
6575b15
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
fguthmann dacbd24
Merge remote-tracking branch 'origin/rpc_state_reader-add-test-callin…
e2b5e4e
Merge branch 'main' into rpc_state_reader-add-test-calling-contract-u…
pefontana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is great! But we need to remove the corelib files and the scarb related files.