-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add evm * fix issue * fix issue * Update eth.go * fix issue * add InitChain and EVM * fix ExecuteTxn issue * fix issue * update InitChain * fix issue * add call func * access yu framework * add message * add Create func and access yu framework * code fmt * add Commit func * add genesis * integration Genesis * add StartUpEvmChain * recover cairoChain * fix issue for CR * fix state * fix issue:set default EthStateConfig * fix initChainConfig issue * fix GetCurrentBlock() * fix log.print * fix init NewEthState failed: missing trie node error * fix Solidity commit failed on Block(295), error: missing trie node * fix issue * fix --------- Co-authored-by: Lawliet-Chan <[email protected]>
- Loading branch information
1 parent
afbc224
commit 42a22ef
Showing
10 changed files
with
1,180 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.idea | ||
**/**/yu | ||
**/**/cairo_db | ||
**/**/verse_db | ||
|
||
data | ||
itachi |
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.