-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add begin_chain
function to contract
#1
Comments
begin_chain
function to EVM smart contractbegin_chain
function to contract
@frankbraun Commit 526005d added an initial parameter definition for Lines 44 to 48 in 78c7c1f
Note that the input to the I'm still working on figuring out a workable Borsh encoding for setting genesis block balances. Meanwhile, if more scalar parameters beyond |
This needs to be put behind a feature flag and, as @ilblackdragon noted, should only be callable by the owner. @artob: You mentioned that you already have some code for this? |
Isn't this closed now? |
@frankbraun Can this be closed? Please close issues when they are done. |
Sorry, this got buried in GitHub notifications. |
For the evm-bully we need a
begin_chain
function.The function should allow to set the account balances in the genesis state and should only be available in a testing version of the contract.
The text was updated successfully, but these errors were encountered: