ledgerwatch
3121264fc9
Update README.md
2021-05-18 07:14:24 +01:00
Alex Sharov
249b3098cb
add --sentry.api.addr flag ( #1850 )
...
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
* add --sentry.api.addr
2021-04-30 16:09:03 +01:00
Alex Sharov
22b9522112
RPCDaemon: add --datadir flag, use --chaindata only if wanna redefine default chaindata folder ( #1747 )
2021-04-19 12:44:14 +07:00
Alex Sharov
312e869112
Add FAQ about network-disks
2021-04-15 11:50:42 +07:00
ledgerwatch
c78e467cef
Replace genesis pre-alloc strings with json files using embed
feature of go1.16 ( #1700 )
...
* more flesh on turbo-mine network
* Replace genesis preallocs with json
* Update README.md
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-04-09 13:00:50 +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
Lefteris Karapetsas
f7d436aa2c
Fix readme links ( #1672 )
...
minor readme link fixes. The markdown was off.
2021-04-03 19:07:00 +07:00
Alex Sharov
4a176e4409
Mining docs ( #1628 )
2021-03-30 16:18:57 +07:00
Alex Sharov
47c6bdce9d
RPCDaemon: increase throughput by allowing more parallel grpc streams and not lockthread for read tx ( #1580 )
2021-03-23 14:28:04 +07: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
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
alex.sharov
2134b386fb
advise docker on windows
2021-03-03 15:35:12 +07:00
Alex Sharov
7983ccf895
Update README.md
2021-02-10 16:17:08 +07:00
Alex Sharov
049f19cad2
Update README.md
2021-01-28 09:24:36 +07:00
Alex Sharov
b47a2fb2a7
Add Golang requirements to Readme.md
2021-01-21 11:40:06 +07:00
Thomas Jay Rush
546b91f47e
Updating RPC tests in Postman ( #1340 )
2020-11-09 09:52:18 +01:00
Igor Mandrigin
abf4fa5861
Don't require MDBX if you don't specify it ( #1313 )
...
* fix compilation
* add mdbx flag to the tg binary
* fix makefile
* fixups
* fix makefile
* fix readme
* fix linters
* fix tests
2020-10-28 12:17:18 +00:00
Igor Mandrigin
c17028e1b4
Update README.md
2020-10-28 09:35:51 +01:00
Igor Mandrigin
0aff30d2f9
Update README.md
2020-10-28 09:35:23 +01:00
Igor Mandrigin
bf044f73ef
Update README.md
2020-10-22 17:44:28 +02:00
Igor Mandrigin
3bec338aa4
Update README.md
2020-10-22 17:40:37 +02:00
alex.sharov
716a0f2dba
link dashboard from main readme
2020-10-21 11:33:10 +07:00
Alex Sharov
9e7ed07fc6
Remove restapi and debug-ui from readme and docker-compose ( #1263 )
...
* rm_restapi_from_readme
* rm_restapi_from_readme
* rm_restapi_from_readme
* rm_restapi_from_readme
2020-10-20 09:20:24 +01:00
ledgerwatch
4be6174a15
Add comment about ContractAddress in receipts, followed by some simplification ( #1137 )
...
* Add comment about receipts
* Panic on error
* Ignore errors in the simulated backend
* Fix lint
2020-09-26 13:38:10 +01:00
Thomas Jay Rush
e5f8073d75
1084 various rpc fixes ( #1111 )
...
* Fixes issue #1110 - eth_getStorageAt returning inconsistent values
* Adds support for various eth_getUncle calls
* Adding a couple of comments
* Adding support for eth_getTransactionCount
* Cleaning up README's
* Cleaning up README for rpcdaemon
Co-authored-by: tjayrush <jrush@greathill.com>
2020-09-14 07:59:07 +01:00
Thomas Jay Rush
fdb82d87f1
1070 eth get code ( #1100 )
...
* Fixing issue #1070 Add eth_getCode
* Adding eth_getCode to README
2020-09-11 20:20:00 +01:00
Thomas Jay Rush
3f18b9eaa3
1074 web3 client version ( #1094 )
...
* Removed old TODOs
* Adding support for web3_clientVersion and web3_sha3
* Fixing formatting
* Adding new endpoints to README
* Responding to comments by removing date from compile-time values
2020-09-11 14:12:38 +01:00
Thomas Jay Rush
7f1e7d5212
1073 eth get transaction by block number and index ( #1083 )
...
* Added missing README entry for getTransactionByHash
* Adding support for eth_getTransactioBy* RPC routines
* Added missing README entry for getTransactionByHash
* Adding support for eth_getTransactioBy* RPC routines
* Copying code from ./internal/ethapi/api.go with modifications
2020-09-08 20:39:31 +01:00
ledgerwatch
d007ba0ae7
Update README.md
2020-09-06 21:24:22 +01:00
Chase Wright
40b277aad4
Update README.md ( #1004 )
...
* Add net_peerCount and a note about its non-standard behavior
2020-08-29 16:37:05 +02:00
Alex Sharov
07ca5c643a
eth_syncing ( #991 )
...
* eth_syncing
* linters
* fix readme
* cleanup cli params
* go mod tidy
* remove memsize ui dep
* remove bloomfilter
* implement net_peerCount
* remove legacy flags
2020-08-29 08:24:50 +01:00
Chase Wright
9d3c641664
Update Supported JSON-RPC calls in README ( #983 )
...
* Update Supported JSON-RPC calls in README
* Fix Hyperlinks
* Update list
* Include net / net_version
* Rename net.go to net_api.go
* Fix hyperlink for renamed net_api.go file
2020-08-27 19:19:58 +01:00
Alex Sharov
325785aba4
add net namespace ( #974 )
2020-08-25 20:04:01 +07:00
Igor Mandrigin
ba9f9ee7dd
Add docs for common/etl
( #878 )
...
* ETL readme
* add a link to the explainer
* fixups
* a note on marshaling
2020-08-06 14:02:41 +02:00
Alex Sharov
b5345a712a
resident_memory_docs ( #864 )
...
* resident_memory_docs
* add glossary
* add glossary
* add glossary
* add glossary
* add glossary
2020-08-04 09:03:59 +01:00
Igor Mandrigin
7a8872bf5f
Update README.md
2020-08-02 18:27:13 +02:00
Igor Mandrigin
6611e8c060
Update README.md
2020-08-02 18:24:07 +02:00
Igor Mandrigin
d77c13aa68
Update README.md
2020-08-02 18:23:40 +02:00
Igor Mandrigin
09bdb272ff
Update README.md
2020-08-02 17:57:23 +02:00
Igor Mandrigin
38ae733cdb
Update README.md
2020-08-02 17:56:56 +02:00
Igor Mandrigin
ad15e52391
fixup
2020-08-02 14:47:30 +02:00
Igor Mandrigin
afdf89ee07
add an explainer for staged sync
2020-08-02 14:47:30 +02:00
Alex Sharov
6f742c3696
Disable ipc RPC ( #853 )
...
* disable ipc and make Readme less confusing (people thought points are depend on each-other)
* disable ipc and make Readme less confusing (people thought points are depend on each-other)
2020-08-02 12:49:01 +01:00
Igor Mandrigin
ed67c75454
Update README.md
2020-08-01 12:03:30 +02:00
Igor Mandrigin
4cc9e12c80
Update README.md
2020-08-01 09:59:25 +02:00
Igor Mandrigin
f9a319843a
Update README.md
2020-08-01 09:55:30 +02:00
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
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