Commit Graph

71 Commits

Author SHA1 Message Date
StephenButtolph e25e0356ba Added multiple inventories + bumped patch version 2020-04-28 16:09:47 -04:00
Dan Laine 592fb896ff check that binaries actually exist 2020-04-26 14:28:36 -04:00
Dan Laine 2e10a6517f add build successful msg 2020-04-23 17:55:05 -04:00
StephenButtolph 436972b928 Added kill script 2020-04-22 19:52:37 -04:00
StephenButtolph a3e3e5f21e changed ansible back to the testnet 2020-04-21 13:55:01 -04:00
StephenButtolph 14f178612e added plugin dir flag 2020-04-21 01:57:10 -04:00
StephenButtolph 6bcedf1d64 wip 2020-04-20 20:00:36 -04:00
Determinant 765bffecda use `checkout` 2020-04-19 18:24:32 -04:00
StephenButtolph a1e10c7332 Change coreth dependency to use tag 2020-04-19 18:19:05 -04:00
Determinant f3f55108b9 use salticidae-go v0.1.0 2020-04-19 18:08:08 -04:00
Alex Willmer 95cca6f29c build: Reduce go test timeout to 30 seconds
The timeout was previously the go test default, 10 minutes
2020-04-19 13:48:36 +01:00
StephenButtolph 50fde3841c update ami 2020-04-18 23:45:18 -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 4050be294b Updated ansible bootstraps + default params 2020-04-03 13:40:08 -04:00
StephenButtolph c814d42611 Finished adding snowball tests 2020-04-01 02:19:43 -04:00
StephenButtolph 69acc2bfff updated ansible args 2020-03-31 22:42:14 -04:00
StephenButtolph 4072408b73 Changed branch to cascade 2020-03-31 19:25:25 -04:00
StephenButtolph 2ab3886eb7 updated ansible 2020-03-31 19:22:00 -04:00
Alex Willmer a718b32c6a scripts: Add a hashbang, so aws create.py can be run directly 2020-03-29 16:42:01 +01:00
Alex Willmer bf1a94611e scripts: Use argparse for create.py arguments
This gives better feedback on what arguments are required

$ python3 scripts/aws/create.py
usage: create.py [-h] numBootstraps numNodes
create.py: error: the following arguments are required: numBootstraps,
numNodes

$ python3 scripts/aws/create.py -h
usage: create.py [-h] numBootstraps numNodes

Start a number of AVA nodes on Amazon EC2

positional arguments:
  numBootstraps
  numNodes

optional arguments:
  -h, --help     show this help message and exit
2020-03-29 16:39:51 +01:00
StephenButtolph b9e34e3b15 init repo 2020-03-10 15:20:34 -04:00