Commit Graph

269 Commits

Author SHA1 Message Date
Dan Laine 76d15cc999 add method to get Subnet that validates the specified blockchain and expose method with API 2020-03-18 12:21:08 -04:00
Dan Laine 1f871c097d when a node joins a Subnet it creates all of the blockchains the Subnet is validating 2020-03-17 17:54:03 -04:00
Stephen Buttolph d3d22ffce8 addressed PR comments 2020-03-17 16:07:33 -04:00
Dan Laine eb5851431d createChain only creates chain if the node is a member of the Subnet validating the chain 2020-03-17 14:38:41 -04:00
Stephen Buttolph 4f432cbb73 Merge branch 'custom-genesis' of github.com:danlaine/gecko into custom-genesis 2020-03-17 12:21:03 -04:00
Stephen Buttolph c30f468035 generalized IssueTx 2020-03-17 12:20:59 -04:00
Dan Laine a76787eead create mock chains.Manager and use it in tests 2020-03-17 12:19:53 -04:00
Dan Laine db333de8fb update test 2020-03-17 12:19:24 -04:00
Dan Laine 194fde11e8 add createChain method to reduce repeated code 2020-03-17 12:18:53 -04:00
Dan Laine 09102d9f1c change some log messages. Fix bug where restarted nodes forget which Subnets they validat 2020-03-17 11:04:07 -04:00
Dan Laine 5ca0a909e4 WIP. Blockchain creation works in simple cases but still very buggy. 2020-03-16 17:21:38 -04:00
Stephen Buttolph 2b48a4a798
Merge branch 'master' into avm-perf 2020-03-16 12:44:09 -04:00
Stephen Buttolph d524689f2f
Merge branch 'master' into development 2020-03-16 12:24:31 -04:00
Dan Laine c8ecea98b7 createBlockchain takes genesis bytes rather than generating them. Add control signatures for blockchain creation. WIP not all tests pass 2020-03-16 11:07:12 -04:00
Stephen Buttolph 00df659961
Perf (#13)
- Added support for xput tests on the AVM
- Implemented an AVM wallet for throughput tests.
- Fixed credential bug in the AVM for transactions that depend on un-confirmed UTXOs.
2020-03-13 17:31:23 -04:00
Dan Laine fb49eaa1cc sort transaction's control signatures in signAddNonDefaultSubnetValidatorTx 2020-03-13 14:00:21 -04:00
StephenButtolph 683e10af3e properly set the max message size with salticidae 2020-03-12 12:11:45 -04:00
StephenButtolph 66f0941775 check for address being empty in getAccount 2020-03-10 16:19:03 -04:00
StephenButtolph b9e34e3b15 init repo 2020-03-10 15:20:34 -04:00