- 27 Aug, 2019 2 commits
-
-
Thibaut Sardan authored
* fix: add polkadot 0.5.1 dev genesis hash * fix: typo
-
dependabot[bot] authored
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 26 Aug, 2019 3 commits
-
-
YJ authored
-
Thibaut Sardan authored
* fix: parse and construct together * fix: tests, assert inputs valid * fix: suri vlaidation * fix: refactor derivation path and phrase * fix: prevent account creation or recovery with invalid path * Update src/screens/AccountRecover.js Co-Authored-By:
YJ <yjkimjunior@gmail.com> * Update src/screens/AccountNew.js Co-Authored-By:
YJ <yjkimjunior@gmail.com>
-
YJ authored
* feat: wip for adding QR support for UOS * chore: Squashed old branch * feat: expose blake2s hash function * fix: use ui-qr * fix: add peer dependencies for @polkadot/* * feat: handle decoding via UOS * fix: decode substrate payload! * fix(): network selection * Update src/components/QrView.js * fix(): backward compatible * fix(): Mock for a sparta account, add prefixes for substrate * fix(): address map for substrate accounts * fix: Duplicate function names in iOS * fix(): init with PolaIcon file, types, add ui-shared and react-native-svg * fix(): add @polkadot/util-crypto * fix(): add react-native-crypto with override and node-libs-react-native * fix(): add import 'crypto' in Apps.js * fix(): add stream-browserify and overrides * feat: Expose `substrateAddress` in native.js * fix(): ideenticon visible * fix: decode from u8a * fix(): pull in @polkadot/reactnative-identicon * fix: reformat data for consistency with legacy. temporary placeholdder for native substrateSign * fix(): remove test files * fix: update jest config to solve building problem on iOS * fix(): revert https://github.com/paritytech/parity-signer/pull/300 * fix: qr view * fix: update npm script for android dev startup * fix: decoding message and fix the screwed up qr code * fix: warning when signing payload hash * fix: remove nodefy and cleanup deps * fix: re-enable screenshot for debug * fix: typo * fix: remove punny dep * fix: remove polkadot/ui-shared * fix: remove timers-browsify * fix: remove string_decoder * fix: remove buffer * fix: remove hoist-non-react-statics * fix: use genesisHash and Address * fix: make it build * fix: move parsing logic to store, setup for hadnleing multipart * fix: store unsignedata * fix: setData uses scannerstore state unsigned data * fix: move parse to util * fix: new account creation with mock * fix: bring in native blake2s function * fix: advanced derived path field for new account * fix: move decores * fix: use react hooks in AccountIcon * fix: fix address and nits * fix: fix genesis in QR * fix: genesisHash as string * fix: use real accounts and mnemonic * fix: refactor * fix: setup unit tests, vscode debug env * fix: address encoding * fix: make tests pass * fix: multipart unit test * fix: setup for testing stores * fix: displaying ascii message to sign, use Kusama adddress in store * fix: unneeded hexToAscii * feat: sr25519 signing * fix: put current account in the state * fix: decode SCALE * fix: make tests pass * feat: Complete SURI derivation * feat: Expose blake2s proxy function in native.js * fix: use genesisHash * fix: use substrateAddress * fix: recover * fix: recover derivation * fix: refactor advanced (derivation path) field * fix: derivation path validity + refactor * fix: sign data * fix: binding for blake2 * fix: display derivation path and link to check pasword * fix: Added react methods to EthkeyBridge.m * fix: derivation for new accounts * fix: merge * fix: verify derivation pw * fix: remove dup, reset head * fix: merge conflicts, handling legacy etehrum txn * fix: show the hash for oversized message hex * fix: alert warning signing hash, get network key substrate * fix: remove log reports * fix: display decoded extrinsic payload details * fix: lock when saving accounts * fix: lock when unmounting backup view * fix: name wasn't save properly in securestore * fix: comment out Polkadot and add testnet * fix: bug ethereum new account and duplicated functions * fix: stray comment * fix: derive path * fix: bump api for payload with spec version * fix: making it build on android * fix: link RNSecureStorage * fix: link for ios * fix: finalize * fix: remove logs * fix: remove console logs * feat: wip for adding QR support for UOS * fix: use ui-qr * fix: add peer dependencies for @polkadot/* * feat: handle decoding via UOS * fix: decode substrate payload! * chore: Squashed old branch * feat: expose blake2s hash function * Update src/components/QrView.js * fix: Duplicate function names in iOS * feat: Expose `substrateAddress` in native.js * fix: decode from u8a * fix: reformat data for consistency with legacy. temporary placeholdder for native substrateSign * fix(): init with PolaIcon file, types, add ui-shared and react-native-svg * fix(): add react-native-crypto with override and node-libs-react-native * fix(): add stream-browserify and overrides * fix(): ideenticon visible * fix: qr view * fix: decoding message and fix the screwed up qr code * fix: warning when signing payload hash * fix(): remove test files * fix(): revert https://github.com/paritytech/parity-signer/pull/300 * fix: remove nodefy and cleanup deps * fix: re-enable screenshot for debug * fix: remove punny dep * fix: remove timers-browsify * fix: make it build * fix: move parsing logic to store, setup for hadnleing multipart * fix: store unsignedata * fix: setData uses scannerstore state unsigned data * fix: move parse to util * fix: bring in native blake2s function * fix: move decores * fix(): address map for substrate accounts * fix: use genesisHash and Address * fix: refactor * fix: advanced derived path field for new account * fix: setup unit tests, vscode debug env * fix: address encoding * fix: make tests pass * fix: multipart unit test * fix: setup for testing stores * fix: displaying ascii message to sign, use Kusama adddress in store * fix: decode SCALE * fix: make tests pass * feat: sr25519 signing * feat: Complete SURI derivation * fix: use substrateAddress * fix: recover derivation * fix: refactor advanced (derivation path) field * fix: sign data * feat: Expose blake2s proxy function in native.js * fix: merge * fix: display derivation path and link to check pasword * fix: remove dup, reset head * fix: merge conflicts, handling legacy etehrum txn * fix: show the hash for oversized message hex * fix: verify derivation pw * fix: rmeove crash reports, qr hex payload * fix: yarn.lock * fix: uncorrupt project.pbxproj, resolve merge conflicts * fix: finalize rebase * fix: rmeove unused function * fix: minor gurumbles * fix: fonts * fix: add back rn camera * fix: helper check valid json string * Update src/screens/MessageDetails.js Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update src/screens/MessageDetails.js Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update src/screens/MessageDetails.js Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update src/screens/About.js Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
-
- 21 Aug, 2019 1 commit
-
-
Thibaut Sardan authored
* chore: Squashed old branch * feat: expose blake2s hash function * fix(): network selection * fix(): backward compatible * fix(): Mock for a sparta account, add prefixes for substrate * fix(): address map for substrate accounts * fix: Duplicate function names in iOS * feat: Expose `substrateAddress` in native.js * fix: use genesisHash and Address * fix: new account creation with mock * fix: advanced derived path field for new account * fix: use react hooks in AccountIcon * fix: fix address and nits * fix: fix genesis in QR * fix: genesisHash as string * fix: use real accounts and mnemonic * fix: unneeded hexToAscii * feat: sr25519 signing * fix: put current account in the state * feat: Complete SURI derivation * fix: use genesisHash * fix: use substrateAddress * fix: recover * fix: recover derivation * fix: refactor advanced (derivation path) field * fix: derivation path validity + refactor * fix: display derivation path and link to check pasword * fix: derivation for new accounts * fix: verify derivation pw * fix: lock when saving accounts * fix: lock when unmounting backup view * fix: name wasn't save properly in securestore * fix: comment out Polkadot and add testnet * fix: bug ethereum new account and duplicated functions * fix: stray comment * fix: derive path * fix: seed validation
-
- 16 Aug, 2019 2 commits
-
-
Maciej Hirsz authored
-
Maciej Hirsz authored
* chore: Squashed old branch * feat: expose blake2s hash function * fix: Duplicate function names in iOS * feat: Expose `substrateAddress` in native.js * feat: sr25519 signing * feat: Complete SURI derivation * feat: Expose blake2s proxy function in native.js * fix: Added react methods to EthkeyBridge.m
-
- 14 Aug, 2019 1 commit
-
-
Fei Liu authored
* chore: update splash screen * chore: update background color to match the logo * chore: remove duplicated image file
-
- 12 Aug, 2019 1 commit
-
-
Hanwen Cheng authored
-
- 07 Aug, 2019 2 commits
-
-
Hanwen Cheng authored
* fix: bump version of prettier * chore: bump version of prettier * fix: add yarn.lock
-
Thibaut Sardan authored
* fix: add yarn clean, fix for run-android, fix rnpm * fix: indentation
-
- 06 Aug, 2019 2 commits
-
-
Thibaut Sardan authored
* fix(): init with PolaIcon file, types, add ui-shared and react-native-svg * fix(): add @polkadot/util-crypto * fix(): add react-native-crypto with override and node-libs-react-native * fix(): add import 'crypto' in Apps.js * fix(): add stream-browserify and overrides * fix(): ideenticon visible * fix(): pull in @polkadot/reactnative-identicon * fix(): remove test files * fix: update jest config to solve building problem on iOS * fix(): revert https://github.com/paritytech/parity-signer/pull/300 * fix: update npm script for android dev startup * fix: remove nodefy and cleanup deps * fix: re-enable screenshot for debug * fix: typo * fix: remove punny dep * fix: remove polkadot/ui-shared * fix: remove timers-browsify * fix: remove string_decoder * fix: remove buffer * fix: remove hoist-non-react-statics * fix: revert hoist-non-react-statics removal * fix: add peer deps @plugnet/util @polkadot/keyring * fix: upgrade vm-browserify @polkadot/reactnative-identicon * fix: upgrade react-native bignumber reactotron * fix: remove unused react-native-simple-picker * fix: move reactotron to dev-deps * fix: remove report * fix: removed types.js * fix: remove unneeded Buffer and crypto import in shim.js * fix: rename shim and remove yarn dep * fix: rename to shim.js
-
Thibaut Sardan authored
-
- 05 Aug, 2019 1 commit
-
-
Hanwen Cheng authored
* fix: update header font to manifold CF * fix: update account list font family * fix: make font available in android * fix: change android default font color to black instead of grey * fix: apply fonts to all the usage of `Munifold CF` * fix: change Roboto fonts to Manifold * fix: change font to manifold of input * fix: fix previous unfunctional font styles
-
- 02 Aug, 2019 4 commits
-
-
Thibaut Sardan authored
-
Hanwen Cheng authored
-
Thibaut Sardan authored
* fix(): revamp icon selection * fix(): introduce short addresses * fix(): load 4 with refresh * fix(): nits * fix(): comments * fix(): white space
-
Hanwen Cheng authored
-
- 31 Jul, 2019 4 commits
-
-
Maciej Hirsz authored
* feat: Convert rawData to Uint8Array * fix: Allow for the lone `ec` byte in SQRC padding * chore: Example QR code payload Co-Authored-By:
YJ <yjkimjunior@gmail.com> * chore: Clarify comment
-
Thibaut Sardan authored
fix: change button default color
-
Hanwen Cheng authored
* fix: scrollview drag problem * fix: persistant scroll on each click * fix: align seed input to top on Android * fix: code prettier * fix: according to the PR suggestion
-
Hanwen Cheng authored
-
- 30 Jul, 2019 3 commits
-
-
Hanwen Cheng authored
-
Hanwen Cheng authored
-
Hanwen Cheng authored
-
- 29 Jul, 2019 1 commit
-
-
Hanwen Cheng authored
-
- 26 Jul, 2019 1 commit
-
-
Thibaut Sardan authored
Refactor updateNewAccount
-
- 25 Jul, 2019 12 commits
-
-
Thibaut Sardan authored
Security header refresh
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
Don't allow empty seed phrase recovery
-
Thibaut Sardan authored
-
Thibaut Sardan authored
chore(): update headers
-
Thibaut Sardan authored
chore(): bump to 3.0.0
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
Fix unneeded permissions
-