mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-04 14:54:34 +01:00
* add base support * backend config * add base archive blockchain factory * add dbProtoAddrContracts flag and default to legacy encoding. fix tests * default cache behavior for dbMaxAddrContracts default value * update to defer func to ensure addressContracts is reset and handle possible error * base config default to use dbProtoAddrContracts * add network config * update op-geth and op-node versions * remove coingecko url * update coingecko platform identifier * token type -> token standard * reduce allocations as pack/unpack addr contracts is primary bottleneck for l2 chains * archive snapshot no longer supported, use fullnode snapshot as best effort * remove proto encoded addr contracts as bench marks indicate there is no performance gain as initially suspected * revert address contract cache changes
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Base Op-Node",
|
|
"shortcut": "ETH",
|
|
"label": "Base",
|
|
"alias": "base_op_node"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 8210,
|
|
"blockbook_internal": 9210,
|
|
"blockbook_public": 9310
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-base-op-node",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "base",
|
|
"version": "1.10.1",
|
|
"docker_image": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.10.1",
|
|
"verification_type": "docker",
|
|
"verification_source": "8f40714868fbdc788f67251383a0c0b78a3a937f07b2303bc7d33df5df6297d9",
|
|
"extract_command": "docker cp extract:/usr/local/bin/op-node backend/op-node",
|
|
"exclude_files": [],
|
|
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/base_op_node_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
|
|
"exec_script": "base_op_node.sh",
|
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
|
|
"postinst_script_template": "",
|
|
"service_type": "simple",
|
|
"service_additional_params_template": "",
|
|
"protect_memory": true,
|
|
"mainnet": true,
|
|
"server_config_file": "",
|
|
"client_config_file": ""
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
} |