Pan chao
2b0fd6d447
chore: some proofreading in the docs ( #9223 )
...
Hi, caught a few mistakes while reading the docs. Hope I can be of any
help.
Have a nice day.
2024-01-13 12:04:55 +07:00
vuittont60
fec0c9eef5
docs: fix typos ( #9173 )
2024-01-09 15:34:47 +00:00
ddl
edcd7fcd63
update outdated information ( #8906 )
...
1. When running locally, found that these **TODO** json-rpc have been
implemented. Updating these outdated information can make the document
clearer.
```
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_newBlockFilter","params":[],"id":1}' http://loca
lhost:8545
{"jsonrpc":"2.0","id":1,"result":"0x02000000000000009c49b60f431cabc7"}
```
2. [but it's easy to accomplish] Points to an obsolete message
(9b8cdc0f22/eth/downloader/downloader.go (L673)
)
2023-12-06 09:23:43 +07:00
tk
8ddfbfd88c
Spell Check: Fix typos ( #8480 )
...
Spell Check:
Concensus --> Consensus
prodiced --> produced
configuraion --> configuration
cabable --> capable
structue --> structure
eample --> example
nework --> network
configration --> configuration
regestering --> registering
registratio --> registration
excuted --> executed
Simlarly --> Similarly
dictactes --> dictates
respresented --> represented
lengthes --> lengths
2023-10-17 11:21:27 +07:00
alex.sharov
66d93f2489
rename torquem-ch project
2023-08-24 18:12:22 +07:00
alex.sharov
c6899ab0a9
rename torquem-ch project
2023-08-24 18:08:54 +07:00
Ikko Eltociear Ashimine
c9aa54fec7
Fix typo in db_walkthrough.MD ( #7810 )
...
recepient -> recipient
2023-06-28 07:04:48 +07:00
Mark Holt
e99269ebce
added --log.dir.prefix flag ( #7714 )
...
This request adds an additional logging flag to change the name of the
logfiles produced by erigon to be prefixed by a name other than
'erigon'.
This allows multiple nodes to log to the same directory without
overwriting each others files. It is requires so that the devnet when
running can maintain all of its log files in a single consolidated
directory which survives devnet restarts.
---------
Co-authored-by: Mark Holt <mark@distributed.vision>
2023-06-12 15:30:05 +01:00
omahs
c21d77aa20
Fix: typos ( #7710 )
...
Fix: typos
2023-06-12 14:39:52 +07:00
Andrew Ashikhmin
fa0cfcbec7
Remove the Rinkeby testnet ( #7677 )
...
See https://github.com/ethereum/go-ethereum/pull/27406
2023-06-07 07:42:36 +02:00
Jason Yellick
4f6d76928a
Fix broken link in doc ( #7094 )
...
The doc in
[dupsort.md](https://github.com/ledgerwatch/erigon/blob/devel/docs/programmers_guide/dupsort.md#erigon )
points to a non-existent `AbstractKV.md`
As best as I can tell, the `AbstractKV.md` was reworked and renamed in
commit
0bc61c06ed
then, this was later moved into erigon-lib. This commit simply repoints
the doc at this new location.
Co-authored-by: Jason Yellick <jason@enya.ai>
2023-03-14 00:03:09 +00:00
Marius Kjærstad
8ab3be0d5d
Fix typo in snappy.rst ( #6992 )
...
Fix typo in snappy.rst
2023-03-01 08:03:31 +00:00
Andrew Ashikhmin
37741b74eb
Remove erigon_issuance & erigon_watchTheBurn ( #6685 )
...
Some issuance happens on the CL side now, so removing support for these
now inaccurate proprietary methods to make our life easier.
2023-01-24 22:54:08 +01:00
omahs
84089f029c
Fix: typos ( #6613 )
...
Fix: typos
2023-01-18 06:43:24 +00:00
Max Revitt
4bdb35f94c
Withdrawals part 2 ( #6180 )
...
Continuation of PR #6009 . Storage and retrieval of withdrawals.
- [x] storage of withdrawals on writeblock
- [x] composite key (block number | block hash)
- [x] value ([]withdrawal)
- [x] retrieval of withdrawals with block
- [x] tests around storing/retrieving withdrawals
- [x] tested in hive
- [x] commits tidied
## Hive Failures
- [x] Withdrawals Fork on Block 2
- [x] Withdrawals Fork on Block 3
- [ ] Sync after 2 blocks - Withdrawals on Block 1 - Single Withdrawal
Account - No Transactions ( Syncing client rejected valid chain)
- [ ] Sync after 2 blocks - Withdrawals on Block 1 - Single Withdrawal
Account (Timeout while waiting for secondary client to sync)
- [ ] Sync after 2 blocks - Withdrawals on Genesis - Single Withdrawal
Account (Timeout while waiting for secondary client to sync)
- [ ] Sync after 2 blocks - Withdrawals on Block 2 - Single Withdrawal
Account - No Transactions (Syncing client rejected valid chain)
- [ ] Sync after 2 blocks - Withdrawals on Block 2 - Single Withdrawal
Account (Timeout while waiting for secondary client to sync)
- [ ] Sync after 128 blocks - Withdrawals on Block 2 - Multiple
Withdrawal Accounts (Unexpected error on BalanceAt: Post
"http://172.17.0.4:8545/ ": context deadline exceeded, expected=<None>)
- [ ] Withdrawals Fork on Block 1 - 8 Block Re-Org, Sync (Expected no
error on EngineNewPayloadV2: error=Post "http://172.17.0.4:8551/ ":
context deadline exceeded)
- [ ] Withdrawals Fork on Block 8 - 10 Block Re-Org Sync (Expected no
error on EngineNewPayloadV2: error=Post "http://172.17.0.4:8551/ ":
context deadline exceeded)
- [ ] Withdrawals Fork on Canonical Block 8 / Side Block 7 - 10 Block
Re-Org Sync (Expected no error on EngineNewPayloadV2: error=Post
"http://172.17.0.4:8551/ ": context deadline exceeded)
- [ ] Withdrawals Fork on Canonical Block 8 / Side Block 9 - 10 Block
Re-Org Sync (Expected no error on EngineNewPayloadV2: error=Post
"http://172.17.0.4:8551/ ": context deadline exceeded)
2022-12-20 09:09:04 +00:00
Andrew Ashikhmin
ecefc53dd0
Remove Ropsten & Fermion ( #6262 )
...
See https://blog.ethereum.org/2022/11/30/ropsten-shutdown-announcement
2022-12-10 22:55:31 +00:00
Max Revitt
bd7b75173f
docs(examples): initial erigon single process example ( #5767 )
2022-10-18 09:23:13 +07:00
Luke Montgomery
a11dadd012
fixed typo in db_faq.md ( #4509 )
2022-06-21 08:58:55 +01:00
Andrew Ashikhmin
f900dbadee
[Docs] Add PoS downloader diagram ( #4084 )
...
* Extra comment for HeadersPOS
* Add PoS downloader diagram
2022-05-06 09:55:31 +02:00
battlmonstr
cedb4865c3
docs: update libmdbx links ( #3929 )
2022-04-21 17:32:25 +01:00
Zachinquarantine
673d3a1646
Remove mentions of Morden testnet ( #3642 )
...
* Update index.rst
* Update handler.go
2022-03-05 10:05:49 +07:00
Andrew Ashikhmin
4607179849
Handle a corner case in forkchoiceUpdated ( #3640 )
...
* Fix typo
* fix typos
* Handle corner case when unwinding to geneis
* No-op ForkChoice
2022-03-03 16:09:03 +01:00
ledgerwatch
7058f3f7de
Add files via upload
2022-01-16 21:54:48 +00:00
ledgerwatch
6b43aac65e
Delete header_download.md
2021-11-15 17:17:12 +00:00
alex.sharov
96ea5438d9
save snippet to add Geth to dev net
2021-10-20 15:26:13 +07:00
ledgerwatch
c16e25e90f
Add files via upload
2021-10-10 22:42:39 +01:00
ledgerwatch
7740c06bb1
Add files via upload
2021-10-10 20:50:09 +01:00
Zachinquarantine
5da7fb64bf
Remove deprecated Whisper code ( #2726 )
2021-09-25 22:28:25 +07:00
Alex Sharov
a4f9df9ee8
Update mining.md
2021-09-07 15:57:31 +07:00
ledgerwatch
5810ed2395
Add files via upload
2021-09-03 22:59:26 +01:00
Egor Egorov
7b4f2bfbda
Expore --miner.sigkey cli parameter ( #2568 )
...
* Actually parse --miner.sigkey from commandline
* typo fix (--miner.miner → --miner)
2021-08-23 21:30:47 +07:00
Sylvain Laurent
6becda8ff1
Update db_walkthrough.MD ( #2565 )
...
Typo
2021-08-22 13:08:29 +07:00
Eugene
e4dfbb24b3
Update tutorial.rst
for building custom rpc daemon. ( #2535 )
...
* docs: update custom rpc daemon tutorial
* docs: update custom rpc daemon tutorial
* docs: update custom rpc daemon tutorial
2021-08-16 10:12:15 +07:00
Alex Sharov
5069558752
Apache licensed logger ( #2460 )
2021-07-29 17:23:23 +07:00
Alex Sharov
bc271f92ce
To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces ( #2195 )
2021-06-19 15:21:53 +07:00
ledgerwatch
54dc77af40
Add files via upload
2021-06-18 15:38:00 +01:00
ledgerwatch
1702ef866d
Add files via upload
2021-06-16 17:26:44 +01:00
Artem Vorotnikov
af836a6200
Nuke LMDB ( #2167 )
2021-06-16 13:57:58 +03:00
ledgerwatch
54ecdd6536
Add files via upload
2021-06-08 16:38:42 +01:00
Alex Sharov
b0c9862ed3
Update db_faq.md
2021-06-06 20:28:14 +07:00
alex.sharov
3aeb186bd1
db faq about RAM
2021-06-06 20:02:15 +07:00
alex.sharov
f432bdf468
add mdbx docs links
2021-06-05 21:25:26 +07:00
Alex Sharov
6fc8905ce5
Docs read db ( #2103 )
...
* docs for
* allow anonymous viewers of grafana board
2021-06-05 15:10:01 +01:00
Alex Sharov
a4ff299afb
Change set docs ( #2062 )
2021-05-31 15:29:46 +07:00
Evgeny Danilenko
74847d77e6
Rename to Erigon ( #2018 )
...
* turbo-geth to erigon
* tg, turbo to erigon
2021-05-26 11:35:39 +01:00
ledgerwatch
d2048f0530
Add files via upload
2021-05-25 13:49:56 +01:00
ledgerwatch
2789cd24d9
Add files via upload
2021-05-25 12:57:23 +01:00
ledgerwatch
1351383f68
Add files via upload
2021-05-11 13:40:10 +01:00
ledgerwatch
5478355e91
Add files via upload
2021-05-11 13:29:41 +01:00
ledgerwatch
0d9ffa7875
Add files via upload
2021-05-11 13:28:30 +01:00