Commit Graph

1101 Commits

Author SHA1 Message Date
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
Stephen Buttolph 1f4ef0c45c
Merge pull request #2 from tuxxy/master 2020-03-11 14:20:51 -04:00
Stephen Buttolph f472bf3fac
Merge branch 'master' into master 2020-03-11 14:09:53 -04:00
Stephen Buttolph acb10550f2
Merge pull request #3 from StephenButtolph/ci-workaround
Remove ssh flag from public repo
2020-03-11 14:09:27 -04:00
StephenButtolph d2c871611e remove ssh flag from public repo 2020-03-11 13:57:11 -04:00
tuxxy 090812fcef Fix typo: sudorandom -> pseudorandom 2020-03-11 17:21:39 +01:00
Stephen Buttolph 45ca1c236b
Merge branch 'master' into get-account-bug-fix 2020-03-11 12:11:34 -04:00
Stephen Buttolph 0a0d00f6ea Update issue templates
Added the terms and conditions to the issue template.
2020-03-11 00:22:40 -04:00
StephenButtolph 66f0941775 check for address being empty in getAccount 2020-03-10 16:19:03 -04:00
StephenButtolph a00cba51cf Added generic genesis 2020-03-10 16:15:54 -04:00
StephenButtolph 27eb3ca6ee fixed bugs added for the bug bounty 2020-03-10 16:10:53 -04:00