Commit Graph

12881 Commits (443afc975c7a4016bf9ed1b057b8cc186cb089e1)
 

Author SHA1 Message Date
Martin Holst Swende 5cff9754d7
core, eth, internal, les: RPC methods and fields for EIP 1559 (#22964) 3 years ago
Mathijs de Bruin 2dee31930c
metrics: use golang.org/x/sys/unix to support Solaris (#22584) 3 years ago
Guillaume Ballet 2cde472650
core/state: fix typos in test error message (#22962) 3 years ago
Péter Szilágyi 9aaa4208a8
eth/ethconfig: flip the default from fast to snap sync 3 years ago
Martin Holst Swende 08ea52e77a
cmd/geth, core, params: replace baikal with calaveras (#22972) 3 years ago
Felföldi Zsolt 2d716c4b01
core: add new eip-1559 tx constraints (#22970) 3 years ago
Felföldi Zsolt 966ee3ae6d
all: EIP-1559 tx pool support (#22898) 3 years ago
Felix Lange ee35ddc8fd
cmd/devp2p/internal/ethtest: ignore block announcement in tx test (#22957) 3 years ago
Marius van der Wijden 04cb5e2be3
cmd/puppeth: remove outdated mist support (#22940) 3 years ago
Felix Lange 427175153c
p2p/msgrate: return capacity as integer, clamp to max uint32 (#22943) 3 years ago
Marius van der Wijden 0703ef62d3
crypto/secp256k1: fix undefined behavior in BitCurve.Add (#22621) 3 years ago
rene d836ad141e
cmd/devp2p/internal/ethtest: add block hash announcement test (#22535) 3 years ago
Felix Lange 7194c847b6
p2p/rlpx: reduce allocation and syscalls (#22899) 3 years ago
Martin Holst Swende 2e7714f864
cmd/utils: avoid large alloc in --dev mode (#22949) 3 years ago
Mike Burr 5869789d75
ethstats: fix typo in comment (#22952) 3 years ago
gary rong c73652da0b
core/state/snapshot: fix flaky tests (#22944) 3 years ago
aaronbuchwald 05dab7f6bd
internal/ethapi: remove unused vm.Config parameter of DoCall (#22942) 3 years ago
meowsbits 10962b685e
ethstats: fix URL parser for '@' or ':' in node name/password (#21640) 3 years ago
rene 49bde05a55
cmd/devp2p: refactor eth test suite (#22843) 3 years ago
Eugene Lepeico 6c7d6cf886
tests: get test name from testing.T (#22941) 3 years ago
meowsbits 750115ff39
p2p/nat: skip TestUPNP in non-CI environments if discover fails (#22877) 3 years ago
gary rong 51b32cc7e4
internal/ethapi: merge CallArgs and SendTxArgs (#22718) 3 years ago
Felix Lange 836c647bdd
eth: unregister peer only when handler exits (#22908) 3 years ago
Felix Lange 4d33de9b49
rlp: optimize big.Int decoding for size <= 32 bytes (#22927) 3 years ago
ucwong 017cf71fbd
rlp, tests/fuzzers/bls12381: gofmt (#22937) 3 years ago
Fire Man 93407b14a6
core: make txpool free space calculation more accurate (#22933) 3 years ago
Felix Lange 154ca32a8a
rlp: optimize byte array handling (#22924) 3 years ago
Felix Lange 0d076d92db
rlp: use atomic.Value for type cache (#22902) 3 years ago
gary rong 59f259b058
miner/stress: update stress tests (#22919) 3 years ago
Péter Szilágyi 6bc72783f6
Merge pull request #22921 from karalabe/les-simplify-reqids 3 years ago
Péter Szilágyi 835fe06f1d
les: generate random nums directly, not via strange conversions 3 years ago
Evolution404 81662fe827
core/rawdb: handle prefix in table.compact method (#22911) 3 years ago
Martin Holst Swende a6c462781f
EIP-1559: miner changes (#22896) 3 years ago
Felix Lange 16bc57438b
p2p/dnsdisc: fix crash when iterator closed before first call to Next (#22906) 3 years ago
Péter Szilágyi 3e795881ea
eth, p2p/msgrate: move peer QoS tracking to its own package and use it for snap (#22876) 3 years ago
lightclient b3a1fda650
cmd/utils: expand tilde in --jspath (#22900) 3 years ago
Felix Lange 088da24ebf
rlp: improve decoder stream implementation (#22858) 3 years ago
Felix Lange 3e6f46caec
p2p/discover/v4wire: use optional RLP field for EIP-868 seq (#22842) 3 years ago
Shane Bammel 32c1ed8a9c
core/forkid: fix off-by-one bug (#22879) 3 years ago
Evolution404 b7a91663ab
core/asm: fix the bug of "00" prefix number (#22883) 3 years ago
Martin Holst Swende bb9f9ccf4f
core/rawdb: wait for background freezing to exit when closing freezer (#22878) 3 years ago
Martin Holst Swende 67e7f61af7
core: fix failing tests (#22888) 3 years ago
Martin Holst Swende 94451c2788
all: implement EIP-1559 (#22837) 3 years ago
Martin Holst Swende 14bc6e5130
consensus/ethash: change eip3554 from 9.5M to 9.7M (#22870) 3 years ago
lightclient 597ecb39cc
cmd/evm: return json error if unmarshalling from stdin fails (#22871) 3 years ago
Martin Holst Swende addd8824cf
cmd/geth, eth, core: snapshot dump + unify with trie dump (#22795) 3 years ago
Péter Szilágyi 1cca781a02
Merge pull request #22840 from holiman/eip_3554 3 years ago
Guillaume Ballet a2c456a526
core: ensure a broken trie invariant crashes genesis creation (#22780) 3 years ago
Péter Szilágyi f34f749e81
Merge pull request #22857 from karalabe/tracer-stack-fix-2 3 years ago
Péter Szilágyi 0524cede37
eth/tracers: do the JSON serialization via .js to capture C faults 3 years ago