This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Commit 4157830
Add comments to origin/Document-transactionl1_handler module (#888)
* added comments to origin/Document-transactionl1_handler-module
* modified comments
* Test multi syscall (#687)
* create multy syscall
* remove the replace syscall, it failed because the contract adress didn't match
* added library call_syscall
* wip
* wip
* wip
* wip
* work in progress
* remove .sjon files from starknet_programs
* finished implemented all the syscalls
* reorder code, create one call to syscall
* fix pull bug
* Update tests/multi_syscall_test.rs
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
* Update starknet_programs/cairo1/multi_syscall_test.cairo
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
* Update starknet_programs/cairo1/contract_a.cairo
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
* Update tests/multi_syscall_test.rs
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
* added test syscall for deploy
* make format changes
* corrected make clippy error
* get_caller_address and get_contract_address return a adress
* failed of get_contract_address
* failed of get_contract_address
* wip
* modify the selector entrypoint_selector to be function specific
* wip
* wip
* wip
* add input to cairo functions
* coorect format problem
* wip
* wip
* wip
* remove format problem
* Fix sierra class hash calculation (#886)
* reproduce bug
* use pythonic formatter
* rename test
* fix test
* cargo fmt
* Fail with an Err transactions whose calculated fee exceed `max_fee` (#892)
* Make tx fail when actual_fee exceeds max_fee
* Changed test
* Formatting
* Fix logic
* Leave fail only without charging
* Change test
* Fix test broken by better fee calc
* Fixed test fee
* Update fee on test_deploy_account
* Remove comment
---------
Co-authored-by: Juan Bono <juanbono94@gmail.com>
* Fix test_get_nonce_at (#910)
* Fix test_get_nonce_at
* Rely on another contract
* fix get_sorted_events bug (#912)
* fix get_sorted_events bug
* fmt
* fix clippy
---------
Co-authored-by: Estéfano Bargas <estefano.bargas@fing.edu.uy>
* Added documentations to syscalls/deprecated_syscall_handler module (#883)
* added comments to file syscalls/deprecated_syscall_handler-module'
* Update src/syscalls/deprecated_syscall_handler.rs
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
* Update src/syscalls/deprecated_syscall_handler.rs
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
---------
Co-authored-by: fannyguthmann <fanny.guthmann@post.idc.ac.il>
Co-authored-by: Juan Bono <juanbono94@gmail.com>
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
* wip
* Modify the tests
* fixed clippy errors
---------
Co-authored-by: fannyguthmann <fanny.guthmann@post.idc.ac.il>
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
Co-authored-by: SantiagoPittella <pittellasantiago@gmail.com>
Co-authored-by: Juan Bono <juanbono94@gmail.com>
Co-authored-by: Estéfano Bargas <estefano.bargas@fing.edu.uy>
* Parse internal calls (#915)
* Added comments to core/contract_address module (#900)
Co-authored-by: fannyguthmann <fanny.guthmann@post.idc.ac.il>
* Add more transaction tests and fee investigation (#914)
* add function for getting tx and refactor tests
* improve imports
* separe tests into 2 groups
* fix test
* add comments
* format
* cargo clippy
* add details to every test
* add fee discrepancy to test doc
* cargo fmt
* improve imports
* added safety element
---------
Co-authored-by: fannyguthmann <fanny.guthmann@post.idc.ac.il>
Co-authored-by: Matías Ignacio González <maigonzalez@fi.uba.ar>
Co-authored-by: SantiagoPittella <pittellasantiago@gmail.com>
Co-authored-by: Juan Bono <juanbono94@gmail.com>
Co-authored-by: Estéfano Bargas <estefano.bargas@fing.edu.uy>
Co-authored-by: Santiago Pittella <87827390+SantiagoPittella@users.noreply.github.com>1 parent 4539844 commit 4157830
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
191 | 198 | | |
192 | 199 | | |
193 | 200 | | |
| 201 | + | |
| 202 | + | |
194 | 203 | | |
195 | 204 | | |
196 | 205 | | |
| |||
234 | 243 | | |
235 | 244 | | |
236 | 245 | | |
| 246 | + | |
237 | 247 | | |
238 | 248 | | |
239 | 249 | | |
| |||
293 | 303 | | |
294 | 304 | | |
295 | 305 | | |
| 306 | + | |
| 307 | + | |
296 | 308 | | |
297 | 309 | | |
298 | 310 | | |
| |||
0 commit comments