- 21 Apr, 2020 1 commit
-
-
Hanwen Cheng authored
* fix: upgrade react navigation v5 * update project settings in ios * improve navigation by upgrading to react navigation v5 * make compiler happy * unlink react-native-secure-storage * make detox and react-navigation happy again * make e2e test happy * use safe area context app wide * delete stray comment * fix screen heading styles * fix pin backup navigation * revert change to rust target * fix ui overlap on android * remove bounce in ios scroll view * lint fix * feat: enable passworded identity * use keyboard scroll view * complete password generation * update react-native-camera and related polkadot api packages * add registry store and use type override * reduce android bundle size * update yarn.lock * update metadata * prettier happy * update polkadot api * add password in pinInputt * remove password from identity * add password in path derivation * remove log * complete password support * make compiler happy * refactor account store error handling * remove password check when signing * add lock icon for passworded account * add hint also on path * add extra hint text * fix autofocus and remove useRef * add e2e test suit for passworded account * make lint happy * add path error indicator
-
- 20 Apr, 2020 1 commit
-
-
Joseph Mark authored
* add error handling to remaining rust fns * update swift functions and c api * return exception message from java * add helper function in android Co-authored-by:
Hanwen Cheng <heawen.cheng@gmail.com>
-
- 14 Apr, 2020 3 commits
-
-
philipstanislaus authored
* Add Centrifuge Mainnet and Centrifuge Testnet Amber * Add logos to ios/assets/res Co-authored-by:
Hanwen Cheng <heawen.cheng@gmail.com>
-
Hanwen Cheng authored
* fix: identities switch bottom shadow blocks button * fix: substrateSign signature
-
Joseph Mark authored
-
- 09 Apr, 2020 1 commit
-
-
Hanwen Cheng authored
* feat: enable generate address with seed * Update src/utils/native.ts Co-Authored-By:
Joseph Mark <sjeohp@gmail.com> * Update src/utils/native.ts Co-Authored-By:
Joseph Mark <sjeohp@gmail.com> Co-authored-by:
Joseph Mark <sjeohp@gmail.com>
-
- 07 Apr, 2020 1 commit
-
-
Hanwen Cheng authored
-
- 03 Apr, 2020 2 commits
-
-
Joseph Mark authored
* Decrypt and sign without seed crossing bridge - decrypt the seed in rust and return a raw pointer as i64 - from ios return int64_t - from android return double using Double.longBitsToDouble - in typescript use number - sign messages by passing the seed reference and converting back to a String pointer in rust * Comment new functions in native.ts * Remove debug code * lint * lint fixes * safe typescript wrapper for seed reference * remove package-lock.json from .gitignore * add missing type * initialize dataRef * comments and names * lint * use seed ref as hooks * Add signing functions to seedRefHooks * Hook to SeedRef class instead of bridge functions * fix SeedRefHooks * SeedRefHooks an obj Co-authored-by:
Hanwen Cheng <heawen.cheng@gmail.com>
-
Hanwen Cheng authored
* fix: sync with polkadot known types * use big number here * make lint happy * remove ts supress * rephrase
-
- 02 Apr, 2020 3 commits
-
-
Hanwen Cheng authored
-
Joseph Mark authored
* remove package-lock.json from .gitignore * Tweak yarn scripts
-
Hanwen Cheng authored
* Decrypt and sign without seed crossing bridge - decrypt the seed in rust and return a raw pointer as i64 - from ios return int64_t - from android return double using Double.longBitsToDouble - in typescript use number - sign messages by passing the seed reference and converting back to a String pointer in rust * Remove debug code * lint * lint fixes * test: rust signing with ref * remove malloc test Co-authored-by:
Joseph Mark <sjeohp@gmail.com>
-
- 01 Apr, 2020 2 commits
-
-
Hanwen Cheng authored
* fix: add backward compatibility for kusama account with different genesisHash * refactor: regroup the paths into their own network * fix logic error
-
Joseph Mark authored
* Decrypt and sign without seed crossing bridge - decrypt the seed in rust and return a raw pointer as i64 - from ios return int64_t - from android return double using Double.longBitsToDouble - in typescript use number - sign messages by passing the seed reference and converting back to a String pointer in rust * Comment new functions in native.ts * Remove debug code * lint * lint fixes Co-authored-by:
Hanwen Cheng <heawen.cheng@gmail.com>
-
- 27 Mar, 2020 2 commits
-
-
Hanwen Cheng authored
-
Hanwen Cheng authored
* update react-native-camera and related polkadot api packages * add registry store and use type override * reduce android bundle size * update yarn.lock * update metadata * prettier happy * update polkadot api * remove log * still use iphone SE as test e2e device
-
- 23 Mar, 2020 1 commit
-
-
Hanwen Cheng authored
* fix: upgrade react navigation v5 * update project settings in ios * improve navigation by upgrading to react navigation v5 * make compiler happy * unlink react-native-secure-storage * make detox and react-navigation happy again * make e2e test happy * use safe area context app wide * delete stray comment * fix screen heading styles * fix pin backup navigation * revert change to rust target * fix ui overlap on android * remove bounce in ios scroll view * lint fix * fix: signing button position
-
- 19 Mar, 2020 2 commits
-
-
Hanwen Cheng authored
* fix: upgrade react navigation v5 * update project settings in ios * improve navigation by upgrading to react navigation v5 * make compiler happy * unlink react-native-secure-storage * make detox and react-navigation happy again * make e2e test happy * use safe area context app wide * delete stray comment * fix screen heading styles * fix pin backup navigation * revert change to rust target * fix ui overlap on android * remove bounce in ios scroll view * lint fix
-
Hanwen Cheng authored
-
- 14 Mar, 2020 2 commits
-
-
Hanwen Cheng authored
-
dependabot[bot] authored
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 13 Mar, 2020 1 commit
-
-
Hanwen Cheng authored
* Add Edgeware * fix path * merge master branch * build: update polkadot dependencies and remove redundant packages * update kusama metadata to latest * fix tests * prepare polkadot network * add edgeware network * add kulupu network * update title * compatible with network without genesisHash * add edgeware logo * order network list * give each network a order field * rephrase * fix order Co-authored-by:
carumusan <879525+carumusan@users.noreply.github.com>
-
- 11 Mar, 2020 2 commits
-
-
Hanwen Cheng authored
* fix path * merge master branch * build: update polkadot dependencies and remove redundant packages * update kusama metadata to latest * fix tests * update react native * stash * unlink libraries * unlink libraries * Delete RNSecureStorage.podspec * Update README.md * Update README.md
-
Hanwen Cheng authored
* fix path * merge master branch * build: update polkadot dependencies and remove redundant packages * update kusama metadata to latest * fix tests
-
- 05 Mar, 2020 1 commit
-
-
Hanwen Cheng authored
* rebase to master * fix rebase deletion * remove console logs and ignore useless warning * use eslint unused vars * add ethereum signing test * re-arrange e2e and unit configs, use common jest config * update .gitignore * fix configs * fix android bug and upgrade detox * rename unit test scripts * update docs with yarn unit * remove debug logs * update test config
-
- 03 Mar, 2020 1 commit
-
-
Hanwen Cheng authored
* init typescript settings * change let to const * use typescript strict * update lint config for typescript * update lint config for typescript * upgrade to react-navigation v4 and use typed navigator * add required dependency for react navigation * update with eslint and App.tsx * following merging * refactor buttons * refactor * stash * add types for networks specs * fix add legacy account error * update typescript configs * refactor identity and account stores * hoc.js to typescript * refactor main landing page * complete identity utils and account store * renaming files * refactor components and payloads component * refactor all the components and scanner store * fix typescript compiler errors * rename alls screens * refactor screens * refactor all the screens * fix typescript compiler errors * fixed compiler and lint error * reorder files and use path alias * reoder imports * ignore jest caches * integrate typescript with jest * integrate e2e test * update travis config and readme * remove logs and comments * delete redundant line * fix scanner name * multi signing fix * add default catch * use await to avoid async problem and remove one warning with source.uri * use path alias of e2e and utils * imporve sign button display in small screen * hide path derivation option for ethereum account * fix path display error * fix ethereum delete problem * imporve navigation * upgrade react navigation to resolve bug * add react hooks lint * fix missing icon bug
-
- 10 Feb, 2020 2 commits
-
-
Hanwen Cheng authored
-
Axel Chalon authored
This repo's dependencies currently use [older versions](https://github.com/paritytech/parity-signer/blob/97651dcc2f78027aa83c3dc7834f6941e084c8a7/yarn.lock#L5138) of kind-of which have a possibly exploitable vulnerability ([original issue](https://github.com/jonschlinkert/kind-of/issues/30), [PR](https://github.com/jonschlinkert/kind-of/pull/31)).
-
- 07 Feb, 2020 2 commits
-
-
Hanwen Cheng authored
-
Hanwen Cheng authored
* chore: add name into account qr code * chore: rename * merge master
-
- 06 Feb, 2020 2 commits
-
-
Hanwen Cheng authored
* extract root as normal custom account * extract network root account into list * do not create root account when create new identity * renaming new root account * enable derive path in paths list * init network selector component * complete UI component and path derivation * complete functionality * fix bug * exclude network options in dev * use pathId to index custom path account's network * update warning * enable create custom path and fix touchable error in android
-
Hanwen Cheng authored
* extract root as normal custom account * extract network root account into list * do not create root account when create new identity * renaming new root account * enable derive path in paths list * remove unused comment
-
- 20 Jan, 2020 1 commit
-
-
Hanwen Cheng authored
* add whitespace after tapping the suggestion text * fix mistake in split function * Update src/components/AccountSeed.js Co-Authored-By:
Joseph Mark <sjeohp@gmail.com> * fix lint error Co-authored-by:
Joseph Mark <sjeohp@gmail.com>
-
- 16 Jan, 2020 5 commits
-
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
* update metadata * chore: Bump Polkadot api (#527) * bump pokadot apis * bump to beta
-
Hanwen Cheng authored
* fix: display soft derivation custom path * group the unknown path with first path * add comments and fix according review * grammar Co-authored-by:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
-
Hanwen Cheng authored
* feat: enable derive path from existed path * add test for getNetworkKey function * update UI with input path * fix naming and account related text
-
- 09 Jan, 2020 2 commits
-
-
Hanwen Cheng authored
* fix: update pin hint text * add activities on return button pressed for input * update e2e test * update e2e test
-
Hanwen Cheng authored
* add rust support for different mnemonic size * binding to android and ios * add support in javascript * reverse colors for seed phrase word count btn button shoud indicate not own, but phrase's current state * still use default with 24 words Co-authored-by:
goldsteinsveta <svetlana.goldstein@gmail.com>
-