Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/ava-labs/avalanchego.git. Pull mirroring updated .
  1. Apr 16, 2020
    • Stephen Buttolph's avatar
      Move Geth to a plugin connected at runtime · 42baab28
      Stephen Buttolph authored
      * 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
  2. Apr 02, 2020
  3. Mar 30, 2020
  4. Mar 25, 2020
  5. Mar 19, 2020
  6. Mar 16, 2020
  7. Mar 10, 2020
Loading