Commit Graph

307 Commits

Author SHA1 Message Date
StephenButtolph 805b0d5530 wip importTx 2020-03-23 11:41:02 -04:00
Stephen Buttolph f1c92ffb79
Merge pull request #26 from swdee/use-flagset
Change command line arguments to use flagset to control OS exit code
2020-03-23 11:31:06 -04:00
swdee a0900b7903 changed xputtest command line arguments to use flagset so we can control the exit code 2020-03-22 12:31:10 +13:00
swdee 7c821abfaf changed gecko command line arguments to use flagset so we can control the exit code 2020-03-22 12:25:47 +13:00
StephenButtolph ec850c45b2 Removed accidental commit 2020-03-21 02:41:30 -04:00
StephenButtolph 33208a33ee remove more throughcalls 2020-03-21 02:36:37 -04:00
StephenButtolph 184f30c306 fully broke up snowball/snowflake/slush into their respective files 2020-03-21 02:26:22 -04:00
StephenButtolph 2fa9293aad Used struct embedding to avoid callthroughs 2020-03-20 21:26:52 -04:00
StephenButtolph f151ab841a Added flow checker 2020-03-20 20:57:12 -04:00
StephenButtolph aee9d03921 Cleanup + introduction of side effects 2020-03-20 20:56:43 -04:00
StephenButtolph 638cce84ce AVM code cleanup 2020-03-19 18:36:10 -04:00
Dan Laine 633e72394f fix bug where no chains other than platform created if staking disabled 2020-03-19 17:59:12 -04:00
StephenButtolph 29282f07ac Added shared memory to the context 2020-03-19 17:14:27 -04:00
StephenButtolph bb93cc3eee Added atomic shared memory 2020-03-19 16:56:58 -04:00
Dan Laine fb5f6a9d5d change validatedBy to take in an ID rather than alias 2020-03-19 15:00:12 -04:00
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