Commit Graph

  • cc9c155391
    Running Nginx with the ava client in the same docker container master sevenzing 2020-07-19 14:17:48 +0300
  • a51e7e48f4 added .env in gitignore, image name in docker-compose Lev Lymarenko 2020-07-19 11:32:06 +0300
  • e5e67dcba7 proposed changes Lev Lymarenko 2020-07-19 11:22:06 +0300
  • 21ffbaefe1 dockerignore file created Lev Lymarenko 2020-07-18 19:03:40 +0300
  • 12589e01c2 added second stage for dockerfile Lev Lymarenko 2020-07-18 18:49:19 +0300
  • abe308f086 uncomment build Lev Lymarenko 2020-07-18 18:25:19 +0300
  • 2c4ca6e8cd .env example Lev Lymarenko 2020-07-18 18:22:57 +0300
  • e717b36c1e nginx extension Lev Lymarenko 2020-07-18 18:12:56 +0300
  • 578cc77195
    Merge pull request #151 from moreati/ansible-service holisticode 2020-07-14 17:32:51 -0500
  • 658b6f080b
    Merge branch 'master' into ansible-service holisticode 2020-07-13 14:05:55 -0500
  • 634a4d0ee5
    Merge pull request #257 from ava-labs/improve-apis Stephen Buttolph 2020-07-03 17:29:52 -0400
  • 18350cf3e3 nit cleanup StephenButtolph 2020-07-03 17:07:39 -0400
  • a6317bd60f fix nil pointer error Dan Laine 2020-07-03 15:18:39 -0400
  • c787df7b56 address pr comment improve-apis-pr-fixes Dan Laine 2020-07-03 15:16:45 -0400
  • fa4cd10efe address PR comments Dan Laine 2020-07-03 13:45:54 -0400
  • b3b477c7d9 don't require strong auth password if auth disabled auth-tokens Dan Laine 2020-07-01 10:03:12 -0400
  • d92420d4f4 fix typo causing infinite loop Dan Laine 2020-06-30 17:13:06 -0400
  • 1d2e1eb00e style improve-health-service Dan Laine 2020-06-30 16:55:05 -0400
  • d3a4dcffef add comment; handle error on health check registration Dan Laine 2020-06-30 16:51:41 -0400
  • 1be948f38c add health check to ensure default subnet is bootstrapped. add monotonicHealthCheck type Dan Laine 2020-06-30 14:31:30 -0400
  • efaf2f147a change Check to an interface and create implementing type check Dan Laine 2020-06-30 13:28:56 -0400
  • a4ed688533 factor out password strength checking and enfore password strength checking for auth token password Dan Laine 2020-06-30 10:54:17 -0400
  • fe3e1a319e use hash of password rather than plaintext password Dan Laine 2020-06-30 09:37:36 -0400
  • 5d7e62f7c7 Merge branch 'improve-apis' into improve-health-service Dan Laine 2020-06-29 18:30:55 -0400
  • 628e112570 Merge branch 'master' into improve-health-service Dan Laine 2020-06-29 18:11:29 -0400
  • ebf1ae152b grab context of chain before calling isBootstrapped() to avoid race condition Dan Laine 2020-06-29 18:07:48 -0400
  • e144b1087e undo changes to initialization order in node; add check to make sure n.Net.Close isn't a nil pointer dereference Dan Laine 2020-06-29 16:11:17 -0400
  • eeb5f97499 add test for revoked tokens Dan Laine 2020-06-29 15:53:24 -0400
  • 4d5c58d82a init p2p networking before API server so n.Net.Close isn't a nil pointer dereference Dan Laine 2020-06-29 15:40:36 -0400
  • ba299559e7 use clock in auth struct. add tests Dan Laine 2020-06-29 15:18:33 -0400
  • 2640977cde authorize on a per-endpoint basis. Change name of CLIs Dan Laine 2020-06-29 12:54:43 -0400
  • 0d7b224e5f move functionality from service to auth struct. Add revokeToken method and API. Dan Laine 2020-06-25 20:02:32 -0400
  • 9b0981fe7b cleanup/formatting. Add logs and error handling. Make token lifespan reasonable length. Dan Laine 2020-06-25 18:19:53 -0400
  • 7038641fd8 first pass at adding auth tokens Dan Laine 2020-06-25 17:20:11 -0400
  • 369666a0f8 Merge branch 'master' of github.com:ava-labs/gecko-internal Dan Laine 2020-06-25 10:30:45 -0400
  • 76d82288e1 add isBootstrapped to mockManager Dan Laine 2020-06-24 18:28:33 -0400
  • fde0ce7327 add isBootstrapped method to info API Dan Laine 2020-06-24 18:21:09 -0400
  • 894c88e492 Merge remote-tracking branch 'origin/master' into improve-health-service Dan Laine 2020-06-24 16:51:23 -0400
  • c4605b2f2b add IsBootstrapped method to engine and chain manager Dan Laine 2020-06-24 16:49:11 -0400
  • e30f00c0f2
    Merge pull request #256 from StephenButtolph/version-bump-0.5.7 v0.5.7 Stephen Buttolph 2020-06-24 14:53:45 -0400
  • 4c75989056 don't ignore errors when adding routes; improve logging Dan Laine 2020-06-24 13:27:10 -0400
  • c6d3d6d68c
    Merge pull request #123 from ava-labs/nat-errors Stephen Buttolph 2020-06-24 12:39:37 -0400
  • 3ca3a7377a return 503 rather than 500 when unhealthy Dan Laine 2020-06-24 12:28:16 -0400
  • 50b28ed7f3
    Merge pull request #121 from ava-labs/lower-log-level Stephen Buttolph 2020-06-24 12:05:44 -0400
  • 6791f3489e
    Merge pull request #120 from ava-labs/bootstrap-comments Stephen Buttolph 2020-06-24 12:05:06 -0400
  • 481f3c41ec removed duplicated call StephenButtolph 2020-06-24 12:01:45 -0400
  • eefaed4b1a added error reporting to nat.Map StephenButtolph 2020-06-24 11:41:22 -0400
  • 5c618d6c1b lower log level Dan Laine 2020-06-24 10:09:36 -0400
  • c0629af46e add comments Dan Laine 2020-06-24 09:51:34 -0400
  • 63ea29064d Added some more numbers to interesting logs in bootstrapping StephenButtolph 2020-06-23 21:07:35 -0400
  • 1f01d43102
    Merge pull request #119 from ava-labs/restrict-version-logging Stephen Buttolph 2020-06-23 20:59:55 -0400
  • a61d1638a3 only log to info based on the beacons StephenButtolph 2020-06-23 20:58:35 -0400
  • 6ba9d2264d version bump to 0.5.7 StephenButtolph 2020-06-23 20:29:03 -0400
  • 283824972d
    Merge pull request #71 from ava-labs/upnp Stephen Buttolph 2020-06-23 20:27:50 -0400
  • 2e218ea508 merged StephenButtolph 2020-06-23 20:20:57 -0400
  • 49a5571758
    Merge pull request #116 from ava-labs/c-chain-next Stephen Buttolph 2020-06-23 20:15:04 -0400
  • 0cb534031a Merge branch 'denali' into c-chain-next StephenButtolph 2020-06-23 20:12:17 -0400
  • 5361fb796b
    Merge pull request #99 from ava-labs/limit-outstanding-requests Stephen Buttolph 2020-06-23 20:02:29 -0400
  • 26edbc5e6e cleaned up avalanche bootstrapping StephenButtolph 2020-06-23 19:57:44 -0400
  • 16f006edc9 Removed no longer upheld invariant StephenButtolph 2020-06-23 19:43:03 -0400
  • 8c7934515c removed mutually recursive functions for fetching StephenButtolph 2020-06-23 19:41:22 -0400
  • 561e021e67 Merge branch 'denali' into limit-outstanding-requests StephenButtolph 2020-06-23 19:19:19 -0400
  • f701b9769c
    Merge pull request #118 from ava-labs/support-apt-plugins Stephen Buttolph 2020-06-23 18:51:08 -0400
  • d40fbe8f75 improve plugin logging Determinant 2020-06-23 18:33:57 -0400
  • 1d4c368462 added local path to plugin StephenButtolph 2020-06-23 18:23:22 -0400
  • 3609a73073
    Merge pull request #100 from ava-labs/backwards-compatible-api Stephen Buttolph 2020-06-23 17:48:36 -0400
  • 737430af26 merged StephenButtolph 2020-06-23 17:48:02 -0400
  • f4bbaa09b4
    Merge pull request #117 from ava-labs/enable-keystore Stephen Buttolph 2020-06-23 17:39:17 -0400
  • 18c8f949a7
    Merge pull request #115 from ava-labs/memory-improvements Stephen Buttolph 2020-06-23 17:37:54 -0400
  • 7591e93e08 remove go-plugin logging; use coreth 0.2.5 Determinant 2020-06-23 17:36:20 -0400
  • 3d374a73db enable keystore by default Dan Laine 2020-06-23 17:30:45 -0400
  • fa11fecbb0 pre-allocate map capacity in consensus Dan Laine 2020-06-23 17:15:25 -0400
  • 875b2d0cab remove errant newline Dan Laine 2020-06-23 16:54:25 -0400
  • 8ce7bda92a cleanup Dan Laine 2020-06-23 16:54:03 -0400
  • 6c6136d551 only downsize underlying arrays if they're much too large Dan Laine 2020-06-23 16:44:02 -0400
  • 7f5693dfd3 reduce MaxTimeFetchingAncestors from 100ms to 50ms Dan Laine 2020-06-23 15:08:15 -0400
  • 55079aa893 add CappedList for ids.Set and use it in fetchANeededVtx Dan Laine 2020-06-23 15:01:55 -0400
  • 19a3f69e99 Merge branch 'duplicated-writes' into memory-improvements Dan Laine 2020-06-23 13:10:01 -0400
  • f92fa88d24 commit db after parsing tx to avoid memory leak Dan Laine 2020-06-23 13:04:10 -0400
  • 998f4bff40 add comments; remove unnceccessary batch write; avoid possible memory leak; reset batch after write Dan Laine 2020-06-23 13:03:23 -0400
  • e7bea2c16f Merge branch 'master' into denali StephenButtolph 2020-06-23 12:46:53 -0400
  • b42e4897ed Merge branch 'master' of github.com:ava-labs/gecko StephenButtolph 2020-06-23 12:46:34 -0400
  • df107ba871
    Merge pull request #253 from kurtosis-tech/master Stephen Buttolph 2020-06-23 12:45:48 -0400
  • cb65fca7d8
    Merge pull request #110 from ava-labs/api-security Stephen Buttolph 2020-06-22 19:08:01 -0400
  • 7ef37af0d6 changed test to enforce abortions StephenButtolph 2020-06-22 18:14:35 -0400
  • 5b6debbaba added regression test StephenButtolph 2020-06-22 18:08:20 -0400
  • 7bc66938da Merge branch 'denali' into duplicated-writes StephenButtolph 2020-06-22 17:59:09 -0400
  • c3c10a0a81
    Merge pull request #112 from ava-labs/handler-improvements Stephen Buttolph 2020-06-22 17:57:51 -0400
  • 6664c9bd20
    Merge pull request #108 from ava-labs/tighten-cert-permissions Stephen Buttolph 2020-06-22 17:40:10 -0400
  • c9aa8eedc2 pre-allocate arrays Dan Laine 2020-06-22 16:50:31 -0400
  • fc15e3cfe6 prevent potential memory leaks Dan Laine 2020-06-22 16:35:42 -0400
  • 473bef24b1 removed duplicated batch writes, fixed tests StephenButtolph 2020-06-22 15:50:52 -0400
  • 3a854ebdec handler engine gets/sets StephenButtolph 2020-06-22 15:20:35 -0400
  • fc40ad802f lock, mem and CPU profiles write to a fixed filename Dan Laine 2020-06-22 13:18:14 -0400
  • c7356a581d open HTTP port iff HTTP server not listening on localhost Dan Laine 2020-06-22 13:06:18 -0400
  • 38f7e23647 disable keystore and admin APIs by default Dan Laine 2020-06-22 13:05:47 -0400
  • e3b62549cb Merge branch 'denali' into tighten-cert-permissions StephenButtolph 2020-06-22 11:41:37 -0400
  • 5cb106d349 make staking cert/key read-only Dan Laine 2020-06-22 10:53:10 -0400
  • a20a54af4e Merge branch 'master' of github.com:ava-labs/gecko-internal Dan Laine 2020-06-22 09:45:26 -0400
  • db01f2e7e9
    Merge pull request #106 from ava-labs/snowball-testing Stephen Buttolph 2020-06-22 01:25:01 -0400