• Jeffrey Wilcke's avatar
    cmd/evm: added --create flag indicating the exec code is to be created · e5165aeb
    Jeffrey Wilcke authored
    This fixes an issue if you wanted to test out code deployment rather
    than running a piece of code with an argument. This solves it by adding
    a --create flag that indicates the Create function should be used rather
    than the Call function.
    
    This also adds a statedb.commit call so that the proper state can be
    dumped when requested using the --dump flag.
    e5165aeb
Name
Last commit
Last update
..
abigen Loading commit data...
bootnode Loading commit data...
disasm Loading commit data...
ethtest Loading commit data...
evm Loading commit data...
geth Loading commit data...
gethrpctest Loading commit data...
rlpdump Loading commit data...
utils Loading commit data...