Commit Graph

14421 Commits

Author SHA1 Message Date
yong 6b6261b51f
core/types: fix typo in comment (#25359) 2022-08-03 16:56:57 +02:00
Tristan-Wilson 9244f87dc1
node, rpc: add ReadHeaderTimeout config option (#25338)
This change makes http.Server.ReadHeaderTimeout configurable separately
from ReadTimeout for RPC servers. The default is set to the same as
ReadTimeout, which in order to cause no change in existing deployments.
2022-08-03 16:50:12 +02:00
Joe dd6d413947 update links in api docs 2022-08-03 15:12:39 +01:00
Joe 22c4b6ce45 minor changes 2022-08-02 14:24:47 +01:00
Joe 007549d6f9 update vulnerabilities and code-review-guidelines 2022-08-02 14:07:22 +01:00
Joe fc9edf08ca migrate vulnerability list 2022-08-02 13:51:18 +01:00
Felix Lange d804a59ee1
cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
Joe 660687c2d8 update dev-mode and add images to /assets 2022-08-02 13:33:36 +01:00
Manoj Kumar 6fdc619413
consensus/ethash: remove temp files created during DAG generation (#25381)
This makes it remove not only the actual DAG file, but also the temporary file
which the DAG data is written to while generating.
2022-08-02 14:33:23 +02:00
Joe 46bc4df1b4 add devp2p page, update devguide + mobile 2022-08-02 12:57:54 +01:00
Péter Szilágyi c7ce74a53a
Merge pull request #25461 from sandakersmann/master
build: upgrade -dlgo version to Go 1.18.5
2022-08-02 10:23:24 +03:00
lightclient a0b88ce869
eth/gasprice/feehistory: support finalized block (#25442) 2022-08-01 19:13:30 +02:00
Marius Kjærstad 93eabcaa4e
build: upgrade -dlgo version to Go 1.18.5 2022-08-01 18:21:58 +02:00
Sina Mahmoodi 1b34ed2ed6
eth: fix typo in catalyst api (#25460)
eth: fix typo
2022-08-01 17:33:39 +03:00
Péter Szilágyi 6fd06ab075
cmd, core, eth, les, params: add merge-passed chain config (#24538)
* cmd, core, eth, les, params: add merge-passed chain config

* eth/catalyst, params: add various warning on malfunctioning beacons

* eth/catalyst: fix warning for beacons without transition exchanges
2022-08-01 15:13:25 +03:00
Henry 49aa8a633b
common/compiler: json unmarshalling error checks (#25449)
complier/solidity:add json.Unmarshal err check
2022-08-01 13:47:21 +02:00
Rithwik Babu fea569f90a
eth: fix typo in comment (#25327) 2022-07-29 18:29:01 +02:00
Delweng 1af9e4f34c
cm/puppeth: fix crash when of ethstats specifier doesn't contain `:` (#25405)
Signed-off-by: Delweng <delweng@gmail.com>
2022-07-29 18:28:14 +02:00
Seungbae Yu 029059947a
all: use AbsTime.Add instead of conversion (#25417) 2022-07-29 18:23:30 +02:00
lightclient 9ad508018e
ethereum, ethclient: add FeeHistory support (#25403)
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-07-29 18:22:04 +02:00
Joe 0a4aa8add5 refine code review and contribution guidelines 2022-07-29 11:24:42 +01:00
Joe 28572eb110 move contributing.md and update dev guide 2022-07-29 11:04:46 +01:00
Joe 45550ace2c rm mining.md, update account and CLI pages 2022-07-29 10:34:01 +01:00
Joe 67892d6c84 add page on abigen and placeholder for puppeth 2022-07-29 10:17:06 +01:00
Joe 9fdbb0d9d4 Merge branch 'master' of https://github.com/ethereum/geth-website 2022-07-29 09:48:21 +01:00
Joe e32c01579f content updates 2022-07-29 09:48:04 +01:00
Sam Richards a93245d4e4 Convert /downloads to a page 2022-07-28 13:04:07 -07:00
Sam Richards edd22c6eab Remove nested /downloads folder 2022-07-28 12:57:05 -07:00
Joe 7f34978b2b content updates 2022-07-28 17:00:12 +01:00
Marius van der Wijden 377c7d799f
eth/catalyst: return 0x0 if latestvalid is pow block (#25423)
* eth/catalyst: return 0x0 if latestvalid is pow block

* eth/catalyst: return 0x0 if latestvalid is pow block

* eth/catalyst: fix header retrieval, fix sign check

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2022-07-28 16:16:15 +03:00
Marius van der Wijden f3549814a9
eth/catalyst: return syncing not accepted (#25414)
* eth/catalyst: return syncing not accepted

* eth/catalyst: fix test
2022-07-28 16:01:35 +03:00
Joe ef856f842b imgs to assets 2022-07-28 13:23:54 +01:00
Joe 8285cccc7c update pages to newest aproved versions 2022-07-28 12:04:48 +01:00
Joe 6b24a1e50b update link to content planning docs 2022-07-28 09:49:00 +01:00
Joe 9d3ed9287f move downloads to content 2022-07-28 09:48:09 +01:00
Joe 40f24dbf3c update content structure 2022-07-28 09:46:58 +01:00
Joe da2f82ff3c update content structure 2022-07-28 09:43:09 +01:00
Marius van der Wijden f26b63089a
node: set JWT expiry to 60 seconds (#25416)
* node: set JWT expiry to 60 seconds

* node: rename var
2022-07-28 09:30:50 +03:00
Péter Szilágyi c02b0488fb
Merge pull request #25428 from karalabe/engineapi-snap-import-deny
eth/catalyst: fix NewPayload warn log when dropping due to snap sync
2022-07-28 08:50:42 +03:00
Péter Szilágyi ad7106dfc4
eth/catalyst: fix NewPayload warn log when dropping due to snap sync 2022-07-28 08:46:13 +03:00
rjl493456442 9d76a9b94f
core, trie, eth, cmd: rework preimage store (#25287)
* core, trie, eth, cmd: rework preimage store

* trie: address comment
2022-07-27 20:37:04 +02:00
Joe 19a11731bd add resource list to readme 2022-07-27 13:50:45 +01:00
Joe ba2cdc567f add placeholders for blog and downloads 2022-07-27 13:41:56 +01:00
Joe 69389283fc import draft content 2022-07-27 13:38:03 +01:00
Joseph Cook 8a2ea2af9d
Create README.md 2022-07-27 13:33:00 +01:00
Felix Lange 54007f5e0a params: begin v1.10.22 release cycle 2022-07-27 13:56:40 +02:00
Felix Lange 671094279e params: go-ethereum v1.10.21 stable 2022-07-27 13:53:06 +02:00
rjl493456442 14b0eedacf
go.mod: downgrade leveldb (#25413) 2022-07-27 09:31:13 +03:00
Marius van der Wijden c6dcd018d2
core: eth: rpc: implement safe rpc block (#25165)
* core: eth: rpc: implement safe rpc block

* core: fix setHead, panics
2022-07-25 18:42:05 +03:00
Péter Szilágyi f543e6b065
Merge pull request #25371 from Zachinquarantine/mergeconfig-message
params: change Merge config to print simpler message
2022-07-25 17:50:29 +03:00