- 26 Mar, 2020 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 23 Mar, 2020 5 commits
- 
- 
Martin Holst Swende authoredPrior to this change, eth_call changed the balance of the sender account in the EVM environment to 2^256 wei to cover the gas cost of the call execution. We've had this behavior for a long time even though it's super confusing. This commit sets the default call gasprice to zero instead of updating the balance, which is better because it makes eth_call semantics less surprising. Removing the built-in balance assignment also makes balance overrides work as expected. 
- 
Martin Holst Swende authored
- 
meowsbits authoredSigned-off-by:meows <b5c6@protonmail.com> 
- 
Péter Szilágyi authoredDynamic state snapshots 
- 
Martin Holst Swende authored* core/state/snapshot/iterator: fix two disk iterator flaws * core/rawdb: change SnapshotStoragePrefix to avoid prefix collision with preimagePrefix 
 
- 
- 21 Mar, 2020 1 commit
- 
- 
meowsbits authoredThis 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. 
 
- 
- 20 Mar, 2020 1 commit
- 
- 
Guillaume Ballet authoredThese tests occasionally fail on Travis. 
 
- 
- 19 Mar, 2020 1 commit
- 
- 
Péter Szilágyi authoredinternal/web3ext: fix clique console apis to work on missing arguments 
 
- 
- 18 Mar, 2020 8 commits
- 
- 
Péter Szilágyi authoredcore/rawdb: fix freezer table test error check 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredeth: when triggering a sync, check the head header TD, not block 
- 
Péter Szilágyi authored
- 
gary rong authoredThis 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 authoredFixes: Condition is always 'false' because 'err' is always 'nil' 
- 
Alex Willmer authoredThis 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
 
- 
- 16 Mar, 2020 3 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
winsvega authored
 
- 
- 14 Mar, 2020 3 commits
- 
- 
Péter Szilágyi authoredgo.mod: update golang.org/x/crypto to fix a Go 1.14 race rejection 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredeth: fix transaction announce/broadcast goroutine leak 
 
- 
- 13 Mar, 2020 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 12 Mar, 2020 2 commits
- 
- 
gary rong authored
- 
Felix Lange authoredThis is supposed to fix the occasional failures in TestCancel* on Travis CI. 
 
- 
- 10 Mar, 2020 1 commit
- 
- 
meowsbits authoredIncludes difficulty tests for EIP2384 aka MuirGlacier. 
 
- 
- 04 Mar, 2020 4 commits
- 
- 
Péter Szilágyi authored
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
- 
Péter Szilágyi authored
 
- 
- 03 Mar, 2020 3 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 02 Mar, 2020 3 commits
- 
- 
Ali Atiia authoredtypo in func name in the comment 
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
 
- 
- 28 Feb, 2020 1 commit
- 
- 
rene authored
 
- 
- 27 Feb, 2020 2 commits
- 
- 
Péter Szilágyi authored
- 
Felix Lange authored
 
-