Alex Sharov
|
91e4126ca7
|
db commit - remove unused return param (#1584)
|
2021-03-22 19:41:52 +07:00 |
|
Alex Sharov
|
40dd00fee7
|
remove ideal batch size (#1582)
|
2021-03-22 13:47:01 +07:00 |
|
ledgerwatch
|
a6be390fd5
|
Handshake in tests, correct ENR updates, etc. (#1578)
* Remove Blockchain dependency from forkID, fix ENR update
* Fix handshake_test
* Remove db access from handshake
* Undo
* Use StagedSync in test handlers
* Compile fix
* Debugging
* dependency fixes
* More info
* Print test name
* Increase timeout
* Disable checkpoint test
* Optimise RW message pipe
* Fix test
* Print handshake errors
* See where the pipe is closing
* Remove checkpoints
* Remove printouts
* Revert "Fix test"
This reverts commit d154e07b5f97f0b54485b50d572fb27c6c61af4b.
* Revert "Optimise RW message pipe"
This reverts commit 6936111a7ffdf166a19c6cf6fa9c8de725b449e0.
* Revert "Increase timeout"
This reverts commit 9dc0e234bbb80a1ff5146788a308fb7d76ce69de.
* Revert "See where the pipe is closing"
This reverts commit 3cf22afc43f2b2a254b63b86a0e24b58f84bdc2b.
* Remove printing
* Relax peerEventCh
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
|
2021-03-21 21:23:47 +00:00 |
|
Artem Vorotnikov
|
6a6f5469a1
|
KV: Split RO and RW transactions (#1577)
|
2021-03-21 20:15:25 +07:00 |
|
alex.sharov
|
b49717e48f
|
revert
|
2021-03-21 17:53:50 +07:00 |
|
alex.sharov
|
e7034c0eba
|
revert
|
2021-03-21 17:50:05 +07:00 |
|
alex.sharov
|
1fcf349ce2
|
fix tests
|
2021-03-21 17:41:09 +07:00 |
|
alex.sharov
|
a649eef6b9
|
fix tests
|
2021-03-21 17:26:54 +07:00 |
|
alex.sharov
|
970c7e93a8
|
remove old flags
|
2021-03-21 17:05:42 +07:00 |
|
Alex Sharov
|
97eec4288a
|
Tests: use transaction instead of db.MemCopy in chain_makers.go (#1570)
* mdbx tests speedup
* mdbx tests speedup
* devel up
* devel up
* devel up
* lint
* less db copy
* don't loose error in test
* clean
|
2021-03-20 19:33:40 +00:00 |
|
Artem Vorotnikov
|
b5f9cdd7b2
|
KV: split Sequence into ReadSequence and MakeSequence (#1569)
|
2021-03-20 21:12:54 +07:00 |
|
Alex Sharov
|
ba37706681
|
move remote eth backend from ethdb to core package (#1567)
|
2021-03-20 10:52:00 +07:00 |
|
ledgerwatch
|
81ea5bab78
|
More updates to downloader, new p2psentry protocol (#1559)
* Initial commit
* Add sentry gRPC interface
* p2psentry directory
* Update README.md
* Update README.md
* Update README.md
* Add go package
* Correct syntax
* add external downloader interface (#2)
* Add txpool (#3)
* Add private API (#4)
* Invert control.proto, add PeerMinBlock, Separare incoming Tx message into a separate stream (#5)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* Separate upload messages into its own stream (#6)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* Only send changed accounts to listeners (#7)
* Txpool interface doc (#9)
* More additions
* More additions
* Fix locking
* Intermediate
* Fix separation of phases
* Intermediate
* Fix test
* More transformations
* New simplified way of downloading headers
* Fix hard-coded header sync
* Fixed syncing near the tip of the chain
* Add architecture diagram source and picture (#10)
* More fixes
* rename tip to link
* Use preverified hashes instead of preverified headers
* Fix preverified hashes generation
* more parametrisation
* Continue parametrisation
* Fix grpc data limit, interruption of headers stage
* Add ropsten preverified hashes
* Typed hashes (#11)
* Typed hashes
* Fix PeerId
* 64-bit tx nonce
* Disable penalties
* Add goerli settings, bootstrap nodes
* Try to fix goerly sync
* Remove interfaces
* Add proper golang packages, max_block into p2p sentry Status
* Prepare for proto overhaul
* Squashed 'interfaces/' content from commit ce36053c2
git-subtree-dir: interfaces
git-subtree-split: ce36053c24db2f56e48ac752808de60afa1dfb4b
* Change EtherReply to address
* Adaptations to new types
* Switch to new types
* Fixes
* Fix formatting
* Fix lint
* Lint fixes, reverse order in types
* Fix lint
* Fix lint
* Fix lint
* Fix test
* Not supporting eth/66 yet
* Fix shutdown
* Fix lint
* Fix lint
* Fix lint
* return stopped check
Co-authored-by: Artem Vorotnikov <artem@vorotnikov.me>
Co-authored-by: b00ris <b00ris@mail.ru>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: canepat <16927169+canepat@users.noreply.github.com>
|
2021-03-19 21:24:49 +00:00 |
|
b00ris
|
c03da8fb8e
|
Split header prefix bucket to headers, td and canonical (#1556)
* split headers prefix
* migration
* fix downloader bug
* test for migration
* fix lint
* uncomment t.Prallel
* fix postprocessing test
|
2021-03-19 12:54:47 +00:00 |
|
Artem Vorotnikov
|
0b2e4df0ff
|
Align Cursor API with LMDB/MDBX (#1558)
|
2021-03-19 14:45:01 +07:00 |
|
Alexey Sharp
|
cb88d649e0
|
Update skip analysis
|
2021-03-18 12:35:56 +01:00 |
|
Igor Mandrigin
|
f6dd33e3f4
|
lint passes
|
2021-03-18 11:58:19 +01:00 |
|
Igor Mandrigin
|
a122920fa8
|
and more lint fixes
|
2021-03-18 11:53:34 +01:00 |
|
Igor Mandrigin
|
36297dd057
|
more linter fixes
|
2021-03-18 11:44:22 +01:00 |
|
Igor Mandrigin
|
7b000b5644
|
linter fixups
|
2021-03-18 11:17:04 +01:00 |
|
Igor Mandrigin
|
b9bb65e025
|
skip headerchain test
|
2021-03-18 11:00:34 +01:00 |
|
Alexey Sharp
|
534f38f756
|
Fix lints
|
2021-03-18 08:30:14 +00:00 |
|
Alexey Sharp
|
1ff525e6a3
|
Fix lints
|
2021-03-18 08:00:21 +00:00 |
|
Alexey Sharp
|
469e2534da
|
Fix lints
|
2021-03-18 07:38:06 +00:00 |
|
Alexey Sharp
|
c1de4bd0f7
|
Fix lints
|
2021-03-18 07:27:50 +00:00 |
|
Alexey Sharp
|
8e4dea56a8
|
Fix lints, fork split test
|
2021-03-18 07:17:33 +00:00 |
|
Alexey Sharp
|
74dbb6e7ac
|
Fix lints
|
2021-03-18 06:58:14 +00:00 |
|
Alexey Sharp
|
cdca7f94ad
|
Fix lints
|
2021-03-17 22:24:46 +00:00 |
|
Igor Mandrigin
|
0a55895b33
|
Merge branch 'master' into geth-1-10-1
|
2021-03-17 16:50:20 +01:00 |
|
Igor Mandrigin
|
6dbe1871d2
|
fix graphql tests
|
2021-03-17 16:11:45 +01:00 |
|
Igor Mandrigin
|
76811b98f1
|
fixup core/types
|
2021-03-17 14:31:22 +01:00 |
|
Igor Mandrigin
|
39bd48fbb6
|
debug
|
2021-03-17 13:50:10 +01:00 |
|
Igor Mandrigin
|
f89a489dea
|
fix DeriveFields test
|
2021-03-17 13:37:18 +01:00 |
|
Igor Mandrigin
|
57c8813aec
|
fix core state processor test
|
2021-03-17 12:56:39 +01:00 |
|
Igor Mandrigin
|
ecb08fe2f7
|
skip tx pool deadlock
|
2021-03-17 12:24:07 +01:00 |
|
Alexey Sharp
|
c3300cdfc5
|
For fox stage_senders
|
2021-03-16 16:11:43 +00:00 |
|
Igor Mandrigin
|
e5206bc584
|
fix some eth handler tests
|
2021-03-16 15:18:14 +01:00 |
|
Igor Mandrigin
|
cbd47e9b5b
|
compile core/types (tests still fail)
|
2021-03-16 14:12:42 +01:00 |
|
Igor Mandrigin
|
162044fe10
|
remove duplicate tests
|
2021-03-16 13:49:24 +01:00 |
|
Igor Mandrigin
|
3c354ed642
|
cleanup runtime_test from the unimplemented EIP
|
2021-03-16 13:41:42 +01:00 |
|
Igor Mandrigin
|
b48b11d920
|
fix core/rawdb
|
2021-03-16 13:38:14 +01:00 |
|
Igor Mandrigin
|
1a55b8e05a
|
core/vm tests fixes
|
2021-03-16 13:10:20 +01:00 |
|
Igor Mandrigin
|
b62cefbe50
|
core tests compile now
|
2021-03-16 12:53:42 +01:00 |
|
Igor Mandrigin
|
fd37289665
|
fixes to core tests (compilation)
|
2021-03-16 12:44:38 +01:00 |
|
Alexey Sharp
|
132da24d0f
|
Fixes
|
2021-03-15 18:34:22 +00:00 |
|
Alexey Sharp
|
0b083d8557
|
Fixes
|
2021-03-15 18:21:10 +00:00 |
|
Alexey Sharp
|
519b19f8aa
|
Compilation fixes
|
2021-03-14 08:00:37 +00:00 |
|
Péter Szilágyi
|
7f776be26e
|
Revert "core/forkid, params: unset Berlin fork number (#22413)"
This reverts commit ba999105ef89473cfe39e5e53354f7099e67a290.
|
2021-03-12 16:12:40 +01:00 |
|
Péter Szilágyi
|
9ef50edea3
|
core/forkid, params: unset Berlin fork number (#22413)
|
2021-03-12 16:09:19 +01:00 |
|
Péter Szilágyi
|
03eafd8580
|
core/vm/runtime: more unshipping
# Conflicts:
# core/vm/runtime/runtime_test.go
|
2021-03-12 16:08:00 +01:00 |
|