Alex Sharov
19583b9084
Docker compose ( #841 )
...
* add docker-compose
* test.http
* make different dockerfile for each component
* make different dockerfile for each component
* fix versions
* remove dedicated docker files
* cleanup
* cleanup
* cleanup
2020-08-01 09:39:04 +02:00
Alex Sharov
265c2bf3b5
remove warning from lmdb compilation ( #843 )
2020-08-01 09:38:48 +02:00
Alex Sharov
9a5c2a1242
reduce mmap limit size (raspbery-pi failed on 4TB) ( #840 )
2020-08-01 11:59:40 +07:00
Igor Mandrigin
79ed493678
Fixup for TestSendTransactions65 ( #838 )
2020-07-31 10:44:42 +02:00
Igor Mandrigin
7eecbc5d2b
Fix building in Docker for some enviroments ( #834 )
...
* Fix building in Docker for some enviroments
* debug hanging test
2020-07-30 22:37:46 +07:00
Andrew Ashikhmin
f7b9846740
Remove fnvHash16AVX2 to fix ARM compilation ( #833 )
...
* Remove fnvHash16AVX2 to fix ARM compilation
* useAVX2 is now unnecessary
2020-07-30 22:32:02 +07:00
Igor Mandrigin
fa14c488cc
New readme.md ( #827 )
...
* move the old readme file
* update readme
* address initial feedback
* add Alexey, Andrew and Igor's PI
* add Boris, Alex and Eugene
* add info
* fixups
2020-07-30 12:04:46 +01:00
Alex Sharov
6c4ec563e1
fix - change private api from ui ( #829 )
2020-07-30 11:17:09 +01:00
Alex Sharov
8c8433302e
remove eth/63, add tests for eth/65 ( #823 )
2020-07-30 11:16:55 +01:00
Alex Sharov
361c0c0df0
Rename binaries part2 ( #822 )
...
* try to remove deps on all
* rename a bit more
2020-07-30 11:16:39 +01:00
Alex Sharov
d1b5ca785f
fix - change private api from ui ( #828 )
2020-07-30 14:23:37 +07:00
Alex Sharov
a268b6562b
Fix docs ( #826 )
...
* fix docs
2020-07-30 14:06:34 +07:00
Alex Sharov
794dd68a6d
rename_rest_api_param ( #825 )
2020-07-30 13:59:42 +07:00
Alex Sharov
b6399a2256
better error messages ( #824 )
2020-07-30 13:55:40 +07:00
ledgerwatch
4f2ed9023f
change build message, change db path to tg ( #819 )
...
* change build message, change db path to tg
* Fix test
2020-07-29 21:53:16 +01:00
ledgerwatch
ddfec0828d
Delete receipts in unwind stage4 ( #818 )
2020-07-29 18:04:49 +01:00
Evgeny Danilenko
e44dc2ad6a
RpcDeamon eth_call and eth_estimateGas ( #817 )
...
* eth_call and eth_estimateGas
* use NewPlainDBState
2020-07-29 17:21:34 +01:00
ledgerwatch
ba6c6aaef2
Move BadHashes to stage1 ( #812 )
2020-07-29 15:33:01 +01:00
ledgerwatch
38ecda3500
Remove last fast block message, and possibilty for db reset ( #811 )
2020-07-29 14:59:51 +01:00
Alex Sharov
491a9eb891
Rename binary ( #810 )
...
* rename binaries
* rename binaries
2020-07-29 14:59:38 +01:00
ledgerwatch
7bc45fab80
Remove preimage storage mode, write receipts by default ( #809 )
2020-07-29 14:00:39 +01:00
ledgerwatch
6372b6ef5a
refuse to append to index is value is not greater than the last element ( #807 )
...
* Make stage7 and stage8 idempotent
* Fix formatting
* fix
* Fix formatting
2020-07-29 11:22:48 +01:00
Alex Sharov
0a367001d1
implement db stats page ( #803 )
2020-07-29 05:31:46 +01:00
Alex Sharov
c5b5eacc7a
fix stage5 interruption ( #800 )
...
* fix stage5 interruption
* clean
* fix test
* Simplification
* Fix to the txpool logic and renaming
* Fix array size in stage3
* remove 'interrupted stage' concept, simplify integration state_stages
* remove blockchain interface
* revive staged sync tests
Co-authored-by: Alexey Akhunov <akhounov@gmail.com>
2020-07-29 05:30:44 +01:00
Alex Sharov
47b7b2cf40
lmdb_is_not_friendly_to_empty_values ( #795 )
2020-07-29 05:30:29 +01:00
ledgerwatch
c6f0f8897f
Small fixes in cmd/integration ( #799 )
...
* Add datadir option
2020-07-28 20:07:36 +07:00
ledgerwatch
32fa0ed3ec
Txpool test6 ( #797 )
...
* Fix tx propagation and announcement tests
* Fix checkpoint challenge test
* Save current state of code
* Fix compile errors
* Fixes
* Fix formatting
* Printouts
* Printouts
* Printouts
* Too much printing, not close db when stopping
* Better handing of interruptions
* No need to reset after incremental interruption
* Fix stages
* Fixes
* Giving up
* Fix formatting
* Cleanup
2020-07-27 23:00:08 +01:00
Alex Sharov
f500148b86
remove BoltDatabase, BadgerDatabase, RemoteDatabase classes (replaced by objectDb) ( #794 )
2020-07-27 22:59:54 +01:00
Alex Sharov
b854a642aa
fix status check ( #796 )
2020-07-27 20:51:59 +07:00
Alex Sharov
f037aed6e5
wait for verify_headers method ( #793 )
2020-07-27 19:26:24 +07:00
Igor Mandrigin
a84eafd235
Change the default datastore dir ( #791 )
2020-07-27 14:18:34 +02:00
Igor Mandrigin
6ca3e36024
Use CalVer for turbo-geth versioning. ( #792 )
2020-07-27 14:18:26 +02:00
Alex Sharov
c4a1ffa4f0
Grpc-based remoteDb ( #788 )
2020-07-27 19:15:48 +07:00
Igor Mandrigin
278630fca6
Change the default datastore dir
2020-07-27 11:47:28 +02:00
Alex Sharov
dbcdae8063
Remove last block method ( #785 )
2020-07-27 15:16:49 +07:00
Alex Sharov
79a49e9e44
avoid touching closed db ( #789 )
...
* avoid touching closed db
* fix tx rollback
2020-07-27 07:10:50 +01:00
b00ris
9fc51a3efd
Account range ( #781 )
...
* save state
* cleanup
* add walkasof test for storage with chunks
* fix lint
* fix lint
* remove useless comments
* fix dump test
* move accountRange test to plain state
* get last block fixes
2020-07-27 07:09:50 +01:00
Alex Sharov
5f171a550f
print compaction progress ( #784 )
2020-07-25 18:18:45 +01:00
Igor Mandrigin
d05cfa22f6
Make plain state + staged sync the default ( #782 )
...
* make plain state + staged sync the default
* remove sync mode flag completely
* one thing
* fix the console
* simplify code
* fix and skip tests
* fixup for console tests
2020-07-25 18:18:18 +01:00
Alex Sharov
b2bcbaa895
Compact flag ( #783 )
...
* compact flag
* compact flag
* compact flag
* compact flag
* compact flag
2020-07-25 08:35:08 +01:00
Alex Sharov
7cc0b7e391
On mac lmdb can't start with error "cannot allocate memory" until I not reduced magic number ( #779 )
2020-07-24 14:47:03 +01:00
Alex Sharov
95365c8f37
remove ReadLastBlockNumber method = read execution stage status instead ( #780 )
...
* remove ReadLastBlockNumber method = read execution stage status instead
* make linter happy
2020-07-24 14:46:49 +01:00
ledgerwatch
cf5b0c8836
Integrate txPool into staged sync, fix tx_pool_test ( #778 )
...
* cmd/tester to initiate reorg
* Second commit
* Turn on profile
* More
* Unwind function
* More fixes
* Before fixing tests
* Fix compile error
* Fix lint
* Fix formatting
* Fix lint
* Fix nil in tests
* Fix lint
* Decouple txpool from rawdb
* Fix some tx tests
* One more test
* Fix the rest of tests in tx_pool_test.go
* Fix formatting
2020-07-23 21:52:41 +01:00
Igor Mandrigin
9b599b8ce4
Workaround panic in staged sync. ( #777 )
...
Fixes #776
2020-07-23 21:52:25 +01:00
Alex Sharov
5f0da1ef66
Rpc receipt, getLogs ( #771 )
...
* v0
* v1
* got logs
* got logs
* cleanup
* return more errors
2020-07-22 08:31:47 +07:00
Evgeny Danilenko
f11f960814
Rpc getBalance ( #775 )
...
* rpc addBalance
* handle isCanonical case
* fmt
2020-07-21 17:31:02 +03:00
Evgeny Danilenko
8971624ec6
GetModifiedAccounts by hash and block number ( #773 )
2020-07-21 13:36:29 +03:00
Alex Sharov
1a075b10f1
re-create bucket on b.Clear - to easier change bucket settings (for example by releasing new version or just by switching git branches) ( #766 )
2020-07-21 15:33:30 +07:00
Alex Sharov
e65b743878
Prometheus dashboard revisit ( #767 )
2020-07-21 15:33:03 +07:00
Alex Sharov
a7e5c4b453
Remove remote_chain package, fix rpc methods: eth_blockNumber and eth_getBlockByNumber ( #769 )
2020-07-21 15:19:04 +07:00