openethereum/parity
Seun LanLege 80a83c95d3 only add transactions to signing-queue if it is enabled (#11272)
* only add transactions to signing-queue if it is enabled

* Update rpc/src/v1/helpers/errors.rs

Co-Authored-By: David <dvdplm@gmail.com>

* use errors::codes::ACCOUNT_LOCKED

* bail early if account isn't unlocked

* use errors::signing

* Update rpc/src/v1/helpers/errors.rs

* Update rpc/src/v1/helpers/errors.rs

* test

* adds cli flag to enable signing queue.

* use helper method siginig_queue_disabled instead of accounts::SignError

* fix typo, use raw i64

* fixed tests
2019-12-05 09:38:14 +01:00
..
cli only add transactions to signing-queue if it is enabled (#11272) 2019-12-05 09:38:14 +01:00
db Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
light_helpers fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
logger Update kvdb, kvdb-rocksdb and h2 (#11091) 2019-09-27 23:29:14 +02:00
account_utils.rs ethcore/res: add mordor testnet configuration (#11200) 2019-11-02 12:26:38 +01:00
account.rs Upgrade to parity-crypto 0.4 (#10650) 2019-05-28 07:50:10 +02:00
blockchain.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
cache.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
configuration.rs only add transactions to signing-queue if it is enabled (#11272) 2019-12-05 09:38:14 +01:00
deprecated.rs Ensure jsonrpc threading settings are sane (#11267) 2019-11-18 19:40:48 +01:00
export_hardcoded_sync.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
helpers.rs removed redundant VMType enum with one variant (#11266) 2019-11-20 11:11:36 +08:00
informant.rs Use a lock instead of atomics for snapshot Progress (#11197) 2019-10-28 18:24:45 +01:00
ipfs.rs fix compile warnings (#10993) 2019-08-27 17:29:33 +02:00
lib.rs Ensure jsonrpc threading settings are sane (#11267) 2019-11-18 19:40:48 +01:00
main.rs Insert explicit warning into the panic hook (#11225) 2019-10-31 16:17:12 +01:00
modules.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
params.rs add support for evan.network chains (#11289) 2019-12-03 15:00:29 +01:00
presale.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
rpc_apis.rs Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00
rpc.rs only add transactions to signing-queue if it is enabled (#11272) 2019-12-05 09:38:14 +01:00
run.rs Use upstream rocksdb (#11248) 2019-12-03 16:59:11 +01:00
secretstore.rs Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
signer.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot_cmd.rs removed redundant VMType enum with one variant (#11266) 2019-11-20 11:11:36 +08:00
stratum.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
upgrade.rs Add message to IO errors (#10324) 2019-02-18 20:39:38 +03:00
user_defaults.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00