- Nov 20, 2020
-
-
Jaynti Kanani authored
-
Jaynti Kanani authored
Test changes
-
Jaynti Kanani authored
-
Jaynti Kanani authored
Bor related changes on updated geth
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
fix: changed geth to bor for docker
-
Jaynti Kanani authored
-
- Nov 18, 2020
-
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
- Nov 14, 2020
-
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
- Nov 13, 2020
-
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
Jaynti Kanani authored
-
- Nov 12, 2020
-
-
Péter Szilágyi authored
-
- Nov 11, 2020
-
-
Felix Lange authored
-
Felix Lange authored
This fixes cross-build and mobile framework failures. It also disables the mac test builder because it was failing all the time in hard to understand ways and we can't afford it anymore under Travis CI's new pricing.
-
Slava Karpenko authored
* Bit boundary fix for the DAG generation routine * Fix unnecessary conversion warnings Co-authored-by:
Sergey Pavlov <spavlov@gmail.com>
-
Felix Lange authored
This new flag downloads a known version of Go and builds with it. This is meant for environments where we can't easily upgrade the installed Go version. * .travis.yml: remove install step for PR test builders We added this step originally to avoid re-building everything for every test. go test has become much smarter in recent go releases, so we no longer need to install anything here.
-
- Nov 10, 2020
-
-
Marius van der Wijden authored
We decided to move our fuzzing efforts to oss-fuzz since fuzzbuzz is still early access.
-
Martin Holst Swende authored
-
Gary Rong authored
- Remove the ws:// prefix from the status endpoint since the ws:// is already included in the stack.WSEndpoint(). - Don't register the services again in the node start. Registration is already done in the initialization stage. - Expose admin namespace via websocket. This namespace is necessary for connecting the peers via websocket. - Offer logging relevant options for exec adapter. It's really painful to mix all log output in the single console. So this PR offers two additional options for exec adapter in this case testers can config the log output(e.g. file output) and log level for each p2p node.
-
- Nov 09, 2020
-
-
Péter Szilágyi authored
consensus/ethash: fix the percentage progress report
-
Péter Szilágyi authored
core/state/snapshot: update generator marker in sync with flushes
-
Péter Szilágyi authored
travis: drop Go 1.13 builders as it's not supported any more
-
Péter Szilágyi authored
build: stop building for Ubuntu Eoan, not supported any more
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* trie: fix error in stacktrie not committing small roots * fuzzers: make trie-fuzzer use correct returnvalues * trie: improved tests * tests/fuzzers: fuzzer for stacktrie vs regular trie * test/fuzzers: make stacktrie fuzzer use 32-byte keys * trie: fix error in stacktrie with small nodes * trie: add (skipped) testcase for stacktrie * tests/fuzzers: address review comments for stacktrie fuzzer * trie: fix docs in stacktrie
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-