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
mfahampshire
33bc7c0c7c
setting up sdk links
2023-07-06 16:28:01 +02:00
Jędrzej Stuczyński
a133457722
chore: applied fmt for let-else statements ( #3649 )
2023-07-06 10:08:39 +01:00
mfahampshire
abbadcfa81
working on proper client init and passing
2023-07-06 09:56:37 +02:00
mfahampshire
fbc106f8a5
removed unused imports
2023-07-05 18:34:01 +02:00
Fouad
ad995b1934
Node Tester SDK examples ( #3641 )
...
* create parcel example
* update plain html example
* move chat examples into own dir
* add examples to workspace
* update tsconfig path
* move webpack base to parent dir
2023-07-05 16:14:21 +01:00
farbanas
a881740c20
Merge branch 'master' into develop
2023-07-05 17:03:18 +02:00
Mark Sinclair
90cc68435c
Update connect-desktop-ci.yml
2023-07-05 15:56:31 +01:00
mfahampshire
18de02a229
first pass done of client
2023-07-05 16:43:27 +02:00
farbanas
c3ce9e24e2
Merge branch 'release/v1.1.23'
nym-connect-v1.1.14
nym-binaries-v1.1.23
nym-wallet-v1.2.5
2023-07-05 16:28:58 +02:00
Mark Sinclair
bdda08c0b4
GitHub Actions: Change artifact upload paths to wildcards
2023-07-05 14:28:10 +01:00
mfahampshire
d64de95f52
sendTx(): fixed incorrect function arg
2023-07-05 14:57:00 +02:00
mfahampshire
71f11ffefe
trying to debug 'client in use' error
2023-07-05 14:51:53 +02:00
Mark Sinclair
0e48ff5e9e
GitHub Action: upload artifact
2023-07-05 13:49:12 +01:00
Mark Sinclair
68d6ece6c2
GitHub Actions: add manual trigger
2023-07-05 13:11:03 +01:00
Mark Sinclair
e17ae9dce0
Update nym-wallet-publish-ubuntu.yml
2023-07-05 13:09:21 +01:00
Mark Sinclair
493f036687
GitHub Actions: fix up installing project dependencies
2023-07-05 13:07:19 +01:00