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
|
67e1f9f6d4
|
Revert "remove old flags"
This reverts commit 009c098b87 .
|
2021-03-21 17:50:07 +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
|
009c098b87
|
remove old flags
|
2021-03-21 17:07:28 +07:00 |
|
alex.sharov
|
970c7e93a8
|
remove old flags
|
2021-03-21 17:05:42 +07:00 |
|
Artem Vorotnikov
|
c9bccbb612
|
Remove autogen from typedcursor (#1576)
|
2021-03-21 15:10:14 +07:00 |
|
Artem Vorotnikov
|
72ff17e0b7
|
Hide TxDb (#1575)
|
2021-03-21 12:20:44 +07:00 |
|
Alex Sharov
|
ce868009d6
|
devel up (#1574)
|
2021-03-21 10:02:15 +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 |
|
ledgerwatch
|
e62fb6f565
|
Update README.md (#1573)
|
2021-03-20 17:00:39 +00:00 |
|
ledgerwatch
|
a47ba66e79
|
Update README.md (#1572)
|
2021-03-20 16:55:13 +00:00 |
|
ledgerwatch
|
53cd21fb59
|
Update README.md (#1571)
|
2021-03-20 16:51:29 +00:00 |
|
Artem Vorotnikov
|
b5f9cdd7b2
|
KV: split Sequence into ReadSequence and MakeSequence (#1569)
|
2021-03-20 21:12:54 +07:00 |
|
alex.sharov
|
1a00e01063
|
don't loose error in test
|
2021-03-20 17:52:01 +07:00 |
|
Andrew Ashikhmin
|
e303aeb5ee
|
Simple test for layout of TrieOfAccountsBucket (#1563)
|
2021-03-20 16:38:45 +07:00 |
|
Alex Sharov
|
0953c11c04
|
grpc version up (#1568)
|
2021-03-20 16:35:13 +07:00 |
|
Artem Vorotnikov
|
01f6542729
|
KV: Remove reserve, putcurrent, cmp, dcmp (#1552)
|
2021-03-20 16:35:02 +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 |
|
Andrea Lanfranchi
|
59a39aa3d7
|
Adjust comments to Buckets after PR-1556 (#1566)
|
2021-03-19 18:31:58 +00:00 |
|
ledgerwatch
|
a583f7f6ca
|
Try to fix multiple head subscriptions (#1565)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
|
2021-03-19 17:36:38 +00:00 |
|
ledgerwatch
|
bca9650834
|
Update config.yml (#1564)
|
2021-03-19 17:36:30 +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 |
|
Andrea Lanfranchi
|
c594f83c62
|
Update instructions for Windows users (#1562)
WSL instructions
|
2021-03-19 12:53:52 +00:00 |
|
Alex Sharov
|
909fd42bee
|
go 1.16 support (#1509)
|
2021-03-19 16:32:52 +07:00 |
|
Artem Vorotnikov
|
0b2e4df0ff
|
Align Cursor API with LMDB/MDBX (#1558)
|
2021-03-19 14:45:01 +07:00 |
|
Igor Mandrigin
|
17bf3af3ac
|
begin 2021.03.02 release cycle
|
2021-03-18 14:29:41 +01:00 |
|
Igor Mandrigin
|
f2d2e4b30f
|
Merge pull request #1557 from ledgerwatch/geth-1-10-1
Geth 1.10.1 -- Berlin support
|
2021-03-18 13:57:49 +01:00 |
|
Alexey Sharp
|
0d24a38813
|
Fix TestEIP2718Transition
|
2021-03-18 13:19:21 +01:00 |
|
Alexey Sharp
|
cb88d649e0
|
Update skip analysis
|
2021-03-18 12:35:56 +01:00 |
|
Igor Mandrigin
|
ee43dad266
|
fix ethash test
|
2021-03-18 12:32:18 +01:00 |
|
Igor Mandrigin
|
807495b6db
|
skip failing test 1
|
2021-03-18 12:27:39 +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
|
90edad9852
|
and more linter fixes
|
2021-03-18 11:46:13 +01:00 |
|
Igor Mandrigin
|
36297dd057
|
more linter fixes
|
2021-03-18 11:44:22 +01:00 |
|
Igor Mandrigin
|
f1f849e691
|
fix linter
|
2021-03-18 11:18:57 +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 |
|
Igor Mandrigin
|
da629cceed
|
fix ./eth
|
2021-03-18 10:58:26 +01:00 |
|
Igor Mandrigin
|
2fd8b14497
|
workaround ./tests
|
2021-03-18 10:31:26 +01:00 |
|
Igor Mandrigin
|
4407cfe6da
|
unmark fixed tests
|
2021-03-18 09:55:06 +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 |
|