Commit Graph

644 Commits

Author SHA1 Message Date
StephenButtolph a7ea45ccef version constants 2020-05-25 23:09:31 -04:00
StephenButtolph 47915da344 bumped timeout to 60s to support virtualized tests 2020-05-25 22:45:02 -04:00
StephenButtolph 130baeb626 Merge remote-tracking branch 'holisticode/osx-test' into lets-go 2020-05-25 22:33:14 -04:00
StephenButtolph bb11465d7e added listAddresses API to the AVM 2020-05-25 22:29:36 -04:00
StephenButtolph fabd7cc82e merged bootstrapping improvements 2020-05-25 22:22:44 -04:00
StephenButtolph 6071672e4d minor code cleanup 2020-05-25 22:18:43 -04:00
StephenButtolph 858658a61f Updated cascade IPs 2020-05-25 17:57:22 -04:00
StephenButtolph cbc5811fb8 Removed unneeded global variable 2020-05-25 17:45:50 -04:00
StephenButtolph 2d50a2ad23 Added numPeers metric setting 2020-05-25 16:11:50 -04:00
StephenButtolph 25ca13000c Added metrics to the networking lib 2020-05-25 16:02:03 -04:00
StephenButtolph ced58c7d2e set gopath correctly in the build script 2020-05-25 14:00:23 -04:00
StephenButtolph 5ad560b25a updated send precondition 2020-05-25 13:51:06 -04:00
StephenButtolph dfa9843722 set my ip if I happen to discover it for a best effort increase in discoverability 2020-05-24 02:25:58 -04:00
StephenButtolph 36ca80cf89 prevented self-connected nodes 2020-05-24 02:00:38 -04:00
StephenButtolph 5f55de4999 Removed C dependencies from the dockerfile 2020-05-23 17:28:16 -04:00
StephenButtolph a016a290d3 removed salticidae env handling 2020-05-23 17:22:34 -04:00
StephenButtolph 40cb65ed8f merged 2020-05-23 17:19:16 -04:00
Stephen Buttolph 684ca4e475
Merge pull request #174 from tyler-smith/TS_health
Health check API
2020-05-23 15:02:04 -04:00
Fabio Barone d1df06f3e8 Merge branch 'osx-test' of github.com:holisticode/gecko into osx-test 2020-05-23 13:04:21 -05:00
Stephen Buttolph b333fbe2a5
Merge branch 'master' into TS_health 2020-05-23 14:03:24 -04:00
Stephen Buttolph 386b37e35d
Merge pull request #164 from moreati/rpc-host
api: Allow bind address of RPC server to be restricted
2020-05-23 14:03:05 -04:00
Fabio Barone 79ca8a756f removed obsolete before_install_osx.sh 2020-05-23 12:46:11 -05:00
Stephen Buttolph 18f43ee406
Merge branch 'master' into rpc-host 2020-05-23 13:42:07 -04:00
Stephen Buttolph aed0f42699
Merge branch 'master' into osx-test 2020-05-23 13:36:49 -04:00
Stephen Buttolph c3f9a50228
Merge pull request #171 from StephenButtolph/atomic-block-cleanup
Clean up the acceptance of atomic blocks
2020-05-23 13:36:17 -04:00
Stephen Buttolph 8ee3f1e6b3
Merge branch 'master' into atomic-block-cleanup 2020-05-23 13:24:47 -04:00
Dan Laine 0a28f16cbe periodically print bootstrap progress to log. don't fetch ancestry of same vertex multiple times 2020-05-22 17:41:47 -04:00
StephenButtolph 8ac34c28ae removed unused fields 2020-05-22 17:37:08 -04:00
StephenButtolph b3baae5be4 Commented network and added onAccept gossiping 2020-05-22 16:04:48 -04:00
Dan Laine d2998e8c57 more verbose logging in voting handlers 2020-05-22 15:56:33 -04:00
StephenButtolph 3892a62f28 Added more race tests 2020-05-22 01:45:56 -04:00
StephenButtolph 3533e91c94 Added connectivity test 2020-05-22 00:47:11 -04:00
StephenButtolph ffd1c5c89e Added a best effort getVersion request 2020-05-20 15:49:06 -04:00
StephenButtolph fb142d1df5 Added GetVersion test 2020-05-20 15:46:17 -04:00
StephenButtolph 83c060a098 Added version tests 2020-05-20 12:03:55 -04:00
Tyler Smith 26fc63429c
CLEANUP: Fix godoc string. 2020-05-19 11:18:02 -07:00
Tyler Smith 99aa6d3724
BUGFIX: Use atomic reads/writes for heartbeats. 2020-05-19 11:07:48 -07:00
Tyler Smith 14daa76e92
TWEAK: Rename getHealth to getLiveness.
This enables a future getReady that has different checks.
2020-05-19 11:07:48 -07:00
Tyler Smith fcd13e7d90
FEATURE: Add Health API. 2020-05-19 11:07:48 -07:00
Stephen Buttolph e21601b4fe
Merge pull request #172 from cmontag/master
ks ImportUser password check

Resolves additional context mentioned in #136
2020-05-18 16:34:04 -04:00
StephenButtolph 41975897b7 Send peerlist once the version message is received 2020-05-18 16:04:14 -04:00
Fabio Barone b84506ee6e re-enable full build 2020-05-18 14:58:29 -05:00
Fabio Barone 385b375edb only build, no test 2020-05-18 14:32:12 -05:00
Fabio Barone 1bcf6ad8d3 try with the existing salticidae version 2020-05-18 14:12:21 -05:00
Collin Montag e2ba60d3ac added importuser test 2020-05-18 15:07:23 -04:00
StephenButtolph 34909f72f5 removed xputtests to get the build to pass 2020-05-18 14:57:31 -04:00
Collin Montag f655592a1c standard password error 2020-05-18 14:36:37 -04:00
Collin Montag b2a85ccecd ks importuser fix 2020-05-18 14:19:15 -04:00
StephenButtolph b004e9a014 import cleanup 2020-05-18 13:03:45 -04:00
Collin Montag a6c8a224e4 Merge branch 'master' of github.com:ava-labs/gecko 2020-05-18 12:19:56 -04:00