Commit Graph

1101 Commits

Author SHA1 Message Date
Dan Laine 15898c4ac2 style fix 2020-06-17 20:41:02 -04:00
Dan Laine f0cd642c2d move cache check out of loop 2020-06-17 20:35:28 -04:00
Stephen Buttolph d4373f2a0a
Merge branch 'master' into bootstrap-bug-fix 2020-06-17 20:31:42 -04:00
StephenButtolph 9a43e1222b added tests 2020-06-17 20:31:13 -04:00
Dan Laine f4a789b433 use heap in bootstrapping to reduce amount of work done. Move cache check to reduce memory allocations. 2020-06-17 20:15:42 -04:00
Dan Laine 4da1ce58fb patch for bug that caused bootstrapping to never finish 2020-06-17 19:42:11 -04:00
Hongbo Zhang 20637a0f23 dropped error msg from unmapallport 2020-06-17 17:13:35 -04:00
Stephen Buttolph e5a6c00fce
Merge pull request #78 from ava-labs/optimize-state
Optimize core block / state
2020-06-17 16:00:27 -04:00
Stephen Buttolph def156db42
Merge branch 'master' into optimize-state 2020-06-17 16:00:05 -04:00
StephenButtolph 0e16d298ae merged 2020-06-17 15:54:55 -04:00
Stephen Buttolph 8d5559393f
Merge branch 'master' into optimize-state 2020-06-17 13:58:26 -04:00
Stephen Buttolph 22cccd02f9
Merge pull request #77 from ava-labs/patch-add-default-subnet-delegator-tx
Patch add default subnet delegator tx
2020-06-17 13:58:03 -04:00
Stephen Buttolph f747eea3d9
Merge branch 'master' into patch-add-default-subnet-delegator-tx 2020-06-17 13:24:57 -04:00
Gabriel Cardona f40fa7d7e6 Formatting. 2020-06-17 10:21:11 -07:00
Aaron Buchwald 077afc20e7
Adjust delegator test cases 2020-06-17 13:16:37 -04:00
Gabriel Cardona 82b91e5244 Add tests for platform.addDefaultSubnetDelegator for confirming tx fails when attempting to delegate too much as well as confirming balance is correct after delegating. 2020-06-17 10:00:41 -07:00
Dan Laine 8e4c57bcd3 Merge remote-tracking branch 'origin/master' into optimize-state 2020-06-17 09:04:20 -04:00
Dan Laine 0270a485e6 Merge branch 'master' of github.com:ava-labs/gecko-internal 2020-06-17 09:02:11 -04:00
Gabriel Cardona 553bc117b0 Merge branch 'master' into patch-add-default-subnet-delegator-tx 2020-06-17 04:37:05 -07:00
Stephen Buttolph 3aa89c3926
Merge pull request #76 from ava-labs/polls-early-termination
Terminate poll early when possible
2020-06-16 23:58:02 -04:00
StephenButtolph 3d6fff70e0 nits to clean up the PR 2020-06-16 23:53:19 -04:00
Stephen Buttolph 19d871538e
Merge branch 'master' into polls-early-termination 2020-06-16 23:29:35 -04:00
Stephen Buttolph be5957875c
Merge pull request #55 from ava-labs/ping-pong
Added ping pong messages
2020-06-16 23:27:19 -04:00
StephenButtolph 29fc15a8f9 merged 2020-06-16 23:13:05 -04:00
StephenButtolph 8ec2862c04 Merge branch 'master' of github.com:ava-labs/gecko-internal 2020-06-16 23:08:29 -04:00
StephenButtolph 181bd76b10 Merge branch 'master' of github.com:ava-labs/gecko 2020-06-16 23:08:17 -04:00
Stephen Buttolph 6c8c70b1ca
Merge pull request #65 from ava-labs/lower-gossip-logs
lower log level for gossiped put messages
2020-06-16 23:07:39 -04:00
Stephen Buttolph d3d6471a2a
Merge branch 'master' into lower-gossip-logs 2020-06-16 23:04:58 -04:00
Stephen Buttolph ea9dcec5a0
Merge pull request #75 from ava-labs/set-cache
pre-allocate slices in various places
2020-06-16 23:04:27 -04:00
Aaron Buchwald aab8f5f3d4 Implement early termination case for avalanche polling 2020-06-16 19:29:08 -04:00
Dan Laine ddcc2d73a2 lazily fetch block status 2020-06-16 18:14:16 -04:00
Dan Laine 4223e1f9d5 remove unnecessary call to Has 2020-06-16 17:51:49 -04:00
Dan Laine eda52b631e Merge branch 'master' of github.com:ava-labs/gecko 2020-06-16 17:32:28 -04:00
Dan Laine e0d00e25c7 fix typo 2020-06-16 17:23:48 -04:00
Stephen Buttolph aca163714d
fixed typo 2020-06-16 17:21:23 -04:00
StephenButtolph b5579776e1 Merge branch 'ping-pong' of github.com:ava-labs/gecko-internal into ping-pong 2020-06-16 16:53:45 -04:00
StephenButtolph 8edcb1689b bump version for everest 2020-06-16 16:52:46 -04:00
Stephen Buttolph 45512ddef6
Merge branch 'master' into ping-pong 2020-06-16 16:46:05 -04:00
StephenButtolph 7feb0c335e merged 2020-06-16 16:45:41 -04:00
Stephen Buttolph 8fe8586dab
Merge branch 'master' into lower-gossip-logs 2020-06-16 16:35:28 -04:00
StephenButtolph 52b6c1df21 merged 2020-06-16 16:35:13 -04:00
Stephen Buttolph 89ab9fce4b
Merge branch 'master' into set-cache 2020-06-16 16:28:31 -04:00
Stephen Buttolph 9562dc1054
Merge pull request #68 from ava-labs/network-upgrade
Network upgrade
2020-06-16 16:20:43 -04:00
Dan Laine 77d24022fe add minimumCacheSize 2020-06-16 16:11:21 -04:00
StephenButtolph ad130e848e merged 2020-06-16 16:10:45 -04:00
Dan Laine 4ecd92efba add minimum size to uniqueBag and Requests 2020-06-16 15:43:30 -04:00
Dan Laine 191cd48593 add minimum map size to Blocker 2020-06-16 15:34:34 -04:00
Dan Laine 8fdeef5eb6 pre-allocate slices for List in set, bag, shortSet 2020-06-16 15:17:13 -04:00
Stephen Buttolph bf7cad2a37
Merge pull request #74 from ava-labs/fix-consensus-bugs
Fix consensus bugs
2020-06-16 14:45:10 -04:00
Stephen Buttolph b1923d7dee
Merge pull request #251 from aaronbuchwald/optimize-insert-from
Optimize DAG traversal in insertFrom
2020-06-16 14:40:38 -04:00