[EAN-Issue-2629] Means to generate transaction data to deploy supra-extension contracts#14
Open
aregng wants to merge 5 commits intotask/issue-2529from
Open
[EAN-Issue-2629] Means to generate transaction data to deploy supra-extension contracts#14aregng wants to merge 5 commits intotask/issue-2529from
aregng wants to merge 5 commits intotask/issue-2529from
Conversation
e6fa386 to
05365a4
Compare
sjoshisupra
requested changes
Jan 29, 2026
sjoshisupra
approved these changes
Jan 30, 2026
udityadav-supraoracles
approved these changes
Feb 2, 2026
c9707cd to
baede08
Compare
3536456 to
4e3477d
Compare
baede08 to
cca720b
Compare
* [EAN-Issue-2529] Added automation and block metadata transactions
* Added missing files
* Implemeted Typed2718 for new transction types
* Implemented Transaction trait for the newly introduced transactions
* Fixed reserved address start
* Updated supra-extension build to utilize forge sources rather than command
* Disabled main logic of supra-extensions bindings generation
- If needed it should be enabled and generated manually
* Updated a comment
* Addressed review comments
* [EAN-Issue-2520] Added logic to validate txn caller address
- Introduced ExecutionMode describing the context of the vm for the
transaction being executed
- Extended Handler with validate_caller() which validates caller address
based on the transaction execution mode.
- System transaction caller is expected to be VM_SIGNER reserved address
- All User/Automated transactions having any of the supra reserved as
caller will fail validation
---------
Co-authored-by: Aregnaz Harutyunyan <>
…xtension contracts - Updated ExecutionMode with Genesis variant to allow conventional contract deployment for genesis supra-extension contracts. - Updated supra-extension build script to have contracts compiled - Added GenesisTransactionGenerator which generates transactions to set up - Foundation multisig wallet - Erc20Supra contract - BlockMeta
4e3477d to
f8e3816
Compare
f8e3816 to
ee23920
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated ExecutionMode with Genesis variant to allow conventional contract deployment for genesis supra-extension contracts.
Updated supra-extension build script to have contracts compiled
Added GenesisTransactionGenerator which generates transactions to set up
Relates to: https://github.com/Entropy-Foundation/smr-moonshot/issues/2629