Commit Graph

241 Commits

Author SHA1 Message Date
StephenButtolph 186d96ee40 Added CommitBatch to the versionDB 2020-03-19 14:35:17 -04:00
Dan Laine 7c410e01b8 automatically use secp256k1 fx when creating AVM instances 2020-03-19 13:14:40 -04:00
Stephen Buttolph b873f67992
Merge pull request #24 from swdee/ignore-golang-metafiles
Ignore GoLand IDE project metafiles directory
2020-03-18 19:38:06 -04:00
Stephen Buttolph cc60868cb5
Merge branch 'master' into ignore-golang-metafiles 2020-03-18 18:56:32 -04:00
swdee dbf4e40e13 ignore GoLand IDE project metafiles directory 2020-03-19 10:54:28 +13:00
StephenButtolph 3813086d6f Merge branch 'master' into atomic 2020-03-18 17:40:16 -04:00
StephenButtolph 16182937a4 merged 2020-03-18 17:22:07 -04:00
Stephen Buttolph 998ed8b3a5
Merge pull request #23 from StephenButtolph/tree-tests
Snowball tree cleanup + filter testing
2020-03-18 17:05:30 -04:00
Stephen Buttolph 9473bfdf73
Merge branch 'master' into tree-tests 2020-03-18 16:44:09 -04:00
Stephen Buttolph 3576be1dc2
Merge pull request #20 from StephenButtolph/testing-typo
Fixed testing typo
2020-03-18 16:43:56 -04:00
Stephen Buttolph 65042d9ee3
Merge branch 'master' into tree-tests 2020-03-18 16:26:24 -04:00
Stephen Buttolph 6ad1d7ae95
Merge branch 'master' into testing-typo 2020-03-18 16:26:16 -04:00
Stephen Buttolph 8969078f69
Merge pull request #16 from StephenButtolph/avm-perf
AVM performance
2020-03-18 16:25:52 -04:00
StephenButtolph ddf784284b Improved UX for xput tests 2020-03-18 16:10:03 -04:00
Dan Laine 23d24e5413 fix broken test 2020-03-18 15:54:39 -04:00
Dan Laine 68ca03ff33 change chain names; AVM-->X-Chain and Athereum-->C-Chain 2020-03-18 15:27:23 -04:00
Dan Laine bc4aae7b6d getBlockchains includes human-readable name in response 2020-03-18 15:26:41 -04:00
Dan Laine 121edab33c add missing json tags 2020-03-18 15:18:00 -04:00
Dan Laine 6c2b969b29 Merge remote-tracking branch 'origin' into custom-genesis 2020-03-18 14:03:28 -04:00
StephenButtolph 3200f52659 Added Batch Inner calls to be able to atomically commit operations across prefixed DBs 2020-03-18 13:57:36 -04:00
Dan Laine 5c231c8acf add utility methods to platform API. Forbid creation of blockchains validated by Default Subnet 2020-03-18 13:55:36 -04:00
Dan Laine 46441dca6b remove test 2020-03-18 12:23:14 -04:00
Dan Laine 9afb724f67 add alias for secp256k1fx 2020-03-18 12:22:54 -04:00
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
Stephen Buttolph 9da52187b1
Merge branch 'master' into avm-perf 2020-03-18 06:05:31 -04:00
Stephen Buttolph 58e7949061
Merge pull request #13 from swdee/rpc-userpass-checks
Place sanity checks on Username and Password length on RPC keystore.createUser method

closes #6
2020-03-18 06:04:16 -04:00
Stephen Buttolph 0d29aedce0
Merge branch 'master' into rpc-userpass-checks 2020-03-18 05:05:08 -04:00
StephenButtolph b6bb9f0789 Removed redundent filter in unaryNode and added test for filtering in binaryNode 2020-03-17 23:29:38 -04:00
Stephen Buttolph 84d60b9b99 added simple readme for xput tests 2020-03-17 18:51:30 -04:00
Stephen Buttolph c0405e18ff removed accidental commit 2020-03-17 18:49:47 -04:00
Stephen Buttolph 5a8158102f Added simple readme for xput tests 2020-03-17 18:48:40 -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 31e6ac793a added more comments 2020-03-17 16:32:08 -04:00
Stephen Buttolph d3d22ffce8 addressed PR comments 2020-03-17 16:07:33 -04:00
swdee 05a2bcbef5 fix spelling typo 2020-03-18 07:53:25 +13: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
danlaine bace8991c0
Merge pull request #1 from StephenButtolph/custom-genesis
Custom genesis
2020-03-17 13:08:53 -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 47bf310abc Implemented filtered vertex issuance 2020-03-16 16:38:06 -04:00
swdee 93d2e66c21 fix build problem with limiting length of username output when logging 2020-03-17 08:55:52 +13:00
swdee d27aa66996 changed error message when password is rejected 2020-03-17 08:31:37 +13:00
swdee 2d0f56bbaf log call to createuser even if rejected by username/password length being to long 2020-03-17 08:22:16 +13:00
Stephen Buttolph 799d6dd0e1 Finished bubble voting 2020-03-16 13:36:27 -04:00
Stephen Buttolph 2b48a4a798
Merge branch 'master' into avm-perf 2020-03-16 12:44:09 -04:00