Commit Graph

1101 Commits

Author SHA1 Message Date
sevenzing cc9c155391
Running Nginx with the ava client in the same docker container 2020-07-19 14:17:48 +03:00
holisticode 578cc77195
Merge pull request #151 from moreati/ansible-service
ansible: Install AVA as a systemd service
2020-07-14 17:32:51 -05:00
holisticode 658b6f080b
Merge branch 'master' into ansible-service 2020-07-13 14:05:55 -05:00
Stephen Buttolph 634a4d0ee5
Merge pull request #257 from ava-labs/improve-apis
add isBootstrapped method; handle errors when creating APIs
2020-07-03 17:29:52 -04:00
StephenButtolph 18350cf3e3 nit cleanup 2020-07-03 17:07:39 -04:00
Dan Laine a6317bd60f fix nil pointer error 2020-07-03 15:18:39 -04:00
Dan Laine fa4cd10efe address PR comments 2020-07-03 13:45:54 -04:00
Dan Laine d92420d4f4 fix typo causing infinite loop 2020-06-30 17:13:06 -04:00
Dan Laine 1d2e1eb00e style 2020-06-30 16:55:05 -04:00
Dan Laine d3a4dcffef add comment; handle error on health check registration 2020-06-30 16:51:41 -04:00
Dan Laine 1be948f38c add health check to ensure default subnet is bootstrapped. add monotonicHealthCheck type 2020-06-30 14:31:30 -04:00
Dan Laine efaf2f147a change Check to an interface and create implementing type check 2020-06-30 13:28:56 -04:00
Dan Laine 5d7e62f7c7 Merge branch 'improve-apis' into improve-health-service 2020-06-29 18:30:55 -04:00
Dan Laine 628e112570 Merge branch 'master' into improve-health-service 2020-06-29 18:11:29 -04:00
Dan Laine ebf1ae152b grab context of chain before calling isBootstrapped() to avoid race condition 2020-06-29 18:07:48 -04:00
Dan Laine 369666a0f8 Merge branch 'master' of github.com:ava-labs/gecko-internal 2020-06-25 10:30:45 -04:00
Dan Laine 76d82288e1 add isBootstrapped to mockManager 2020-06-24 18:28:33 -04:00
Dan Laine fde0ce7327 add isBootstrapped method to info API 2020-06-24 18:21:09 -04:00
Dan Laine 894c88e492 Merge remote-tracking branch 'origin/master' into improve-health-service 2020-06-24 16:51:23 -04:00
Dan Laine c4605b2f2b add IsBootstrapped method to engine and chain manager 2020-06-24 16:49:11 -04:00
Stephen Buttolph e30f00c0f2
Merge pull request #256 from StephenButtolph/version-bump-0.5.7
Version bump 0.5.7
2020-06-24 14:53:45 -04:00
Dan Laine 4c75989056 don't ignore errors when adding routes; improve logging 2020-06-24 13:27:10 -04:00
Stephen Buttolph c6d3d6d68c
Merge pull request #123 from ava-labs/nat-errors
added error reporting to nat.Map
2020-06-24 12:39:37 -04:00
Dan Laine 3ca3a7377a return 503 rather than 500 when unhealthy 2020-06-24 12:28:16 -04:00
Stephen Buttolph 50b28ed7f3
Merge pull request #121 from ava-labs/lower-log-level
Lower log level
2020-06-24 12:05:44 -04:00
Stephen Buttolph 6791f3489e
Merge pull request #120 from ava-labs/bootstrap-comments
Add comments
2020-06-24 12:05:06 -04:00
StephenButtolph 481f3c41ec removed duplicated call 2020-06-24 12:01:45 -04:00
StephenButtolph eefaed4b1a added error reporting to nat.Map 2020-06-24 11:41:22 -04:00
Dan Laine 5c618d6c1b lower log level 2020-06-24 10:09:36 -04:00
Dan Laine c0629af46e add comments 2020-06-24 09:51:34 -04:00
StephenButtolph 63ea29064d Added some more numbers to interesting logs in bootstrapping 2020-06-23 21:07:35 -04:00
Stephen Buttolph 1f01d43102
Merge pull request #119 from ava-labs/restrict-version-logging
only log to info based on the beacons
2020-06-23 20:59:55 -04:00
StephenButtolph a61d1638a3 only log to info based on the beacons 2020-06-23 20:58:35 -04:00
StephenButtolph 6ba9d2264d version bump to 0.5.7 2020-06-23 20:29:03 -04:00
Stephen Buttolph 283824972d
Merge pull request #71 from ava-labs/upnp
NAT Traversal
2020-06-23 20:27:50 -04:00
StephenButtolph 2e218ea508 merged 2020-06-23 20:20:57 -04:00
Stephen Buttolph 49a5571758
Merge pull request #116 from ava-labs/c-chain-next
Some minor improvements for C-Chain.
2020-06-23 20:15:04 -04:00
StephenButtolph 0cb534031a Merge branch 'denali' into c-chain-next 2020-06-23 20:12:17 -04:00
Stephen Buttolph 5361fb796b
Merge pull request #99 from ava-labs/limit-outstanding-requests
Limit # outstanding GetAncestors to 8; reduce MaxTimeFetchingAncestors
2020-06-23 20:02:29 -04:00
StephenButtolph 26edbc5e6e cleaned up avalanche bootstrapping 2020-06-23 19:57:44 -04:00
StephenButtolph 16f006edc9 Removed no longer upheld invariant 2020-06-23 19:43:03 -04:00
StephenButtolph 8c7934515c removed mutually recursive functions for fetching 2020-06-23 19:41:22 -04:00
StephenButtolph 561e021e67 Merge branch 'denali' into limit-outstanding-requests 2020-06-23 19:19:19 -04:00
Stephen Buttolph f701b9769c
Merge pull request #118 from ava-labs/support-apt-plugins
added local path to plugin
2020-06-23 18:51:08 -04:00
Determinant d40fbe8f75 improve plugin logging 2020-06-23 18:33:57 -04:00
StephenButtolph 1d4c368462 added local path to plugin 2020-06-23 18:23:22 -04:00
Stephen Buttolph 3609a73073
Merge pull request #100 from ava-labs/backwards-compatible-api
Backwards compatible api
2020-06-23 17:48:36 -04:00
StephenButtolph 737430af26 merged 2020-06-23 17:48:02 -04:00
Stephen Buttolph f4bbaa09b4
Merge pull request #117 from ava-labs/enable-keystore
Enable keystore by default
2020-06-23 17:39:17 -04:00
Stephen Buttolph 18c8f949a7
Merge pull request #115 from ava-labs/memory-improvements
Memory improvements
2020-06-23 17:37:54 -04:00