Commit Graph

  • a3b57fcd7f small notes Dmarz 2022-04-30 15:28:04 -04:00
  • a3d4c0eca4 eth/filters: fix filterLogs EXEC 2022-04-30 18:26:29 +08:00
  • 2c41d8ca98 abi: fix checks when all fields are indexed Rachel Franks 2022-04-29 21:09:53 -05:00
  • ba1e8f12ac update to sepolia testnet Joe 2022-04-29 16:51:41 +01:00
  • 936f55cd35 initial commit for gettign started pages Joe 2022-04-29 14:16:15 +01:00
  • fe769c936e
    cmd/geth: different way to construct flags Martin Holst Swende 2022-04-29 14:10:48 +02:00
  • c885ad7408 Add BatchIndex field to transaction types Max Langenfeld 2022-04-29 12:03:31 +02:00
  • 49ef0f5c06 Add Shutter transaction types Max Langenfeld 2022-04-29 12:04:41 +02:00
  • 5485da1455
    internal/t8ntool: rework how isMerged is determined Martin Holst Swende 2022-04-29 11:22:52 +02:00
  • 6e7fe4be55
    cmd/evm: make evm t8n handle post-merge transitions Martin Holst Swende 2022-03-16 11:00:45 +01:00
  • 5722cefb05 upgrade block trace maskpp 2022-04-29 16:13:40 +08:00
  • f94e23ca66
    eth/filters: remove unused struct fields (#24782) hero5512 2022-04-29 16:07:52 +08:00
  • 38fb4a6b2f eth/catalyst: Make --exitwhensynced work with catalyst engine Austin Roberts 2022-04-28 16:06:19 -05:00
  • a57ad44069 remove unused code Allen 2022-04-28 18:49:10 +08:00
  • 4fa4e27976
    cmd/utils: double limit on free-disk monitor Martin Holst Swende 2022-04-28 08:36:26 +02:00
  • ec5c587d43 crypto: optimize Keccak*/SHA3 calls by re-using hashes Emmanuel T Odeke 2022-04-27 23:05:49 -07:00
  • da5dc9c740 eth/protocols/snap: properly fix race on s.Progress Marius van der Wijden 2022-04-27 21:19:06 +02:00
  • a7ed590200
    Update miner/worker.go Mateusz Morusiewicz 2022-04-27 17:19:29 +02:00
  • e4e5511046
    Update ubuntu versions + link to CL options page Joseph Cook 2022-04-27 16:10:18 +01:00
  • 6c04d56796
    fix typo from @s1na review Joseph Cook 2022-04-27 16:03:14 +01:00
  • 1cf125368f
    fix typo from @s1na review Joseph Cook 2022-04-27 16:02:58 +01:00
  • 7a7bfe484f
    Update docs/_install-and-build/Installing-Geth.md Joseph Cook 2022-04-27 16:02:23 +01:00
  • 1501504f84 Adjust flaky test Mateusz Morusiewicz 2022-04-27 12:50:48 +02:00
  • f22f69aea3 standardize capitalization: geth -> Geth Joe 2022-04-27 11:28:51 +01:00
  • 7f6c526244
    cmd/geth: add banner for devmode on console nedifi 2022-04-27 12:22:43 +02:00
  • 40178401f7 standardize whitespace: code blocks & bullet lists Joe 2022-04-27 11:21:40 +01:00
  • 84041e8f31
    ethclient/gethclient: return storage proofs in GetProof (#24697) Joshua Gutow 2022-04-27 02:51:24 -07:00
  • 2f3e3fac7f consistent tense and style, updated tool list Joe 2022-04-27 10:51:01 +01:00
  • 5a584c2133
    all: use common.FileExist for checking file existence (#24748) s7v7nislands 2022-04-27 17:48:02 +08:00
  • c3a5054c27
    cmd/utils: utilize beacon wrapper in makechain (#24620) Martin Holst Swende 2022-04-27 11:45:14 +02:00
  • 1f5943e4f9
    core/types: fix unhandled errors in TestTransactionCoding (#24692) tia-99 2022-04-27 16:56:50 +08:00
  • e2ecb57fa2 core/vm/memory: fix Memory.Set32 use make fill with 0 to []byte is better than literal and Memory.GetCopy add "GetCopy" prefix to comment xjones 2022-04-27 16:07:10 +08:00
  • 16701c5169
    internal/ethapi: add db operations to api (#24739) Sina Mahmoodi 2022-04-27 08:37:48 +02:00
  • 24ccd1dacc
    internal/ethapi: fix docstring Martin Holst Swende 2022-04-27 08:35:49 +02:00
  • edb494bb59 initial commit for updating installation page Joe 2022-04-26 15:37:21 +01:00
  • ad304da743 core/types: fix unhandled errors in TestTransactionCoding MSFJ99-99 2022-04-26 22:11:03 +08:00
  • 1a8f75799b indent fix Sina Mahmoodi 2022-04-26 15:17:39 +02:00
  • 6cb333ab95 rename to rawReceipt Sina Mahmoodi 2022-04-26 15:16:08 +02:00
  • 542c4cbf62
    update schema Sina Mahmoodi 2022-04-26 15:12:34 +02:00
  • e9cc16f38c
    use MarshalBinary Sina Mahmoodi 2022-04-26 15:12:23 +02:00
  • 21faa1ba63 mv parseHexOrString to common Sina Mahmoodi 2022-04-26 14:15:41 +02:00
  • 9d234cec70 mv to debug, drop put and del Sina Mahmoodi 2022-04-26 14:04:42 +02:00
  • a52bcccfe1
    consensus/ethash: fix typos in var names (#24745) John Difool 2022-04-26 18:16:57 +10:00
  • 195c2d3d69
    cmd/*: refactor get flag value (#24761) s7v7nislands 2022-04-26 15:32:31 +08:00
  • 0914234d10
    cmd/geth, core/state/snapshot: fix flaw in dangling-storage check + inspect difflayers (#24677) Martin Holst Swende 2022-04-26 09:08:43 +02:00
  • 48e1633ef3 core: improve log level in case state is recovered Gary Rong 2022-04-26 11:43:35 +08:00
  • b3259f3aea core: address comment from martin Gary Rong 2022-04-26 11:41:36 +08:00
  • 8625be94ce core: disable test logging Gary Rong 2022-04-05 19:53:24 +08:00
  • 9530c75540 core: recover the state in SetChainHead if the head state is missing Gary Rong 2022-03-30 19:37:28 +08:00
  • 592d42f0bf core/state/snapshot: rename variable Gary Rong 2022-04-26 10:48:27 +08:00
  • a5f8b36183 cmd/geth: use detector in cmd Gary Rong 2022-04-26 10:48:04 +08:00
  • 0ab13fa22a core, cmd: expose dangling storage detector for wider usage Gary Rong 2022-04-26 10:25:05 +08:00
  • 95c5df02d5 core/state/snapshot: fix comment Gary Rong 2022-04-08 15:33:23 +08:00
  • 18c52ce0ac core/state/snapshot: fix and add tests Gary Rong 2022-04-08 15:30:50 +08:00
  • 49f4cb5f0b core/state/snapshot: wipe the last part of the dangling storages Gary Rong 2022-04-08 14:16:14 +08:00
  • fbc4a21c66 core/state/snapshot: polish Gary Rong 2022-04-08 11:52:42 +08:00
  • be4415ae0d core/state/snapshot: check dangling storages when generating snapshot Gary Rong 2022-04-08 11:44:11 +08:00
  • 4a0073f2ac
    Revert "eth/downloader: fix off-by-one error in test causing 50% fails" Tuấn Ngô 2022-04-26 08:24:34 +07:00
  • 514962049c
    ẹt.ogr Tuấn Ngô 2022-04-26 08:20:14 +07:00
  • 7110c713a6 cmd/*: refactor get flag value s7v7nislands 2022-04-26 08:24:46 +08:00
  • 901dc42847 Add initial fuzzing test & docker dev container eddybuilds 2022-04-25 16:00:04 -07:00
  • 2984538aec internal/ethapi,webext: add debug_getRawReceipt RPC Ryan Schneider 2022-04-20 10:08:03 -07:00
  • c0c05f06b4
    gh-pages: add local docker build Willian Paixao 2022-04-25 17:08:35 +02:00
  • 95c0350b80 Adjust syntax Mateusz Morusiewicz 2022-04-25 15:39:27 +02:00
  • b56cc4aee9 Discard interrupt error where interrupt is not passed, use errors.Nil Mateusz Morusiewicz 2022-04-25 13:36:46 +02:00
  • 7ab15490e9
    all: use 'embed' instead of go-bindata (#24744) s7v7nislands 2022-04-25 17:15:14 +08:00
  • 63972e7548
    p2p: fix type of DiscSubprotocolError (#24747) henopied 2022-04-25 04:05:47 -05:00
  • fb801d8837
    mobile: fix receipt encoding to json (#24701) Nikita Kozhemyakin 2022-04-25 10:35:04 +03:00
  • 4024c1e869
    fix typo (#24731) s7v7nislands 2022-04-25 15:28:03 +08:00
  • 7d7a96530b
    cmd/evm: ensure input length is even (#24721) jwasinger 2022-04-24 21:16:49 -10:00
  • 36da86b791 core/rawdb: remove unused field Gary Rong 2022-04-25 11:18:04 +08:00
  • e2192253a5 cmd, core, etdhdb: add AncientDatadir interface Gary Rong 2022-04-25 10:36:57 +08:00
  • 3e0748233c Expose totalDifficulty in go-ethereum client Rajaram Gaunker 2022-04-24 17:05:48 -07:00
  • c9511001db all: use common package s7v7nislands 2022-04-24 16:49:50 +08:00
  • 6da64f3b16
    p2p: type DiscSubprotocolError as DiscReason henopied 2022-04-24 02:39:45 -05:00
  • 6ae16f0456
    Merge branch 'ethereum:master' into master John Difool 2022-04-24 08:16:31 +10:00
  • 8d1bbabb9a Fixed typos. John Difool 2022-04-24 08:15:17 +10:00
  • 9b9770346b
    cmd/evm: minor nit + lintfix Martin Holst Swende 2022-04-23 19:34:57 +02:00
  • 84cacf0be9 makefile/go.mod: clean up s7v7nislands 2022-04-24 00:06:10 +08:00
  • 92ec92f767 eth/tracers: migrate to embed s7v7nislands 2022-04-24 00:01:40 +08:00
  • a789a21673 internal/jsre/deps: migrate to embed s7v7nislands 2022-04-23 23:25:05 +08:00
  • 7a94344c61 signer/fourbyte: migrate to embed s7v7nislands 2022-04-23 23:12:38 +08:00
  • d5671cd55f cmd/faucet: migrate to embed s7v7nislands 2022-04-23 22:58:11 +08:00
  • 9e0a10004e
    cmd/faucet: fix genesis flag and improve documentation (#24735) s7v7nislands 2022-04-23 22:53:21 +08:00
  • 2951b50bae
    internal/flags: fix godoc (#24734) s7v7nislands 2022-04-23 22:52:26 +08:00
  • f19b3ccdc0
    docs: update rpc server docs (#24740) muang0 2022-04-23 08:46:23 -04:00
  • a15a32a2f1
    .github: update CODEOWNERS (#24743) Felix Lange 2022-04-23 14:37:04 +02:00
  • b59bbfd6c0 .github: update CODEOWNERS Felix Lange 2022-04-23 14:36:13 +02:00
  • eb35d4e32e
    Add set committed QC function in forensics (#83) Jerome 2022-04-23 10:33:56 +10:00
  • bcd1fe7ed1
    Update and rename docs/_install-and-build/Backup--restore.md to เอกสาร/_install-and-build/Backup--restore.md Wullee 2022-04-23 04:25:32 +07:00
  • 65c6a0c595 docs update rpc server call out overwrite jroden 2022-04-22 11:28:31 -04:00
  • 6b2a80f8d2 docs update rpc server default namespaces jroden 2022-04-22 11:24:32 -04:00
  • 89b1ea2e7d review comments Sina Mahmoodi 2022-04-22 14:01:26 +02:00
  • f5294f3181 fix attachwelcome test Sina Mahmoodi 2022-04-22 13:42:43 +02:00
  • 158f54d868 internal: add db operations to api Sina Mahmoodi 2022-04-22 12:01:32 +02:00
  • 6a5cd87c59 graphql: add tx receiptsRLP field Sina Mahmoodi 2022-04-22 11:12:58 +02:00
  • aa677c6dba take chainmu Sina Mahmoodi 2022-04-22 10:39:08 +02:00
  • e24df78ee2 cmd/faucet: improve doc s7v7nislands 2022-04-22 12:17:40 +08:00
  • 43bfc7f76d cmd/faucet: fix && update doc, keep same with command output s7v7nislands 2022-04-22 12:11:47 +08:00
  • 36c7fda550 internal/flags: fix godoc s7v7nislands 2022-04-22 12:02:01 +08:00