This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Allow specifying local accounts via CLI flag #9634
Labels
F8-enhancement 🎊
An additional feature request.
M2-config 📂
Chain specifications and node configurations.
P7-nicetohave 🐕
Issue is worth doing eventually.
P9-somedaymaybe 🌞
Issue might be worth doing eventually.
Milestone
Comments
peterbitfly
changed the title
Allow specifying local accounts via CLI flags
Allow specifying local accounts via CLI flag
Sep 24, 2018
Tbaut
added
P7-nicetohave 🐕
Issue is worth doing eventually.
P9-somedaymaybe 🌞
Issue might be worth doing eventually.
labels
Nov 14, 2018
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Nov 24, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Nov 24, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 17, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 17, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 18, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 18, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 18, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 23, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
insipx
pushed a commit
to insipx/parity-ethereum
that referenced
this issue
Dec 31, 2018
* Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves openethereum#9634
5chdn
pushed a commit
that referenced
this issue
Jan 28, 2019
* Allow specifying local accounts via CLI * Add `tx-queue-locals` CLI option * ethcore: modify miner to check options vec before importing transaction * modify tests (ethcore/parity) Resolves #9634 * fix formatting * fixes: Make prefer HashSet over Vec<>, add test, comment formatting * Update ethcore/src/miner/miner.rs Co-Authored-By: insipx <aplaza@liquidthink.net> * Fix comments and add helper for set->vec conversion * remove blank line from use statement * fix helper test * formatting * fix test to pass on nightly * revert test fix for nightly
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
F8-enhancement 🎊
An additional feature request.
M2-config 📂
Chain specifications and node configurations.
P7-nicetohave 🐕
Issue is worth doing eventually.
P9-somedaymaybe 🌞
Issue might be worth doing eventually.
It would be nice if parity allows to define local accounts (=accounts whose tx should be treated as a priority when mining) can be specified via cli flags similar to what geth allow with their
--txpool.locals
flag (see ethereum/go-ethereum#17472)The text was updated successfully, but these errors were encountered: