2016-09-10 11:37:14 +02:00
|
|
|
[parity]
|
2016-11-05 10:38:00 +01:00
|
|
|
mode = "last"
|
2016-09-10 11:37:14 +02:00
|
|
|
mode_timeout = 300
|
|
|
|
mode_alarm = 3600
|
2017-05-04 12:13:50 +02:00
|
|
|
no_persistent_txqueue = false
|
2016-12-11 15:41:49 +01:00
|
|
|
|
2016-09-10 11:37:14 +02:00
|
|
|
chain = "homestead"
|
2016-12-15 21:56:45 +01:00
|
|
|
base_path = "$HOME/.parity"
|
|
|
|
db_path = "$HOME/.parity/chains"
|
2016-09-10 11:37:14 +02:00
|
|
|
keys_path = "$HOME/.parity/keys"
|
|
|
|
identity = ""
|
|
|
|
|
|
|
|
[account]
|
|
|
|
unlock = ["0xdeadbeefcafe0000000000000000000000000000"]
|
|
|
|
password = ["~/.safe/password.file"]
|
|
|
|
keys_iterations = 10240
|
|
|
|
|
2016-11-07 17:40:53 +01:00
|
|
|
[ui]
|
2016-09-10 11:37:14 +02:00
|
|
|
path = "$HOME/.parity/signer"
|
|
|
|
|
|
|
|
[network]
|
|
|
|
port = 30303
|
|
|
|
min_peers = 25
|
|
|
|
max_peers = 50
|
|
|
|
nat = "any"
|
2016-11-03 22:22:25 +01:00
|
|
|
id = 1
|
2016-09-10 11:37:14 +02:00
|
|
|
bootnodes = []
|
|
|
|
discovery = true
|
2016-10-18 18:16:00 +02:00
|
|
|
warp = true
|
2016-10-24 18:25:27 +02:00
|
|
|
allow_ips = "all"
|
|
|
|
snapshot_peers = 0
|
|
|
|
max_pending_peers = 64
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
reserved_only = false
|
|
|
|
reserved_peers = "./path_to_file"
|
|
|
|
|
|
|
|
[rpc]
|
|
|
|
disable = false
|
|
|
|
port = 8545
|
|
|
|
interface = "local"
|
2017-12-27 18:56:06 +01:00
|
|
|
cors = ["null"]
|
2021-02-26 15:23:29 +01:00
|
|
|
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
|
2016-09-10 11:37:14 +02:00
|
|
|
hosts = ["none"]
|
2018-11-26 19:58:27 +01:00
|
|
|
allow_missing_blocks = false
|
2016-09-10 11:37:14 +02:00
|
|
|
|
2017-04-13 16:32:07 +02:00
|
|
|
[websockets]
|
|
|
|
disable = false
|
|
|
|
port = 8546
|
|
|
|
interface = "local"
|
|
|
|
origins = ["none"]
|
2021-02-26 15:23:29 +01:00
|
|
|
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
|
2017-04-13 16:32:07 +02:00
|
|
|
hosts = ["none"]
|
|
|
|
|
2016-09-10 11:37:14 +02:00
|
|
|
[ipc]
|
|
|
|
disable = false
|
|
|
|
path = "$HOME/.parity/jsonrpc.ipc"
|
2021-02-26 15:23:29 +01:00
|
|
|
apis = ["web3", "eth", "net", "parity", "parity_accounts", "personal", "traces", "rpc", "secretstore"]
|
2016-09-10 11:37:14 +02:00
|
|
|
|
2017-12-27 18:56:06 +01:00
|
|
|
[secretstore]
|
2017-02-20 16:13:21 +01:00
|
|
|
disable = false
|
2017-07-27 12:29:09 +02:00
|
|
|
disable_http = false
|
2018-06-14 09:01:52 +02:00
|
|
|
acl_contract = "registry"
|
2017-11-24 10:33:33 +01:00
|
|
|
service_contract = "none"
|
2018-04-03 16:54:34 +02:00
|
|
|
service_contract_srv_gen = "none"
|
|
|
|
service_contract_srv_retr = "none"
|
|
|
|
service_contract_doc_store = "none"
|
|
|
|
service_contract_doc_sretr = "none"
|
2018-06-14 09:01:52 +02:00
|
|
|
server_set_contract = "registry"
|
2017-04-08 11:26:16 +02:00
|
|
|
nodes = []
|
|
|
|
http_interface = "local"
|
|
|
|
http_port = 8082
|
2017-02-20 16:13:21 +01:00
|
|
|
interface = "local"
|
2017-04-08 11:26:16 +02:00
|
|
|
port = 8083
|
2017-02-20 16:13:21 +01:00
|
|
|
path = "$HOME/.parity/secretstore"
|
|
|
|
|
2016-09-10 11:37:14 +02:00
|
|
|
[mining]
|
|
|
|
author = "0xdeadbeefcafe0000000000000000000000000001"
|
2016-12-05 22:31:38 +01:00
|
|
|
engine_signer = "0xdeadbeefcafe0000000000000000000000000001"
|
2016-09-10 11:37:14 +02:00
|
|
|
force_sealing = true
|
|
|
|
reseal_on_txs = "all"
|
|
|
|
reseal_min_period = 4000
|
2017-03-15 14:04:42 +01:00
|
|
|
reseal_max_period = 60000
|
2016-09-10 11:37:14 +02:00
|
|
|
work_queue_size = 20
|
|
|
|
relay_set = "cheap"
|
2017-07-14 04:40:47 +02:00
|
|
|
min_gas_price = 0
|
Reduce usd_per_tx (#7058)
* Update config.full.toml
* Update mod.rs
* Patch 1 (#1)
* Iterate over both buffered and unbuffered database entries
* Fix iterator issues
* no default uncles
* prepare cargo configuration for upload of crates
* update bigint version number
* update ethcore-bigint version
* rename hash crate to keccak-hash
* update memorydb
* update rlp
* update patricia-trie cargo.toml
* use error-chain in ethcore-network
* interleaved-ordered 0.1.1
* static linking for snappy
* removed redundant imports
* Add the desktop file for the snap
Now that we have added plugs to allow accessing the display, the snap needs
a desktop file. And bonus point, it will appear on the menu when it's
installed, and once you make a stable relase, it will appear in the gnome
software center app! So, one-click install for parity :)
Closes: #7056
* update icon for desktop
* Properly display Signer errors (Snackbar display popup) (#7053)
* Update to fixed @parity/ui (Errors component)
* Update ParityBar radius to align with Snackbar/Errors
* Update to latest @parity/ui
* Update dependencies @parity/signer-plugin-*
* Really pull in @parity/signer-plugin-* deps
* CHANGELOG for 1.7.8, 1.7.9, 1.8.2, and 1.8.3 (#7055)
* Update changelog for 1.7.8 stable
* Update changelog for 1.7.9 stable
* Improve wording in Changelog
* Update changelog for 1.8.2 beta
* Update changelog for 1.8.3 beta
* [ci skip] js-precompiled 20171115-103846
* ECIP-1039: Monetary policy rounding specification
Fix potential rounding errors between geth and parity in the long-term future.
* Change reward calculation to only use divide once
* SecretStore: servers set change session api (#6925)
* SecretStore: first key versions flush
* SecretStore: key versions in encryption session
* SecretStore: flush key versions negotiation session
* SecretStore: connected key version negotiation session to cluster
* SecretStore: cluster sessions container refactoring
* SecretStore: flush
* SecretStore: flush key versions
* SecretStore: flush
* SecretStore: delegation proto
* SecretStore: decryption_session_is_delegated_when_node_does_not_have_key_share
* SecretStore: fixed version in decryption session
* SecretStore: signing_session_is_delegated_when_node_does_not_have_key_share
* SecretStore: started restoring admin sessions
* SecretStore: restoring admin sessions
* SecretStore: removed obsolete ShareRemove && ShareMove sessions
* SecretStore: ShareAdd math tests only require old_t+1 nodes
* SecretStore: ShareAdd revamp using new math backend
* SecretStore: do not include isolated nodes into consensus_group
* SecretStore: ServersSetChange + ShareAdd revamp
* removed debug printlns
* SecretStore: key version negotiation tests
* SecretStore: removed debug/merge artifacts
* SecretStore: fixed master node selection
* SecretStore: cleanup + tests + fixes
* SecretStore: uncommented tests
* SecretStore: cleaning up
* SecretStore: cleaning up + tests
* SecretStore: cleaning up
* SecretStore: cleaning up && tests
* SecretStore: fixing TODOs
* SecretStore: fixing TODOs + cleanup
* SecretStore: fixing TODOs
* SecretStore: nodes_add_to_the_node_with_obsolete_version
* SecretStore: nodes_add_fails_when_not_enough_share_owners_are_connected
* SecretStore: tests
* SecretStore: signing && delegation tests
* SecretStore: signing && decryption tests when some nodes are isolated
* SecretStore: sessions_are_removed_when_initialization_fails
* SecretStore: ceaning up
* SecretStore: removed obsolete comments
* SecretStore: signing_session_completes_if_node_does_not_have_a_share
* SecretStore: initial ServersSetChange API
* SecretStore: added secretstore_signServersSet RPC
* SecretStore: ChangeServersSet parse tests
* SecretStore: fixes after manual ServersSetChange tests
* lost file
* fixed network ports overlap in tests
* lost files
* fix tests on patricia-trie
* updated eth-secp256k1
* Fix no-default-features.
* Parse payload from panic
Impl payload
empty str is none
Update tests
Clean
Update wasm-tests
* Allow localUrl in manifest
* Improve Github Issue Template: IT CROWD approved version.
* Remove seperator that causes issue descriptions to become headlines sometimes
* Add to all icon_url places
* Add appId as needed to local dapps
* localUrl only from manifest
* Update panic_payload.rs
* Use query-string for search parsing
* spaces to tabs.
* Add localUrl to serialization
* Make storage_read/write return nothing
* Update gas values
* Update wasm-tests
* Cleanup debug info
* Remove debug log
* Optimize & group dapp requests (#7083)
* Group similar methods in same grouping
* Add a shell_getMethodGroups API
* Small code clean changes
* Fix bug dapp.name not showing
* Additional error handling
* Store sources in own map
* Remove observable variables where not needed
* Refactor code and fix bug dapp not showing on approve
* [ci skip] js-precompiled 20171121-150329
* Remove unused and duplicated files in js-old (#7082)
* Cleanup v1 build process, application-only
* Remove built-in dapps from build (duplicated)
* User @parity/api instead of local version
* Update references to @parity/abi
* Remove unused js-old api/abi folders
* Remove duplicated v1 jsonrpc
* Cleanup unused routes
* Update manifest with wallet image
* Update wallet logo
* Re-add missing test.sh
* Update rpc mocks
* Update tests for Providers
* Use flex for iframe & status
* Additional cleanups (Home screen for embed)
* Keep statusbar fixed (and non-overallping with dapps)
* [ci skip] js-precompiled 20171121-164807
* Cleanup top bar, add Home icon for navigation (#7118)
* Localise images to config.js file
* Remove sample status plugin (commented)
* Update image references from config
* Remove Unknown capability & Capable (only display actions)
* Update to @parity/ui 2.2.14
* Add Home icon on statusbar (go back)
* 2.2.14 -> 2.2.x
* Builtin dapp icons where dappreg not available
* [ci skip] js-precompiled 20171122-140247
* fixed RotatingLogger after migrating to new arrayvec
* Update packages, pull in compiled-only repos (#7125)
* Update packages, pull in compiled-only repos
* Update js-precompiled to point to js-dist-paritytech
* Trigger both js & js-old builds to force update
* Update to bring scripts 100% in-sync
* Fixed build && test (#7128)
* fixed build && test
* fixed rpc tests
* Update js-precompiled ref, trigger JS build
* Add test for ECIP1017 at block 250000000
* Wrong era used in ECIP1017 test
It is era 49, and should correspond to ECIP1017/ECIP1039's era 50.
* [ci skip] js-precompiled 20171124-124119
* Push to correct shell branch (#7135)
* Push to correct shell branch
* Trigger both js & js-old builds
* [ci skip] js-precompiled 20171124-134823
* pwasm-run-test utility
* WASM Remove blockhash error (#7121)
* Remove blockhash error
* Update tests.
* Pull in new dapp-{methods,visible} dapps (#7150)
* [ci skip] js-precompiled 20171128-091552
* fixes typo in user config path (#7159)
* Cleanup JS build artifacts (#7164)
* Cleanup JS build artifacts
* Trigger js & js-old
* [ci skip] js-precompiled 20171129-135441
* Use git flag to remove old js artifacts (#7165)
* [ci skip] js-precompiled 20171129-144917
* Remove *.css.map & *.js.map (#7168)
* [ci skip] js-precompiled 20171129-172021
* Delete unused package.json (dist) (#7173)
* [ci skip] js-precompiled 20171130-103432
* Assorted improvements for ethstore and ethkey (#6961)
* Testing many passwords for presale wallet.
* Add multiple threads.
* WiP: ethkey brain wallets recover.
* Refactor pre-sale-wallet cracking.
* Generate in multiple threads. Brain with prefix.
* Validate bain wallet phrase.
* Brain wallet recovery.
* Self-review fixes.
* Fix tests.
* More docs.
* Bump versions.
* Remove cmd_find from borked merge.
* Update wasm submodules.
* Use threadpool.
* upper limit is gas limit * 10 in estimate gas
* React 16 (#7174)
* Update packages to use React 16
* Rollback to react-router v3
* Use component instead of pure one
* Remove warning about mobx
* Make webpack load css from @parity/ui
* Update enzyme to support react16
* Fix lint
* Use @parity/ui v3
* Update refs of plugin-signer-* deps
* Exclude plugin-signer-* from babel processing
* Reupdate refs to old method
* Update refs again
* [ci skip] js-precompiled 20171201-114538
* pwasm-run-test utility upgrade
* Removed ethcore-util dependency from ethcore-network (#7180)
* Removed ethcore-util dependency
* Removed snappy
* New account selector UI in top bar (#7179)
* Add a dropdown popup for account selector
* Install sui latest version for hideOnScroll bug fix
* Update ui
* Update package-lock after rebase
* Require parity/ui v3.0.3
* Pass accountStore as props
* Require parity/ui v3.0.4
* [ci skip] js-precompiled 20171204-115345
* Update mocha import stubs (#7191)
* Update mocha import stubs
* Add .md files to ignore list
* [ci skip] js-precompiled 20171205-084709
* Update FirstRun for UI-2 (#7195)
* WIP
* Update after @parity/ui update
* Update to latest
* Update semver for @parity
* Update & -> &
* [ci skip] js-precompiled 20171205-102703
* Maximum uncle count transition (#7196)
* Enable delayed maximum_uncle_count activation.
* Fix tests.
* Defer kovan HF.
* mistake comment in calc difficulty (#7154)
* Send each log as a separate notifications. (#7175)
* Update config.full.toml
* Revert "Patch 1 (#1)" (#2)
This reverts commit 2fa0af6392f75cf9f7dd5f8250906e3767da8a5b.
* Update usd_per_tx test
* Fix tests
* Fix initial_minimum
2018-01-30 16:10:12 +01:00
|
|
|
usd_per_tx = "0.0001"
|
2016-09-10 11:37:14 +02:00
|
|
|
usd_per_eth = "auto"
|
|
|
|
price_update_period = "hourly"
|
2018-09-17 08:33:00 +02:00
|
|
|
gas_floor_target = "8000000"
|
|
|
|
gas_cap = "10000000"
|
2017-07-13 15:12:25 +02:00
|
|
|
tx_queue_size = 8192
|
2019-01-28 11:26:11 +01:00
|
|
|
tx_queue_locals = ["0xdeadbeefcafe0000000000000000000000000000"]
|
2016-10-15 14:46:33 +02:00
|
|
|
tx_queue_strategy = "gas_factor"
|
2016-10-27 19:28:34 +02:00
|
|
|
tx_queue_ban_count = 1
|
|
|
|
tx_queue_ban_time = 180 #s
|
2018-09-17 08:33:00 +02:00
|
|
|
tx_gas_limit = "10000000"
|
2016-10-27 19:28:34 +02:00
|
|
|
tx_time_limit = 100 #ms
|
2018-06-18 15:32:18 +02:00
|
|
|
tx_queue_no_unfamiliar_locals = false
|
2018-07-24 15:04:48 +02:00
|
|
|
tx_queue_no_early_reject = false
|
2016-09-10 11:37:14 +02:00
|
|
|
extra_data = "Parity"
|
|
|
|
remove_solved = false
|
|
|
|
notify_work = ["http://localhost:3001"]
|
2017-01-22 16:15:22 +01:00
|
|
|
refuse_service_transactions = false
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[footprint]
|
|
|
|
tracing = "auto"
|
|
|
|
pruning = "auto"
|
2017-02-13 17:15:25 +01:00
|
|
|
pruning_history = 64
|
2017-01-20 13:25:53 +01:00
|
|
|
pruning_memory = 500
|
2016-09-10 11:37:14 +02:00
|
|
|
cache_size_db = 64
|
|
|
|
cache_size_blocks = 8
|
|
|
|
cache_size_queue = 50
|
2016-10-07 00:28:42 +02:00
|
|
|
cache_size_state = 25
|
2016-09-10 11:37:14 +02:00
|
|
|
cache_size = 128 # Overrides above caches with total size
|
|
|
|
db_compaction = "ssd"
|
2016-10-03 11:13:10 +02:00
|
|
|
fat_db = "auto"
|
2016-12-02 18:36:00 +01:00
|
|
|
scale_verifiers = true
|
|
|
|
num_verifiers = 6
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[snapshots]
|
2020-09-15 16:51:49 +02:00
|
|
|
enable = false
|
2016-09-10 11:37:14 +02:00
|
|
|
|
|
|
|
[misc]
|
|
|
|
logging = "own_tx=trace"
|
2020-09-22 14:53:52 +02:00
|
|
|
log_file = "/var/log/openethereum.log"
|
2016-09-11 11:52:12 +02:00
|
|
|
color = true
|