- Mar 21, 2020
-
-
meowsbits authored
This just prevents a false negative ERROR warning when, for some unknown reason, a user attempts to turn on the module rpc even though it's already going to be on.
-
- Mar 20, 2020
-
-
Guillaume Ballet authored
These tests occasionally fail on Travis.
-
- Mar 19, 2020
-
-
Péter Szilágyi authored
internal/web3ext: fix clique console apis to work on missing arguments
-
- Mar 18, 2020
-
-
Péter Szilágyi authored
core/rawdb: fix freezer table test error check
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: when triggering a sync, check the head header TD, not block
-
Péter Szilágyi authored
-
Gary Rong authored
This PR fixes issues in TableDatabase. TableDatabase is a wrapper of underlying ethdb.Database with an additional prefix. The prefix is applied to all entries it maintains. However when we try to retrieve entries from it we don't handle the key properly. In theory the prefix should be truncated and only user key is returned. But we don't do it in some cases, e.g. the iterator and batch replayer created from it. So this PR is the fix to these issues.
-
meowsbits authored
Fixes: Condition is always 'false' because 'err' is always 'nil'
-
Alex Willmer authored
This revision of go-duktype fixes the following warning ``` duk_logging.c: In function ‘duk__logger_prototype_log_shared’: duk_logging.c:184:64: warning: ‘Z’ directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 184 | sprintf((char *) date_buf, "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", | ^ In file included from /usr/include/stdio.h:867, from duk_logging.c:5: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 25 and 85 bytes into a destination of size 32 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
-
Gary Rong authored
-
- Mar 16, 2020
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
winsvega authored
-
- Mar 14, 2020
-
-
Péter Szilágyi authored
go.mod: update golang.org/x/crypto to fix a Go 1.14 race rejection
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: fix transaction announce/broadcast goroutine leak
-
- Mar 13, 2020
-
-
Péter Szilágyi authored
-
- Mar 12, 2020
-
-
Gary Rong authored
-
Felix Lange authored
This is supposed to fix the occasional failures in TestCancel* on Travis CI.
-
- Mar 10, 2020
-
-
meowsbits authored
Includes difficulty tests for EIP2384 aka MuirGlacier.
-
- Mar 02, 2020
-
-
Ali Atiia authored
typo in func name in the comment
-
- Feb 28, 2020
-
-
rene authored
-
- Feb 27, 2020
-
-
Felix Lange authored
-
Adam Schmideg authored
-
Felix Lange authored
This was missing because I forgot to wrap it when bind.CallOpts.From as added.
-
- Feb 26, 2020
-
-
Gary Rong authored
* les: separate peer into clientPeer and serverPeer * les: address comments
-
- Feb 25, 2020
-
-
Martin Holst Swende authored
This makes eth_call and eth_estimateGas use the zero address as sender when the "from" parameter is not supplied. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Boqin Qin authored
-
- Feb 24, 2020
-
-
Péter Szilágyi authored
eth/fetcher: remove randomness from test data
-
Péter Szilágyi authored
-
- Feb 21, 2020
-
-
Chris Chinchilla authored
-
- Feb 20, 2020
-
-
Gary Rong authored
-
Guillaume Ballet authored
The new goja version supports the 'escape' and 'unescape' built-in functions. This fixes #20693
-
- Feb 18, 2020
-
-
Gregory Markou authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
-
Péter Szilágyi authored
params: update CHTs for the v1.9.11 release
-
Péter Szilágyi authored
-