Commit Graph

776 Commits

Author SHA1 Message Date
StephenButtolph 218ff1136c Changed genesis staking keys 2020-05-30 18:46:19 -04:00
StephenButtolph 8a6efcdebe removed weird unlocking behavior in the retry mechanism 2020-05-30 16:59:01 -04:00
StephenButtolph db9155ab2a only reset the reconnect timer if the connection is marked as connected 2020-05-30 16:47:56 -04:00
StephenButtolph f24cdffc90 set up ips/ids for denali 2020-05-30 16:31:43 -04:00
StephenButtolph d088a9b29a Merge branch 'add-address-get-validators' into denali 2020-05-30 16:04:58 -04:00
StephenButtolph 1abf68cee2 changed logs to returned errors 2020-05-30 16:04:40 -04:00
StephenButtolph f459113c90 added coreth 0.2 to go.sum 2020-05-30 15:53:26 -04:00
StephenButtolph cea5e2d7bc Set up denali genesis 2020-05-30 15:50:37 -04:00
StephenButtolph 0c42ca883c bump coreth version 2020-05-30 14:36:16 -04:00
StephenButtolph 72f203fa0e Added more information to the admin.peers rpc 2020-05-30 14:23:08 -04:00
StephenButtolph d7e67f00b7 Bumped version number 2020-05-30 13:35:46 -04:00
StephenButtolph 3d5a838ce6 merged utxo indexing upgrade 2020-05-30 12:47:23 -04:00
StephenButtolph 97754e2545 Added tests for separation between the avm and the platformvm 2020-05-30 12:44:41 -04:00
StephenButtolph 05d9811332 Merge branch 'master' into denali 2020-05-30 12:07:24 -04:00
StephenButtolph dedc3b20a6 Added shutdown timeouts 2020-05-29 18:32:17 -04:00
StephenButtolph 18e1a5ca4f await chain shutdowns correctly 2020-05-29 18:08:44 -04:00
Dan Laine 4142160b8c add address that staked funds/reward are sent to to getCurrentValidators and getPendingValidators 2020-05-29 16:57:08 -04:00
StephenButtolph bdf9f27f7d Removed memory leak in bootstrapping 2020-05-29 15:03:00 -04:00
StephenButtolph 312e17bfb3 Fixed deadlock issue 2020-05-29 12:13:05 -04:00
Collin Montag 33eca06ca2 state test pruning 2020-05-29 00:03:14 -04:00
Collin Montag 232f962d4b updated tests 2020-05-28 23:50:33 -04:00
StephenButtolph 6318186848 wip currently has a deadlock error 2020-05-28 23:48:08 -04:00
Collin Montag 198accdea7 ava state prefixdb 2020-05-28 10:36:00 -04:00
StephenButtolph 855d15ec09 Updated log levels for bootstrapping 2020-05-26 16:02:41 -04:00
StephenButtolph 6d82e63ad8 Added errors to block jobs 2020-05-26 15:16:23 -04:00
StephenButtolph e57219a648 Merged bootstrapping error handling 2020-05-26 13:57:42 -04:00
StephenButtolph 537e72714f Added returned errors to Accept and Reject in decidables 2020-05-26 13:25:34 -04:00
Stephen Buttolph f7efc0c6b4
Merge pull request #183 from ava-labs/go-mod
add go mod support

Resolves #21.
Resolves #118.
2020-05-26 10:16:10 -04:00
Dan Laine e406d08aa4 add go mod support 2020-05-26 08:56:52 -04:00
Stephen Buttolph 60668c3a91
Merge pull request #178 from StephenButtolph/lets-go
Lets go
2020-05-25 23:35:46 -04:00
StephenButtolph c866197d99 updated readme 2020-05-25 23:14:37 -04:00
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