Joe
db739be2d4
update account management
2 years ago
Joe
a0462584a8
update wording "directly -> "exclusively"
2 years ago
rjl493456442
2c1af8b1ec
cmd, eth: implement full-sync tester ( #26035 )
...
This PR adds a parameter to startup, --synctarget. The synctarget flag is a developer-flag, that can be useful in some scenarios as a replacement for a CL node. It defines a fixed block sync target:
geth --syncmode=full --synctarget=./block_15816882.hex_rlp
The --synctarget is only made available during syncmode=full
2 years ago
Joe
3b7f62d849
add account management with clef page
2 years ago
Sina Mahmoodi
0f4942214d
eth/tracers: fix gasUsed for native and JS tracers ( #26048 )
...
* eth/tracers: fix gasUsed in call tracer
* fix js tracers gasUsed
* fix legacy prestate tracer
* fix restGas in test
* drop intrinsicGas field from js tracers
2 years ago
lightclient
fbdeff99ce
cmd/evm: calc base fee if parent data is present ( #26051 )
...
Currently, in order to chain together sequential valid t8n transitions the caller must manually calculate the block base fee. This PR adds support for the necessary parent fee market data to calculate the base fee for the current transition.
Concretely, env is extended to accept the following:
parentBaseFee
parentGasUsed
parentGasLimit
Example usage can be found in ./cmd/evm/testdata/25.
Co-authored-by: Martin Holst Swende <martin@swende.se>
2 years ago
rjl493456442
60e30a940b
core/rawdb: refactor db inspector for extending multiple ancient store ( #25896 )
...
This PR ports a few changes from PBSS:
- Fix the snapshot generator waiter in case the generation is not even initialized
- Refactor db inspector for ancient store
2 years ago
Joe
f7c8e8a2eb
make consistent with pr to old site
2 years ago
Joe
15ef3b64f8
Merge branch 'master' of https://github.com/ethereum/geth-website
2 years ago
Joe
a4e7318a86
rm `personal` methods from JS page
2 years ago
Joe
56f59978d6
add contract deployment page
2 years ago
Martin Holst Swende
a1fc0d8144
eth/filters: change filter block to be by-ref ( #26054 )
...
This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
2 years ago
Martin Holst Swende
9d795d0836
core/vm: use optimized bigint ( #26021 )
2 years ago
Jakub Freebit
4984c4e63f
build: make ios work again ( #26052 )
2 years ago
Guillaume Ballet
0c66d971e7
accounts/scwallet: fix keycard data signing error ( #25331 )
...
accounts/scwallet: fix keycard data signing
2 years ago
Péter Szilágyi
7496ad8edc
Merge pull request #26049 from sandakersmann/master
...
build: upgrade -dlgo version to Go 1.19.2
2 years ago
Corwin Smith
876034749f
Merge pull request #19 from ethereum/footer
...
Footer
2 years ago
Corwin Smith
6f719286dd
change requests for cleanup
2 years ago
Corwin Smith
0ff5f8ea5a
Merge branch 'master' into footer
2 years ago
Corwin Smith
813f1134b2
Update Header.tsx
2 years ago
Corwin Smith
f251885569
Merge branch 'master' into footer
2 years ago
Corwin Smith
74bafa2620
Merge pull request #21 from ethereum/fixBorder
...
change color back, address later
2 years ago
Corwin Smith
e663ca4132
change color back, address later
2 years ago
Corwin Smith
bfcf91fa31
Merge branch 'master' into footer
2 years ago
Corwin Smith
45cfc58c9f
Merge pull request #20 from ethereum/header-desktop-layout
...
feat: homepage desktop layout & header component
2 years ago
Corwin Smith
5e48829712
cleanup
2 years ago
Corwin Smith
e70b660c0c
button hover in header
2 years ago
Corwin Smith
121de87465
style fixes
2 years ago
Marius Kjærstad
1d0c4e27bf
build: upgrade -dlgo version to Go 1.19.2
2 years ago
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>
2 years ago
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
2 years ago
Péter Szilágyi
68ba845bb5
core/types: rename tx files to group them better together
2 years ago
Corwin Smith
7e23558b95
Wrap up header and home hero
2 years ago
Corwin Smith
e6981c1741
add @chakra-ui/icons package
2 years ago
Nicolás Quiroz
8477cc30c4
feat: homepage desktop layout & header component
2 years ago
Corwin Smith
e682ab41e3
Merge branch 'master' into footer
2 years ago
Corwin Smith
556268297d
finish footer
2 years ago
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
2 years ago
Joe
357825b2f4
add link to eth api docs to ns_eth
2 years ago
Péter Szilágyi
a6dda03644
all: refactor txpool into it's own package in prep for 4844
2 years ago
Joe
fbfccced30
purge deprecated testnets
2 years ago
Joe
ad2b6317f6
add info on checkpoint sync
2 years ago
Joe
f9365d9294
update logs page
2 years ago
Corwin Smith
d77761ca6e
convert from grid to flex
2 years ago
Martin Holst Swende
5f70f9fd37
eth/tracers: simplify test framework ( #25973 )
...
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2 years ago
Joe
2e54dccd6d
add sina talk to resources
2 years ago
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>
2 years ago
s7v7nislands
9b9a1b677d
internal/ethapi, accounts/abi/backends: use error defined in core ( #26012 )
...
Co-authored-by: seven <seven@nodereal.io>
2 years ago
Joe
a5b2e62fed
add sentence on state healing to logs page
2 years ago
Joe
028066c0ae
update sync modes page
2 years ago