Commit Graph

5495 Commits

Author SHA1 Message Date
mfahampshire fdb6ddccba tidyup and code commenting 2023-07-19 09:20:28 +02:00
mfahampshire 2dbd47a85b fmt 2023-07-18 17:06:05 +02:00
mfahampshire 123c1983c8 removed redundant doubled code 2023-07-18 17:04:26 +02:00
mfahampshire 3d299f80fd * fmt
* cleanup
* error handling
2023-07-18 15:28:59 +02:00
mfahampshire 83f58aa1a3 cont. 2023-07-18 10:35:31 +02:00
mfahampshire bae142f740 comment tidyup 2023-07-14 16:07:19 +02:00
mfahampshire f6b200d25e tidied up logging for demo recording 2023-07-14 15:52:36 +02:00
mfahampshire de16ca2bd5 comment and import tidyup 2023-07-13 22:09:50 +02:00
mfahampshire 374d874427 clippy's suggested changes 2023-07-13 17:24:34 +02:00
mfahampshire 5243d5b426 removed old demo dirs from workspace 2023-07-13 17:22:46 +02:00
mfahampshire ae60b263df added note to readme for final tweaks 2023-07-13 16:45:03 +02:00
mfahampshire 2dc65fb657 tidyup 2023-07-13 16:44:14 +02:00
mfahampshire 3ec9c3b216 removed old cargo projects 2023-07-13 13:43:19 +02:00
mfahampshire 509b31ad93 tidyup 2023-07-13 13:42:35 +02:00
mfahampshire c8c00c9eec squashed everything into one cargo project 2023-07-13 11:38:23 +02:00
mfahampshire b35813ee47 commit before big reorg 2023-07-12 17:54:09 +02:00
mfahampshire da5ada1403 removed unnecessary imports 2023-07-12 12:06:07 +02:00
mfahampshire 5c351101cc hacky first version 2023-07-12 11:50:43 +02:00
mfahampshire 33612ce34d tidyup 2023-07-11 14:44:22 +02:00
mfahampshire 92dc7c8375 got surb reply working across client and sp 2023-07-11 10:02:34 +02:00
mfahampshire 5243dd86ee Merge branch 'feature/rust-cosmos-broadcaster' of github.com:nymtech/nym into feature/rust-cosmos-broadcaster 2023-07-10 15:53:47 +02:00
mfahampshire 682151f76c push to share 2023-07-10 15:48:24 +02:00
mfahampshire 4c37931a00 almost got surb reply.. 2023-07-10 10:54:43 +02:00
mfahampshire 55505a59d1 passing message types properly between client and sp 2023-07-10 10:54:43 +02:00
mfahampshire e7643eb982 working on sending client seq request to sp 2023-07-10 10:54:43 +02:00
mfahampshire 6c0d63af9a starting on serde for sp responses 2023-07-10 10:54:43 +02:00
mfahampshire 980ad45496 setting up sdk links 2023-07-10 10:54:43 +02:00
mfahampshire bbd6904205 working on proper client init and passing 2023-07-10 10:54:43 +02:00
mfahampshire 4b1680a856 removed unused imports 2023-07-10 10:54:43 +02:00
mfahampshire 988d46127b first pass done of client 2023-07-10 10:54:43 +02:00
mfahampshire 00ce995789 sendTx(): fixed incorrect function arg 2023-07-10 10:54:43 +02:00
mfahampshire c692995987 trying to debug 'client in use' error 2023-07-10 10:54:43 +02:00
mfahampshire 6128d42ec8 push to share 2023-07-10 10:54:43 +02:00
mfahampshire 4a012e17c3 push to share code 2023-07-10 10:54:43 +02:00
mfahampshire 6f0c8f06e3 benchmark commit before adding network defaults 2023-07-10 10:54:43 +02:00
mfahampshire 62b5591e1b type changes 2023-07-10 10:54:43 +02:00
mfahampshire 84bbe9c814 parsed returned bytes 2023-07-10 10:54:43 +02:00
mfahampshire fcdcde8427 comment removal 2023-07-10 10:54:43 +02:00
mfahampshire 8f27d041ac imports for offline signing 2023-07-10 10:54:43 +02:00
mfahampshire 1de6a8efab scaffold of offlineSign() 2023-07-10 10:54:43 +02:00
mfahampshire 410f79c476 fixed bad cosmrs import 2023-07-10 10:54:43 +02:00
mfahampshire f403572caa first commit 2023-07-10 10:54:43 +02:00
Jędrzej Stuczyński b2b0a1478b exposed methods for sending replies in rust-sdk (#3658) 2023-07-10 09:49:32 +01:00
mfahampshire bc565c494b almost got surb reply.. 2023-07-10 09:08:40 +02:00
Raphaël Walther aa67e183a6 Github Actions: fix daily audit workflow notification 2023-07-07 18:00:41 +02:00
mfahampshire 7f37c95599 passing message types properly between client and sp 2023-07-07 17:01:45 +02:00
Fouad b27fa51092 Feature/nym browser extension (#3637)
* Chore/browser extension bootstrap (#3257)

* init package

* set up TS and Webpack

* add eslint config

* add prettier config

* add react and mui theme

* add CI

* update mui theme version number

* Chore/browser extension routes (#3327)

* start routes

* create layouts

* add initial app routes

* add initial app pages

* add global types

* create reuseable components

* move password and mnemonic fields to shared react components package

* refactor register routes

* move client address component to shared package

* move components to ui folder

* create menu and appbar components

* adjust layout components

* add readme

* use memory router

* Feature/nym browser extension login and send (#3373)

* init package

* set up TS and Webpack

* add eslint config

* add prettier config

* add react and mui theme

* add CI

* update mui theme version number

* Chore/browser extension routes (#3327)

* start routes

* create layouts

* add initial app routes

* add initial app pages

* add global types

* create reuseable components

* move password and mnemonic fields to shared react components package

* refactor register routes

* move client address component to shared package

* move components to ui folder

* create menu and appbar components

* adjust layout components

* add readme

* use memory router

* add extension to mono-repo config

* fix webpack build

* util functions

* add TX type

* refactor routes

* refactor pages + add send page

* add page layout for app pages

* set up app context

* app components

* set up connection config

* fix lint errors

* Chore/browser extension bootstrap (#3257)

* init package

* set up TS and Webpack

* add eslint config

* add prettier config

* add react and mui theme

* add CI

* update mui theme version number

* Chore/browser extension routes (#3327)

* start routes

* create layouts

* add initial app routes

* add initial app pages

* add global types

* create reuseable components

* move password and mnemonic fields to shared react components package

* refactor register routes

* move client address component to shared package

* move components to ui folder

* create menu and appbar components

* adjust layout components

* add readme

* use memory router

* add extension to mono-repo config

* util functions

* add TX type

* refactor routes

* refactor pages + add send page

* add page layout for app pages

* set up app context

* app components

* set up connection config

* use fee simulation when sending tokens

* use object argument for simulate send api

* login validation + fee refinements

* use components from shared components lib

* add receive modal (#3408)

* account storage via wasm

* method to get all storage keys

* Feature/nym browser extension password encryption (single account) (#3442)

* build wasm

* reuse components and state for password pages

* refactor registration pages

* use login with password

* import storage as local package

* add yarn preinstall script to ts lint gh action

* install wasm-pack for CI

* use @nym scope for ext storage package

* introduced a call to check if database was already initialised (#3465)

* introduced a call to check if database was already initialised

* use extension storage method to check for db existance

---------

Co-authored-by: fmtabbara <fmtabbara@hotmail.co.uk>

* introduced mnemonic key existence check (#3462)

* Browser extension - Multi-accounts +  view mnemonic action (#3488)

* add UI for multi-accounts + add view mnemonic for accounts

* refactor routes

* set up import account

* add account to existing wallet

* check if account name exists before creating new one

* handle password errors

* add token to currency conversion

* fixed ClientStorageError import path

* fix CI

* fix CI

---------

Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com>
2023-07-07 11:02:05 +01:00
Mark Sinclair d01b6a12d6 Add needs-triage to new issues for project workflow automation 2023-07-07 09:34:41 +00:00
mfahampshire 97693a496c working on sending client seq request to sp 2023-07-07 11:23:56 +02:00
mfahampshire 80d38f795c starting on serde for sp responses 2023-07-06 16:49:08 +02:00