Commit Graph

1101 Commits

Author SHA1 Message Date
Determinant 7591e93e08 remove go-plugin logging; use coreth 0.2.5 2020-06-23 17:36:20 -04:00
Dan Laine 3d374a73db enable keystore by default 2020-06-23 17:30:45 -04:00
Dan Laine fa11fecbb0 pre-allocate map capacity in consensus 2020-06-23 17:15:25 -04:00
Dan Laine 875b2d0cab remove errant newline 2020-06-23 16:54:25 -04:00
Dan Laine 8ce7bda92a cleanup 2020-06-23 16:54:03 -04:00
Dan Laine 6c6136d551 only downsize underlying arrays if they're much too large 2020-06-23 16:44:02 -04:00
Dan Laine 7f5693dfd3 reduce MaxTimeFetchingAncestors from 100ms to 50ms 2020-06-23 15:08:15 -04:00
Dan Laine 55079aa893 add CappedList for ids.Set and use it in fetchANeededVtx 2020-06-23 15:01:55 -04:00
Dan Laine 19a3f69e99 Merge branch 'duplicated-writes' into memory-improvements 2020-06-23 13:10:01 -04:00
Dan Laine f92fa88d24 commit db after parsing tx to avoid memory leak 2020-06-23 13:04:10 -04:00
Dan Laine 998f4bff40 add comments; remove unnceccessary batch write; avoid possible memory leak; reset batch after write 2020-06-23 13:03:23 -04:00
StephenButtolph e7bea2c16f Merge branch 'master' into denali 2020-06-23 12:46:53 -04:00
StephenButtolph b42e4897ed Merge branch 'master' of github.com:ava-labs/gecko 2020-06-23 12:46:34 -04:00
Stephen Buttolph df107ba871
Merge pull request #253 from kurtosis-tech/master
Adding E2E Tests to CircleCI
2020-06-23 12:45:48 -04:00
Stephen Buttolph cb65fca7d8
Merge pull request #110 from ava-labs/api-security
API security improvements
2020-06-22 19:08:01 -04:00
StephenButtolph 7ef37af0d6 changed test to enforce abortions 2020-06-22 18:14:35 -04:00
StephenButtolph 5b6debbaba added regression test 2020-06-22 18:08:20 -04:00
StephenButtolph 7bc66938da Merge branch 'denali' into duplicated-writes 2020-06-22 17:59:09 -04:00
Stephen Buttolph c3c10a0a81
Merge pull request #112 from ava-labs/handler-improvements
handler engine gets/sets
2020-06-22 17:57:51 -04:00
Stephen Buttolph 6664c9bd20
Merge pull request #108 from ava-labs/tighten-cert-permissions
make staking cert/key read-only
2020-06-22 17:40:10 -04:00
Dan Laine c9aa8eedc2 pre-allocate arrays 2020-06-22 16:50:31 -04:00
Dan Laine fc15e3cfe6 prevent potential memory leaks 2020-06-22 16:35:42 -04:00
StephenButtolph 473bef24b1 removed duplicated batch writes, fixed tests 2020-06-22 15:50:52 -04:00
StephenButtolph 3a854ebdec handler engine gets/sets 2020-06-22 15:20:35 -04:00
Dan Laine fc40ad802f lock, mem and CPU profiles write to a fixed filename 2020-06-22 13:18:14 -04:00
Dan Laine c7356a581d open HTTP port iff HTTP server not listening on localhost 2020-06-22 13:06:18 -04:00
Dan Laine 38f7e23647 disable keystore and admin APIs by default 2020-06-22 13:05:47 -04:00
StephenButtolph e3b62549cb Merge branch 'denali' into tighten-cert-permissions 2020-06-22 11:41:37 -04:00
Dan Laine 5cb106d349 make staking cert/key read-only 2020-06-22 10:53:10 -04:00
Dan Laine a20a54af4e Merge branch 'master' of github.com:ava-labs/gecko-internal 2020-06-22 09:45:26 -04:00
Stephen Buttolph db01f2e7e9
Merge pull request #106 from ava-labs/snowball-testing
Clarify that the snowball byzantine struct is only for testing
2020-06-22 01:25:01 -04:00
Stephen Buttolph dbdf3b35f9
Merge pull request #105 from ava-labs/avalanche-testing
Set up tests for error handling in avalanche
2020-06-22 01:24:34 -04:00
Stephen Buttolph 21b2fe8313
Merge pull request #104 from ava-labs/snowstorm-testing
Set up tests for error handling in snowstorm
2020-06-22 01:23:47 -04:00
Stephen Buttolph 18372f03dd
Merge pull request #102 from ava-labs/snowman-testing
Added tests for error checking in snowman
2020-06-22 01:23:18 -04:00
Stephen Buttolph bb6bd861d5
Merge pull request #101 from ava-labs/moar-metrics
Added poll duration metrics
2020-06-22 01:22:49 -04:00
StephenButtolph c88c85ea9b Minor cleanup in snowball consensus 2020-06-22 00:14:19 -04:00
StephenButtolph 12297cb0d2 Clarify that the snowball byzantine struct is only for testing 2020-06-22 00:08:11 -04:00
StephenButtolph 3211546b5a Set up tests for error handling in avalanche 2020-06-21 23:56:08 -04:00
StephenButtolph fb7e491000 Set up tests for error handling in snowstorm 2020-06-21 22:38:53 -04:00
StephenButtolph d923d5c0f9 Cleaned up tests 2020-06-21 21:30:29 -04:00
StephenButtolph 8865eabec7 Added tests for error checking in snowman 2020-06-21 21:26:50 -04:00
StephenButtolph d2573be25f Added duration metrics 2020-06-21 20:00:54 -04:00
StephenButtolph 7a2a7f0add fixed polls metrics 2020-06-21 19:44:35 -04:00
StephenButtolph b0ad887a42 refactored polls into their own sub package 2020-06-21 19:38:24 -04:00
Galen Marchetti 81494fa785
Merge pull request #6 from kurtosis-tech/gmarchetti/remove-set-x
removing set x
2020-06-21 17:10:22 -03:00
galenmarchetti 62340e4f29 removing set x 2020-06-21 17:09:12 -03:00
Galen Marchetti fe8157fc67
Merge pull request #5 from kurtosis-tech/gmarchetti/reset-comments
gmarchetti/reset comments
2020-06-21 17:07:06 -03:00
galenmarchetti e2aea23214 re-enabling osx 2020-06-21 16:13:59 -03:00
galenmarchetti 6a37d268bc replacing whitespace 2020-06-21 16:12:53 -03:00
Galen Marchetti 4acaea9cd2
Merge pull request #4 from kurtosis-tech/gmarchetti/integrate-kurtosis-into-ci
[WIP] gmarchetti/integrate kurtosis into ci
2020-06-20 13:16:12 -03:00