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 |
|
ledgerwatch
|
c73783c985
|
Add files via upload
|
2021-05-10 08:57:24 +01:00 |
|
ledgerwatch
|
589ed0e34c
|
Delete Consensus Engine-Page-3.png
|
2021-05-10 08:55:01 +01:00 |
|
ledgerwatch
|
2919c3cb88
|
Delete Consensus Engine-Page-2.png
|
2021-05-10 08:54:54 +01:00 |
|
ledgerwatch
|
23f6c1dab6
|
Delete Consensus Engine-Page-1.png
|
2021-05-10 08:54:47 +01:00 |
|
ledgerwatch
|
51b94db1b4
|
Add files via upload
|
2021-05-10 08:51:43 +01:00 |
|
ledgerwatch
|
c62d36b390
|
Add files via upload
|
2021-04-04 17:05:44 +01:00 |
|
ledgerwatch
|
2f9bf300fb
|
Add files via upload
|
2021-04-04 09:33:20 +01:00 |
|
ledgerwatch
|
5f262d75db
|
Add files via upload
|
2021-04-03 22:47:53 +01:00 |
|
ledgerwatch
|
b192177d71
|
Add files via upload
|
2021-04-03 22:13:48 +01:00 |
|
ledgerwatch
|
6705bf2727
|
Delete find-tip.png
|
2021-04-03 22:11:42 +01:00 |
|
ledgerwatch
|
54f761d571
|
Add files via upload
|
2021-04-03 22:11:13 +01:00 |
|
ledgerwatch
|
5aa0ea8644
|
Add files via upload
|
2021-04-03 19:02:28 +01:00 |
|
ledgerwatch
|
279a4bb279
|
Add files via upload
|
2021-04-03 18:43:41 +01:00 |
|
ledgerwatch
|
e5cb5df027
|
Add files via upload
|
2021-04-03 18:10:01 +01:00 |
|