Commit Graph

810 Commits

Author SHA1 Message Date
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
Stephen Buttolph 71c01fde1f
Merge pull request #15 from danlaine/development
sort transaction's control signatures in signAddNonDefaultSubnetValidatorTx
2020-03-16 12:43:56 -04:00
Stephen Buttolph d524689f2f
Merge branch 'master' into development 2020-03-16 12:24:31 -04:00
Stephen Buttolph ce9f84b3cb Fixed typo in snowball tree error message 2020-03-16 12:22:31 -04:00
Dan Laine 45805cbac7 Merge branch 'create-blockchain-changes' into custom-genesis 2020-03-16 12:19:06 -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
StephenButtolph 58e47650c1 Added latency metrics to consensus 2020-03-15 01:09:24 -04:00
StephenButtolph 1fdb20040a Added test for avalanche bubbling 2020-03-14 15:38:55 -04:00
zramsay 8459573c07
use go get for install 2020-03-14 13:11:44 -04:00
StephenButtolph 1a2135db6a Bubble invalid snowman votes 2020-03-13 19:02:03 -04:00
StephenButtolph acaf5400ef Merge branch 'master' of github.com:ava-labs/gecko 2020-03-13 17:32:49 -04:00
Stephen Buttolph 7404200a0b
Merge pull request #9 from StephenButtolph/msg-size
properly set the max message size with salticidae
2020-03-13 17:32:36 -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
swdee 946fb662a2 added in checking of password strength when creating a new user 2020-03-14 10:04:57 +13:00
swdee 33ed4b5d24 change format of errUserPassMaxLength 2020-03-14 08:29:42 +13:00
Dan Laine fb49eaa1cc sort transaction's control signatures in signAddNonDefaultSubnetValidatorTx 2020-03-13 14:00:21 -04:00
Stephen Buttolph eba3ae0383
Merge branch 'master' into msg-size 2020-03-13 11:25:48 -04:00
Stephen Buttolph 18cadc87df
Merge pull request #12 from swdee/logger-microseconds
Add microseconds to log format
2020-03-13 11:12:32 -04:00
swdee c737fb8ab4 removed commit from another branch, due to not branching from master when creating this branch 2020-03-13 23:25:42 +13:00
swdee 1aef6e1cb3 added sanity checks on user/pass string length when creating user via RPC API 2020-03-13 22:28:32 +13:00
swdee bdfabe96cb add microseconds to logformat 2020-03-13 22:15:35 +13:00
Stephen Buttolph 820d793cfc
Merge branch 'master' into msg-size 2020-03-12 16:53:34 -04:00
Stephen Buttolph 0698f2c74c
Merge pull request #11 from danlaine/development
Remove unused consts
2020-03-12 14:59:27 -04:00
Dan Laine d5cdf6a6cc Merge branch 'master' into development 2020-03-12 14:35:41 -04:00
Dan Laine 946ec3d09e remove unused consts 2020-03-12 14:34:39 -04:00
Stephen Buttolph 8489567517
Merge branch 'master' into msg-size 2020-03-12 14:30:36 -04:00
Stephen Buttolph b884e8e23c
Merge pull request #10 from StephenButtolph/get-node-id
Added a GetNodeID API call to the admin api
2020-03-12 14:30:26 -04:00
Stephen Buttolph 094651b38d
Merge pull request #12 from ava-labs/get-node-id
Added a GetNodeID API call to the admin api
2020-03-12 14:18:56 -04:00
Stephen Buttolph 686ab14e8b
Merge branch 'master' into get-node-id 2020-03-12 12:42:46 -04:00
Stephen Buttolph d5100620d2
Merge pull request #11 from ava-labs/msg-size
Properly set the max message size with salticidae
2020-03-12 12:33:29 -04:00
StephenButtolph 2f1f4ddd23 Added a GetNodeID API call to the admin api 2020-03-12 12:30:05 -04:00
StephenButtolph 683e10af3e properly set the max message size with salticidae 2020-03-12 12:11:45 -04:00
Stephen Buttolph c827c914d6
Merge pull request #1 from StephenButtolph/get-account-bug-fix
Check for address being empty in getAccount
2020-03-11 14:32:35 -04:00
Stephen Buttolph 694331ba16
Merge branch 'master' into get-account-bug-fix 2020-03-11 14:21:09 -04:00