Commit Graph

  • 90863acf02 debug no lazy fudongbai 2021-07-14 12:27:29 +08:00
  • 5427bdebad fix testcase fudongbai 2021-07-14 11:53:25 +08:00
  • b9e6e43722
    consensus/clique: implement getSigner API method (#22987) Marius van der Wijden 2021-07-13 13:40:22 +02:00
  • c49e065fea
    internal: get pending and queued transaction by address (#22992) Mark 2021-07-13 18:40:58 +08:00
  • 846badc480
    internal/ethapi: fix transaction APIs (#23179) gary rong 2021-07-13 18:40:01 +08:00
  • a184b4523d Implementation of SHA3-256 FIPS 202 hash precompile and EcRecover Uncompressed public key precompile to integrate with ICON blockchain mohamedelshami 2021-07-12 23:05:57 +02:00
  • 8fe47b0a0d
    core/state: avoid unnecessary alloc in trie prefetcher (#23198) Marius van der Wijden 2021-07-12 21:34:20 +02:00
  • 58b0420a8a
    Merge pull request #23183 from karalabe/cht-1.10.5 Péter Szilágyi 2021-07-12 11:25:08 +03:00
  • bbd2148968 eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber (#22841) Felix Lange 2021-05-10 12:38:54 +02:00
  • 9ff2ab5bf4 rlp: optimize big.Int decoding for size <= 32 bytes (#22927) Felix Lange 2021-05-25 21:56:25 +02:00
  • 31c452bc73 rlp: optimize byte array handling (#22924) Felix Lange 2021-05-22 15:10:16 +02:00
  • 55127dc60b rlp: use atomic.Value for type cache (#22902) Felix Lange 2021-05-22 13:34:29 +02:00
  • 17cb4da65a rlp: improve decoder stream implementation (#22858) Felix Lange 2021-05-18 12:10:27 +02:00
  • 0f10448b70 focus on performance improvement in many aspects. fudongbai 2021-05-26 09:46:17 +08:00
  • afd4227df8
    params: update CHTs for the 1.10.5 release Péter Szilágyi 2021-07-09 14:27:41 +03:00
  • c948c014b5 disable fork check Winston Smith 2021-07-09 14:23:28 +08:00
  • 9624f92ede
    Merge pull request #23178 from karalabe/feeapi-fixes Péter Szilágyi 2021-07-09 07:47:23 +03:00
  • dea71556cc
    eth/gasprice, internal/ethapi, miner: minor feehistory fixes Péter Szilágyi 2021-07-08 09:57:51 +03:00
  • ff4ff30a68
    core, params: define london block at 12965000 (#23176) Martin Holst Swende 2021-07-08 11:34:56 +02:00
  • 00b922fc5d
    core/types: go generate (#23177) ucwong 2021-07-08 13:53:28 +08:00
  • 7522642393
    core/types: remove LogForStorage type (#23173) Sina Mahmoodi 2021-07-07 19:52:55 +02:00
  • b9d4412715
    cmd/devp2p: fixes for eth and discv4 tests (#23155) Martin Holst Swende 2021-07-07 17:28:14 +02:00
  • 5441a8fa47
    all: remove noop vm config flags (#23111) Sina Mahmoodi 2021-07-06 22:03:09 +02:00
  • e13d14e6a3
    core/types: sanity check the basefee length inside a header (#23171) Péter Szilágyi 2021-07-06 23:02:38 +03:00
  • d21a069619
    eth, miner: add RPC method to modify miner gaslimit (pre london: ceiling) (#23134) Martin Holst Swende 2021-07-06 10:35:39 +02:00
  • 13bc9c0c6e
    fuzzing: fix typo in fuzzer definitions (#23169) Martin Holst Swende 2021-07-06 09:48:29 +02:00
  • 5afc82de6e
    p2p: fix array out of bounds issue (#23165) Evolution404 2021-07-06 15:33:51 +08:00
  • bd566977e8
    core: fix bad parent hash when jumping to genesis in setHead (#23162) gary rong 2021-07-06 15:32:26 +08:00
  • 99169016d2
    Merge pull request #23168 from karalabe/puppeth-fix-dashboard Péter Szilágyi 2021-07-06 09:59:24 +03:00
  • 78c34fdc3c
    cmd/puppeth: fix dashboard crash caused by updated base image Péter Szilágyi 2021-07-06 09:58:24 +03:00
  • d081c935d7
    Merge pull request #23167 from karalabe/docker-nomake Péter Szilágyi 2021-07-06 09:34:54 +03:00
  • bb0191f22b
    dockerfile: get rid of make and env, see if that fixes builds Péter Szilágyi 2021-07-06 09:29:55 +03:00
  • c619562313
    Merge pull request #23159 from karalabe/ethstats-fix-fullnode Péter Szilágyi 2021-07-05 11:18:51 +03:00
  • 6b6d3190cf
    ethstats: fix full node interface post 1559 Péter Szilágyi 2021-07-05 10:49:52 +03:00
  • 3b05318525
    cmd/evm, eth/ethconfig: regenerate struct codecs (#23140) ucwong 2021-07-02 17:08:53 +08:00
  • a182c76815
    consensus/clique: avoid a copy in clique (#23149) ucwong 2021-07-02 15:18:50 +08:00
  • 6ed812db13
    les: avoid shutdown hang (#23139) Martin Holst Swende 2021-07-01 14:01:19 +02:00
  • 3212fb6838
    go.mod: update UPNP dependency (#23116) ucwong 2021-07-01 19:21:54 +08:00
  • f5f906dd0d
    eth/tracers: improve tracing performance (#23016) Martin Holst Swende 2021-07-01 09:15:04 +02:00
  • bbbeb7d8ba
    crypto: gofuzz build directives (#23137) Martin Holst Swende 2021-06-30 23:04:28 +02:00
  • c131e812ae
    eth/fetcher, trie: unit test reliability fixes (#23020) Martin Holst Swende 2021-06-30 22:24:17 +02:00
  • 686b2884ee
    all: removed blockhash from statedb (#23126) Marius van der Wijden 2021-06-30 15:17:01 +02:00
  • e7c8693635
    internal/ethapi: fix panic in access list creation (#23133) Marius van der Wijden 2021-06-30 14:23:20 +02:00
  • ec88bd0cd0
    cmd/geth: dont fail on deprecated toml config fields (#23118) Sina Mahmoodi 2021-06-30 12:57:32 +02:00
  • acdf9238fb
    ethclient/gethclient: RPC client wrapper for geth-specific API (#22977) Marius van der Wijden 2021-06-30 11:03:01 +02:00
  • d3f018fde8
    eth: drop eth/65, the last non-reqid protocol version Péter Szilágyi 2021-06-28 18:40:56 +03:00
  • 4fcc93d922
    p2p/server: fix method name in comment (#23123) Ahyun 2021-06-29 18:14:47 +09:00
  • 61f4b5aa89
    accounts/abi/bind: fix gas price suggestion with pre EIP-1559 clients (#23102) Pierre R 2021-06-29 17:57:29 +09:00
  • 35dbf7a8a3
    eth/gasprice: implement feeHistory API (#23033) Felföldi Zsolt 2021-06-28 16:16:32 +02:00
  • 1b5582acf7
    core, eth: fix precompile addresses for tracers (#23097) Sina Mahmoodi 2021-06-28 14:13:27 +02:00
  • dde6f1e92d
    p2p/enode: fix method doc (#23115) ForLina 2021-06-28 15:48:17 +08:00
  • 2d4eff21ca
    eth/downloader: increase downloader block body allowance (#23074) Martin Holst Swende 2021-06-25 14:53:22 +02:00
  • bca8c03e57
    core/state: remove unused methods ReturnGas, GetStorageProofByHash (#23092) Li Dongwei 2021-06-25 20:34:09 +08:00
  • c07918e7d8
    eth/gasprice: fix typo in comment (#22998) haryu703 2021-06-25 19:48:06 +09:00
  • 0e6961366a
    cmd/geth: fix IPC probe in les test (#23094) piersy 2021-06-25 11:40:37 +01:00
  • 948a600ed5
    eth/tracers: convert int/hash values from context into js object (#23108) williamberman 2021-06-24 23:02:15 -07:00
  • 9e23610b0f
    Merge pull request #23104 from karalabe/tracer-context Péter Szilágyi 2021-06-24 13:50:07 +03:00
  • 29905d86ae
    eth/tracers: expose contextual infos (block hash, tx hash, tx index) Péter Szilágyi 2021-06-24 12:46:26 +03:00
  • 10eb654f27
    Merge pull request #23089 from holiman/fix_fuzzers Péter Szilágyi 2021-06-23 07:34:35 +03:00
  • 4dde0665c8
    core: transaction journal should not be executable (#23090) Nye Liu 2021-06-22 21:29:20 -07:00
  • a750bf8686
    crypto: fix build directives Martin Holst Swende 2021-06-22 15:21:11 +02:00
  • bef78efb49
    graphql: fix transaction API (#23052) gary rong 2021-06-22 17:13:48 +08:00
  • ddf10250c7
    accounts/abi/bind: replace context.TODO with context.Background (#23088) Guillaume Ballet 2021-06-22 11:06:34 +02:00
  • fcd7bdc2b7
    Merge pull request #23062 from nfeignon/fix-abi-bind-ensure-context Péter Szilágyi 2021-06-22 11:47:48 +03:00
  • 1e44c3585f
    README: Discord server instead of gitter for communication with devs (#23080) Sachin Kumar Singh 2021-06-22 14:03:49 +05:30
  • 5228b2a353
    Merge pull request #23083 from karalabe/docker-fix-experimental Péter Szilágyi 2021-06-21 19:44:23 +03:00
  • e0123026b6
    travis: enable experimental docker for manifest building Péter Szilágyi 2021-06-21 19:43:37 +03:00
  • 653a30f4ca
    Merge pull request #23082 from karalabe/docker-flat-publish Péter Szilágyi 2021-06-21 19:32:45 +03:00
  • 0f2347d070
    travis, Dockerfile, build: docker build and multi-arch publish combo Péter Szilágyi 2021-06-21 19:16:51 +03:00
  • da000c8314
    Merge pull request #23078 from karalabe/docker-post-publish Péter Szilágyi 2021-06-21 13:50:24 +03:00
  • f915a4bf20
    travis: move docker steps further to prevent hanging other builders Péter Szilágyi 2021-06-21 13:01:24 +03:00
  • 732a6a3666
    trie: small optimization of delete in fullNode case (#22979) Evolution404 2021-06-20 21:59:00 +08:00
  • 7b6c8363da
    core: copy CliqueConfig in DeveloperGenesisBlock (#23068) Oliver Tale-Yazdi 2021-06-20 15:52:04 +02:00
  • 8a2d8074bf
    Add files via upload ARGTOKEN 2021-06-18 23:24:08 +08:00
  • 4695117f2e
    Merge pull request #23069 from karalabe/docker-multi-arch Péter Szilágyi 2021-06-18 15:35:09 +03:00
  • e9f99d1c91
    travis, build: add support for multi-arch docker images Péter Szilágyi 2021-06-18 15:28:30 +03:00
  • ef946a6c87
    tests: fix eip1559 tx on non-eip1559 network (#23054) Marius van der Wijden 2021-06-18 12:34:31 +02:00
  • 58aeab77d2
    tests: fix nil pointer panic on failure (#23053) Marius van der Wijden 2021-06-18 12:21:34 +02:00
  • 97ce6dfa6d
    internal/ethapi: fix typo in comment (#23057) lightclient 2021-06-18 04:16:34 -06:00
  • bbb2b30506
    params: fix typo in gas cost comments (#23065) Afanasii Kurakin 2021-06-18 13:15:51 +03:00
  • 15fe3050a1
    core/types: add DynamicFeeTx to TxData implementation list in docs (#23063) Jeff Wentworth 2021-06-18 02:54:37 +09:00
  • c63c2d855e accounts/abi/bind: call ensureContext on every context Nicolas Feignon 2021-06-17 14:04:24 +02:00
  • 87a11a87c2 params: begin v1.10.5 release cycle Felix Lange 2021-06-17 12:36:42 +02:00
  • aa637fd38a params: release go-ethereum v1.10.4 stable Felix Lange 2021-06-17 12:35:17 +02:00
  • e1f244a6e6
    Merge pull request #23061 from karalabe/docker-noarm Péter Szilágyi 2021-06-17 12:23:16 +03:00
  • 40a11d644c
    travis: don't overwrite amd64 images with arm64 Péter Szilágyi 2021-06-17 12:22:22 +03:00
  • b28f8c0c43
    Merge pull request #23060 from karalabe/travis-docker Péter Szilágyi 2021-06-17 12:02:18 +03:00
  • 90ffcfde89
    travis, build: own docker builder and hub pusher Péter Szilágyi 2021-06-17 10:47:45 +03:00
  • df2c175b4a update memtable yutianwu 2021-06-15 10:57:38 +08:00
  • a675c89c75
    core: readded state processor error tests (#23055) Marius van der Wijden 2021-06-16 15:00:36 +02:00
  • e588a788f7 use memory pool to reduce gc consumpation kyrie-yl 2021-05-21 14:48:11 +08:00
  • 080b6ebe91
    core/vm: evm fix panic (#23047) Martin Holst Swende 2021-06-16 08:53:27 +02:00
  • ae315ef7a1
    Merge pull request #23050 from karalabe/1559-receipt-rpc Péter Szilágyi 2021-06-16 09:52:31 +03:00
  • aa69d36152
    core, graphql, internal: expose effectiveGasPrice in receipts Péter Szilágyi 2021-06-16 08:23:50 +03:00
  • 0aadb49c86
    Merge pull request #23051 from karalabe/cht-1.10.4 Péter Szilágyi 2021-06-16 09:37:09 +03:00
  • cdb9fefc48
    params: bump CHTs for Geth v1.10.4 Péter Szilágyi 2021-06-16 09:14:58 +03:00
  • 7a7abe3de8
    accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) Péter Szilágyi 2021-06-15 13:56:14 +03:00
  • 68530b1153 delete comment and add snappy cache yutianwu 2021-06-15 11:20:18 +08:00
  • 27b06564a0 update memtable yutianwu 2021-06-15 10:57:38 +08:00
  • de969f3c87 update block size yutianwu 2021-06-15 10:57:27 +08:00