-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVM #58
Open
Lawliet-Chan
wants to merge
15
commits into
main
Choose a base branch
from
evm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
EVM #58
Conversation
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
Closed
Closed
* 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 <1576710154@qq.com>
* 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 * implement evm rpc * fix initChainConfig issue * fix GetCurrentBlock() * fix log.print * fix init NewEthState failed: missing trie node error * load evmconfig from config file * fix Solidity commit failed on Block(295), error: missing trie node * fix issue * fix * implement CreateContract call * fix evm parameter bug * fix merge issue * fix merge issue * fix: missing default config in evm.LoadEvmConfig * fix bug : missing parameter * fix bug:add gasPrice to config * copy codes from geth * implement sendRawTransaction * rm code * rm createAccount from executeTxn * setNonce * chainConfig * rpc * Integrated Create function * Replace manual RPC parameter parsing with EthApiBackend * fix: failed to parse sender from signedTxRequest * add Genesis Address log * [Test] Add method for testing RPC requests * fix state nil bug * EthState set StateDB init * add EthState GetNonce func * fix bug: evm StateDB nil bug * add devaccount in genesis accounts * setEVM cfg stateDB * ethdb * add SetupGenesisBlock for initchain * fix bug:init NewEthState failed * fix genesis statedb sets * update EVM TxTest * fix: nil pointer for create contract request * add TestCreateContract function * EthAPIBackend.CurrentBlock() * fix: invalid signature error * update log print * update init GethConfig * Update README.md * Update README.md * Update Readme * Update README.md * Update README.md * implement eth_call api * fix bug: Call func issue * fix: missing return value in eth_call response * fix currentStateRoot (#5) * fix currentStateRoot * Revert "fix currentStateRoot" This reverts commit f649a40. * fix currentStateRoot --------- Co-authored-by: Lawliet-Chan <1576710154@qq.com> --------- Co-authored-by: Frost <froststarbook@gmail.com> Co-authored-by: Lawliet-Chan <1576710154@qq.com> Co-authored-by: huyao <huyao1984@gmail.com>
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.
close #52