Corwin Smith
5e48829712
cleanup
2022-10-26 12:23:25 -06:00
Corwin Smith
e70b660c0c
button hover in header
2022-10-26 12:14:03 -06:00
Corwin Smith
121de87465
style fixes
2022-10-26 12:10:15 -06:00
Marius Kjærstad
1d0c4e27bf
build: upgrade -dlgo version to Go 1.19.2
2022-10-26 14:49:12 +02:00
Péter Szilágyi
c4a662176e
core, eth: for types with accurate size calcs, return uint64, not float ( #26046 )
...
* core, eth: for types with accurate size calcs, return uint64, not float
* core/types: proper tx size tests
* core/types: extend tx size test with decoded sizes, fix error
* core/txpool: fix linter
Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-10-26 15:23:07 +03:00
Péter Szilágyi
5bed24dd77
Merge pull request #26044 from karalabe/rename-typed-tx-files
...
core/types: rename tx files to group them better together
2022-10-26 13:51:46 +03:00
Péter Szilágyi
68ba845bb5
core/types: rename tx files to group them better together
2022-10-26 13:30:51 +03:00
Corwin Smith
7e23558b95
Wrap up header and home hero
2022-10-25 20:56:07 -06:00
Corwin Smith
e6981c1741
add @chakra-ui/icons package
2022-10-25 20:24:49 -06:00
Nicolás Quiroz
8477cc30c4
feat: homepage desktop layout & header component
2022-10-25 19:10:19 -05:00
Corwin Smith
e682ab41e3
Merge branch 'master' into footer
2022-10-25 23:03:00 +02:00
Corwin Smith
556268297d
finish footer
2022-10-25 14:58:25 -06:00
Péter Szilágyi
a2b7481b78
Merge pull request #26038 from karalabe/split-txpool
...
all: refactor txpool into it's own package in prep for 4844
2022-10-24 20:30:33 +03:00
Joe
357825b2f4
add link to eth api docs to ns_eth
2022-10-24 15:23:46 +01:00
Péter Szilágyi
a6dda03644
all: refactor txpool into it's own package in prep for 4844
2022-10-24 16:35:53 +03:00
Joe
fbfccced30
purge deprecated testnets
2022-10-24 13:35:52 +01:00
Joe
ad2b6317f6
add info on checkpoint sync
2022-10-24 13:30:50 +01:00
Joe
f9365d9294
update logs page
2022-10-24 11:55:50 +01:00
Corwin Smith
d77761ca6e
convert from grid to flex
2022-10-21 12:41:07 -05:00
Martin Holst Swende
5f70f9fd37
eth/tracers: simplify test framework ( #25973 )
...
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-10-21 17:55:15 +02:00
Joe
2e54dccd6d
add sina talk to resources
2022-10-21 10:56:13 +01:00
Delweng
a404195c7b
eth/tracers: fix the issue prestate missing existing contract state ( #25996 )
...
The prestate tracer did not report accounts that existed at a given address prior to a contract being created at that address.
Signed-off-by: Delweng <delweng@gmail.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-10-21 11:48:53 +02:00
s7v7nislands
9b9a1b677d
internal/ethapi, accounts/abi/backends: use error defined in core ( #26012 )
...
Co-authored-by: seven <seven@nodereal.io>
2022-10-20 12:56:12 +02:00
Joe
a5b2e62fed
add sentence on state healing to logs page
2022-10-20 09:55:14 +01:00
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 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