mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
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.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| abigen | ||
| bootnode | ||
| disasm | ||
| ethtest | ||
| evm | ||
| geth | ||
| gethrpctest | ||
| rlpdump | ||
| utils | ||