interesting
  • Joined on 2021-05-25
interesting synced commits to master at interesting/go-ethereum from mirror 2021-06-08 06:49:07 -05:00
c503f98f6d all: rename internal 1559 gas fields, add support for graphql (#23010)
248572ee54 core/rawdb: db inspect move 'config' and 'shutdown' into 'meta data' (#22978)
ddeeb89c03 go.mod: upgrade to fastcache v1.6.0 (#22982)
Compare 3 commits »
interesting synced commits to master at interesting/go-ethereum from mirror 2021-06-07 14:29:08 -05:00
0e9c7d564d tests: update for London (#22976)
interesting synced commits to gh-pages at interesting/go-ethereum from mirror 2021-06-07 06:19:07 -05:00
cc488a3e29 docs: remove typo in rpc docs (#23007)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-06-07 06:19:07 -05:00
08379b5533 trie: remove the duplicate batch-write for 'preimage' (#23001)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-06-04 12:59:09 -05:00
92b8f28df3 Merge pull request #22995 from karalabe/enforce-miner-tip
71ff65b188 miner/stress: add stress test for eip 1559 (#22930)
7e915ee379 core, eth, miner: enforce configured mining reward post 1559 too
3094e7f3b8 catalyst: runs every transaction in a snapshot in assembleBlock handler (#7) (#22989)
216ed05c6e cmd/faucet: disable flaky facebook test (#22988)
Compare 8 commits »
interesting synced commits to master at interesting/go-ethereum from mirror 2021-06-01 09:19:08 -05:00
2dee31930c metrics: use golang.org/x/sys/unix to support Solaris (#22584)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-06-01 01:09:09 -05:00
2cde472650 core/state: fix typos in test error message (#22962)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-31 04:19:07 -05:00
08ea52e77a cmd/geth, core, params: replace baikal with calaveras (#22972)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-30 20:09:06 -05:00
2d716c4b01 core: add new eip-1559 tx constraints (#22970)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-28 08:29:37 -05:00
966ee3ae6d all: EIP-1559 tx pool support (#22898)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-27 16:09:37 -05:00
ee35ddc8fd cmd/devp2p/internal/ethtest: ignore block announcement in tx test (#22957)
04cb5e2be3 cmd/puppeth: remove outdated mist support (#22940)
427175153c p2p/msgrate: return capacity as integer, clamp to max uint32 (#22943)
Compare 3 commits »
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-27 07:59:38 -05:00
0703ef62d3 crypto/secp256k1: fix undefined behavior in BitCurve.Add (#22621)
d836ad141e cmd/devp2p/internal/ethtest: add block hash announcement test (#22535)
7194c847b6 p2p/rlpx: reduce allocation and syscalls (#22899)
2e7714f864 cmd/utils: avoid large alloc in --dev mode (#22949)
Compare 4 commits »
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-26 15:39:37 -05:00
5869789d75 ethstats: fix typo in comment (#22952)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-26 07:29:37 -05:00
c73652da0b core/state/snapshot: fix flaky tests (#22944)
05dab7f6bd internal/ethapi: remove unused vm.Config parameter of DoCall (#22942)
Compare 2 commits »
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-25 23:26:29 -05:00
10962b685e ethstats: fix URL parser for '@' or ':' in node name/password (#21640)
49bde05a55 cmd/devp2p: refactor eth test suite (#22843)
6c7d6cf886 tests: get test name from testing.T (#22941)
750115ff39 p2p/nat: skip TestUPNP in non-CI environments if discover fails (#22877)
51b32cc7e4 internal/ethapi: merge CallArgs and SendTxArgs (#22718)
Compare 6 commits »
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-25 15:16:29 -05:00
4d33de9b49 rlp: optimize big.Int decoding for size <= 32 bytes (#22927)
interesting synced commits to master at interesting/go-ethereum from mirror 2021-05-25 07:06:28 -05:00
017cf71fbd rlp, tests/fuzzers/bls12381: gofmt (#22937)