erigon-pulse/node
Martin Holst Swende 544b92d9cd trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871)
* trie: fix tests to work on 32-bit systems

* les: make test work on 32-bit platform

* cmd/geth: fix windows-issues on tests

* trie: improve balance

* cmd/geth: make account tests less verbose + less mem intense

* rpc: make debug-level log output less verbose

* cmd/geth: lint
# Conflicts:
#	cmd/geth/accountcmd_test.go
#	cmd/geth/les_test.go
#	cmd/geth/run_test.go
#	trie/trie_test.go
2021-03-08 12:28:54 +01:00
..
api_test.go linters 2020-08-15 22:29:04 +02:00
api.go Granular rpc control (Allow list for RPC daemon) (#1341) 2020-11-10 10:08:42 +01:00
config_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
config.go need handle empty db path special way in couple places - with meaning "in-mem db" (#1389) 2020-12-04 10:27:59 +00:00
defaults.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
doc.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
endpoints.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
errors.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
lifecycle.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
node_example_test.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
node_test.go don't open db in exclusive mode if no migrations (#1524) 2021-03-01 11:02:22 +07:00
node.go don't open db in exclusive mode if no migrations (#1524) 2021-03-01 11:02:22 +07:00
rpcstack_test.go node: support expressive origin rules in ws.origins (#21481) 2021-03-08 12:28:31 +01:00
rpcstack.go trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 2021-03-08 12:28:54 +01:00
utils_test.go linters 2020-08-15 22:22:05 +02:00