-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine ain contracts build script and sol artifacts (#2409)
* Cleanup ain contract build script * Minor cleanups * Minor refinements * Generate both bytecode and deployed bytecode * Remove intermediary * Use deployed_bytecode * Update for changes * Fix input scripts and terminology * Add WIP macros * Fix up paths * Remove .json from macro * Use literal instead of expr * Fix solc artifact path in tests * Add macro to get bytecode * Move solc artifact path to utils * Fix Python lint --------- Co-authored-by: Shoham Chakraborty <[email protected]>
- Loading branch information
1 parent
9fe1d71
commit d7697ce
Showing
7 changed files
with
122 additions
and
117 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
|
||
pragma solidity ^0.8.0; | ||
|
||
contract SystemReservedContract { | ||
} | ||
contract DFIReserved {} |
File renamed without changes.
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