gecko/utils
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
..
crypto Move Geth to a plugin connected at runtime 2020-04-16 11:39:20 -04:00
formatting utils: Add tests for CB58.UnmarshalJSON 2020-04-01 18:48:59 +01:00
hashing init repo 2020-03-10 15:20:34 -04:00
json init repo 2020-03-10 15:20:34 -04:00
logging removed commit from another branch, due to not branching from master when creating this branch 2020-03-13 23:25:42 +13:00
math utils: Add tests in safe_math: Max64, Min64, Sub64, Diff64 2020-03-29 16:57:42 +01:00
random Fix typo: sudorandom -> pseudorandom 2020-03-11 17:21:39 +01:00
timer Merge branch 'cascade' into latency 2020-04-04 02:11:12 -04:00
units init repo 2020-03-10 15:20:34 -04:00
wrappers utils: Add test for Packer.Expand 2020-03-29 17:43:18 +01:00
ip.go Removed unused code 2020-04-04 16:40:01 -04:00
ip_test.go utils: Add tests for ToIPDesc(), fix IPv6 handling 2020-04-02 22:44:43 +01:00
sorting.go init repo 2020-03-10 15:20:34 -04:00