Commit graph

14567 commits

Author SHA1 Message Date
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 9207e348f0.
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
Nicolás Quiroz
217410852f chore: add button and link variants 2022-10-07 22:18:55 -05:00
Corwin Smith
094ef12af2 Merge branch 'homepage-mobile' into downloads-mobile 2022-10-07 19:43:17 -06:00
Nicolás Quiroz
d1ee8d02ff chore: add textStyles to theme 2022-10-07 20:42:06 -05:00
Corwin Smith
41d0dc38bc Merge branch 'homepage-mobile' into downloads-mobile 2022-10-07 19:13:13 -06:00
Nicolás Quiroz
0d0c486240 chore: add Button primary variant on theme 2022-10-07 20:05:28 -05:00
Nicolás Quiroz
b60e17150b chore: move colors to theme 2022-10-07 20:05:00 -05:00
Corwin Smith
a1b31a316b small prop refactor 2022-10-07 18:48:57 -06:00
Corwin Smith
ac622c103d add test data and table styles 2022-10-07 18:37:57 -06:00
Corwin Smith
5153ea7f07 add DataTable component 2022-10-07 14:37:13 -06:00
Corwin Smith
8830faa9ca add todos 2022-10-07 14:13:09 -06:00
Corwin Smith
e0ff52219b Go Ethereum -> go-ethereum 2022-10-07 03:08:56 -06:00
Corwin Smith
617a13f211 working on table 2022-10-06 23:48:24 -06:00