Evgeny Danilenko
|
74847d77e6
|
Rename to Erigon (#2018)
* turbo-geth to erigon
* tg, turbo to erigon
|
2021-05-26 11:35:39 +01:00 |
|
Alex Sharov
|
0be3044b7e
|
rename (#1978)
* rename
* rename "make grpc"
* rename "abi bindings templates"
* rename "abi bindings templates"
|
2021-05-20 19:25:53 +01:00 |
|
Alex Sharov
|
d959986466
|
Connect TxFetcher to Sentry, Add --download.v2 option to TG (#1796)
|
2021-04-25 11:20:50 +07:00 |
|
ledgerwatch
|
e3f3dd3c9b
|
Integration tests 1 (#1793)
* 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)
* Add architecture diagram source and picture (#10)
* Typed hashes (#11)
* Typed hashes
* Fix PeerId
* 64-bit tx nonce
* Add proper golang packages, max_block into p2p sentry Status (#12)
* Add proper golang packages, max_block into p2p sentry Status
* Change EtherReply to address
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* Add Rust infrastructure (#13)
* DB stats methods removed by https://github.com/ledgerwatch/turbo-geth/pull/1665
* more p2p methods (#15)
* add mining methods (#16)
* First draft of Consensus gRPC interface (#14)
* Update Rust build
* Fix interfaces in architecture diagram (#17)
* Fix KV interface provider
* Fix Consensus interface provider
* drop java attributes (#18)
* tx pool remove unused import (#19)
* ethbackend: add protocol version and client version (#20)
* Add missing ethbackend I/F (#21)
* Add interface versioning mechanism (#23)
Add versioning in KV interface
Co-authored-by: Artem Vorotnikov <artem@vorotnikov.me>
* spec of tx pool method (#24)
* spec of tx pool method (#25)
* Update version.proto
* Refactor interface versioning
* Refactor interface versioning
* Testing interface
* Remove tree
* Fix
* Build testing protos
* Fix
* Fix
* Update to the newer interfaces
* Add ProtocolVersion and ClientVersion stubs
* Hook up ProtocolVersion and ClientVersion
* Remove service
* Add compatibility checks for RPC daemon
* Fix typos
* Properly update DB schema version
* Fix test
* Add test for KV compatibility|
* Info messages about compability for RPC daemon
* DB schema version to be one key
* Update release intructions
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>
Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
Co-authored-by: canepat <tullio.canepa@gmail.com>
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
|
2021-04-24 16:46:29 +01:00 |
|
Alex Sharov
|
a6541b5402
|
[merge after release] remove trie cache cli flags and logic (#1725)
|
2021-04-15 17:06:38 +07:00 |
|
ledgerwatch
|
6febaf8dd1
|
Refine turbo mine parameters (#1702)
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
|
2021-04-09 17:44:25 +01:00 |
|
Alex Sharov
|
a6c73b3ab5
|
Sentry node identity (#1701)
* clean
* clean
|
2021-04-09 13:01:00 +01:00 |
|
ledgerwatch
|
acea6548a2
|
Replace testnet flags with one chain option (#1686)
* Replace testnet flags with one chain option
* Update README.md
* Update README.md
* Update README.md
* Update config.go
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
|
2021-04-08 08:39:40 +01:00 |
|
Artem Vorotnikov
|
afe551ba1c
|
Remove puppeth & account management (#1610)
|
2021-03-26 21:05:42 +03:00 |
|
Artem Vorotnikov
|
e67be2b1be
|
Remove unused code (#1604)
* Remove graphql, legacy options
* Remove CODEOWNERS
* Remove EWASM and custom EVM interpreter
|
2021-03-26 09:08:01 +07:00 |
|
Alex Sharov
|
aff859edc0
|
Mining stage (#1554)
|
2021-03-23 16:00:07 +07:00 |
|
Igor Mandrigin
|
0a55895b33
|
Merge branch 'master' into geth-1-10-1
|
2021-03-17 16:50:20 +01:00 |
|
Alexey Sharp
|
519b19f8aa
|
Compilation fixes
|
2021-03-14 08:00:37 +00:00 |
|
Alex Sharov
|
060f3b9a60
|
Grafana: add Btree metrics (#1547)
|
2021-03-10 10:58:57 +07:00 |
|
Alex Sharov
|
4fe019a099
|
add periodical db statistic metrics (#1545)
|
2021-03-09 13:34:13 +07:00 |
|
Alex Sharov
|
6d0d84cda6
|
log git branch and git commit (#1523)
|
2021-03-01 11:02:06 +07:00 |
|
Alex Sharov
|
f556af6276
|
Prometheus metrics: more virtual memory visibility, more cross-platform metrics (#1520)
|
2021-02-28 11:11:28 +07:00 |
|
Igor Mandrigin
|
9ad6978259
|
Refactor flags + fix logs (#1306)
|
2020-10-27 16:53:49 +01:00 |
|
ledgerwatch
|
834eaedc00
|
pass_root_ctx_to_p2p_server (#1192)
Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>
|
2020-10-06 20:25:01 +01:00 |
|
ledgerwatch
|
b652768241
|
Revert "pass_root_ctx_to_p2p_server (#1179)" (#1182)
This reverts commit b8c3880254 .
|
2020-10-04 17:18:06 +01:00 |
|
Alex Sharov
|
b8c3880254
|
pass_root_ctx_to_p2p_server (#1179)
|
2020-10-03 11:15:01 +01:00 |
|
Igor Mandrigin
|
65d8a12bb1
|
turbo-api: Add docs to some public structs, methods and fields (#1127)
|
2020-09-21 16:10:25 +02:00 |
|
Igor Mandrigin
|
eca39e12f2
|
Fix reproducible builds (#1099)
|
2020-09-11 18:42:33 +02:00 |
|
Igor Mandrigin
|
18197b9e13
|
Disable IPC and remove flags for it (#1092)
* always disable IPC
* remove ipc flags from `DefaultFlags`
|
2020-09-10 14:01:51 +02:00 |
|
Igor Mandrigin
|
1d0ec0f0d0
|
turbo-api: Allow apps based on turbo-geth to add custom buckets to the chaindata (#1063)
|
2020-09-06 17:33:05 +02:00 |
|
Igor Mandrigin
|
c3ce05b5eb
|
Fix nousb flag missing. (#1062)
|
2020-09-06 14:10:57 +01:00 |
|
Igor Mandrigin
|
d14e45d4d0
|
cmd/geth -> cmd/tg and get rid of geth implementation. (#1061)
|
2020-09-06 13:35:32 +02:00 |
|
Igor Mandrigin
|
2a6478d799
|
turbo-api: create a second executable file with a custom stage example (#1055)
|
2020-09-05 18:07:27 +02:00 |
|