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
support multiple transactions #706
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8eaa731
Add skip flags to transactions
mmsc2 b74cb99
implement functions in deploy
mmsc2 bcd932e
implement functions in deploy account
mmsc2 c33004d
implement functions in l1handler
mmsc2 e997cfd
avoid execution
mmsc2 e4e5f9e
support multiple transactions
SantiagoPittella 648c839
Merge branch 'main' into multiple-transactions-simulation
juanbono cec32ff
Merge branch 'main' into multiple-transactions-simulation
juanbono b8d18f3
Add skip_fee_transfer flag
mmsc2 e4cd886
Merge branch 'main' into SimulateDeclareDeploy
mmsc2 9dd58cd
Fix broken test
mmsc2 c970d7d
test with multiple txs
SantiagoPittella 2fbb967
Merge branch 'multiple-transactions-simulation' of github.com:lambdac…
SantiagoPittella 0c813a1
remove simulate_Tx method, refactor create tx methods
SantiagoPittella 56fd5b9
remove cached state imports
SantiagoPittella 696f61d
add tests for invoke, declare, deploy and deploy_account
SantiagoPittella cd4c5f8
Add declare v2 simulation test
SantiagoPittella d58d465
Add l1 handler tx test
SantiagoPittella 3573a4f
re arrange imports
SantiagoPittella 099c347
remove clones
SantiagoPittella 4752841
rmeove unwrap
SantiagoPittella 34d3d8f
Merge branch 'main' into SimulateDeclareDeploy
SantiagoPittella 37e4a2f
Merge branch 'main' into multiple-transactions-simulation
juanbono c64e485
Merge branch 'SimulateDeclareDeploy' into multiple-transactions-simul…
SantiagoPittella c0e3787
Merge branch 'main' into multiple-transactions-simulation
SantiagoPittella 1d2a245
Re-add test
SantiagoPittella 0fbc5ef
Merge branch 'main' into multiple-transactions-simulation
SantiagoPittella 0c5b287
merge from main
juanbono 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.
Maybe use a for?
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.
he performed loop unrolling (?)
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.
blazing fast tests