Skip to content

Instantly share code, notes, and snippets.

@chfast
Created October 21, 2018 17:31
Show Gist options
  • Save chfast/353a8dddcd79417848b65d34f6145749 to your computer and use it in GitHub Desktop.
Save chfast/353a8dddcd79417848b65d34f6145749 to your computer and use it in GitHub Desktop.
build/bin/geth --datadir ~/.ethereum/ewasm --networkid=66 --vm.ewasm=/tmp/evmc6/lib/libhera.so:metering=true --bootnodes="$bn1,$bn2" --syncmode=full --vmodule "eth=3,p2p=3" --port 11111
INFO [10-21|19:21:11.840] Maximum peer count ETH=25 LES=0 total=25
INFO [10-21|19:21:11.841] Starting peer-to-peer node instance=Geth/v1.8.18-unstable-895d3601/linux-amd64/go1.11.1
INFO [10-21|19:21:11.841] Allocated cache and file handles database=/home/chfast/.ethereum/ewasm/geth/chaindata cache=768 handles=512
INFO [10-21|19:21:12.000] Initialised chain configuration config="{ChainID: 66 Homestead: 1 DAO: <nil> DAOSupport: false EIP150: 2 EIP155: 3 EIP158: 3 Byzantium: 4 Constantinople: <nil> Engine: ethash}"
INFO [10-21|19:21:12.000] Disk storage enabled for ethash caches dir=/home/chfast/.ethereum/ewasm/geth/ethash count=3
INFO [10-21|19:21:12.000] Disk storage enabled for ethash DAGs dir=/home/chfast/.ethash count=2
INFO [10-21|19:21:12.001] Initialising Ethereum protocol versions="[63 62]" network=66
INFO [10-21|19:21:12.002] Loaded most recent local header number=16052 hash=6d09ad…ba93eb td=16201469367 age=15s
INFO [10-21|19:21:12.003] Loaded most recent local full block number=16052 hash=6d09ad…ba93eb td=16201469367 age=15s
INFO [10-21|19:21:12.003] Loaded most recent local fast block number=16052 hash=6d09ad…ba93eb td=16201469367 age=15s
INFO [10-21|19:21:12.003] Loaded local transaction journal transactions=0 dropped=0
INFO [10-21|19:21:12.003] Regenerated local transaction journal transactions=0 accounts=0
INFO [10-21|19:21:12.242] New local node record seq=16 id=5a17549e3356e303 ip=127.0.0.1 udp=11111 tcp=11111
INFO [10-21|19:21:12.243] Started P2P networking self=enode://08e969718d2eb247f24eb01df6dc1043251a8e15252a5e36cda58853f3e575f40fc02333de4a6b2baa3ce11458b203030a7abd76b8b97f592aecf96b72543a6e@127.0.0.1:11111
INFO [10-21|19:21:12.245] IPC endpoint opened url=/home/chfast/.ethereum/ewasm/geth.ipc
INFO [10-21|19:21:42.243] Block synchronisation started
INFO [10-21|19:21:42.547] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=12.715ms mgasps=0.000 number=16053 hash=185946…d773fa cache=542.00B
INFO [10-21|19:22:08.170] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=8.562ms mgasps=0.000 number=16054 hash=9a5fec…a36f17 cache=1.08kB
INFO [10-21|19:22:36.848] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=9.896ms mgasps=0.000 number=16055 hash=326ba6…b958b3 cache=1.63kB
INFO [10-21|19:22:47.003] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=5.836ms mgasps=0.000 number=16056 hash=befef4…c2b806 cache=2.17kB
INFO [10-21|19:22:54.232] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=6.385ms mgasps=0.000 number=16057 hash=5606c7…d6e809 cache=2.71kB
INFO [10-21|19:22:59.109] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=7.038ms mgasps=0.000 number=16058 hash=66be9d…6bda7b cache=3.25kB
INFO [10-21|19:23:05.402] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=8.603ms mgasps=0.000 number=16059 hash=266d0c…bdf379 cache=3.79kB
INFO [10-21|19:23:37.400] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=6.159ms mgasps=0.000 number=16060 hash=20a6f7…e575ee cache=4.34kB
panic: No supported ewasm interpreter yet.
goroutine 103 [running]:
github.com/ethereum/go-ethereum/core/vm.NewEVM(0x101d288, 0x101d290, 0xc0197b76e0, 0xa0d6bbc3a39898b, 0x8d931a411c2517b8, 0xfb0002df, 0xc01a97f520, 0x0, 0x0, 0x0, ...)
/home/chfast/Projects/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/evm.go:154 +0x720
github.com/ethereum/go-ethereum/core.ApplyTransaction(0xc00022e080, 0x11e1260, 0xc0002c2000, 0xc019f178e8, 0xc01934d3f8, 0xc0002e6620, 0xc000271d40, 0xc019b9b9e0, 0xc000271f10, 0x0, ...)
/home/chfast/Projects/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_processor.go:97 +0x21d
github.com/ethereum/go-ethereum/miner.(*worker).commitTransaction(0xc000462000, 0xc019b9b9e0, 0x0, 0x0, 0xc66d548200000000, 0xc0fb0002df, 0x0, 0x0, 0x0, 0x0)
/home/chfast/Projects/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:695 +0x13a
github.com/ethereum/go-ethereum/miner.(*worker).commitTransactions(0xc000462000, 0xc0197b76b0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/chfast/Projects/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:765 +0x294
github.com/ethereum/go-ethereum/miner.(*worker).mainLoop(0xc000462000)
/home/chfast/Projects/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:469 +0x6c2
created by github.com/ethereum/go-ethereum/miner.newWorker
/home/chfast/Projects/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:219 +0x506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment