Commit Graph

67 Commits

Author SHA1 Message Date
StephenButtolph aa60e61c5c 1-way handshake on a staking network 2020-04-18 22:47:53 -04:00
StephenButtolph f40ea1ef45 Changed default values to cascade 2020-04-17 03:51:14 -04:00
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
StephenButtolph 7fa26e1240 Improved the ip error message for a public network 2020-04-06 16:30:51 -04:00
StephenButtolph b60262c48c Changed defaults for pre-release 2020-04-06 14:54:57 -04:00
StephenButtolph 4050be294b Updated ansible bootstraps + default params 2020-04-03 13:40:08 -04:00
StephenButtolph cd0b914efc Added local network keys 2020-04-03 00:02:13 -04:00
StephenButtolph fd083776f4 Added multiple genesii 2020-04-02 23:43:02 -04:00
StephenButtolph 90f7ba2d6a updated default K and Alpha values for cascade 2020-04-01 13:23:36 -04:00
StephenButtolph 8dedd4c711 removed old keys 2020-03-31 20:51:55 -04:00
StephenButtolph 7a369e66b0 Added testnet defaults 2020-03-31 18:32:10 -04:00
Stephen Buttolph c1357a9eba
Merge branch 'master' into custom-genesis 2020-03-30 21:06:10 -04:00
bbuttrick 7b8b690df5 Add a ConcurrentRepolls variable to make the polling throughput configurable with a minimum threshold 2020-03-28 16:55:11 -04:00
Stephen Buttolph 10779d168d
Merge branch 'master' into custom-genesis 2020-03-27 12:11:19 -04:00
swdee 7c821abfaf changed gecko command line arguments to use flagset so we can control the exit code 2020-03-22 12:25:47 +13:00
StephenButtolph a00cba51cf Added generic genesis 2020-03-10 16:15:54 -04:00
StephenButtolph b9e34e3b15 init repo 2020-03-10 15:20:34 -04:00