Shawn Tabrizi
|
7efa62725e
|
Update copyright year (#4532)
|
2020-01-05 14:05:44 +01:00 |
|
Nikolay Volf
|
65e78b8129
|
Insert key via node RPC for subkey (#4514)
* Insert key via node RPC.
* somewhat address the reivew
* Update bin/utils/subkey/src/rpc.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
* Update bin/utils/subkey/src/rpc.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
* Update bin/utils/subkey/src/main.rs
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
|
2020-01-02 12:46:45 +01:00 |
|
Nikolay Volf
|
885f94dfad
|
Improve subkey error reporting. (#4504)
|
2019-12-27 21:07:04 +01:00 |
|
Bastian Köcher
|
47639339f6
|
Support loading the URI from a file in subkey (#4503)
* Support loading the URI from a file in subkey
* Fix tests
|
2019-12-27 09:12:25 +01:00 |
|
Wei Tang
|
c3413fdea3
|
Clean up definition for custom ss58 address formats (#4470)
* Clearer definition for custom ss58 address formats
* Fix subkey compile
|
2019-12-21 15:34:36 +01:00 |
|
Bastian Köcher
|
054607f092
|
Subkey add support for interactive password (#4465)
* Subkey add support for interactive password
* Support inserting the URI from tty as well
|
2019-12-20 12:36:55 +01:00 |
|
Drew Stone
|
d6ce5ae20e
|
Add Edgeware network ID to core/crypto and subkey (#4426)
* Add linear back-off for aura slot workers
* logging
* Use slot from header
* Get network id for Edgeware and add to subkey
|
2019-12-18 12:51:24 +03:00 |
|
Gavin Wood
|
9550c845f3
|
Fix the subkey error message (#4428)
* Fix the subkey error message
* Fix check_benchmarks
|
2019-12-18 12:48:34 +03:00 |
|
Tomasz Drwięga
|
8778ca7dc8
|
[big refactor] Remove crate aliasing. (#4395)
* Rename: Phase 1.
* Unify codec.
* Fixing: Phase 2
* Fixing: Phase 3.
* Fixing: Phase 4.
* Fixing: Phase 5.
* Fixing: Phase 6.
* Fixing: Phase 7.
* Fixing: Phase 8. Tests
* Fixing: Phase 9. Tests!!!
* Fixing: Phase 10. Moar tests!
* Finally done!
* More fixes.
* Rename primitives:: to sp_core::
* Apply renames in finality-grandpa.
* Fix benches.
* Fix benches 2.
* Revert node-template.
* Fix frame-system in our modules.
|
2019-12-16 20:36:49 +08:00 |
|
Wei Tang
|
11382de277
|
Simplify adding new Ss58AddressFormat variant and add KulupuAccountDirect (#4396)
* Simplify adding new Ss58AddressFormat variant and add KulupuAccountDirect
* Only enable std conversion in std
|
2019-12-16 02:39:46 +09:00 |
|
Benjamin Kampmann
|
7773daaf5b
|
Clean up crate names and locations (#4361)
* rename crate: sp-transaction-pool-api -> sp-transaction-pool
* move primitives/core/derive-debug -> primitives/derive-debug; primitives/core/storage -> primitives/storage
* rename crate sp-core-storage -> sp-storage
* rename and move: test/utils/transaction-factory -> client/transaction-factory
* move transaction-factory -> node/transaction-factory
* fix missing rename
* Move chain-spec-builder into bin/utils
* move subkey into bin/utils
* Update new subkey location
* Update docs to reflect new location for utils
* fixing import name
|
2019-12-11 15:33:00 +01:00 |
|