Commit Graph

30 Commits

Author SHA1 Message Date
Jaco Greeff e88351e994 addMultisig for ui-keyring (#311)
* addMultisig for ui-keyring

* Bumps

* Spelling.
2020-04-24 18:02:13 +02:00
Jaco Greeff 7428ef8eb7 Bump dev (#303) 2020-04-01 22:57:30 +02:00
Jaco Greeff 175f876101 Bump dev (incl. eslint fixes) (#302)
* Bump dev (incl. eslint fixes)

* Ordering fixes
2020-04-01 21:24:45 +02:00
Jaco Greeff e69e98182b Control priv access via # (#286) 2020-02-22 18:19:35 +01:00
Jaco Greeff fd11071566 Bump deps (#281) 2020-02-17 21:02:55 +01:00
Jaco Greeff dee9cdb3d3 Bump deps (#255) 2020-01-06 14:51:16 +01:00
Jaco Greeff b3f255a2b9 Add chain genesis, lookups for toggle (#247) 2019-11-29 10:54:49 +01:00
Jaco Greeff 00c15f35c0 Add thin Ledger default wrapper (#212)
* Add thin Ledger default wrapper

* move showAddress confirmFlag

* Add node hid support

* export Ledger

* addHardware

* libusb dep for CircleCI

* Cleanup typings (buffer expected)
2019-09-17 22:35:32 +02:00
Jaco Greeff 1243184b28 Save genesisHash with recent (#198) 2019-09-03 15:55:26 +02:00
Jaco Greeff 6e4f9dfad3 Add genesisHash checks to all loads (#197)
* Add genesisHash checks to all loads

* Only match when genesisHash is supplied

* Swap to bash

* Naming

* Check for empty json

* Filter injected on genesisHash as well

* Bump deps
2019-09-02 21:01:28 +02:00
Jaco Greeff 556d07b368 Scan consistency updates (#194)
* Scan consistency updates

* Default auto height/width

* Rework qrcode export

* Fix address scanning (as per new format)

* Update tests

* Bump common

* Pass through genesisHash

* addExternal via address
2019-09-01 09:44:27 +02:00
Jaco Greeff 2c1dadc826 Bump deps (#189) 2019-08-27 14:16:38 +02:00
Jaco Greeff e481af93c5 Minor readability improvements (#185) 2019-08-12 16:31:43 +02:00
Jaco Greeff fd67ecdf3a Swap to eslint (#154)
* 311 problems (173 errors, 138 warnings)

* Make a start...

* swap to react config

* Literally a handful left

* Clean.

* any removal

* Use Record

* Adjust versions

* Update with latest eslint-standard ruleset

* Update defaults.ts
2019-07-12 22:01:19 +02:00
Axel Chalon 2a30f2f483 Simplify KeyringAddress interface (#144)
* Simplify ui-keyring KeyringAddress

* Adapt to new @polkadot/keyring KeyPair interface

* Pull in common 0.93.0-beta.4

* KeyringAddress | undefined
2019-06-19 18:17:15 +02:00
Jaco Greeff b26a0ef083 Adapt interfaces for latest @polkadot/keyring (#146)
* Adapt interfaces for latest @polkadot/keyring

* Re-write yarn.lock

* Bump latest api
2019-06-13 16:16:53 +02:00
kwingram25 c2e3d5fabe Ki contracts (#143)
* add contracts to keyring

* genesisHash

* requested changes + allPlus option type

* remove duplicate fn

* add contracts to keyring

* genesisHash

* requested changes + allPlus option type

* remove duplicate fn

* changes

* contract key

* prefixes

* remove fallback hell

* errors

* remove breaking api
2019-06-07 14:27:28 +02:00
kwingram25 bdfbb69946 Add contracts to ui-keyring (#137)
* add contracts to keyring

* genesisHash

* requested changes + allPlus option type

* remove duplicate fn

* add contracts to keyring

* genesisHash

* requested changes + allPlus option type

* remove duplicate fn

* changes

* contract key

* prefixes
2019-06-06 13:57:07 +02:00
Jaco Greeff b0f4a84939 Use pair.address() for saving 2019-05-24 17:42:57 +02:00
Jaco Greeff 7ecadc4754 Injection with meta (not only name) (#130) 2019-05-19 19:09:02 +02:00
Jaco Greeff 2479ac5951 Add externally injected accounts (not from store) (#129) 2019-05-19 17:57:08 +02:00
Jaco Greeff 1b4ea9d2bf Pass KeyringStore to observables (#128) 2019-05-18 19:58:45 +02:00
Jaco Greeff f1104b423c KeyringStore interface (#127) 2019-05-18 18:03:09 +02:00
YJ f558b2ec48 Restore Account from JSON with Appropriate crypto type (#117)
* json restore with appropriate crypto type

* check if array
2019-04-17 19:29:30 +02:00
kwingram25 aabb3df18c Sort keyring address, remove expired recent (#115)
* Sort keyring address, remove expired recent

* minor fixes
2019-04-12 12:36:48 +02:00
Jaco Greeff a8101eea05 ss58 keyring bump (#105)
* ss58 keyring bump

* loadAll (ignoreChecksum)

* Restore ignore checksum

* Identicon decode params
2019-03-29 15:28:59 +01:00
Jaco Greeff ec98152643 Add createFromUri (#101)
* Add createFromUri

* Bump util dep
2019-03-21 11:22:31 +01:00
Jaco Greeff 10d22e2b84 Add createUri and createExternal (#96)
* Add createUri and createExternal

* Update signatures

* Expose uiSettings.availableCryptos
2019-03-19 10:15:25 +01:00
Jaco Greeff 0dbdc7e0b7 Set UI defaults based on environment (#86)
* Bump deps

* Set defaults based on hosted environment

* Update tests (package bumps)

* Do location detection on 'polkadot'
2019-02-28 14:40:59 +01:00
Jaco Greeff 28b991d61d Add documentation on GH pages (#85)
* Add documentation on GH pages

* Expand classes for doc generation

* Update docs

* .nojekyll

* Update Identicon.tsx

* Update Demo.tsx

* Update KeyPair.tsx

* Export specific icons

* Convert tests to TypeScript
2019-02-27 11:18:35 +01:00