Commit graph

23 commits

Author SHA1 Message Date
renaynay
f9f85c4bba
removed some todos and fixed comment according to martins suggestion 2020-03-30 18:04:09 +02:00
renaynay
bdd1091b48
using rpc.CheckTimeouts instead of duplicate timeout check 2020-03-30 14:20:29 +02:00
rene
aab171f8c6
Matches the startup process of websocket server to that of http server for consistency (#8) 2020-03-30 13:58:34 +02:00
renaynay
3de74d2213
fixed some errors related to crashing travis build 2020-03-25 16:30:51 +01:00
renaynay
a87383b3b0
fixed merge conflict 2020-03-25 15:50:05 +01:00
renaynay
8adb2f2b1c
updating retesteth.go to remove adding the ws handler 2020-03-25 14:50:55 +01:00
renaynay
339ba89ed2
move handler creation to pkg node, remove deprecated function 2020-03-25 14:44:59 +01:00
renaynay
fdff70c14c
fixed some TODOs 2020-03-24 21:48:00 +01:00
renaynay
62bb958471
fixed retesteth 2020-03-24 21:37:48 +01:00
renaynay
46eb11c667
handler stack creation moved from rpc to node pkg 2020-03-24 21:28:18 +01:00
renaynay
e13d78db52
dirty functional implementation, some tests broken, some commented out 2020-03-24 20:24:22 +01:00
winsvega
97243f3a76
geth retesteth: increase retesteth default http timeouts (#20767) 2020-03-16 10:33:32 +01:00
winsvega
dcffb7777f
cmd/geth retesteth: add eth_getBlockByHash (#20621) 2020-02-11 10:54:05 +01:00
Martin Holst Swende
3c776c7199
retesteth: clean txpool on rewind, default dao support (#20596) 2020-01-31 12:00:37 +01:00
Martin Holst Swende
0b284f6c6c
cmd/geth/retesteth: use canon head instead of keeping alternate count (#20572) 2020-01-23 20:55:56 +01:00
Guillaume Ballet
1ff3d7c2d4 cmd/faucet, cmd/geth: fix staticcheck warnings (#20374) 2019-11-29 11:38:34 +01:00
Rob Mulholand
3b6c9902f3 core: remove unused gas return in ApplyTransaction (#20065) 2019-09-12 22:22:22 +03:00
winsvega
cedf8be435 retesteth: enable maxResults in AccountRange (#20020) 2019-09-02 11:49:49 +02:00
Martin Holst Swende
e126b0836a
retesteth: implement istanbul support 2019-08-23 09:48:40 +02:00
Christian Muehlhaeuser
a32a2b933a cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869)
Fixed assigning values to variables we don't end up using.
2019-07-22 13:34:41 +03:00
Christian Muehlhaeuser
57fc1d21e1 cmd/geth, core/rawdb: add missing error checks (#19871)
* Added missing error checks

Add error handling where we assign err a value, but don't check for it being nil.

* core/rawdb: tiny style nit
2019-07-22 10:51:13 +03:00
jwasinger
6bd896a97f eth: add debug_accountRange (#17438)
This adds the debug_accountRange method which returns all accounts in
the state for a given block and transaction index.
2019-07-13 15:48:55 +02:00
ledgerwatch
7c9307c683 cmd: Add retesteth command (to support execution and generation of tests via retesteth) (#19631)
* Add retesteth command

* Remove label and insert full version

* mineBlock - break the inner loop when the block is full

* Fixes for touched non-reward accounts, gas limit issues

* Not fail when SendTx has transaction with incorrect RLP

* Fix linter (unnecessary conversion)

* retesteth: add usage string to flag
2019-06-05 14:03:23 +02:00