Thomas E Lackey
167cd2839c
Rebase of #1 onto real `v5` branch. * Updates to the v5 schema, by linking the statediff plugin (as of this branch cerc-io/plugeth-statediff#15). This replaces the existing builder code. * Adds basic CI workflows * Updates Docker config and docs, cleans up some things Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Reviewed-on: #2 Co-authored-by: Roy Crihfield <roy@manteia.ltd> Co-committed-by: Roy Crihfield <roy@manteia.ltd> Co-authored-by: Roy Crihfield <roy@manteia.ltd> Reviewed-on: #3
38 lines
729 B
TOML
38 lines
729 B
TOML
# Config file for service in compose.yml
|
|
|
|
[leveldb]
|
|
mode = "local"
|
|
url = "http://127.0.0.1:8082/"
|
|
|
|
[server]
|
|
ipcPath = ".ipc"
|
|
httpPath = "0.0.0.0:8545"
|
|
|
|
[statediff]
|
|
serviceWorkers = 1
|
|
workerQueueSize = 1024
|
|
trieWorkers = 4
|
|
|
|
[log]
|
|
level = "debug"
|
|
|
|
[database]
|
|
name = "cerc_testing"
|
|
hostname = "localhost"
|
|
port = 8077
|
|
user = "vdbm"
|
|
password = "password"
|
|
type = "postgres"
|
|
driver = "sqlx"
|
|
|
|
[cache]
|
|
database = 1024
|
|
trie = 1024
|
|
|
|
[ethereum]
|
|
chainConfig = "test/ci-chain.json"
|
|
nodeID = "test-node"
|
|
clientName = "test-eth-statediff-service"
|
|
networkID = "test-network"
|
|
chainID = 41337
|