From 1239d398fef88838cd9405f54861a61e284759f4 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Tue, 18 Jun 2024 12:38:33 -0700 Subject: [PATCH] remove static zetacored config --- .../zetacored_zetacore0/config/app.toml | 283 ------ .../zetacored_zetacore0/config/client.toml | 17 - .../zetacored_zetacore0/config/config.toml | 463 ---------- .../zetacored_zetacore0/config/genesis.json | 810 ------------------ ...f847b3c8b4fc599b4434b1f234a95de70cdc2.json | 1 - ...33926bd0e54244bd5189f64be9a5bd3754599.json | 1 - .../zetacored_zetacore0/config/node_key.json | 1 - .../config/priv_validator_key.json | 11 - ...afb7adbea65fde95a1a3e084a203227060.address | 1 - ...2a61491655e2786ae0d127d6990bfbfbde.address | 1 - .../keyring-test/val_grantee_observer.info | 1 - .../keyring-test/val_tss_signer.info | 1 - .../keyring-test/val_zetaclient_grantee.info | 1 - .../priv_validator_state.json | 5 - .../zetacored_zetacore1/config/app.toml | 283 ------ .../zetacored_zetacore1/config/client.toml | 17 - .../zetacored_zetacore1/config/config.toml | 463 ---------- .../zetacored_zetacore1/config/genesis.json | 810 ------------------ ...33926bd0e54244bd5189f64be9a5bd3754599.json | 61 -- .../zetacored_zetacore1/config/node_key.json | 1 - .../config/priv_validator_key.json | 11 - ...f1884bbf3bbfc6a689cc0d1afc550c320d.address | 1 - ...ec16513118d598d336d70834837292224a.address | 1 - .../keyring-test/val_grantee_observer.info | 1 - .../keyring-test/val_tss_signer.info | 1 - .../keyring-test/val_zetaclient_grantee.info | 1 - .../priv_validator_state.json | 5 - .../keyring-test/val_grantee_observer.info | 1 - .../keyring-test/val_grantee_observer.info | 1 - 29 files changed, 3255 deletions(-) delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/app.toml delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/client.toml delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/config.toml delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/genesis.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-baef847b3c8b4fc599b4434b1f234a95de70cdc2.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/node_key.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/config/priv_validator_key.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/2b8526afb7adbea65fde95a1a3e084a203227060.address delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/813ac22a61491655e2786ae0d127d6990bfbfbde.address delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_grantee_observer.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_tss_signer.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_zetaclient_grantee.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore0/priv_validator_state.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/app.toml delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/client.toml delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/config.toml delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/genesis.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/node_key.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/config/priv_validator_key.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/dbfe49f1884bbf3bbfc6a689cc0d1afc550c320d.address delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/ffae40ec16513118d598d336d70834837292224a.address delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_grantee_observer.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_tss_signer.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_zetaclient_grantee.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore1/priv_validator_state.json delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore2/keyring-test/val_grantee_observer.info delete mode 100644 contrib/localnet/zetacored/zetacored_zetacore3/keyring-test/val_grantee_observer.info diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/app.toml b/contrib/localnet/zetacored/zetacored_zetacore0/config/app.toml deleted file mode 100644 index 624e89d40c..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/app.toml +++ /dev/null @@ -1,283 +0,0 @@ -# This is a TOML config file. -# For more information, see https://github.com/toml-lang/toml - -############################################################################### -### Base Configuration ### -############################################################################### - -# The minimum gas prices a validator is willing to accept for processing a -# transaction. A transaction's fees must meet the minimum of any denomination -# specified in this config (e.g. 0.25token1;0.0001token2). -minimum-gas-prices = "0azeta" - -# default: the last 100 states are kept in addition to every 500th state; pruning at 10 block intervals -# nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node) -# everything: all saved states will be deleted, storing only the current and previous state; pruning at 10 block intervals -# custom: allow pruning options to be manually specified through 'pruning-keep-recent', 'pruning-keep-every', and 'pruning-interval' -pruning = "default" - -# These are applied if and only if the pruning strategy is custom. -pruning-keep-recent = "0" -pruning-keep-every = "0" -pruning-interval = "0" - -# HaltHeight contains a non-zero block height at which a node will gracefully -# halt and shutdown that can be used to assist upgrades and testing. -# -# Note: Commitment of state will be attempted on the corresponding block. -halt-height = 0 - -# HaltTime contains a non-zero minimum block time (in Unix seconds) at which -# a node will gracefully halt and shutdown that can be used to assist upgrades -# and testing. -# -# Note: Commitment of state will be attempted on the corresponding block. -halt-time = 0 - -# MinRetainBlocks defines the minimum block height offset from the current -# block being committed, such that all blocks past this offset are pruned -# from Tendermint. It is used as part of the process of determining the -# ResponseCommit.RetainHeight value during ABCI Commit. A value of 0 indicates -# that no blocks should be pruned. -# -# This configuration value is only responsible for pruning Tendermint blocks. -# It has no bearing on application state pruning which is determined by the -# "pruning-*" configurations. -# -# Note: Tendermint block pruning is dependant on this parameter in conunction -# with the unbonding (safety threshold) period, state pruning and state sync -# snapshot parameters to determine the correct minimum value of -# ResponseCommit.RetainHeight. -min-retain-blocks = 0 - -# InterBlockCache enables inter-block caching. -inter-block-cache = true - -# IndexEvents defines the set of events in the form {eventType}.{attributeKey}, -# which informs Tendermint what to index. If empty, all events will be indexed. -# -# Example: -# ["message.sender", "message.recipient"] -index-events = [] - -# IavlCacheSize set the size of the iavl tree cache. -# Default cache size is 50mb. -iavl-cache-size = 781250 - -# IAVLDisableFastNode enables or disables the fast node feature of IAVL. -# Default is true. -iavl-disable-fastnode = true - -############################################################################### -### Telemetry Configuration ### -############################################################################### - -[telemetry] - -# Prefixed with keys to separate services. -service-name = "" - -# Enabled enables the application telemetry functionality. When enabled, -# an in-memory sink is also enabled by default. Operators may also enabled -# other sinks such as Prometheus. -enabled = false - -# Enable prefixing gauge values with hostname. -enable-hostname = false - -# Enable adding hostname to labels. -enable-hostname-label = false - -# Enable adding service to labels. -enable-service-label = false - -# PrometheusRetentionTime, when positive, enables a Prometheus metrics sink. -prometheus-retention-time = 0 - -# GlobalLabels defines a global set of name/value label tuples applied to all -# metrics emitted using the wrapper functions defined in telemetry package. -# -# Example: -# [["chain_id", "cosmoshub-1"]] -global-labels = [ -] - -############################################################################### -### API Configuration ### -############################################################################### - -[api] - -# Enable defines if the API server should be enabled. -enable = true - -# Swagger defines if swagger documentation should automatically be registered. -swagger = true - -# Address defines the API server to listen on. -address = "tcp://0.0.0.0:1317" - -# MaxOpenConnections defines the number of maximum open connections. -max-open-connections = 1000 - -# RPCReadTimeout defines the Tendermint RPC read timeout (in seconds). -rpc-read-timeout = 10 - -# RPCWriteTimeout defines the Tendermint RPC write timeout (in seconds). -rpc-write-timeout = 0 - -# RPCMaxBodyBytes defines the Tendermint maximum response body (in bytes). -rpc-max-body-bytes = 1000000 - -# EnableUnsafeCORS defines if CORS should be enabled (unsafe - use it at your own risk). -enabled-unsafe-cors = true - -############################################################################### -### Rosetta Configuration ### -############################################################################### - -[rosetta] - -# Enable defines if the Rosetta API server should be enabled. -enable = false - -# Address defines the Rosetta API server to listen on. -address = ":8080" - -# Network defines the name of the blockchain that will be returned by Rosetta. -blockchain = "app" - -# Network defines the name of the network that will be returned by Rosetta. -network = "network" - -# Retries defines the number of retries when connecting to the node before failing. -retries = 3 - -# Offline defines if Rosetta server should run in offline mode. -offline = false - -############################################################################### -### gRPC Configuration ### -############################################################################### - -[grpc] - -# Enable defines if the gRPC server should be enabled. -enable = true - -# Address defines the gRPC server address to bind to. -address = "0.0.0.0:9090" - -############################################################################### -### gRPC Web Configuration ### -############################################################################### - -[grpc-web] - -# GRPCWebEnable defines if the gRPC-web should be enabled. -# NOTE: gRPC must also be enabled, otherwise, this configuration is a no-op. -enable = true - -# Address defines the gRPC-web server address to bind to. -address = "0.0.0.0:9091" - -# EnableUnsafeCORS defines if CORS should be enabled (unsafe - use it at your own risk). -enable-unsafe-cors = false - -############################################################################### -### State Sync Configuration ### -############################################################################### - -# State sync snapshots allow other nodes to rapidly join the network without replaying historical -# blocks, instead downloading and applying a snapshot of the application state at a given height. -[state-sync] - -# snapshot-interval specifies the block interval at which local state sync snapshots are -# taken (0 to disable). Must be a multiple of pruning-keep-every. -snapshot-interval = 0 - -# snapshot-keep-recent specifies the number of recent snapshots to keep and serve (0 to keep all). -snapshot-keep-recent = 2 - -############################################################################### -### EVM Configuration ### -############################################################################### - -[evm] - -# Tracer defines the 'vm.Tracer' type that the EVM will use when the node is run in -# debug mode. To enable tracing use the '--evm.tracer' flag when starting your node. -# Valid types are: json|struct|access_list|markdown -tracer = "" - -# MaxTxGasWanted defines the gas wanted for each eth tx returned in ante handler in check tx mode. -max-tx-gas-wanted = 0 - -############################################################################### -### JSON RPC Configuration ### -############################################################################### - -[json-rpc] - -# Enable defines if the gRPC server should be enabled. -enable = true - -# Address defines the EVM RPC HTTP server address to bind to. -address = "0.0.0.0:8545" - -# Address defines the EVM WebSocket server address to bind to. -ws-address = "0.0.0.0:8546" - -# API defines a list of JSON-RPC namespaces that should be enabled -# Example: "eth,txpool,personal,net,debug,web3" -api = "eth,net,web3" - -# GasCap sets a cap on gas that can be used in eth_call/estimateGas (0=infinite). Default: 25,000,000. -gas-cap = 25000000 - -# EVMTimeout is the global timeout for eth_call. Default: 5s. -evm-timeout = "5s" - -# TxFeeCap is the global tx-fee cap for send transaction. Default: 1eth. -txfee-cap = 1 - -# FilterCap sets the global cap for total number of filters that can be created -filter-cap = 200 - -# FeeHistoryCap sets the global cap for total number of blocks that can be fetched -feehistory-cap = 100 - -# LogsCap defines the max number of results can be returned from single 'eth_getLogs' query. -logs-cap = 10000 - -# BlockRangeCap defines the max block range allowed for 'eth_getLogs' query. -block-range-cap = 10000 - -# HTTPTimeout is the read/write timeout of http json-rpc server. -http-timeout = "30s" - -# HTTPIdleTimeout is the idle timeout of http json-rpc server. -http-idle-timeout = "2m0s" - -# AllowUnprotectedTxs restricts unprotected (non EIP155 signed) transactions to be submitted via -# the node's RPC when the global parameter is disabled. -allow-unprotected-txs = false - -# MaxOpenConnections sets the maximum number of simultaneous connections -# for the server listener. -max-open-connections = 0 - -# EnableIndexer enables the custom transaction indexer for the EVM (ethereum transactions). -enable-indexer = false - -############################################################################### -### TLS Configuration ### -############################################################################### - -[tls] - -# Certificate path defines the cert.pem file path for the TLS configuration. -certificate-path = "" - -# Key path defines the key.pem file path for the TLS configuration. -key-path = "" \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/client.toml b/contrib/localnet/zetacored/zetacored_zetacore0/config/client.toml deleted file mode 100644 index f2b86d8fa5..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/client.toml +++ /dev/null @@ -1,17 +0,0 @@ -# This is a TOML config file. -# For more information, see https://github.com/toml-lang/toml - -############################################################################### -### Client Configuration ### -############################################################################### - -# The network chain ID -chain-id = "athens_101-1" -# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory) -keyring-backend = "test" -# CLI output format (text|json) -output = "text" -# : to Tendermint RPC interface for this chain -node = "tcp://localhost:26657" -# Transaction broadcasting mode (sync|async|block) -broadcast-mode = "sync" diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/config.toml b/contrib/localnet/zetacored/zetacored_zetacore0/config/config.toml deleted file mode 100644 index c8004b37af..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/config.toml +++ /dev/null @@ -1,463 +0,0 @@ -# This is a TOML config file. -# For more information, see https://github.com/toml-lang/toml - -# NOTE: Any path below can be absolute (e.g. "/var/myawesomeapp/data") or -# relative to the home directory (e.g. "data"). The home directory is -# "$HOME/.tendermint" by default, but could be changed via $TMHOME env variable -# or --home cmd flag. - -####################################################################### -### Main Base Config Options ### -####################################################################### - -# TCP or UNIX socket address of the ABCI application, -# or the name of an ABCI application compiled in with the Tendermint binary -proxy_app = "tcp://127.0.0.1:26658" - -# A custom human readable name for this node -moniker = "zetachain" - -# If this node is many blocks behind the tip of the chain, FastSync -# allows them to catchup quickly by downloading blocks in parallel -# and verifying their commits -fast_sync = true - -# Database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb -# * goleveldb (github.com/syndtr/goleveldb - most popular implementation) -# - pure go -# - stable -# * cleveldb (uses levigo wrapper) -# - fast -# - requires gcc -# - use cleveldb build tag (go build -tags cleveldb) -# * boltdb (uses etcd's fork of bolt - github.com/etcd-io/bbolt) -# - EXPERIMENTAL -# - may be faster is some use-cases (random reads - indexer) -# - use boltdb build tag (go build -tags boltdb) -# * rocksdb (uses github.com/tecbot/gorocksdb) -# - EXPERIMENTAL -# - requires gcc -# - use rocksdb build tag (go build -tags rocksdb) -# * badgerdb (uses github.com/dgraph-io/badger) -# - EXPERIMENTAL -# - use badgerdb build tag (go build -tags badgerdb) -db_backend = "pebbledb" - -# Database directory -db_dir = "data" - -# Output level for logging, including package level options -log_level = "info" - -# Output format: 'plain' (colored text) or 'json' -log_format = "plain" - -##### additional base config options ##### - -# Path to the JSON file containing the initial validator set and other meta data -genesis_file = "config/genesis.json" - -# Path to the JSON file containing the private key to use as a validator in the consensus protocol -priv_validator_key_file = "config/priv_validator_key.json" - -# Path to the JSON file containing the last sign state of a validator -priv_validator_state_file = "data/priv_validator_state.json" - -# TCP or UNIX socket address for Tendermint to listen on for -# connections from an external PrivValidator process -priv_validator_laddr = "" - -# Path to the JSON file containing the private key to use for node authentication in the p2p protocol -node_key_file = "config/node_key.json" - -# Mechanism to connect to the ABCI application: socket | grpc -abci = "socket" - -# If true, query the ABCI app on connecting to a new peer -# so the app can decide if we should keep the connection or not -filter_peers = false - - -####################################################################### -### Advanced Configuration Options ### -####################################################################### - -####################################################### -### RPC Server Configuration Options ### -####################################################### -[rpc] - -# TCP or UNIX socket address for the RPC server to listen on -laddr = "tcp://0.0.0.0:26657" - -# A list of origins a cross-domain request can be executed from -# Default value '[]' disables cors support -# Use '["*"]' to allow any origin -cors_allowed_origins = [] - -# A list of methods the client is allowed to use with cross-domain requests -cors_allowed_methods = ["HEAD", "GET", "POST", ] - -# A list of non simple headers the client is allowed to use with cross-domain requests -cors_allowed_headers = ["Origin", "Accept", "Content-Type", "X-Requested-With", "X-Server-Time", ] - -# TCP or UNIX socket address for the gRPC server to listen on -# NOTE: This server only supports /broadcast_tx_commit -grpc_laddr = "" - -# Maximum number of simultaneous connections. -# Does not include RPC (HTTP&WebSocket) connections. See max_open_connections -# If you want to accept a larger number than the default, make sure -# you increase your OS limits. -# 0 - unlimited. -# Should be < {ulimit -Sn} - {MaxNumInboundPeers} - {MaxNumOutboundPeers} - {N of wal, db and other open files} -# 1024 - 40 - 10 - 50 = 924 = ~900 -grpc_max_open_connections = 900 - -# Activate unsafe RPC commands like /dial_seeds and /unsafe_flush_mempool -unsafe = false - -# Maximum number of simultaneous connections (including WebSocket). -# Does not include gRPC connections. See grpc_max_open_connections -# If you want to accept a larger number than the default, make sure -# you increase your OS limits. -# 0 - unlimited. -# Should be < {ulimit -Sn} - {MaxNumInboundPeers} - {MaxNumOutboundPeers} - {N of wal, db and other open files} -# 1024 - 40 - 10 - 50 = 924 = ~900 -max_open_connections = 900 - -# Maximum number of unique clientIDs that can /subscribe -# If you're using /broadcast_tx_commit, set to the estimated maximum number -# of broadcast_tx_commit calls per block. -max_subscription_clients = 100 - -# Maximum number of unique queries a given client can /subscribe to -# If you're using GRPC (or Local RPC client) and /broadcast_tx_commit, set to -# the estimated # maximum number of broadcast_tx_commit calls per block. -max_subscriptions_per_client = 5 - -# Experimental parameter to specify the maximum number of events a node will -# buffer, per subscription, before returning an error and closing the -# subscription. Must be set to at least 100, but higher values will accommodate -# higher event throughput rates (and will use more memory). -experimental_subscription_buffer_size = 200 - -# Experimental parameter to specify the maximum number of RPC responses that -# can be buffered per WebSocket client. If clients cannot read from the -# WebSocket endpoint fast enough, they will be disconnected, so increasing this -# parameter may reduce the chances of them being disconnected (but will cause -# the node to use more memory). -# -# Must be at least the same as "experimental_subscription_buffer_size", -# otherwise connections could be dropped unnecessarily. This value should -# ideally be somewhat higher than "experimental_subscription_buffer_size" to -# accommodate non-subscription-related RPC responses. -experimental_websocket_write_buffer_size = 200 - -# If a WebSocket client cannot read fast enough, at present we may -# silently drop events instead of generating an error or disconnecting the -# client. -# -# Enabling this experimental parameter will cause the WebSocket connection to -# be closed instead if it cannot read fast enough, allowing for greater -# predictability in subscription behaviour. -experimental_close_on_slow_client = false - -# How long to wait for a tx to be committed during /broadcast_tx_commit. -# WARNING: Using a value larger than 10s will result in increasing the -# global HTTP write timeout, which applies to all connections and endpoints. -# See https://github.com/tendermint/tendermint/issues/3435 -timeout_broadcast_tx_commit = "10s" - -# Maximum size of request body, in bytes -max_body_bytes = 1000000 - -# Maximum size of request header, in bytes -max_header_bytes = 1048576 - -# The path to a file containing certificate that is used to create the HTTPS server. -# Might be either absolute path or path related to Tendermint's config directory. -# If the certificate is signed by a certificate authority, -# the certFile should be the concatenation of the server's certificate, any intermediates, -# and the CA's certificate. -# NOTE: both tls_cert_file and tls_key_file must be present for Tendermint to create HTTPS server. -# Otherwise, HTTP server is run. -tls_cert_file = "" - -# The path to a file containing matching private key that is used to create the HTTPS server. -# Might be either absolute path or path related to Tendermint's config directory. -# NOTE: both tls-cert-file and tls-key-file must be present for Tendermint to create HTTPS server. -# Otherwise, HTTP server is run. -tls_key_file = "" - -# pprof listen address (https://golang.org/pkg/net/http/pprof) -pprof_laddr = "0.0.0.0:6060" - -####################################################### -### P2P Configuration Options ### -####################################################### -[p2p] - -# Address to listen for incoming connections -laddr = "tcp://0.0.0.0:26656" - -# Address to advertise to peers for them to dial -# If empty, will use the same port as the laddr, -# and will introspect on the listener or use UPnP -# to figure out the address. ip and port are required -# example: 159.89.10.97:26656 -external_address = "" - -# Comma separated list of seed nodes to connect to -seeds = "" - -# Comma separated list of nodes to keep persistent connections to -persistent_peers = "c9733926bd0e54244bd5189f64be9a5bd3754599@zetacore1:26656" - -# UPNP port forwarding -upnp = false - -# Path to address book -addr_book_file = "config/addrbook.json" - -# Set true for strict address routability rules -# Set false for private or local networks -addr_book_strict = true - -# Maximum number of inbound peers -max_num_inbound_peers = 40 - -# Maximum number of outbound peers to connect to, excluding persistent peers -max_num_outbound_peers = 10 - -# List of node IDs, to which a connection will be (re)established ignoring any existing limits -unconditional_peer_ids = "" - -# Maximum pause when redialing a persistent peer (if zero, exponential backoff is used) -persistent_peers_max_dial_period = "0s" - -# Time to wait before flushing messages out on the connection -flush_throttle_timeout = "100ms" - -# Maximum size of a message packet payload, in bytes -max_packet_msg_payload_size = 1024 - -# Rate at which packets can be received, in bytes/second -recv_rate = 5120000 - -# Set true to enable the peer-exchange reactor -pex = true - -# Seed mode, in which node constantly crawls the network and looks for -# peers. If another node asks it for addresses, it responds and disconnects. -# -# Does not work if the peer-exchange reactor is disabled. -seed_mode = false - -# Comma separated list of peer IDs to keep private (will not be gossiped to other peers) -private_peer_ids = "" - -# Toggle to disable guard against peers connecting from the same ip. -allow_duplicate_ip = false - -# Peer connection configuration. -handshake_timeout = "20s" -dial_timeout = "3s" - -####################################################### -### Mempool Configuration Option ### -####################################################### -[mempool] - -# Mempool version to use: -# 1) "v0" - (default) FIFO mempool. -# 2) "v1" - prioritized mempool. -version = "v0" - -recheck = true -broadcast = true -wal_dir = "" - -# Maximum number of transactions in the mempool -size = 5000 - -# Limit the total size of all txs in the mempool. -# This only accounts for raw transactions (e.g. given 1MB transactions and -# max_txs_bytes=5MB, mempool will only accept 5 transactions). -max_txs_bytes = 1073741824 - -# Size of the cache (used to filter transactions we saw earlier) in transactions -cache_size = 10000 - -# Do not remove invalid transactions from the cache (default: false) -# Set to true if it's not possible for any invalid transaction to become valid -# again in the future. -keep-invalid-txs-in-cache = false - -# Maximum size of a single transaction. -# NOTE: the max size of a tx transmitted over the network is {max_tx_bytes}. -max_tx_bytes = 1048576 - -# Maximum size of a batch of transactions to send to a peer -# Including space needed by encoding (one varint per transaction). -# XXX: Unused due to https://github.com/tendermint/tendermint/issues/5796 -max_batch_bytes = 0 - -# ttl-duration, if non-zero, defines the maximum amount of time a transaction -# can exist for in the mempool. -# -# Note, if ttl-num-blocks is also defined, a transaction will be removed if it -# has existed in the mempool at least ttl-num-blocks number of blocks or if it's -# insertion time into the mempool is beyond ttl-duration. -ttl-duration = "0s" - -# ttl-num-blocks, if non-zero, defines the maximum number of blocks a transaction -# can exist for in the mempool. -# -# Note, if ttl-duration is also defined, a transaction will be removed if it -# has existed in the mempool at least ttl-num-blocks number of blocks or if -# it's insertion time into the mempool is beyond ttl-duration. -ttl-num-blocks = 0 - -####################################################### -### State Sync Configuration Options ### -####################################################### -[statesync] -# State sync rapidly bootstraps a new node by discovering, fetching, and restoring a state machine -# snapshot from peers instead of fetching and replaying historical blocks. Requires some peers in -# the network to take and serve state machine snapshots. State sync is not attempted if the node -# has any local state (LastBlockHeight > 0). The node will have a truncated block history, -# starting from the height of the snapshot. -enable = false - -# RPC servers (comma-separated) for light client verification of the synced state machine and -# retrieval of state data for node bootstrapping. Also needs a trusted height and corresponding -# header hash obtained from a trusted source, and a period during which validators can be trusted. -# -# For Cosmos SDK-based chains, trust_period should usually be about 2/3 of the unbonding time (~2 -# weeks) during which they can be financially punished (slashed) for misbehavior. -rpc_servers = "" -trust_height = 0 -trust_hash = "" -trust_period = "168h0m0s" - -# Time to spend discovering snapshots before initiating a restore. -discovery_time = "15s" - -# Temporary directory for state sync snapshot chunks, defaults to the OS tempdir (typically /tmp). -# Will create a new, randomly named directory within, and remove it when done. -temp_dir = "" - -# The timeout duration before re-requesting a chunk, possibly from a different -# peer (default: 1 minute). -chunk_request_timeout = "10s" - -# The number of concurrent chunk fetchers to run (default: 1). -chunk_fetchers = "4" - -####################################################### -### Fast Sync Configuration Connections ### -####################################################### -[fastsync] - -# Fast Sync version to use: -# 1) "v0" (default) - the legacy fast sync implementation -# 2) "v1" - refactor of v0 version for better testability -# 2) "v2" - complete redesign of v0, optimized for testability & readability -version = "v0" - -####################################################### -### Consensus Configuration Options ### -####################################################### -[consensus] - -wal_file = "data/cs.wal/wal" - -# How long we wait for a proposal block before prevoting nil -timeout_propose = "3s" -# How much timeout_propose increases with each round -timeout_propose_delta = "500ms" -# How long we wait after receiving +2/3 prevotes for “anything” (ie. not a single block or nil) -timeout_prevote = "1s" -# How much the timeout_prevote increases with each round -timeout_prevote_delta = "500ms" -# How long we wait after receiving +2/3 precommits for “anything” (ie. not a single block or nil) -timeout_precommit = "1s" -# How much the timeout_precommit increases with each round -timeout_precommit_delta = "500ms" -# How long we wait after committing a block, before starting on the new -# height (this gives us a chance to receive some more precommits, even -# though we already have +2/3). -timeout_commit = "2s" - -# How many blocks to look back to check existence of the node's consensus votes before joining consensus -# When non-zero, the node will panic upon restart -# if the same consensus key was used to sign {double_sign_check_height} last blocks. -# So, validators should stop the state machine, wait for some blocks, and then restart the state machine to avoid panic. -double_sign_check_height = 0 - -# Make progress as soon as we have all the precommits (as if TimeoutCommit = 0) -skip_timeout_commit = false - -# EmptyBlocks mode and possible interval between empty blocks -create_empty_blocks = true -create_empty_blocks_interval = "0s" - -# Reactor sleep duration parameters -peer_gossip_sleep_duration = "100ms" -peer_query_maj23_sleep_duration = "2s" - -####################################################### -### Storage Configuration Options ### -####################################################### -[storage] - -# Set to true to discard ABCI responses from the state store, which can save a -# considerable amount of disk space. Set to false to ensure ABCI responses are -# persisted. ABCI responses are required for /block_results RPC queries, and to -# reindex events in the command-line tool. -discard_abci_responses = false - -####################################################### -### Transaction Indexer Configuration Options ### -####################################################### -[tx_index] - -# What indexer to use for transactions -# -# The application will set which txs to index. In some cases a node operator will be able -# to decide which txs to index based on configuration set in the application. -# -# Options: -# 1) "null" -# 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend). -# - When "kv" is chosen "tx.height" and "tx.hash" will always be indexed. -# 3) "psql" - the indexer services backed by PostgreSQL. -# When "kv" or "psql" is chosen "tx.height" and "tx.hash" will always be indexed. -indexer = "kv" - -# The PostgreSQL connection configuration, the connection format: -# postgresql://:@:/? -psql-conn = "" - -####################################################### -### Instrumentation Configuration Options ### -####################################################### -[instrumentation] - -# When true, Prometheus metrics are served under /metrics on -# PrometheusListenAddr. -# Check out the documentation for the list of available metrics. -prometheus = false - -# Address to listen for Prometheus collector(s) connections -prometheus_listen_addr = ":26660" - -# Maximum number of simultaneous connections. -# If you want to accept a larger number than the default, make sure -# you increase your OS limits. -# 0 - unlimited. -max_open_connections = 3 - -# Instrumentation namespace -namespace = "tendermint" \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/genesis.json b/contrib/localnet/zetacored/zetacored_zetacore0/config/genesis.json deleted file mode 100644 index 65ed217f6d..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/genesis.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "genesis_time": "2023-01-16T04:54:06.919538199Z", - "chain_id": "athens_101-1", - "initial_height": "1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "100000000", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000", - "max_bytes": "1048576" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "version": {} - }, - "app_hash": "", - "app_state": { - "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, - "accounts": [ - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "pub_key": { - "@type":"/cosmos.crypto.secp256k1.PubKey", - "key":"AvUEsFHbsr40nTSmWh7CWYRZHGwf4cpRLtJlaRO4VAoq" - }, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "pub_key": { - "@type":"/cosmos.crypto.secp256k1.PubKey", - "key":"A0mB4PyE5XeS3sNpFXIX536INyNoJHkMu1DEQ8FgH8Mq" - }, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1h4m2lf04kpzn4c6fj7tfcnr29fmgk2vfpkjma6", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1srsq755t654agc0grpxj4y3w0znktrpr9tcdgk", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ] - }, - "bank": { - "params": { - "send_enabled": [], - "default_send_enabled": true - }, - "balances": [ - { - "address": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1h4m2lf04kpzn4c6fj7tfcnr29fmgk2vfpkjma6", - "coins": [ - { - "denom": "azeta", - "amount": "10000000000000000000000" - } - ] - }, - { - "address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1srsq755t654agc0grpxj4y3w0znktrpr9tcdgk", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - } - ], - "supply": [ - { - "denom": "azeta", - "amount": "500010000000000000000000000" - } - ], - "denom_metadata": [] - }, - "crisis": { - "constant_fee": { - "denom": "azeta", - "amount": "1000" - } - }, - "crosschain": { - "params": { - "enabled": false - }, - "outboundTrackerList": [], - "keygen": null, - "tSSVoterList": [], - "tSSList": [], - "gasPriceList": [], - "chainNoncesList": [], - "CrossChainTxs": [], - "nodeAccountList": [ - { - "creator": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "tssSignerAddress": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "pubkeySet": { - "secp256k1": "zetapub1addwnpepqt6sfvz3mwetudyaxjn958kztxz9j8rvrlsu55fw6fjkjyac2s9z53lsz4t" - } - }, - { - "creator": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "tssSignerAddress": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "pubkeySet": { - "secp256k1": "zetapub1addwnpepqdycrc8usnjh0yk7cd532ushualgsderdqj8jr9m2rzy8stqrlpj5drvw6u" - } - } - ], - "lastBlockHeightList": [] - }, - "distribution": { - "params": { - "community_tax": "0.020000000000000000", - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "withdraw_addr_enabled": true - }, - "fee_pool": { - "community_pool": [] - }, - "delegator_withdraw_infos": [], - "previous_proposer": "", - "outstanding_rewards": [], - "validator_accumulated_commissions": [], - "validator_historical_rewards": [], - "validator_current_rewards": [], - "delegator_starting_infos": [], - "validator_slash_events": [] - }, - "emissions": { - "params": { - "max_bond_factor": "1.25", - "min_bond_factor": "0.75", - "avg_block_time": "6.00", - "target_bond_ratio": "00.67", - "validator_emission_percentage": "00.50", - "observer_emission_percentage": "00.25", - "tss_signer_emission_percentage": "00.25", - "duration_factor_constant": "0.001877876953694702" - }, - "withdrawableEmissions": [] - }, - "evidence": { - "evidence": [] - }, - "evm": { - "accounts": [], - "params": { - "evm_denom": "azeta", - "enable_create": true, - "enable_call": true, - "extra_eips": [], - "chain_config": { - "homestead_block": "0", - "dao_fork_block": "0", - "dao_fork_support": true, - "eip150_block": "0", - "eip150_hash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "eip155_block": "0", - "eip158_block": "0", - "byzantium_block": "0", - "constantinople_block": "0", - "petersburg_block": "0", - "istanbul_block": "0", - "muir_glacier_block": "0", - "berlin_block": "0", - "london_block": "0", - "arrow_glacier_block": "0", - "gray_glacier_block": "0", - "merge_netsplit_block": "0" - }, - "allow_unprotected_txs": false - } - }, - "feemarket": { - "params": { - "no_base_fee": false, - "base_fee_change_denominator": 8, - "elasticity_multiplier": 2, - "enable_height": "0", - "base_fee": "1000000000", - "min_gas_price": "10000000000.0", - "min_gas_multiplier": "0.500000000000000000" - }, - "block_gas": "0" - }, - "fungible": { - "params": {}, - "foreignCoinsList": [], - "systemContract": null - }, - "genutil": { - "gen_txs": [ - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "zetachain", - "identity": "", - "website": "", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "validator_address": "zetavaloper1z46tdw75jvh4h39y3vu758ctv34rw5z9jmut95", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "cnOc/39ATQw+bYKG56pL8A2aMO6M8sBxXO3OVJHbhdA=" - }, - "value": { - "denom": "azeta", - "amount": "10000000000000000000000000" - } - } - ], - "memo": "baef847b3c8b4fc599b4434b1f234a95de70cdc2@172.20.0.11:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A5xB7o1mDrL/KygJY5y45rWkMlplJlKpUtAxFIpoLyLn" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "xo+pCyqUVhYyDoZiL0lZmwgdoyESaD/GXwX3dYyOfb0XcX72p/VcVPAH8LKb4rRp3WNg+0e0ge0ps5sn4cinbg==" - ] - }, - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "zetacore1", - "identity": "", - "website": "", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "validator_address": "zetavaloper1lz2fqwzjnk6qy48fgj753h48444fxtt7newaeu", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "TpCVIVP20iVz5vE7OY6R78HvIzP22Je0zHHnjJAcBnY=" - }, - "value": { - "denom": "azeta", - "amount": "10000000000000000000000000" - } - } - ], - "memo": "c9733926bd0e54244bd5189f64be9a5bd3754599@zetacore1:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A+INzBCKz8TVJ0QBabAGIUKXMKyQTalQ761JBBQSYfr3" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "db3f3P/7BMMiH+Sh+WCflVYk69Zi659fXsJ0DHtQPJ1KaNorFVf8j1TZ0dnBYy7XyeDKtmu6b52OpnPT86W7SQ==" - ] - } - ] - }, - "gov": { - "starting_proposal_id": "1", - "deposits": [], - "votes": [], - "proposals": [], - "deposit_params": { - "min_deposit": [ - { - "denom": "azeta", - "amount": "10000000" - } - ], - "max_deposit_period": "100s" - }, - "voting_params": { - "voting_period": "100s" - }, - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto_threshold": "0.334000000000000000" - } - }, - "ibc": { - "client_genesis": { - "clients": [], - "clients_consensus": [], - "clients_metadata": [], - "params": { - "allowed_clients": [ - "06-solomachine", - "07-tendermint" - ] - }, - "create_localhost": false, - "next_client_sequence": "0" - }, - "connection_genesis": { - "connections": [], - "client_connection_paths": [], - "next_connection_sequence": "0", - "params": { - "max_expected_time_per_block": "30000000000" - } - }, - "channel_genesis": { - "channels": [], - "acknowledgements": [], - "commitments": [], - "receipts": [], - "send_sequences": [], - "recv_sequences": [], - "ack_sequences": [], - "next_channel_sequence": "0" - } - }, - "mint": { - "minter": { - "inflation": "0.130000000000000000", - "annual_provisions": "0.000000000000000000" - }, - "params": { - "mint_denom": "azeta", - "inflation_rate_change": "0.130000000000000000", - "inflation_max": "0.200000000000000000", - "inflation_min": "0.070000000000000000", - "goal_bonded": "0.670000000000000000", - "blocks_per_year": "6311520" - } - }, - "observer": { - "core_params_list": [], - "observers": [ - { - "observer_chain": { - "chain_name": 14, - "chain_id": 1337 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - }, - { - "observer_chain": { - "chain_name": 14, - "chain_id": 1337 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - }, - { - "observer_chain": { - "chain_name": 15, - "chain_id": 18444 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - }, - { - "observer_chain": { - "chain_name": 15, - "chain_id": 18444 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - } - ], - "params": { - "observer_params": [ - { - "chain": { - "chain_name": 15, - "chain_id": 18444 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 12, - "chain_id": 18332 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 3, - "chain_id": 8332 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 4, - "chain_id": 137 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 7, - "chain_id": 80001 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 9, - "chain_id": 1001 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 10, - "chain_id": 97 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 5, - "chain_id": 56 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 1, - "chain_id": 1 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 6, - "chain_id": 5 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 14, - "chain_id": 1337 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 2, - "chain_id": 101 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - } - ] - } - }, - "params": null, - "slashing": { - "params": { - "signed_blocks_window": "100", - "min_signed_per_window": "0.500000000000000000", - "downtime_jail_duration": "600s", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": [], - "missed_blocks": [] - }, - "authz": { - "authorization": [ - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgNonceVoter" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteGasPrice" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteInbound" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteOutbound" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgSetNodeKeys" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgCreateTSSVoter" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgAddOutboundTracker" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgNonceVoter" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteGasPrice" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteInbound" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteOutbound" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgSetNodeKeys" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgCreateTSSVoter" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgAddOutboundTracker" - }, - "expiration": null - } - ] - }, - "staking": { - "params": { - "unbonding_time": "1814400s", - "max_validators": 100, - "max_entries": 7, - "historical_entries": 10000, - "bond_denom": "azeta", - "min_commission_rate": "0.000000000000000000" - }, - "last_total_power": "0", - "last_validator_powers": [], - "validators": [], - "delegations": [], - "unbonding_delegations": [], - "redelegations": [], - "exported": false - }, - "transfer": { - "port_id": "transfer", - "denom_traces": [], - "params": { - "send_enabled": true, - "receive_enabled": true - } - }, - "upgrade": {}, - "vesting": {} - } -} diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-baef847b3c8b4fc599b4434b1f234a95de70cdc2.json b/contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-baef847b3c8b4fc599b4434b1f234a95de70cdc2.json deleted file mode 100644 index 9bfa456278..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-baef847b3c8b4fc599b4434b1f234a95de70cdc2.json +++ /dev/null @@ -1 +0,0 @@ -{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"zetachain","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz","validator_address":"zetavaloper1z46tdw75jvh4h39y3vu758ctv34rw5z9jmut95","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"cnOc/39ATQw+bYKG56pL8A2aMO6M8sBxXO3OVJHbhdA="},"value":{"denom":"azeta","amount":"10000000000000000000000000"}}],"memo":"baef847b3c8b4fc599b4434b1f234a95de70cdc2@172.20.0.11:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A5xB7o1mDrL/KygJY5y45rWkMlplJlKpUtAxFIpoLyLn"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["xo+pCyqUVhYyDoZiL0lZmwgdoyESaD/GXwX3dYyOfb0XcX72p/VcVPAH8LKb4rRp3WNg+0e0ge0ps5sn4cinbg=="]} diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json b/contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json deleted file mode 100644 index a52901f54e..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json +++ /dev/null @@ -1 +0,0 @@ -{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"zetacore1","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52","validator_address":"zetavaloper1lz2fqwzjnk6qy48fgj753h48444fxtt7newaeu","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"TpCVIVP20iVz5vE7OY6R78HvIzP22Je0zHHnjJAcBnY="},"value":{"denom":"azeta","amount":"10000000000000000000000000"}}],"memo":"c9733926bd0e54244bd5189f64be9a5bd3754599@zetacore1:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+INzBCKz8TVJ0QBabAGIUKXMKyQTalQ761JBBQSYfr3"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["db3f3P/7BMMiH+Sh+WCflVYk69Zi659fXsJ0DHtQPJ1KaNorFVf8j1TZ0dnBYy7XyeDKtmu6b52OpnPT86W7SQ=="]} diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/node_key.json b/contrib/localnet/zetacored/zetacored_zetacore0/config/node_key.json deleted file mode 100644 index 731eb33633..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/node_key.json +++ /dev/null @@ -1 +0,0 @@ -{"priv_key":{"type":"tendermint/PrivKeyEd25519","value":"reRJzAw+jUfqYEW5oVNhLk294qbxjl7Eif84LmVFiJ8QszriQQwepdGcVDglM+sI0p78GDfau9785f0ESHsxwg=="}} \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/config/priv_validator_key.json b/contrib/localnet/zetacored/zetacored_zetacore0/config/priv_validator_key.json deleted file mode 100644 index a7827e9035..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/config/priv_validator_key.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "address": "B3378A91E00C34CD41B92013B2C63402AE7048F6", - "pub_key": { - "type": "tendermint/PubKeyEd25519", - "value": "cnOc/39ATQw+bYKG56pL8A2aMO6M8sBxXO3OVJHbhdA=" - }, - "priv_key": { - "type": "tendermint/PrivKeyEd25519", - "value": "gFdcR+5UpH8hMECL1vTzj0BwEJR4CXdsz7S9lJ+Xu8Ryc5z/f0BNDD5tgobnqkvwDZow7ozywHFc7c5UkduF0A==" - } -} \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/2b8526afb7adbea65fde95a1a3e084a203227060.address b/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/2b8526afb7adbea65fde95a1a3e084a203227060.address deleted file mode 100644 index 4b157c8c62..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/2b8526afb7adbea65fde95a1a3e084a203227060.address +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0NTo0My40MDk3NDMgLTA0MDAgRURUIG09KzAuMDUyODI0MDQzIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiQ1V3M2pOVU5QN0U0N1BhdSJ9.BmnnkUiIA1G6bb1lvMA_bzYIaMFp5OyBuhvgfTdSZzMfBa850pkdLg.lyJnCfBkryIRMDlu.LryBCZHOWfigEAslXZ7AG3Dlynat-BTFg7yYHnQP6IuImOIqYewSdYsh1YhWL9dF_6gIoNKnLb4PdrUTPOIxbRtOq-Ql1lmrsLSmuREPRRAcvwu_MkXl3H6bAWwu4LSqFCLk5rUSOqNVPm0w5KwGEaQmMJ3I364Y3-Zkz5R_GaBPcQrBv-RV4b-QgEcNe11QcO03L5-y7GcULYhdA8dsXIXRsBflZa-KDWroqW-mAH5IWepAJqJnF_msl_ZGFs6Rd0M.BCXGB5dCitR62OeQbqfXFw \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/813ac22a61491655e2786ae0d127d6990bfbfbde.address b/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/813ac22a61491655e2786ae0d127d6990bfbfbde.address deleted file mode 100644 index 6aff7bc819..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/813ac22a61491655e2786ae0d127d6990bfbfbde.address +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0MjoxOC41NDcyMjEgLTA0MDAgRURUIG09KzAuMDQ2NDQ5NTg0IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoid0FFeDRXQXJQQTdZY2paQSJ9.mBrylq7naOtZ4oTeJZGAIu17-yoa4fxuWxAKKzNgfPbNJpqDljWESg.hNC-7MQLaWisi4pm.aAqj7J5-5GwNwWdfJhdjtgCkG7yVVeLYIqATWF2M7jIrJ7L-nTneXMKIHvUsGjyOvQIMPRslF_oUSCljtsGYntEtxLPZskWeMSDotK0izDgJ1tT4uTOAHJcvHA0-RLgWW_F2AgtL4T8lI4NOrHWLrHDScIq5NaGnNxp8sn0EAXt0FVRsEmnNmfZTEBo9YYwd8xThIm0TJPliyH7FSMEFmHek4zhf9oFIFYq2dEz9PovoGHJDgxabFzGJ5uDccXs2VhNj-zYxlida_Q.MNJrUnSVeOc7csB_a45ElA \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_grantee_observer.info b/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_grantee_observer.info deleted file mode 100644 index ce52801545..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_grantee_observer.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0MjoxOC41NDU3NDMgLTA0MDAgRURUIG09KzAuMDQ0OTcxNTAxIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiNXRCNjNMTFJ6UlVRemtUcSJ9.fJHzCAKqMML_lQrmwV3yCaeSgAoYXif9JKnmyVULDjn0Fv_0O64ThQ.IGtCyHZroJ3BdqxT.e-fdeRZEJexxUWFTAcG28qg1-wBEeaCkfpYHXWgjPXCCyFW1Kxro-Ife2MWMBcZYRu0tBTkfOtpIChXmVwD-VuFyg1K2MBmWdcPr426fdBgQBVmshf7fOhxACF777fe8xrAjntZN_eXg5_RfDKFuICCDKs9aL6ifRsFL3A0cPRC8Evgvkc23J7Bd1XB7IOmr7sO4VG4JtWS4a23vnuAK2hxz9O0j61yyKZz121j7SM-VS8xXOC3kdoJrI9s_iZJDcTqVc3M0BMOCNmDs4aU5aDLtWBRh3d_snoLFHVCUL05ww46c2k4-laiKgPTlpLrGddQQs5uMjqE4d6jChN-3wh3OkZ-QTv3yRw4yJNSeeZhpU_P-JziitutKOFR-q1o75NMrsBE3I5ONPOA5yLuvWMshuK_TKwR12yIhIzwSUoG5DTOVeG77JGZs2QK1ntMckahjpcwBk8Dca2QVEHxF_e6l5EImcmLIoDanUK7bVw.UwTtpJim6K4UiE2FLuBHBQ \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_tss_signer.info b/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_tss_signer.info deleted file mode 100644 index 10f8acbd9e..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_tss_signer.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0NTo0My40MDgyNjYgLTA0MDAgRURUIG09KzAuMDUxMzQ3NjI2IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiN2hGVlNEUlZNYThDRXBXTiJ9.jE5cAZvDrhO3KrtEN9qlJBFEQYJA3iKxf_N7uf1NM7K_ZnpGVFcjMw.vwgpBb6R-luPYEmU.Q1nHt9EQtMOs-NKSAVuyWKfn-SBAPfX5qoGoE8oRQRG2OWKi-68fTsZdS3ufc2Sg_ezsOXrwm_MIZiwO8ebupsfEdwtm3EYf_KcMTW69PhHEsZ_16wS8DEZW9IO4JHPS1PF6wLVcK-LhmIg1BIn7KuoAC4a9Va2e2DfyroePnlci--_qeJq8IYgJVTtvyi-ITock9LiZnxsKWsQ02PcIt0KYrfCc5gnUl11Qf1F8b1E7TwaT2hopVBTRZvPg0pl11_e6iiKS3NQFujbM1V0qQVrpYv1o_IFzl25_qsxOaOtqozKiJMW6tJ301a5BDgVAtcpTGvRNivGh7G5O-vAta-wsq3DN-PcPMhgbypy-MfGLR5pwCUYQZdb6JTguOiOqOmhFUQM9VMmPPUx5K_GqN2FKLT3dabqO5AWL647QktNCu5cEf-_nOa-tjELuEjZjraO_OiOV1fzxmSZBtdeprHk.PfEq2htzLC4uKUzVaUhJmA \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_zetaclient_grantee.info b/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_zetaclient_grantee.info deleted file mode 100644 index ce52801545..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/keyring-test/val_zetaclient_grantee.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0MjoxOC41NDU3NDMgLTA0MDAgRURUIG09KzAuMDQ0OTcxNTAxIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiNXRCNjNMTFJ6UlVRemtUcSJ9.fJHzCAKqMML_lQrmwV3yCaeSgAoYXif9JKnmyVULDjn0Fv_0O64ThQ.IGtCyHZroJ3BdqxT.e-fdeRZEJexxUWFTAcG28qg1-wBEeaCkfpYHXWgjPXCCyFW1Kxro-Ife2MWMBcZYRu0tBTkfOtpIChXmVwD-VuFyg1K2MBmWdcPr426fdBgQBVmshf7fOhxACF777fe8xrAjntZN_eXg5_RfDKFuICCDKs9aL6ifRsFL3A0cPRC8Evgvkc23J7Bd1XB7IOmr7sO4VG4JtWS4a23vnuAK2hxz9O0j61yyKZz121j7SM-VS8xXOC3kdoJrI9s_iZJDcTqVc3M0BMOCNmDs4aU5aDLtWBRh3d_snoLFHVCUL05ww46c2k4-laiKgPTlpLrGddQQs5uMjqE4d6jChN-3wh3OkZ-QTv3yRw4yJNSeeZhpU_P-JziitutKOFR-q1o75NMrsBE3I5ONPOA5yLuvWMshuK_TKwR12yIhIzwSUoG5DTOVeG77JGZs2QK1ntMckahjpcwBk8Dca2QVEHxF_e6l5EImcmLIoDanUK7bVw.UwTtpJim6K4UiE2FLuBHBQ \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore0/priv_validator_state.json b/contrib/localnet/zetacored/zetacored_zetacore0/priv_validator_state.json deleted file mode 100644 index 48f3b67e3f..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore0/priv_validator_state.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "height": "0", - "round": 0, - "step": 0 -} \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/app.toml b/contrib/localnet/zetacored/zetacored_zetacore1/config/app.toml deleted file mode 100644 index 9d64d38476..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/app.toml +++ /dev/null @@ -1,283 +0,0 @@ -# This is a TOML config file. -# For more information, see https://github.com/toml-lang/toml - -############################################################################### -### Base Configuration ### -############################################################################### - -# The minimum gas prices a validator is willing to accept for processing a -# transaction. A transaction's fees must meet the minimum of any denomination -# specified in this config (e.g. 0.25token1;0.0001token2). -minimum-gas-prices = "0azeta" - -# default: the last 100 states are kept in addition to every 500th state; pruning at 10 block intervals -# nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node) -# everything: all saved states will be deleted, storing only the current and previous state; pruning at 10 block intervals -# custom: allow pruning options to be manually specified through 'pruning-keep-recent', 'pruning-keep-every', and 'pruning-interval' -pruning = "default" - -# These are applied if and only if the pruning strategy is custom. -pruning-keep-recent = "0" -pruning-keep-every = "0" -pruning-interval = "0" - -# HaltHeight contains a non-zero block height at which a node will gracefully -# halt and shutdown that can be used to assist upgrades and testing. -# -# Note: Commitment of state will be attempted on the corresponding block. -halt-height = 0 - -# HaltTime contains a non-zero minimum block time (in Unix seconds) at which -# a node will gracefully halt and shutdown that can be used to assist upgrades -# and testing. -# -# Note: Commitment of state will be attempted on the corresponding block. -halt-time = 0 - -# MinRetainBlocks defines the minimum block height offset from the current -# block being committed, such that all blocks past this offset are pruned -# from Tendermint. It is used as part of the process of determining the -# ResponseCommit.RetainHeight value during ABCI Commit. A value of 0 indicates -# that no blocks should be pruned. -# -# This configuration value is only responsible for pruning Tendermint blocks. -# It has no bearing on application state pruning which is determined by the -# "pruning-*" configurations. -# -# Note: Tendermint block pruning is dependant on this parameter in conunction -# with the unbonding (safety threshold) period, state pruning and state sync -# snapshot parameters to determine the correct minimum value of -# ResponseCommit.RetainHeight. -min-retain-blocks = 0 - -# InterBlockCache enables inter-block caching. -inter-block-cache = true - -# IndexEvents defines the set of events in the form {eventType}.{attributeKey}, -# which informs Tendermint what to index. If empty, all events will be indexed. -# -# Example: -# ["message.sender", "message.recipient"] -index-events = [] - -# IavlCacheSize set the size of the iavl tree cache. -# Default cache size is 50mb. -iavl-cache-size = 781250 - -# IAVLDisableFastNode enables or disables the fast node feature of IAVL. -# Default is true. -iavl-disable-fastnode = true - -############################################################################### -### Telemetry Configuration ### -############################################################################### - -[telemetry] - -# Prefixed with keys to separate services. -service-name = "" - -# Enabled enables the application telemetry functionality. When enabled, -# an in-memory sink is also enabled by default. Operators may also enabled -# other sinks such as Prometheus. -enabled = false - -# Enable prefixing gauge values with hostname. -enable-hostname = false - -# Enable adding hostname to labels. -enable-hostname-label = false - -# Enable adding service to labels. -enable-service-label = false - -# PrometheusRetentionTime, when positive, enables a Prometheus metrics sink. -prometheus-retention-time = 0 - -# GlobalLabels defines a global set of name/value label tuples applied to all -# metrics emitted using the wrapper functions defined in telemetry package. -# -# Example: -# [["chain_id", "cosmoshub-1"]] -global-labels = [ -] - -############################################################################### -### API Configuration ### -############################################################################### - -[api] - -# Enable defines if the API server should be enabled. -enable = true - -# Swagger defines if swagger documentation should automatically be registered. -swagger = true - -# Address defines the API server to listen on. -address = "tcp://0.0.0.0:1317" - -# MaxOpenConnections defines the number of maximum open connections. -max-open-connections = 1000 - -# RPCReadTimeout defines the Tendermint RPC read timeout (in seconds). -rpc-read-timeout = 10 - -# RPCWriteTimeout defines the Tendermint RPC write timeout (in seconds). -rpc-write-timeout = 0 - -# RPCMaxBodyBytes defines the Tendermint maximum response body (in bytes). -rpc-max-body-bytes = 1000000 - -# EnableUnsafeCORS defines if CORS should be enabled (unsafe - use it at your own risk). -enabled-unsafe-cors = true - -############################################################################### -### Rosetta Configuration ### -############################################################################### - -[rosetta] - -# Enable defines if the Rosetta API server should be enabled. -enable = true - -# Address defines the Rosetta API server to listen on. -address = ":8080" - -# Network defines the name of the blockchain that will be returned by Rosetta. -blockchain = "app" - -# Network defines the name of the network that will be returned by Rosetta. -network = "network" - -# Retries defines the number of retries when connecting to the node before failing. -retries = 3 - -# Offline defines if Rosetta server should run in offline mode. -offline = false - -############################################################################### -### gRPC Configuration ### -############################################################################### - -[grpc] - -# Enable defines if the gRPC server should be enabled. -enable = true - -# Address defines the gRPC server address to bind to. -address = "0.0.0.0:9090" - -############################################################################### -### gRPC Web Configuration ### -############################################################################### - -[grpc-web] - -# GRPCWebEnable defines if the gRPC-web should be enabled. -# NOTE: gRPC must also be enabled, otherwise, this configuration is a no-op. -enable = true - -# Address defines the gRPC-web server address to bind to. -address = "0.0.0.0:9091" - -# EnableUnsafeCORS defines if CORS should be enabled (unsafe - use it at your own risk). -enable-unsafe-cors = false - -############################################################################### -### State Sync Configuration ### -############################################################################### - -# State sync snapshots allow other nodes to rapidly join the network without replaying historical -# blocks, instead downloading and applying a snapshot of the application state at a given height. -[state-sync] - -# snapshot-interval specifies the block interval at which local state sync snapshots are -# taken (0 to disable). Must be a multiple of pruning-keep-every. -snapshot-interval = 0 - -# snapshot-keep-recent specifies the number of recent snapshots to keep and serve (0 to keep all). -snapshot-keep-recent = 2 - -############################################################################### -### EVM Configuration ### -############################################################################### - -[evm] - -# Tracer defines the 'vm.Tracer' type that the EVM will use when the node is run in -# debug mode. To enable tracing use the '--evm.tracer' flag when starting your node. -# Valid types are: json|struct|access_list|markdown -tracer = "" - -# MaxTxGasWanted defines the gas wanted for each eth tx returned in ante handler in check tx mode. -max-tx-gas-wanted = 0 - -############################################################################### -### JSON RPC Configuration ### -############################################################################### - -[json-rpc] - -# Enable defines if the gRPC server should be enabled. -enable = true - -# Address defines the EVM RPC HTTP server address to bind to. -address = "0.0.0.0:8545" - -# Address defines the EVM WebSocket server address to bind to. -ws-address = "0.0.0.0:8546" - -# API defines a list of JSON-RPC namespaces that should be enabled -# Example: "eth,txpool,personal,net,debug,web3" -api = "eth,net,web3" - -# GasCap sets a cap on gas that can be used in eth_call/estimateGas (0=infinite). Default: 25,000,000. -gas-cap = 25000000 - -# EVMTimeout is the global timeout for eth_call. Default: 5s. -evm-timeout = "5s" - -# TxFeeCap is the global tx-fee cap for send transaction. Default: 1eth. -txfee-cap = 1 - -# FilterCap sets the global cap for total number of filters that can be created -filter-cap = 200 - -# FeeHistoryCap sets the global cap for total number of blocks that can be fetched -feehistory-cap = 100 - -# LogsCap defines the max number of results can be returned from single 'eth_getLogs' query. -logs-cap = 10000 - -# BlockRangeCap defines the max block range allowed for 'eth_getLogs' query. -block-range-cap = 10000 - -# HTTPTimeout is the read/write timeout of http json-rpc server. -http-timeout = "30s" - -# HTTPIdleTimeout is the idle timeout of http json-rpc server. -http-idle-timeout = "2m0s" - -# AllowUnprotectedTxs restricts unprotected (non EIP155 signed) transactions to be submitted via -# the node's RPC when the global parameter is disabled. -allow-unprotected-txs = false - -# MaxOpenConnections sets the maximum number of simultaneous connections -# for the server listener. -max-open-connections = 0 - -# EnableIndexer enables the custom transaction indexer for the EVM (ethereum transactions). -enable-indexer = false - -############################################################################### -### TLS Configuration ### -############################################################################### - -[tls] - -# Certificate path defines the cert.pem file path for the TLS configuration. -certificate-path = "" - -# Key path defines the key.pem file path for the TLS configuration. -key-path = "" \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/client.toml b/contrib/localnet/zetacored/zetacored_zetacore1/config/client.toml deleted file mode 100644 index f2b86d8fa5..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/client.toml +++ /dev/null @@ -1,17 +0,0 @@ -# This is a TOML config file. -# For more information, see https://github.com/toml-lang/toml - -############################################################################### -### Client Configuration ### -############################################################################### - -# The network chain ID -chain-id = "athens_101-1" -# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory) -keyring-backend = "test" -# CLI output format (text|json) -output = "text" -# : to Tendermint RPC interface for this chain -node = "tcp://localhost:26657" -# Transaction broadcasting mode (sync|async|block) -broadcast-mode = "sync" diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/config.toml b/contrib/localnet/zetacored/zetacored_zetacore1/config/config.toml deleted file mode 100644 index 1f1c63c074..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/config.toml +++ /dev/null @@ -1,463 +0,0 @@ -# This is a TOML config file. -# For more information, see https://github.com/toml-lang/toml - -# NOTE: Any path below can be absolute (e.g. "/var/myawesomeapp/data") or -# relative to the home directory (e.g. "data"). The home directory is -# "$HOME/.tendermint" by default, but could be changed via $TMHOME env variable -# or --home cmd flag. - -####################################################################### -### Main Base Config Options ### -####################################################################### - -# TCP or UNIX socket address of the ABCI application, -# or the name of an ABCI application compiled in with the Tendermint binary -proxy_app = "tcp://127.0.0.1:26658" - -# A custom human readable name for this node -moniker = "zetacore1" - -# If this node is many blocks behind the tip of the chain, FastSync -# allows them to catchup quickly by downloading blocks in parallel -# and verifying their commits -fast_sync = true - -# Database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb -# * goleveldb (github.com/syndtr/goleveldb - most popular implementation) -# - pure go -# - stable -# * cleveldb (uses levigo wrapper) -# - fast -# - requires gcc -# - use cleveldb build tag (go build -tags cleveldb) -# * boltdb (uses etcd's fork of bolt - github.com/etcd-io/bbolt) -# - EXPERIMENTAL -# - may be faster is some use-cases (random reads - indexer) -# - use boltdb build tag (go build -tags boltdb) -# * rocksdb (uses github.com/tecbot/gorocksdb) -# - EXPERIMENTAL -# - requires gcc -# - use rocksdb build tag (go build -tags rocksdb) -# * badgerdb (uses github.com/dgraph-io/badger) -# - EXPERIMENTAL -# - use badgerdb build tag (go build -tags badgerdb) -db_backend = "pebbledb" - -# Database directory -db_dir = "data" - -# Output level for logging, including package level options -log_level = "info" - -# Output format: 'plain' (colored text) or 'json' -log_format = "plain" - -##### additional base config options ##### - -# Path to the JSON file containing the initial validator set and other meta data -genesis_file = "config/genesis.json" - -# Path to the JSON file containing the private key to use as a validator in the consensus protocol -priv_validator_key_file = "config/priv_validator_key.json" - -# Path to the JSON file containing the last sign state of a validator -priv_validator_state_file = "data/priv_validator_state.json" - -# TCP or UNIX socket address for Tendermint to listen on for -# connections from an external PrivValidator process -priv_validator_laddr = "" - -# Path to the JSON file containing the private key to use for node authentication in the p2p protocol -node_key_file = "config/node_key.json" - -# Mechanism to connect to the ABCI application: socket | grpc -abci = "socket" - -# If true, query the ABCI app on connecting to a new peer -# so the app can decide if we should keep the connection or not -filter_peers = false - - -####################################################################### -### Advanced Configuration Options ### -####################################################################### - -####################################################### -### RPC Server Configuration Options ### -####################################################### -[rpc] - -# TCP or UNIX socket address for the RPC server to listen on -laddr = "tcp://0.0.0.0:26657" - -# A list of origins a cross-domain request can be executed from -# Default value '[]' disables cors support -# Use '["*"]' to allow any origin -cors_allowed_origins = [] - -# A list of methods the client is allowed to use with cross-domain requests -cors_allowed_methods = ["HEAD", "GET", "POST", ] - -# A list of non simple headers the client is allowed to use with cross-domain requests -cors_allowed_headers = ["Origin", "Accept", "Content-Type", "X-Requested-With", "X-Server-Time", ] - -# TCP or UNIX socket address for the gRPC server to listen on -# NOTE: This server only supports /broadcast_tx_commit -grpc_laddr = "" - -# Maximum number of simultaneous connections. -# Does not include RPC (HTTP&WebSocket) connections. See max_open_connections -# If you want to accept a larger number than the default, make sure -# you increase your OS limits. -# 0 - unlimited. -# Should be < {ulimit -Sn} - {MaxNumInboundPeers} - {MaxNumOutboundPeers} - {N of wal, db and other open files} -# 1024 - 40 - 10 - 50 = 924 = ~900 -grpc_max_open_connections = 900 - -# Activate unsafe RPC commands like /dial_seeds and /unsafe_flush_mempool -unsafe = false - -# Maximum number of simultaneous connections (including WebSocket). -# Does not include gRPC connections. See grpc_max_open_connections -# If you want to accept a larger number than the default, make sure -# you increase your OS limits. -# 0 - unlimited. -# Should be < {ulimit -Sn} - {MaxNumInboundPeers} - {MaxNumOutboundPeers} - {N of wal, db and other open files} -# 1024 - 40 - 10 - 50 = 924 = ~900 -max_open_connections = 900 - -# Maximum number of unique clientIDs that can /subscribe -# If you're using /broadcast_tx_commit, set to the estimated maximum number -# of broadcast_tx_commit calls per block. -max_subscription_clients = 100 - -# Maximum number of unique queries a given client can /subscribe to -# If you're using GRPC (or Local RPC client) and /broadcast_tx_commit, set to -# the estimated # maximum number of broadcast_tx_commit calls per block. -max_subscriptions_per_client = 5 - -# Experimental parameter to specify the maximum number of events a node will -# buffer, per subscription, before returning an error and closing the -# subscription. Must be set to at least 100, but higher values will accommodate -# higher event throughput rates (and will use more memory). -experimental_subscription_buffer_size = 200 - -# Experimental parameter to specify the maximum number of RPC responses that -# can be buffered per WebSocket client. If clients cannot read from the -# WebSocket endpoint fast enough, they will be disconnected, so increasing this -# parameter may reduce the chances of them being disconnected (but will cause -# the node to use more memory). -# -# Must be at least the same as "experimental_subscription_buffer_size", -# otherwise connections could be dropped unnecessarily. This value should -# ideally be somewhat higher than "experimental_subscription_buffer_size" to -# accommodate non-subscription-related RPC responses. -experimental_websocket_write_buffer_size = 200 - -# If a WebSocket client cannot read fast enough, at present we may -# silently drop events instead of generating an error or disconnecting the -# client. -# -# Enabling this experimental parameter will cause the WebSocket connection to -# be closed instead if it cannot read fast enough, allowing for greater -# predictability in subscription behaviour. -experimental_close_on_slow_client = false - -# How long to wait for a tx to be committed during /broadcast_tx_commit. -# WARNING: Using a value larger than 10s will result in increasing the -# global HTTP write timeout, which applies to all connections and endpoints. -# See https://github.com/tendermint/tendermint/issues/3435 -timeout_broadcast_tx_commit = "10s" - -# Maximum size of request body, in bytes -max_body_bytes = 1000000 - -# Maximum size of request header, in bytes -max_header_bytes = 1048576 - -# The path to a file containing certificate that is used to create the HTTPS server. -# Might be either absolute path or path related to Tendermint's config directory. -# If the certificate is signed by a certificate authority, -# the certFile should be the concatenation of the server's certificate, any intermediates, -# and the CA's certificate. -# NOTE: both tls_cert_file and tls_key_file must be present for Tendermint to create HTTPS server. -# Otherwise, HTTP server is run. -tls_cert_file = "" - -# The path to a file containing matching private key that is used to create the HTTPS server. -# Might be either absolute path or path related to Tendermint's config directory. -# NOTE: both tls-cert-file and tls-key-file must be present for Tendermint to create HTTPS server. -# Otherwise, HTTP server is run. -tls_key_file = "" - -# pprof listen address (https://golang.org/pkg/net/http/pprof) -pprof_laddr = "0.0.0.0:6060" - -####################################################### -### P2P Configuration Options ### -####################################################### -[p2p] - -# Address to listen for incoming connections -laddr = "tcp://0.0.0.0:26656" - -# Address to advertise to peers for them to dial -# If empty, will use the same port as the laddr, -# and will introspect on the listener or use UPnP -# to figure out the address. ip and port are required -# example: 159.89.10.97:26656 -external_address = "" - -# Comma separated list of seed nodes to connect to -seeds = "" - -# Comma separated list of nodes to keep persistent connections to -persistent_peers = "" - -# UPNP port forwarding -upnp = false - -# Path to address book -addr_book_file = "config/addrbook.json" - -# Set true for strict address routability rules -# Set false for private or local networks -addr_book_strict = true - -# Maximum number of inbound peers -max_num_inbound_peers = 40 - -# Maximum number of outbound peers to connect to, excluding persistent peers -max_num_outbound_peers = 10 - -# List of node IDs, to which a connection will be (re)established ignoring any existing limits -unconditional_peer_ids = "" - -# Maximum pause when redialing a persistent peer (if zero, exponential backoff is used) -persistent_peers_max_dial_period = "0s" - -# Time to wait before flushing messages out on the connection -flush_throttle_timeout = "100ms" - -# Maximum size of a message packet payload, in bytes -max_packet_msg_payload_size = 1024 - -# Rate at which packets can be received, in bytes/second -recv_rate = 5120000 - -# Set true to enable the peer-exchange reactor -pex = true - -# Seed mode, in which node constantly crawls the network and looks for -# peers. If another node asks it for addresses, it responds and disconnects. -# -# Does not work if the peer-exchange reactor is disabled. -seed_mode = false - -# Comma separated list of peer IDs to keep private (will not be gossiped to other peers) -private_peer_ids = "" - -# Toggle to disable guard against peers connecting from the same ip. -allow_duplicate_ip = false - -# Peer connection configuration. -handshake_timeout = "20s" -dial_timeout = "3s" - -####################################################### -### Mempool Configuration Option ### -####################################################### -[mempool] - -# Mempool version to use: -# 1) "v0" - (default) FIFO mempool. -# 2) "v1" - prioritized mempool. -version = "v0" - -recheck = true -broadcast = true -wal_dir = "" - -# Maximum number of transactions in the mempool -size = 5000 - -# Limit the total size of all txs in the mempool. -# This only accounts for raw transactions (e.g. given 1MB transactions and -# max_txs_bytes=5MB, mempool will only accept 5 transactions). -max_txs_bytes = 1073741824 - -# Size of the cache (used to filter transactions we saw earlier) in transactions -cache_size = 10000 - -# Do not remove invalid transactions from the cache (default: false) -# Set to true if it's not possible for any invalid transaction to become valid -# again in the future. -keep-invalid-txs-in-cache = false - -# Maximum size of a single transaction. -# NOTE: the max size of a tx transmitted over the network is {max_tx_bytes}. -max_tx_bytes = 1048576 - -# Maximum size of a batch of transactions to send to a peer -# Including space needed by encoding (one varint per transaction). -# XXX: Unused due to https://github.com/tendermint/tendermint/issues/5796 -max_batch_bytes = 0 - -# ttl-duration, if non-zero, defines the maximum amount of time a transaction -# can exist for in the mempool. -# -# Note, if ttl-num-blocks is also defined, a transaction will be removed if it -# has existed in the mempool at least ttl-num-blocks number of blocks or if it's -# insertion time into the mempool is beyond ttl-duration. -ttl-duration = "0s" - -# ttl-num-blocks, if non-zero, defines the maximum number of blocks a transaction -# can exist for in the mempool. -# -# Note, if ttl-duration is also defined, a transaction will be removed if it -# has existed in the mempool at least ttl-num-blocks number of blocks or if -# it's insertion time into the mempool is beyond ttl-duration. -ttl-num-blocks = 0 - -####################################################### -### State Sync Configuration Options ### -####################################################### -[statesync] -# State sync rapidly bootstraps a new node by discovering, fetching, and restoring a state machine -# snapshot from peers instead of fetching and replaying historical blocks. Requires some peers in -# the network to take and serve state machine snapshots. State sync is not attempted if the node -# has any local state (LastBlockHeight > 0). The node will have a truncated block history, -# starting from the height of the snapshot. -enable = false - -# RPC servers (comma-separated) for light client verification of the synced state machine and -# retrieval of state data for node bootstrapping. Also needs a trusted height and corresponding -# header hash obtained from a trusted source, and a period during which validators can be trusted. -# -# For Cosmos SDK-based chains, trust_period should usually be about 2/3 of the unbonding time (~2 -# weeks) during which they can be financially punished (slashed) for misbehavior. -rpc_servers = "" -trust_height = 0 -trust_hash = "" -trust_period = "168h0m0s" - -# Time to spend discovering snapshots before initiating a restore. -discovery_time = "15s" - -# Temporary directory for state sync snapshot chunks, defaults to the OS tempdir (typically /tmp). -# Will create a new, randomly named directory within, and remove it when done. -temp_dir = "" - -# The timeout duration before re-requesting a chunk, possibly from a different -# peer (default: 1 minute). -chunk_request_timeout = "10s" - -# The number of concurrent chunk fetchers to run (default: 1). -chunk_fetchers = "4" - -####################################################### -### Fast Sync Configuration Connections ### -####################################################### -[fastsync] - -# Fast Sync version to use: -# 1) "v0" (default) - the legacy fast sync implementation -# 2) "v1" - refactor of v0 version for better testability -# 2) "v2" - complete redesign of v0, optimized for testability & readability -version = "v0" - -####################################################### -### Consensus Configuration Options ### -####################################################### -[consensus] - -wal_file = "data/cs.wal/wal" - -# How long we wait for a proposal block before prevoting nil -timeout_propose = "3s" -# How much timeout_propose increases with each round -timeout_propose_delta = "500ms" -# How long we wait after receiving +2/3 prevotes for “anything” (ie. not a single block or nil) -timeout_prevote = "1s" -# How much the timeout_prevote increases with each round -timeout_prevote_delta = "500ms" -# How long we wait after receiving +2/3 precommits for “anything” (ie. not a single block or nil) -timeout_precommit = "1s" -# How much the timeout_precommit increases with each round -timeout_precommit_delta = "500ms" -# How long we wait after committing a block, before starting on the new -# height (this gives us a chance to receive some more precommits, even -# though we already have +2/3). -timeout_commit = "2s" - -# How many blocks to look back to check existence of the node's consensus votes before joining consensus -# When non-zero, the node will panic upon restart -# if the same consensus key was used to sign {double_sign_check_height} last blocks. -# So, validators should stop the state machine, wait for some blocks, and then restart the state machine to avoid panic. -double_sign_check_height = 0 - -# Make progress as soon as we have all the precommits (as if TimeoutCommit = 0) -skip_timeout_commit = false - -# EmptyBlocks mode and possible interval between empty blocks -create_empty_blocks = true -create_empty_blocks_interval = "0s" - -# Reactor sleep duration parameters -peer_gossip_sleep_duration = "100ms" -peer_query_maj23_sleep_duration = "2s" - -####################################################### -### Storage Configuration Options ### -####################################################### -[storage] - -# Set to true to discard ABCI responses from the state store, which can save a -# considerable amount of disk space. Set to false to ensure ABCI responses are -# persisted. ABCI responses are required for /block_results RPC queries, and to -# reindex events in the command-line tool. -discard_abci_responses = false - -####################################################### -### Transaction Indexer Configuration Options ### -####################################################### -[tx_index] - -# What indexer to use for transactions -# -# The application will set which txs to index. In some cases a node operator will be able -# to decide which txs to index based on configuration set in the application. -# -# Options: -# 1) "null" -# 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend). -# - When "kv" is chosen "tx.height" and "tx.hash" will always be indexed. -# 3) "psql" - the indexer services backed by PostgreSQL. -# When "kv" or "psql" is chosen "tx.height" and "tx.hash" will always be indexed. -indexer = "kv" - -# The PostgreSQL connection configuration, the connection format: -# postgresql://:@:/? -psql-conn = "" - -####################################################### -### Instrumentation Configuration Options ### -####################################################### -[instrumentation] - -# When true, Prometheus metrics are served under /metrics on -# PrometheusListenAddr. -# Check out the documentation for the list of available metrics. -prometheus = false - -# Address to listen for Prometheus collector(s) connections -prometheus_listen_addr = ":26660" - -# Maximum number of simultaneous connections. -# If you want to accept a larger number than the default, make sure -# you increase your OS limits. -# 0 - unlimited. -max_open_connections = 3 - -# Instrumentation namespace -namespace = "tendermint" \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/genesis.json b/contrib/localnet/zetacored/zetacored_zetacore1/config/genesis.json deleted file mode 100644 index 65ed217f6d..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/genesis.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "genesis_time": "2023-01-16T04:54:06.919538199Z", - "chain_id": "athens_101-1", - "initial_height": "1", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "100000000", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000", - "max_bytes": "1048576" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "version": {} - }, - "app_hash": "", - "app_state": { - "auth": { - "params": { - "max_memo_characters": "256", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, - "accounts": [ - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "pub_key": { - "@type":"/cosmos.crypto.secp256k1.PubKey", - "key":"AvUEsFHbsr40nTSmWh7CWYRZHGwf4cpRLtJlaRO4VAoq" - }, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "pub_key": { - "@type":"/cosmos.crypto.secp256k1.PubKey", - "key":"A0mB4PyE5XeS3sNpFXIX536INyNoJHkMu1DEQ8FgH8Mq" - }, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1h4m2lf04kpzn4c6fj7tfcnr29fmgk2vfpkjma6", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - }, - { - "@type": "/ethermint.types.v1.EthAccount", - "base_account": { - "address": "zeta1srsq755t654agc0grpxj4y3w0znktrpr9tcdgk", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "code_hash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" - } - ] - }, - "bank": { - "params": { - "send_enabled": [], - "default_send_enabled": true - }, - "balances": [ - { - "address": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1h4m2lf04kpzn4c6fj7tfcnr29fmgk2vfpkjma6", - "coins": [ - { - "denom": "azeta", - "amount": "10000000000000000000000" - } - ] - }, - { - "address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - }, - { - "address": "zeta1srsq755t654agc0grpxj4y3w0znktrpr9tcdgk", - "coins": [ - { - "denom": "azeta", - "amount": "100000000000000000000000000" - } - ] - } - ], - "supply": [ - { - "denom": "azeta", - "amount": "500010000000000000000000000" - } - ], - "denom_metadata": [] - }, - "crisis": { - "constant_fee": { - "denom": "azeta", - "amount": "1000" - } - }, - "crosschain": { - "params": { - "enabled": false - }, - "outboundTrackerList": [], - "keygen": null, - "tSSVoterList": [], - "tSSList": [], - "gasPriceList": [], - "chainNoncesList": [], - "CrossChainTxs": [], - "nodeAccountList": [ - { - "creator": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "tssSignerAddress": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "pubkeySet": { - "secp256k1": "zetapub1addwnpepqt6sfvz3mwetudyaxjn958kztxz9j8rvrlsu55fw6fjkjyac2s9z53lsz4t" - } - }, - { - "creator": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "tssSignerAddress": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "pubkeySet": { - "secp256k1": "zetapub1addwnpepqdycrc8usnjh0yk7cd532ushualgsderdqj8jr9m2rzy8stqrlpj5drvw6u" - } - } - ], - "lastBlockHeightList": [] - }, - "distribution": { - "params": { - "community_tax": "0.020000000000000000", - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "withdraw_addr_enabled": true - }, - "fee_pool": { - "community_pool": [] - }, - "delegator_withdraw_infos": [], - "previous_proposer": "", - "outstanding_rewards": [], - "validator_accumulated_commissions": [], - "validator_historical_rewards": [], - "validator_current_rewards": [], - "delegator_starting_infos": [], - "validator_slash_events": [] - }, - "emissions": { - "params": { - "max_bond_factor": "1.25", - "min_bond_factor": "0.75", - "avg_block_time": "6.00", - "target_bond_ratio": "00.67", - "validator_emission_percentage": "00.50", - "observer_emission_percentage": "00.25", - "tss_signer_emission_percentage": "00.25", - "duration_factor_constant": "0.001877876953694702" - }, - "withdrawableEmissions": [] - }, - "evidence": { - "evidence": [] - }, - "evm": { - "accounts": [], - "params": { - "evm_denom": "azeta", - "enable_create": true, - "enable_call": true, - "extra_eips": [], - "chain_config": { - "homestead_block": "0", - "dao_fork_block": "0", - "dao_fork_support": true, - "eip150_block": "0", - "eip150_hash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "eip155_block": "0", - "eip158_block": "0", - "byzantium_block": "0", - "constantinople_block": "0", - "petersburg_block": "0", - "istanbul_block": "0", - "muir_glacier_block": "0", - "berlin_block": "0", - "london_block": "0", - "arrow_glacier_block": "0", - "gray_glacier_block": "0", - "merge_netsplit_block": "0" - }, - "allow_unprotected_txs": false - } - }, - "feemarket": { - "params": { - "no_base_fee": false, - "base_fee_change_denominator": 8, - "elasticity_multiplier": 2, - "enable_height": "0", - "base_fee": "1000000000", - "min_gas_price": "10000000000.0", - "min_gas_multiplier": "0.500000000000000000" - }, - "block_gas": "0" - }, - "fungible": { - "params": {}, - "foreignCoinsList": [], - "systemContract": null - }, - "genutil": { - "gen_txs": [ - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "zetachain", - "identity": "", - "website": "", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "validator_address": "zetavaloper1z46tdw75jvh4h39y3vu758ctv34rw5z9jmut95", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "cnOc/39ATQw+bYKG56pL8A2aMO6M8sBxXO3OVJHbhdA=" - }, - "value": { - "denom": "azeta", - "amount": "10000000000000000000000000" - } - } - ], - "memo": "baef847b3c8b4fc599b4434b1f234a95de70cdc2@172.20.0.11:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A5xB7o1mDrL/KygJY5y45rWkMlplJlKpUtAxFIpoLyLn" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "xo+pCyqUVhYyDoZiL0lZmwgdoyESaD/GXwX3dYyOfb0XcX72p/VcVPAH8LKb4rRp3WNg+0e0ge0ps5sn4cinbg==" - ] - }, - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "zetacore1", - "identity": "", - "website": "", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "validator_address": "zetavaloper1lz2fqwzjnk6qy48fgj753h48444fxtt7newaeu", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "TpCVIVP20iVz5vE7OY6R78HvIzP22Je0zHHnjJAcBnY=" - }, - "value": { - "denom": "azeta", - "amount": "10000000000000000000000000" - } - } - ], - "memo": "c9733926bd0e54244bd5189f64be9a5bd3754599@zetacore1:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A+INzBCKz8TVJ0QBabAGIUKXMKyQTalQ761JBBQSYfr3" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "db3f3P/7BMMiH+Sh+WCflVYk69Zi659fXsJ0DHtQPJ1KaNorFVf8j1TZ0dnBYy7XyeDKtmu6b52OpnPT86W7SQ==" - ] - } - ] - }, - "gov": { - "starting_proposal_id": "1", - "deposits": [], - "votes": [], - "proposals": [], - "deposit_params": { - "min_deposit": [ - { - "denom": "azeta", - "amount": "10000000" - } - ], - "max_deposit_period": "100s" - }, - "voting_params": { - "voting_period": "100s" - }, - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto_threshold": "0.334000000000000000" - } - }, - "ibc": { - "client_genesis": { - "clients": [], - "clients_consensus": [], - "clients_metadata": [], - "params": { - "allowed_clients": [ - "06-solomachine", - "07-tendermint" - ] - }, - "create_localhost": false, - "next_client_sequence": "0" - }, - "connection_genesis": { - "connections": [], - "client_connection_paths": [], - "next_connection_sequence": "0", - "params": { - "max_expected_time_per_block": "30000000000" - } - }, - "channel_genesis": { - "channels": [], - "acknowledgements": [], - "commitments": [], - "receipts": [], - "send_sequences": [], - "recv_sequences": [], - "ack_sequences": [], - "next_channel_sequence": "0" - } - }, - "mint": { - "minter": { - "inflation": "0.130000000000000000", - "annual_provisions": "0.000000000000000000" - }, - "params": { - "mint_denom": "azeta", - "inflation_rate_change": "0.130000000000000000", - "inflation_max": "0.200000000000000000", - "inflation_min": "0.070000000000000000", - "goal_bonded": "0.670000000000000000", - "blocks_per_year": "6311520" - } - }, - "observer": { - "core_params_list": [], - "observers": [ - { - "observer_chain": { - "chain_name": 14, - "chain_id": 1337 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - }, - { - "observer_chain": { - "chain_name": 14, - "chain_id": 1337 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - }, - { - "observer_chain": { - "chain_name": 15, - "chain_id": 18444 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - }, - { - "observer_chain": { - "chain_name": 15, - "chain_id": 18444 - }, - "observer_list": [ - "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52" - ] - } - ], - "params": { - "observer_params": [ - { - "chain": { - "chain_name": 15, - "chain_id": 18444 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 12, - "chain_id": 18332 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 3, - "chain_id": 8332 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 4, - "chain_id": 137 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 7, - "chain_id": 80001 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 9, - "chain_id": 1001 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 10, - "chain_id": 97 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 5, - "chain_id": 56 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 1, - "chain_id": 1 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 6, - "chain_id": 5 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 14, - "chain_id": 1337 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - }, - { - "chain": { - "chain_name": 2, - "chain_id": 101 - }, - "ballot_threshold": "0.660000000000000000", - "min_observer_delegation": "10000000000.000000000000000000", - "is_supported": true - } - ] - } - }, - "params": null, - "slashing": { - "params": { - "signed_blocks_window": "100", - "min_signed_per_window": "0.500000000000000000", - "downtime_jail_duration": "600s", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": [], - "missed_blocks": [] - }, - "authz": { - "authorization": [ - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgNonceVoter" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteGasPrice" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteInbound" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteOutbound" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgSetNodeKeys" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgCreateTSSVoter" - }, - "expiration": null - }, - { - "granter": "zeta1z46tdw75jvh4h39y3vu758ctv34rw5z9kmyhgz", - "grantee": "zeta1syavy2npfyt9tcncdtsdzf7kny9lh777heefxk", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgAddOutboundTracker" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgNonceVoter" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteGasPrice" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteInbound" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgVoteOutbound" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgSetNodeKeys" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgCreateTSSVoter" - }, - "expiration": null - }, - { - "granter": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "grantee": "zeta1l7hypmqk2yc334vc6vmdwzp5sdefygj2w5yj50", - "authorization": { - "@type": "/cosmos.authz.v1beta1.GenericAuthorization", - "msg": "/zetachain.zetacore.crosschain.MsgAddOutboundTracker" - }, - "expiration": null - } - ] - }, - "staking": { - "params": { - "unbonding_time": "1814400s", - "max_validators": 100, - "max_entries": 7, - "historical_entries": 10000, - "bond_denom": "azeta", - "min_commission_rate": "0.000000000000000000" - }, - "last_total_power": "0", - "last_validator_powers": [], - "validators": [], - "delegations": [], - "unbonding_delegations": [], - "redelegations": [], - "exported": false - }, - "transfer": { - "port_id": "transfer", - "denom_traces": [], - "params": { - "send_enabled": true, - "receive_enabled": true - } - }, - "upgrade": {}, - "vesting": {} - } -} diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json b/contrib/localnet/zetacored/zetacored_zetacore1/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json deleted file mode 100644 index 5cce662ea6..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/gentx/gentx-c9733926bd0e54244bd5189f64be9a5bd3754599.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "zetacore1", - "identity": "", - "website": "", - "security_contact": "", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "zeta1lz2fqwzjnk6qy48fgj753h48444fxtt7hekp52", - "validator_address": "zetavaloper1lz2fqwzjnk6qy48fgj753h48444fxtt7newaeu", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "TpCVIVP20iVz5vE7OY6R78HvIzP22Je0zHHnjJAcBnY=" - }, - "value": { - "denom": "azeta", - "amount": "10000000000000000000000000" - } - } - ], - "memo": "c9733926bd0e54244bd5189f64be9a5bd3754599@zetacore1:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A+INzBCKz8TVJ0QBabAGIUKXMKyQTalQ761JBBQSYfr3" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "db3f3P/7BMMiH+Sh+WCflVYk69Zi659fXsJ0DHtQPJ1KaNorFVf8j1TZ0dnBYy7XyeDKtmu6b52OpnPT86W7SQ==" - ] -} diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/node_key.json b/contrib/localnet/zetacored/zetacored_zetacore1/config/node_key.json deleted file mode 100644 index 2920207364..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/node_key.json +++ /dev/null @@ -1 +0,0 @@ -{"priv_key":{"type":"tendermint/PrivKeyEd25519","value":"W371xKZXOcZNMOuVcVv+aJvylep0V7aBbqgF2iCHC0wit8nUl67Iqhnv6dTQu3OR9E3pysh06zkmYezdDyql2w=="}} \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/config/priv_validator_key.json b/contrib/localnet/zetacored/zetacored_zetacore1/config/priv_validator_key.json deleted file mode 100644 index ed33e0de85..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/config/priv_validator_key.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "address": "AEABDEA088421C8621C7C2900E87D5D337F1B43E", - "pub_key": { - "type": "tendermint/PubKeyEd25519", - "value": "TpCVIVP20iVz5vE7OY6R78HvIzP22Je0zHHnjJAcBnY=" - }, - "priv_key": { - "type": "tendermint/PrivKeyEd25519", - "value": "yCXNjiRWr+8z7sh3Qnpa4DplOdvxBbVP6rp6Md4ZKYlOkJUhU/bSJXPm8Ts5jpHvwe8jM/bYl7TMceeMkBwGdg==" - } -} \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/dbfe49f1884bbf3bbfc6a689cc0d1afc550c320d.address b/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/dbfe49f1884bbf3bbfc6a689cc0d1afc550c320d.address deleted file mode 100644 index 12423f8269..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/dbfe49f1884bbf3bbfc6a689cc0d1afc550c320d.address +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0Njo0NC4wNjI3MTMgLTA0MDAgRURUIG09KzAuMDUxNzA4MjUxIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiQ3Z4ell0ZUJnSjlNd2MycyJ9.JgkexsaNDqeDWs-U17aIgic2TU252vMATcw8W3HYmLiYI5MZ4XsJkQ.6OBPdK8TW67G_1s1.5qLTmafak6KB3SLqckh-UJ_ekK4FCrsSjOxKtz2Z-AWwj2RJkbv3yxIXm1RSypNXLPzOHNc6TIc0ZQ8y46y9BBq7_oPaSPxVf0kXHpCE9CVkYz0qP2wFJDVX8w1cNZmZIAP9D8_qLOdXHnfSQTUVS0uZNZtHKclOqykwmOuhR80bwx6XAWQXKEcgB8VQAu8xxIFtzXDsFqfMFRm12jAHIDNzDFGUAEeMDKLxcRyCAXrvRHV98Ak1JoWzJ7eQO4YmATQ.HVuBSfHhr86GXt6k-UckmQ \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/ffae40ec16513118d598d336d70834837292224a.address b/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/ffae40ec16513118d598d336d70834837292224a.address deleted file mode 100644 index 97630a4799..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/ffae40ec16513118d598d336d70834837292224a.address +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0MzowMS43NjcxNzEgLTA0MDAgRURUIG09KzAuMDU3MDY0MDAxIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoidUlocDFGRG1xZ1MxNUlSeCJ9.nPkgYwqVQEax6qHnMb-NfQKH7KvObRpPeor_pQ_Ak9arcQnvk8NfNA.9SeIIqtYINWlAS8z.r6dOtQdbmYeurJCv8dSH3TcsZAU4DD3tcjejyrwIh1ICAUD6kTbXqArgbH6yy293HFHW5osGYzF0VzMdSQ77THlAk3HKg809BGdX4uWI76Bgz2i5m5x4x0yAzq4G4lcPQ8GJK8QBKqgVcPaA7TWZ_cTRIUN8KOFTmQUeBKBOa_JYFOxFEYuleSJo258pPuD94hIljp_HlVhg981_U7bO8GIRCeQ9LgA1Q7KH7iigAXp0iIDqjVlhZQnlGx7RrffDKAAx9gPSCpWchA.A8Bwywzvu6TbSpAujfyc7Q \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_grantee_observer.info b/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_grantee_observer.info deleted file mode 100644 index 02a5d09534..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_grantee_observer.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0MzowMS43NjMxOSAtMDQwMCBFRFQgbT0rMC4wNTMwODM2MjYiLCJlbmMiOiJBMjU2R0NNIiwicDJjIjo4MTkyLCJwMnMiOiIyTTl6cUt0LXJ5SHI0bWQ4In0.JPSrRojRa4o-XnLFdwlYXMNt9ambBj2dk8x6MrcTgYqDN8mc5pVxyA.a1DfAB-caPcTJGCf._qj_0WQkA0w5RksGsCLu843ZSf3dEhyTUkgcRmKHzCSDlhWBrNYWyH3F08BynLBilXhEtlVNwVPkw0KUuJQpBgXKeqG3SVZmmVCG3ya74KhLKkGclj1vTAV29BRYPCBiVoW4FzuGHMXaY7wmK7p9IzHpAvM2o9guXyHAfFSI3Cu7ApaK6J_Hi4dm5JO878ut5WfUFTKbHfL7Ug0agdOZLxWWgS0Cl3j2dbzPGu6__ZEt3cAuC1HCiM-ZT_TsXg22JwLPXZrF6Tkc8YHZ88OyJB1f-Oj3hDJjclnyrrrrYhveJQWm-j7n04e8IzPVya_awnYcx1lnNllmNjdbrwhddV_OrKWiCHwbf01Nxh7FEitbZ-BueJGZC3vyPNZ8D1QvxpfscPtAVyUp1gGg8zOB4oZSPyC1GxSpV5H9SSY7So40z3ZRASfBTnT4MyINfpMRNxZNWAZ9cgjbuN1eTkQbM6tEWwfrO2Pb8hPwkhqoig.GPVPZvsAfFUbkMq8ZC0xMA \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_tss_signer.info b/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_tss_signer.info deleted file mode 100644 index 39d27f565c..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_tss_signer.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0Njo0NC4wNjEyMTIgLTA0MDAgRURUIG09KzAuMDUwMjA3MjA5IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiV3lxaFBFQjZ6WXJzM2RPXyJ9.290M1SfpJK48RxlDlhZbEwKtM4I-g83cXSMBMoUCXmBQxB5lZ-JmqQ.K8mYyNIe0l8igkff.k0ZwxItS5K1ju26RIqtGLsz4VhRZtYMuUrdE-QtW17Jv1nPZoaA6OJAmefQ6wzFvvw4ibfB-BywLnL4kneCZUvra3gaUorYB4mPCqD3SG5Fc0JSjbxtQddqE0_u8yVbR1OriQp3c8ISD8d-EnOtsFnOKppXZkZKdtMDZaS3KlWbYQZlbI2wmsF2PWpVlAtUmVSRoSr1jVxgcxyah_IhTrgkdr4ut5LwLtq53lbaDYLWLapdgEh7BZkiGe_pcCDLA0vA4DnytilMRwJOJGdtuKTLUePtFJKvZ3yBhl7Apft5KTJkNKpADDhsOwwXCjRixgNeq7RPPEFLvrPiiXFI0756IWQkx1ClYAu3YqFxqEE_BA8_9aILLqstsVFLoCRreESeMrj6LVR17Dw85c4aGWrJheiP2kW4LjFDfOLz_Dlt4dfrPFViadoy8OVQnQd6WvQisV96RhDYvPXJ7WNzi4rw.4-ZdET4cTohzRvJkKgzysw \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_zetaclient_grantee.info b/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_zetaclient_grantee.info deleted file mode 100644 index 02a5d09534..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/keyring-test/val_zetaclient_grantee.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wMy0xNCAxMzo0MzowMS43NjMxOSAtMDQwMCBFRFQgbT0rMC4wNTMwODM2MjYiLCJlbmMiOiJBMjU2R0NNIiwicDJjIjo4MTkyLCJwMnMiOiIyTTl6cUt0LXJ5SHI0bWQ4In0.JPSrRojRa4o-XnLFdwlYXMNt9ambBj2dk8x6MrcTgYqDN8mc5pVxyA.a1DfAB-caPcTJGCf._qj_0WQkA0w5RksGsCLu843ZSf3dEhyTUkgcRmKHzCSDlhWBrNYWyH3F08BynLBilXhEtlVNwVPkw0KUuJQpBgXKeqG3SVZmmVCG3ya74KhLKkGclj1vTAV29BRYPCBiVoW4FzuGHMXaY7wmK7p9IzHpAvM2o9guXyHAfFSI3Cu7ApaK6J_Hi4dm5JO878ut5WfUFTKbHfL7Ug0agdOZLxWWgS0Cl3j2dbzPGu6__ZEt3cAuC1HCiM-ZT_TsXg22JwLPXZrF6Tkc8YHZ88OyJB1f-Oj3hDJjclnyrrrrYhveJQWm-j7n04e8IzPVya_awnYcx1lnNllmNjdbrwhddV_OrKWiCHwbf01Nxh7FEitbZ-BueJGZC3vyPNZ8D1QvxpfscPtAVyUp1gGg8zOB4oZSPyC1GxSpV5H9SSY7So40z3ZRASfBTnT4MyINfpMRNxZNWAZ9cgjbuN1eTkQbM6tEWwfrO2Pb8hPwkhqoig.GPVPZvsAfFUbkMq8ZC0xMA \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore1/priv_validator_state.json b/contrib/localnet/zetacored/zetacored_zetacore1/priv_validator_state.json deleted file mode 100644 index 48f3b67e3f..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore1/priv_validator_state.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "height": "0", - "round": 0, - "step": 0 -} \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore2/keyring-test/val_grantee_observer.info b/contrib/localnet/zetacored/zetacored_zetacore2/keyring-test/val_grantee_observer.info deleted file mode 100644 index e3b234b8f7..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore2/keyring-test/val_grantee_observer.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wNC0yNSAyMzowNjoyMC4zMzMyMzIgLTA1MDAgQ0RUIG09KzIuNTMzMDEwNTg0IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiVWw5LUR0ZEdZem1PM3NjUCJ9.k1WnRjLpq8FSfVIeoVC63cLg3O7MD6hrr73Jqjo_QjJb6NN72XmVfg.39eUA-phLevsiuPv.ABfiTwSU6yD5p9FoaoGOIY4nR5N7VSutP22ril2fY_uR-4xSk53t8QvEjmhYIc2fSsCpwTy-eMl7ojrnVaVWBkYW7Od90sDcOIMuBDmMD9ZL7yyVwJpncOhgTBIxqjDEPrmbWj9Up95312LYNMALlK5OvPHYCcs4D-RqPoXiG0tSbbFHzJzwfliHco_ykN_VyjK-phynFM-bz7F2YKCB6jSr_DDqqBSfQvgW6h6vrElziXYknXbKIAogBDlJui77WhzTUBq147jW50dQ4TQNozmlFEFqDz8a0CSViQnaZo6MZv7yWWVZ6XcrwNZ0wEIpY-9eFvsoJVT0xStlByj8Oyz5MS5fK-R4p3nPm_N4IF3Q1qN66_MiTUUwCciomHq_IY79u-5EZdQvyybPg3kR49wAChGZnDmDRNh4Ub-UzXl8KW2G460hnnnrFG4GjaHSnSRtYOyQ76fj_O9oSyEjs17q4HYwDDiCxKj5yBUbig.awpOYDjuZsLQfUZeB0CLSg \ No newline at end of file diff --git a/contrib/localnet/zetacored/zetacored_zetacore3/keyring-test/val_grantee_observer.info b/contrib/localnet/zetacored/zetacored_zetacore3/keyring-test/val_grantee_observer.info deleted file mode 100644 index 699f776d90..0000000000 --- a/contrib/localnet/zetacored/zetacored_zetacore3/keyring-test/val_grantee_observer.info +++ /dev/null @@ -1 +0,0 @@ -eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wNC0yNSAyMzowNjo1NS4zODY0NDkgLTA1MDAgQ0RUIG09KzEuMzM4MDkwMTI2IiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiS0Q4X0lSalpXc1F2SUQxNyJ9.KBqjE_t5slsBRq7FlezI_ijmrMGL5QPdRxRscl4eUQqF820s5G0J8w.d6G3oiMff6D6GRZH.EmCB_wYAZxa4jSTr4cbdEvCjMmFGFGO6Ag0lGRxhptmMPvMHMp_jek0cB-EZ8YJ3lpIeaOucXW-fD_CJCB5sfOJfaSOLP7Kk44FSJDoGoGeFNq0JkqYO_97Q0jBZRfx9Vkph_0NNF3VqpazgsUZppZ3V5GwbxccYroFIERSyO8Q8aPB75i7i7LFaPVZvGiZTjJ0Ms-Ba1REBBj10ehqbAZ5-qCNDVRakKKGM5SSP4gC2YAoa1LHDIr-uwyvrCRaNyYbZWxqc19fzUAEdPDq6fmlWIEJUitidyjUnDy0eTS08ilKJBOpltpQ9X_cKS9X-0feDqhnXNq_eEdIV1JnhzXME6JqbpnkmfmsTEH1OtGEdv6mZCi_OcTtgrZOTRQIUFCxF2SbM8BziimBmEKKnYJ-ozk47GDl92pHRbMgbh1rJMHQlQulV_1UzPgxA9MxWmkoe3HBTffUR0F_sD3G9NWue1WKyR29hwmB1_FMKZA.xNk2jOBJDKxYGUI7CmY3ew \ No newline at end of file