Commit Graph

1101 Commits

Author SHA1 Message Date
Dan Laine 9ff44359ab update termination condition for bootstrapping 2020-06-04 11:10:40 -04:00
Dan Laine 79a8c21457 add comments. add GetAncestorsFailed to router/sender 2020-06-04 10:54:26 -04:00
Dan Laine 14480a24dc improve logging and lowercase log messages 2020-06-04 10:29:19 -04:00
Dan Laine 3b2fdb3acd fix log formatting 2020-06-04 10:00:29 -04:00
Dan Laine efdce85f24 update counter variable name for clarity 2020-06-04 09:58:14 -04:00
Dan Laine 346ba7563a fix termination condition of snowman GetAncestors 2020-06-04 09:56:21 -04:00
Dan Laine 9ea32f8236 fix comment 2020-06-04 09:54:04 -04:00
Dan Laine 37d5877a07 change ordering of network commands for backwards compatibility. Improve logs. Fix ancestorBytesLen initialization 2020-06-04 09:52:44 -04:00
StephenButtolph 8c42f14a49 Added ping pong messages 2020-06-04 01:57:43 -04:00
Aaron Buchwald b6d8ebefe6
Implement import and export key for platform api 2020-06-03 21:04:01 -04:00
Dan Laine 654f1c103b address (almost all) PR comments...still need to do final pass 2020-06-03 19:04:29 -04:00
danlaine b3edb8637a
lower log level (#43)
* lower log level

* lower log for 'asserions are enabled'
2020-06-03 14:18:28 -04:00
aaronbuchwald 5d67251487
Optimize bubble votes in avalanche with vertex heap (#47) 2020-06-03 14:07:44 -04:00
StephenButtolph 0a5eb4dca8 merged 2020-06-03 12:37:42 -04:00
Shashank 311ce90977
Fixed go format 2020-06-03 19:47:39 +05:30
Shashank f8405794b7
Merge branch 'master' into patch-1 2020-06-03 14:14:43 +05:30
Shashank 6dc67bbf70
Updated fix for issue 195
https://github.com/ava-labs/gecko/issues/195
2020-06-03 14:08:57 +05:30
Stephen Buttolph 5847e69e45
Merge pull request #205 from StephenButtolph/network-closing
Network closing
2020-06-02 20:25:23 -04:00
StephenButtolph 465dd81379 bump patch version 2020-06-02 19:00:42 -04:00
StephenButtolph b8bd018938 only exit the dispatch loop if the node is closing 2020-06-02 18:59:34 -04:00
StephenButtolph 3828fdd573 Merge remote-tracking branch 'origin/get-network-name' into network-upgrade 2020-06-02 17:27:29 -04:00
Stephen Buttolph b4a7a2240c
Merge branch 'master' into get-network-name 2020-06-02 17:18:20 -04:00
StephenButtolph bdb81df0d2 Turned off sig verification in the AVM during bootstrapping 2020-06-02 17:01:51 -04:00
Dan Laine 8f5a6b1db2 remove PutAncestor. Add timeout to GetAncestors. Reduce logging. 2020-06-02 16:20:48 -04:00
StephenButtolph 18e11359af returned dispatch error from the node 2020-06-02 15:26:30 -04:00
StephenButtolph 1daaa5fdaa Added bootstrap fetching finished notification 2020-06-02 14:57:38 -04:00
Dan Laine 00868d2a11 add multiput message which is sent in response to GetAncestors 2020-06-02 14:07:20 -04:00
Shashank 8e8dd7529b
Fix for KeyStore DoS vulnerability
https://github.com/ava-labs/gecko/issues/195
2020-06-02 22:47:02 +05:30
Dan Laine e783af7fa7 revert to single-threaded model because multi-threaded model isn't safe 2020-06-02 08:42:52 -04:00
Galen Marchetti 76e712242a
Merge pull request #2 from kurtosis-tech/gmarchetti/kurtosis-e2e-ci-integration
kurtosis e2e ci integration with gecko
2020-06-02 07:21:50 -03:00
StephenButtolph cd669a3d98 Added bootstrapping notifications to VMs 2020-06-01 23:24:21 -04:00
Dan Laine 91771359ae log formatting 2020-06-01 17:41:35 -04:00
Dan Laine 0ec05641fd use thread-based model for avalanche bootstrapping. seems to work but untested. 2020-06-01 17:32:29 -04:00
Aaron Buchwald 647b443822
Add get network name call to admin 2020-06-01 13:52:07 -04:00
Dan Laine 9e249ca786 add GetAncestors and PutAncestor message types. Update interfaces. TODO: Implement the interfaces 2020-06-01 10:26:12 -04:00
Stephen Buttolph 7671cab972
Merge pull request #198 from StephenButtolph/denali
Denali
2020-05-31 19:38:26 -04:00
StephenButtolph d38405178b final version bump to denali 2020-05-31 18:01:09 -04:00
StephenButtolph 0f18f514b7 updated bootstrap ip 2020-05-31 17:17:35 -04:00
StephenButtolph 3c48165ef9 attempt multiple plugin directory locations 2020-05-31 16:37:51 -04:00
StephenButtolph f6244aaca4 allowed for multiple DB types to be used in the fund indexer 2020-05-31 15:43:01 -04:00
galenmarchetti 1ae9c76c53 isolating the kurtosis testing 2020-05-31 14:48:33 -03:00
galenmarchetti 72330d494c removing debugging statements 2020-05-31 14:25:47 -03:00
galenmarchetti f8cea1d299 travisyml now minimally modified to include kurtosis tests 2020-05-31 14:25:11 -03:00
galenmarchetti 6fac7c2446 fixing travis yml 2020-05-31 14:13:07 -03:00
galenmarchetti c6954227eb build image script 2020-05-31 14:09:29 -03:00
galenmarchetti 2036c7233a building with docker deploy in scripts 2020-05-31 13:50:32 -03:00
galenmarchetti dea626aea3 putting in debugging statements 2020-05-31 13:10:05 -03:00
galenmarchetti 374062aa1a sleeping 90 2020-05-31 12:56:16 -03:00
galenmarchetti 0165827857 removing osx build to debug kurtosis runs; 2020-05-31 10:28:21 -03:00
galenmarchetti d85a016310 e2e tests must be runnable 2020-05-31 10:09:38 -03:00