gecko/vms/spchainvm
Stephen Buttolph 42baab2881
Move Geth to a plugin connected at runtime
* removed coreth + geth dependency for the C-chain, still have nat + crypto dependencies

* Added first past of nat traversal

* Removed go-eth dependency for secp256k1

* renamed db files to not repeat the package title

* Added rpcdb, untested

* Added rpcdb tests

* removed defer from loop

* cleaned up tests

* Started working on the rpc chain VM

* First pass of vm plugin support

* Added http over grpc

* added beta support for http handlers

* updated vms for the rpcvms

* Added error returns for factories

* Added EVM back to the genesis

* Added the EVM factory

* Added EVM aliasing, fixed nil pointer bugs during shutdown

* Added plugin folder

* Removed plugins folder, add default params for the plugin dir

* Added http RPC test

* Added cascade evm genesis

* Removed debug line

* removed more debug lines

* Cleaned up import statement

* Changed default plugin dir to ./plugins

* build evm plugin auto in the build script
2020-04-16 11:39:20 -04:00
..
account.go init repo 2020-03-10 15:20:34 -04:00
account_test.go init repo 2020-03-10 15:20:34 -04:00
block.go init repo 2020-03-10 15:20:34 -04:00
block_benchmark_test.go init repo 2020-03-10 15:20:34 -04:00
builder.go init repo 2020-03-10 15:20:34 -04:00
codec.go init repo 2020-03-10 15:20:34 -04:00
codec_benchmark_test.go init repo 2020-03-10 15:20:34 -04:00
consensus_benchmark_test.go Added number of concurrent repolls to the benchmark 2020-04-07 22:53:41 -04:00
factory.go Move Geth to a plugin connected at runtime 2020-04-16 11:39:20 -04:00
keychain.go addressed PR comments 2020-03-17 16:07:33 -04:00
live_block.go init repo 2020-03-10 15:20:34 -04:00
prefixed_state.go init repo 2020-03-10 15:20:34 -04:00
service.go init repo 2020-03-10 15:20:34 -04:00
state.go init repo 2020-03-10 15:20:34 -04:00
static_service.go init repo 2020-03-10 15:20:34 -04:00
static_service_test.go init repo 2020-03-10 15:20:34 -04:00
tx.go init repo 2020-03-10 15:20:34 -04:00
tx_benchmark_test.go init repo 2020-03-10 15:20:34 -04:00
tx_test.go init repo 2020-03-10 15:20:34 -04:00
vm.go Move Geth to a plugin connected at runtime 2020-04-16 11:39:20 -04:00
vm_benchmark_test.go init repo 2020-03-10 15:20:34 -04:00
vm_test.go init repo 2020-03-10 15:20:34 -04:00