Commit Graph

14479 Commits

Author SHA1 Message Date
Joe
028066c0ae update sync modes page 2022-10-20 09:37:37 +01:00
Joe
0630c430f9 clarify CL client is needed at top of sync-mode pg 2022-10-20 09:31:13 +01:00
Joe
5f9632236d rm sentence from sync modes page 2022-10-20 09:29:39 +01:00
Joe
79f9f2a7e0 add some more info to sync-modes 2022-10-20 09:28:38 +01:00
Corwin Smith
87706df147 mobile view 2022-10-19 22:53:25 -05:00
rjl493456442
b9ba6f6e4d
core/rawdb: open meta file in read only mode (#26009) 2022-10-19 21:15:43 +02:00
Corwin Smith
ab5c1b3aa9 cleanup, add hover states. Need to get SVG working 2022-10-19 12:15:13 -05:00
s7v7nislands
d86fe26f67
core/rawdb: refactor db key prefix (#26000)
Co-authored-by: seven <seven@nodereal.io>
2022-10-19 09:53:09 +02:00
Martin Holst Swende
6069d8294e
cmd/utils: enable snapshot generation in import-mode (#25990)
This PR fixes a regression causing snapshots not to be generated in "geth --import" mode.  It also fixes the geth export command to be truly readonly, and adds a new test for geth export.
2022-10-19 08:20:39 +02:00
Corwin Smith
18e605e646 add links for socials 2022-10-18 21:10:17 -05:00
Martin Holst Swende
15b7e0b254
common/math, tests/fuzzers: use big.Int clone (#26006)
* common/math, tests/fuzzers: use big.Int clone

* common/math: license
2022-10-18 15:42:16 +02:00
Joe
0d41782d64 add landing pages to some docs dirs 2022-10-17 16:33:22 +01:00
Joe
dbd98b3bc2 add devcon AMA to resources 2022-10-17 09:50:35 +01:00
Corwin Smith
bf20f73003
Merge pull request #12 from ethereum/downloads-mobile
Downloads mobile
2022-10-13 02:47:15 +02:00
Corwin Smith
522996db84 change requests 2022-10-12 19:45:55 -05:00
Martin Holst Swende
fb75f11e87
Revert "go.mod: upgrade github.com/dop251/goja" (#25975)
Revert "go.mod: upgrade github.com/dop251/goja (#25955)"

This reverts commit 9207e348f0d3c2bd2b65f6c52b20a37de76350ae.
2022-10-12 20:08:36 +02:00
Delweng
c776a98c83
eth/tracers: fix the issue of panic in prestate with diffmode (#25957)
In some cases, inner contract creation may not be successful, and an inner contract was not created. This PR fixes a crash that could occur when doing tracing in such situations.
2022-10-12 12:50:01 +02:00
ucwong
9207e348f0
go.mod: upgrade github.com/dop251/goja (#25955)
This upgrade pulls in a fix to handling of 'continue' in loops.
2022-10-12 12:03:45 +02:00
lmittmann
5b1a04b9c7
eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186)
This PR adds a way to subscribe to the _full_ pending transactions, as opposed to just being notified about hashes. 

In use cases where client subscribes to newPendingTransactions and gets txhashes only to then request the actual transaction, the caller can now shortcut that flow and obtain the transactions directly. 


Co-authored-by: Felix Lange <fjl@twurst.com>
2022-10-12 11:54:52 +02:00
Jens W
010f47f76a
eth/protocols/eth: fix typo in log message (#25969) 2022-10-12 11:15:19 +02:00
Martin Holst Swende
eaf095ccd4
accounts/keystore: faster tests (#25827)
This PR removes some optimistic tests -- a'la "do something,
wait a while, and hope it has trickled through and continue" -- and
instead uses some introspection to ensure that prerequisites are met.
2022-10-12 10:53:01 +02:00
Sina Mahmoodi
3630cafb34
node: drop support for static & trusted node list files (#25610)
This changes the node setup to ignore datadir files

    static-nodes.json
    trusted-nodes.json

When these files are present, it an error will be printed to the log.
2022-10-12 10:50:12 +02:00
Felix Lange
e257b3add7
tests/fuzzers/modexp: gofmt (#25972) 2022-10-12 10:39:21 +02:00
Martin Holst Swende
bed3b10086
common/math: optimized modexp (+ fuzzer) (#25525)
This adds a 
* core/vm, tests: optimized modexp + fuzzer

* common/math: modexp optimizations

* core/vm: special case base 1 in big modexp

* core/vm: disable fastexp
2022-10-12 10:34:52 +02:00
Marius van der Wijden
a007ab786c
core/types: add more context around ErrInvalidChainID (#25367)
This changes the error message for mismatching chain ID to show
the given and expected value. Callers expecting this error must be
changed to use errors.Is.
2022-10-12 10:27:39 +02:00
Martin Holst Swende
28d076d37e
core/rawdb: provide more info on 'gap in the chain' error (#25938) 2022-10-12 09:35:09 +02:00
Paul
1c737e8b6d
cmd/geth, core: fix typo in comment (#25954)
* fix typo on comment

* typo "can't accept"
2022-10-11 09:37:33 +02:00
Martin Holst Swende
5a02b2d6d0
all: fix spelling mistakes (#25961) 2022-10-11 09:37:00 +02:00
jin
7eafbec741
accounts/usbwallet: support Ledger Nano S Plus and FTS (#25933)
* usbwallet support Ledger Nano S Plus

* accounts/usbwallet: add definitions + ref to ledger docs

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-10-11 09:31:32 +02:00
Corwin Smith
649d22ba37 change requests 2022-10-10 06:56:44 -06:00
Corwin Smith
91464f5aba setup main structure 2022-10-09 14:13:04 -06:00
Corwin Smith
4ebe14a478 table hover styles 2022-10-09 12:58:42 -06:00
Corwin Smith
4f62749ef9 Merge branch 'master' into downloads-mobile 2022-10-09 12:14:30 -06:00
Corwin Smith
4c3a330c34
Merge pull request #9 from ethereum/homepage-mobile
Homepage mobile
2022-10-09 20:13:31 +02:00
Corwin Smith
2ad8a1e24f add and use constant for go website 2022-10-09 12:12:44 -06:00
Corwin Smith
9e7aa2ba57 add todo items 2022-10-09 10:28:07 -06:00
Corwin Smith
1f6879de30 Merge branch 'homepage-mobile' into downloads-mobile 2022-10-09 09:19:30 -06:00
Nicolás Quiroz
d7c713437b chore: solve merge conflicts 2022-10-09 10:16:06 -05:00
Nicolás Quiroz
3006ec831f Merge branch 'master' into homepage-mobile 2022-10-09 10:10:28 -05:00
Corwin Smith
524d187a40 fix theme issue, and move default amount of builds to show to a constant 2022-10-09 09:07:01 -06:00
Corwin Smith
b6fc69ab5c Merge branch 'homepage-mobile' into downloads-mobile 2022-10-09 08:58:42 -06:00
Corwin Smith
075a627208 fix border on scrollbar 2022-10-09 08:52:57 -06:00
Corwin Smith
ee2e2916b7 test pgp data 2022-10-08 16:37:55 -06:00
Corwin Smith
d4fff5d11d add pagination to builds 2022-10-08 14:53:07 -06:00
Corwin Smith
468c17d90b update test data 2022-10-08 14:32:07 -06:00
Corwin Smith
b845d71098 theme cleanup 2022-10-08 13:12:57 -06:00
Corwin Smith
53420ede87 refactor to use theme 2022-10-08 09:53:09 -06:00
Nicolás Quiroz
d2c4ffa523 chore: add Link variants 2022-10-08 08:18:56 -05:00
Nicolás Quiroz
80afacda50 chore: update textStyles 2022-10-08 08:15:14 -05:00
Corwin Smith
09e1688ea9 Merge branch 'homepage-mobile' into downloads-mobile 2022-10-08 07:04:08 -06:00