Commit Graph

  • 08e782c61f accounts/abi: add basic support for error types (#23161) Marius van der Wijden 2021-10-14 13:33:28 +02:00
  • 011fe3eb5e core: remove unused error from TxPool.Pending (#23720) jwasinger 2021-10-13 23:00:45 +02:00
  • 79b727bc8a accounts/abi/bind: refactor transact method (#23719) Marius van der Wijden 2021-10-13 22:59:11 +02:00
  • 778ff94794 all: fix some go-critic linter warnings (#23709) Iskander (Alex) Sharipov 2021-10-13 18:31:02 +03:00
  • e4f570fcc6 core/types: add MarshalBinary, UnmarshalBinary for Receipt (#22806) Ian Norden 2021-10-13 08:16:16 -05:00
  • f9d683b07f go.mod: upgrade goja (#23721) Felix Lange 2021-10-13 14:42:00 +02:00
  • e24881989b [DOCS] add doc for eth_createAccessList (#23623) verheesj 2021-10-12 12:45:45 +01:00
  • 633e7ef478 eth,rpc: allow for flag configured timeouts for eth_call (#23645) noam-alchemy 2021-10-12 04:46:04 -04:00
  • 3d11a22c99 fixed broken web3 methods link in README.md (#23703) z89 2021-10-12 16:44:07 +10:00
  • 6289137827 consensus/clique, core: API cleanup (#23100) Martin Holst Swende 2021-10-11 23:16:46 +02:00
  • da3da7c0e7 ci: enable race tests as cron job on travis (#23480) Marius van der Wijden 2021-10-11 19:37:18 +02:00
  • cf8a6d6173 core: tests for forked blocks retrievable by hash (#23695) Miro 2021-10-11 13:25:21 -04:00
  • 088bc34194 les/vflux/server: fix metrics (#22946) rjl493456442 2021-10-12 00:49:26 +08:00
  • 53b1420ede params: changed CatalystBlock to TerminalTotalDifficulty (#23700) Marius van der Wijden 2021-10-11 17:58:11 +02:00
  • 8b6e018401 build: increase C thread stack size on linux (#23676) Guillaume Ballet 2021-10-11 15:48:41 +02:00
  • 64da037e99 cmd/evm: stricter transaction validation (#23694) Martin Holst Swende 2021-10-11 12:30:13 +02:00
  • af30dfd9b6 docs: add info on call frame tracing (#23688) Sina Mahmoodi 2021-10-11 11:29:37 +03:00
  • 8a430fbd1c cmd/puppeth: add txpool to explorer Dockerfile (#23652) Zachinquarantine 2021-10-11 04:15:45 -04:00
  • bcbd700367 eth/gasprice: avoid modifying TestChainConfig (#23204) aaronbuchwald 2021-10-10 19:52:30 -04:00
  • 84bccd0900 core/state: fix typos in comments (#23702) hsyodyssey 2021-10-10 21:00:00 +08:00
  • a6a0609b05 internal/jsre: handle null and undefined to prevent crash (#23701) Aditya Arora 2021-10-10 09:58:47 -03:00
  • 1bea4b0dfa miner/stress: initialize account backends explicitly (#23699) Felix Lange 2021-10-09 16:39:53 +02:00
  • ee120ef865 miner: fix data race during shutdown (#23435) Marius van der Wijden 2021-10-08 20:12:52 +02:00
  • 28d30b51f8 eth: close miner on exit (instead of just stopping) (#21992) Martin Holst Swende 2021-10-08 18:36:58 +02:00
  • 2fe0c65f4b build: upgrade -dlgo version to 1.17.2 (#23698) Felix Lange 2021-10-08 17:23:25 +02:00
  • ec2b43c2c3 cmd/geth: fix typo in error message (#23697) Sean 2021-10-08 23:57:49 +11:00
  • 48496e0675 internal/ethapi: use correct signer when serving old blocks (#23683) Sina Mahmoodi 2021-10-07 16:51:14 +03:00
  • edb1937cf7 core: improve shutdown synchronization in BlockChain (#22853) Martin Holst Swende 2021-10-07 15:47:50 +02:00
  • 4e599ee469 core/types: copy tx recipient address (#23376) aaronbuchwald 2021-10-06 07:12:52 -04:00
  • 57ff2dee06 go.mod: upgrade github.com/karalable/usb (#23684) Felix Lange 2021-10-05 18:33:53 +02:00
  • 307156cc46 eth/api: add rpc method to obtain which states are accessible (#23646) Martin Holst Swende 2021-10-05 08:13:00 +02:00
  • 0dbb3b1601 eth/protocols/eth: replace array with counter in txn broadcaster (#23656) Ferran Borreguero 2021-10-04 16:10:51 +02:00
  • 77c3dda34b [DOCS] update cli flags for Geth v1.10.9 (#23661) Zachinquarantine 2021-10-04 08:10:39 -04:00
  • 5a0e1d88f4 eth/filters: fix TestPendingLogsSubscription (#23619) Miro 2021-10-04 08:09:51 -04:00
  • 12f971fb2d core/state: fix typo in comment (#23665) hsyodyssey 2021-10-04 18:16:50 +08:00
  • 01fdca53e1 Merge pull request #23677 from karalabe/canon-rlp-fetcher Péter Szilágyi 2021-10-03 17:45:12 +03:00
  • 5240725041 internal/ethapi: make header/block rlp retrieval canonical Péter Szilágyi 2021-10-03 16:47:21 +03:00
  • b522f5e091 eth/tracers: fix callTracer fault handling (#23667) Sina Mahmoodi 2021-10-01 13:03:24 +02:00
  • a47b8cf6f5 Merge pull request #23670 from karalabe/get-header-rlp Péter Szilágyi 2021-10-01 12:14:32 +03:00
  • 07a5bc1b0b internal/ethapi: support retrieving header RLPs too Péter Szilágyi 2021-10-01 11:45:47 +03:00
  • f2491c5ed7 core: fix typo in comment (#23658) Ikko Ashimine 2021-09-30 04:28:47 +09:00
  • 06082fe267 params: begin v1.10.10 release cycle Felix Lange 2021-09-29 20:00:31 +02:00
  • eae3b1946a params: release go-ethereum v1.10.9 stable v1.10.9 Felix Lange 2021-09-29 19:59:30 +02:00
  • 3a6fe69f23 eth/protocols/snap, trie: better error-handling (#23657) Martin Holst Swende 2021-09-29 15:19:40 +02:00
  • 42bc1944a1 graphql: add storage slots to access list (#23650) Martin Holst Swende 2021-09-29 00:28:17 +02:00
  • a541fbea18 eth/protocols/eth: simplify peer known block/txs caches (#23649) Ferran Borreguero 2021-09-28 13:44:07 +02:00
  • 3531ca2246 eth/tracers: avoid unsyncronized mutations on trie database (#23632) Martin Holst Swende 2021-09-28 13:06:19 +02:00
  • 92c5d104d0 accounts/abi/bind: check event signature before parsing (#23230) Yihau Chen 2021-09-28 18:56:03 +08:00
  • 783e97ef1f core/rawdb: avoid unnecessary receipt processing for log filtering (#23147) Sina Mahmoodi 2021-09-28 12:54:49 +02:00
  • ab2caaee11 eth/tracers: implement debug.intermediateRoots (#23594) Martin Holst Swende 2021-09-28 12:53:11 +02:00
  • 443afc975c core/state: move state account to core/types + abstracted "write account to trie" (#23567) Guillaume Ballet 2021-09-28 10:48:07 +02:00
  • ac7baeab57 eth/tracers: re-write of 4byte tracer using enter/exit (#23622) Sina Mahmoodi 2021-09-27 18:44:16 +02:00
  • 12674d493e cmd/puppeth: remove shh from Dockerfile (#23634) Zachinquarantine 2021-09-27 12:42:48 -04:00
  • 51ececb64e rpc: set pong read deadline (#23556) Jordan Krage 2021-09-27 09:31:45 -05:00
  • 57a3fab8a7 accounts/abi: fix resolving single struct argument (#23573) gary rong 2021-09-22 16:18:18 +08:00
  • ca9bce9a45 rpc: set scheme for ws and ipc conns to the server (#23615) Sina Mahmoodi 2021-09-21 22:26:35 +02:00
  • d5551de5cf [DOCS] add text about eth.syncing status check in mining tutorial (#23600) Thad Guidry 2021-09-21 04:04:40 -05:00
  • 49ee091152 Merge pull request #23597 from thadguidry/patch-1 ligi 2021-09-21 11:00:49 +02:00
  • b61ef24cce consensus/clique: prevent 0 len extradata from panicing (#23538) Marius van der Wijden 2021-09-21 10:46:08 +02:00
  • d8211c7ec7 console: add note about typing exit to exit (#23602) Thad Guidry 2021-09-21 03:19:46 -05:00
  • 881229ec76 Merge pull request #23606 from PabloCastellano/patch-1 ligi 2021-09-21 10:16:53 +02:00
  • b1a5e4afdd Merge pull request #23610 from karalabe/gomod-tify Péter Szilágyi 2021-09-20 19:13:37 +03:00
  • 5b246af54e go.mod: fix module file to prevent go from updating it during build Péter Szilágyi 2021-09-20 19:12:20 +03:00
  • 86f3625455 Merge pull request #23609 from karalabe/regex-fix Péter Szilágyi 2021-09-20 19:01:32 +03:00
  • 9bf495bfc9 internal/debug: make gosimple linter happy Péter Szilágyi 2021-09-20 18:55:35 +03:00
  • e28f713ada internal: support optional filter expression for debug.stacks (#23605) Péter Szilágyi 2021-09-20 16:29:07 +03:00
  • 62e3b83af6 docs: fix spelling on 2021-08-22 postmortem (#23595) Pete 2021-09-20 21:33:15 +10:00
  • ae2724318c Fix old link to eth wiki Pablo Castellano 2021-09-20 11:15:05 +02:00
  • 1b34283810 ethclient, accounts/keystore: fix flaky tests (#23599) Martin Holst Swende 2021-09-20 10:23:44 +02:00
  • d09a2b3c8d [DOCS] fix typo in ethminer command option -P and mention CUDA (#23601) Thad Guidry 2021-09-20 03:07:09 -05:00
  • 839130e395 Fix typos Thad Guidry 2021-09-17 23:46:53 -05:00
  • 401354976b core,eth: call frame tracing (#23087) Sina Mahmoodi 2021-09-17 09:31:22 +02:00
  • 7ada89d4e6 eth/tracers: abort evm execution when trace is aborted (#23580) Martin Holst Swende 2021-09-16 13:45:16 +02:00
  • 84ff152de5 cmd/devp2p/internal/ethtest: only use eth66 if eth66 is negotiated (#23568) Marius van der Wijden 2021-09-15 10:52:48 +02:00
  • b8d7c662cd core, rpc: disable memory output by default in traces (#23558) Marius van der Wijden 2021-09-13 18:59:52 +02:00
  • babe9b993e cmd/evm: transaction validation tool (#23494) Martin Holst Swende 2021-09-13 13:57:40 +02:00
  • 578bc8164d README: add londonBlock to example genesis config (#23565) Jonathan Verhees 2021-09-13 11:34:00 +01:00
  • 9ada4a2e2c Merge pull request #23561 from karalabe/temp-split-leseh Péter Szilágyi 2021-09-10 16:05:06 +03:00
  • 9e17648d8c les: duplicate downloader and fetcher to allow progressive refactoring Péter Szilágyi 2021-09-10 10:55:48 +03:00
  • 90987db733 appveyor.yml: add linux/amd64 build job (#23548) Felix Lange 2021-09-08 14:21:59 +02:00
  • 5c1fc3bf54 core: 64bit alignment of testBlockChain.gasLimit (#23543) Felix Lange 2021-09-07 17:54:15 +02:00
  • 51ed39c093 core: make txPricedList.stales the first field for 64bit alignment (#23542) Felix Lange 2021-09-07 16:15:11 +02:00
  • 6ef3a16869 p2p/enode: use unix timestamp as base ENR sequence number (#19903) Péter Szilágyi 2021-09-07 13:36:48 +03:00
  • 794c6133ef core/rawdb: freezer batch write (#23462) Martin Holst Swende 2021-09-07 12:31:17 +02:00
  • 9a0df80bbc cmd/geth, cmd/utils: remove legacy rpc flags (#23358) Zachinquarantine 2021-09-07 04:52:58 -04:00
  • ca5bc676d1 internal/debug: remove deprecated flags (#23368) Zachinquarantine 2021-09-07 04:51:33 -04:00
  • 3501163d4f docs: add vuln info (#23517) Martin Holst Swende 2021-09-07 09:29:43 +02:00
  • 7957530225 docs: add post-mortem (#23518) Martin Holst Swende 2021-09-07 09:22:40 +02:00
  • de2c44ab5c trie: add missing copyright header (#23530) aaronbuchwald 2021-09-07 00:25:54 -04:00
  • 4d88974864 cmd/evm: add tests for evm t8n (#23507) Martin Holst Swende 2021-09-02 09:22:43 +02:00
  • 067084feda core: fix race conditions in txpool (#23474) Marius van der Wijden 2021-08-31 10:33:39 +02:00
  • d019e90162 common: fixes format verb (#23495) Alexander Yastrebov 2021-08-31 10:22:20 +02:00
  • 31be5d41d9 core: fix typo in iterator.go (#23502) Ikko Ashimine 2021-08-31 17:21:42 +09:00
  • f85cf722ff docs: add links to more audits in SECURITY.md (#23482) Fredrik Svantes 2021-08-31 09:02:04 +02:00
  • 3258211f68 core/vm: rework jumpdest analysis benchmarks (#23499) Paweł Bylica 2021-08-30 14:13:06 +02:00
  • ffae2043f0 internal/ethapi: support both input and data for personal_sendTransaction (#23476) lightclient 2021-08-27 06:11:15 -06:00
  • 62ad17fb00 Revert "eth, internal/ethapi: make RPC block miner field show block sealer correctly (#23312)" (#23466) Martin Holst Swende 2021-08-26 08:35:37 +02:00
  • 108eec3fee node: remove dependency on wallet backend packages (#23019) Sina Mahmoodi 2021-08-25 22:34:22 +02:00
  • d584e39862 build: stop publishing deb packages for Ubuntu 20.10 Groovy Gorilla (#23470) Felix Lange 2021-08-25 21:57:31 +02:00
  • 7c4cad064c rpc: add BlockNumber.MarshalText (#23324) Dmitry Zenovich 2021-08-25 20:30:29 +03:00