forked from keep-starknet-strange/snos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Identifier
retdata
is not relocatable (keep-starknet-strange#393)
* wip: adds integration tests for invoke with delpoy_contract syscall * test: add tests for contract with no calldata * Fix inconsistent hash (keep-starknet-strange#390) * point to snos_requirements branch * fix inconsistent hash * add blocks to CI * Using reference PIE to validate our PIEs are correct (keep-starknet-strange#389) The reference PIE was created with `full_output` enabled, so `output.rs` was updated to support that. The code was refactored to better mirror the Cairo serialization code. Co-authored-by: Herman Obst Demaestri <[email protected]> * fix: `split_commitment` function in KZG data availability implementation (keep-starknet-strange#391) * debug : prints added for blob * debug : prints added for blob * debug : prints added for blob * debug : prints added for blob * fix: fixed split commitment function * fix: fixed split commitment function * fix: fixed split commitment function * feat : removed logs * fix : lint and clippy * test : added a test for split commitment function * feat : requested changes done * chore : added constants for hardcoded values --------- Co-authored-by: Herman Obst Demaestri <[email protected]> * QOL++ * Bugfix: work around retdata being Int(0) * Add test case for retdata issue * Update hashes for modified contract code * First pass at retdata hack * fmt * clippy * Fix compile errors in tests * fmt * Wrap os_input in Arc * s/Arc/Rc/ * fmt * clippy * Avoid hideous clone * Don't unwrap * Leave link to relevant code * Refine comment about no-oping * Add link to retdata cast() * clippy * Pass compiled OS to run_os --------- Co-authored-by: ftheirs <[email protected]> Co-authored-by: Shams Asari <[email protected]> Co-authored-by: Herman Obst Demaestri <[email protected]> Co-authored-by: Arun Jangra <[email protected]> Co-authored-by: Herman Obst Demaestri <[email protected]> Co-authored-by: Stephen Shelton <[email protected]>
- Loading branch information
1 parent
8776b73
commit 662d170
Showing
21 changed files
with
6,879 additions
and
6,462 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.