Commit Graph

338 Commits

Author SHA1 Message Date
Stephen Buttolph 24cc1e7c1c
Merge pull request #39 from StephenButtolph/sn-creation
Subnet creation
2020-04-08 15:14:43 -04:00
StephenButtolph 4a1fadbdc4 Added number of concurrent repolls to the benchmark 2020-04-07 22:53:41 -04:00
StephenButtolph 2d980c00b9 Changed order of ControlSigs and PayerSig for consistency with other txs 2020-04-06 17:51:23 -04:00
StephenButtolph 7fa26e1240 Improved the ip error message for a public network 2020-04-06 16:30:51 -04:00
StephenButtolph b60262c48c Changed defaults for pre-release 2020-04-06 14:54:57 -04:00
StephenButtolph f74b41fa36 Merge branch 'nftfx' into cascade 2020-04-06 14:40:25 -04:00
StephenButtolph f727ec076d Merge branch 'x-p-swaps' into nftfx 2020-04-06 14:39:55 -04:00
StephenButtolph eb082b8719 Merge branch 'sn-creation' into x-p-swaps 2020-04-06 14:39:27 -04:00
StephenButtolph f21c302054 Merge branch 'master' into sn-creation 2020-04-06 14:38:30 -04:00
Stephen Buttolph 9ff27dbaa7
Merge pull request #55 from moreati/test-ids-aliaser
ids: Add tests for Aliaser
2020-04-06 14:36:33 -04:00
Stephen Buttolph 7c69cf16bf
Merge branch 'master' into test-ids-aliaser 2020-04-06 14:23:51 -04:00
Stephen Buttolph 5d9c7e52d2
Merge pull request #54 from moreati/snow-test-set
snow: Add test for validators.Set.Set
2020-04-06 14:23:34 -04:00
Stephen Buttolph 48caf79644
Merge pull request #49 from danlaine/update-swap-api
Update import/export API, properly weight bootstrapping validators by stake
2020-04-06 14:22:51 -04:00
StephenButtolph e93b07cc81 Finished snowman test cleanup 2020-04-06 13:15:20 -04:00
StephenButtolph 2de63d5683 Started cleaning up snowman tests 2020-04-05 23:46:41 -04:00
StephenButtolph 1840c1eaa7 Finished snowman logic cleanup + logic comments 2020-04-05 17:20:48 -04:00
StephenButtolph f10fb4cc2e Cleaned up calculate indegree 2020-04-05 14:56:17 -04:00
StephenButtolph 85d728d67e Updated comment on RecordPoll 2020-04-05 02:49:38 -04:00
StephenButtolph 1dd9939f72 finished comments on snowman, except for RecordPoll 2020-04-05 02:10:44 -04:00
StephenButtolph 472a390f97 Improved comments in acceptance and rejectance 2020-04-05 01:54:22 -04:00
StephenButtolph fa307a2ac6 Changed snowmanBlocks to be pointers to simplify the implementation 2020-04-05 01:20:41 -04:00
StephenButtolph cefa2f51dd Added additional comments to snowman + style cleanup 2020-04-05 01:12:07 -04:00
StephenButtolph 0b61af76b9 Cleaned up snowman Add function 2020-04-05 00:06:05 -04:00
Alex Willmer cf69425775 ids: Add tests for Aliaser
Tests cover Aliaser.Lookup, Aliaser.Aliases, Aliaser.PrimaryAlias, and
Aliaser.Alias.
2020-04-05 00:58:40 +01:00
StephenButtolph 2151772266 Cleaned up snowman Add test 2020-04-04 18:45:01 -04:00
StephenButtolph 91dc1cbb1c Blk -> TestBlock 2020-04-04 18:07:14 -04:00
StephenButtolph 61ed4bb660 cleaned up ID tests 2020-04-04 17:47:44 -04:00
StephenButtolph daa7abdba5 Update addresses TODOs 2020-04-04 17:07:05 -04:00
StephenButtolph 946f2b3545 cleaned up keystore API + improved batching 2020-04-04 16:57:13 -04:00
StephenButtolph ff03ea957c Removed unused code 2020-04-04 16:40:01 -04:00
Stephen Buttolph 5363014e0b
Merge pull request #23 from ava-labs/latency
Latency
2020-04-04 13:42:31 -04:00
Alex Willmer 5442ea365e snow: Add test for validators.Set.Set 2020-04-04 13:55:02 +01:00
StephenButtolph 4e20130db8 Merge branch 'cascade' into latency 2020-04-04 02:11:12 -04:00
StephenButtolph dc518f4814 Added handling for terminating connections that never fully existed 2020-04-04 00:30:28 -04:00
StephenButtolph 438326b11a Every node should validate the DefaultSubnet 2020-04-03 20:11:08 -04:00
StephenButtolph f093cb58dd Added timeout for attempt to reconnect to staking peers 2020-04-03 19:14:13 -04:00
StephenButtolph e69449e20b Fixed variable cap genesis creation 2020-04-03 16:38:39 -04:00
StephenButtolph ea21a56e86 Added C-chain key for public testnet 2020-04-03 16:09:31 -04:00
StephenButtolph dce704e8f0 Fixed non-determinism in genesis creation 2020-04-03 15:50:29 -04:00
StephenButtolph 4050be294b Updated ansible bootstraps + default params 2020-04-03 13:40:08 -04:00
Stephen Buttolph efebd5816b
Merge branch 'master' into cascade 2020-04-03 01:09:19 -04:00
Stephen Buttolph d01c7989b1
Merge pull request #53 from ava-labs/remove-test
Removed broken + invalid test
2020-04-03 01:09:06 -04:00
StephenButtolph 0f94bdf24b Removed broken + invalid test 2020-04-03 01:00:19 -04:00
Stephen Buttolph a35a4b3224
Merge branch 'master' into cascade 2020-04-03 00:18:06 -04:00
Stephen Buttolph f34a5d3441
Merge pull request #52 from moreati/test-utils-ip
utils: Add tests for ip package, fix IPv6 handling
2020-04-03 00:17:43 -04:00
Stephen Buttolph 00e50e60e1
Merge branch 'master' into test-utils-ip 2020-04-03 00:10:03 -04:00
StephenButtolph cd0b914efc Added local network keys 2020-04-03 00:02:13 -04:00
StephenButtolph fd083776f4 Added multiple genesii 2020-04-02 23:43:02 -04:00
Alex Willmer 02d59da7ab utils: Add tests for ToIPDesc(), fix IPv6 handling 2020-04-02 22:44:43 +01:00
Alex Willmer ab33249844 utils: Add test for IPDesc.String 2020-04-02 22:34:46 +01:00