Jon Häggblad
700f6a4e98
connection-tester: add missing timeout for nymd test
2022-03-29 23:53:09 +02:00
Jon Häggblad
b759e5e7f2
connection-tester: extract out connection test methods
2022-03-29 23:53:09 +02:00
Jon Häggblad
deefa09066
connection-tester: extract out setup method
2022-03-29 23:53:09 +02:00
Jon Häggblad
3f6cb919ac
connection-tester: extract or collection method
2022-03-29 23:53:09 +02:00
Jon Häggblad
d08bf61905
wallet: rustfmt
2022-03-29 23:53:09 +02:00
Jon Häggblad
da18a60a91
wallet: remove deprecated validator_health checks
2022-03-29 23:53:09 +02:00
Jon Häggblad
cec7496794
connection-tester: cap number of urls tested async
2022-03-29 23:53:09 +02:00
Jon Häggblad
dd82b24d61
wallet: skip duplicate validator url entries
2022-03-29 23:53:09 +02:00
Jon Häggblad
df827b6b09
validator-client: rework connection tester
2022-03-29 23:53:09 +02:00
Mark Sinclair
cb25cc2eb9
Merge pull request #1178 from nymtech/feature/wallet-storybook
...
Add storybook to wallet
2022-03-29 17:26:46 +01:00
Mark Sinclair
abf7e1f6ad
Bundle fonts into wallet
2022-03-29 17:18:33 +01:00
Mark Sinclair
0f5137ea24
Add storybook to nym-wallet
2022-03-29 17:16:00 +01:00
Bogdan-Ștefan Neacșu
34903bfae6
Remove unneeded dep in wallet
2022-03-29 16:14:30 +03:00
Bogdan-Ștefan Neacşu
9e8f550e6d
Feature/signature on deposit ( #1151 )
...
* Add placeholder client for implementing coconut interactions
* Add db for persistance
* Add nymd client
* Add new coconut-bandwidth contract
* Call deposit function
* Introduce error handling
* Call the old flow of getting a signature
* List available tx hashes
* Add signed req in body
* Save signature received
* Add event generation
* Checks in validator-api
* Fail with error instead of panic in validator-api route
* Fix contract address and small bug
* Add file db for storing previous signatures
* Encrypt and store data in validator-api
* Decrypt the received signature
* Remove tx hashes after getting credentials
* Small listing changes in client
* Change response so that it easier to serialize
* Error message is sent to client for display
* Remove already signed error and return the previous sig
* Merge signature with deposit data in client
* Entrypoint for getting the encrypted signature
* Refactor blinding stuff so that it can be backed up
* Backed up the blind sign request
* Client can re-request the encrypted signature shares
* Update crypto features
* Fix clippy
* Activate instantiate test and remove unused code
* Add tx tests
* Add verification key endpoint test
* Voucher consistency test
* Test for some errors and a race condition on blind signing
* Refactor and add client trait for enabling better testing env
* Test some more of blind sign
* Finished testing all extract_encryption_key paths
* Split into function test and endpoint test
* Test for correct signature
* Test for state functions
* Remove print
* Test blind_sign endpoint
* Test for cached signature endpoint
* Stricter types in voucher
* Rename signature with partial_bandwidth_credential
* Extra route levels
* Length check and remove some unused code from coconut interface
* Renamed coconut-bandwidth common crate
* Renamed verification_key to identity_key
* Use const instead of hardcoded values
* Use type aliases for crypto algorithms
* Remove unused mods, until needed
* Remove unneeded unwrap
* Fix some coconut issues that were blocking the wasm client build
* Move from sled to existing sql database
* Update tests for new db type
* Fix wasm for coconut too
* Remove sled from dependencies
2022-03-29 15:03:38 +03:00
Mark Sinclair
8ad3565f2c
Create nym-release-publish.yml
2022-03-28 18:16:41 +01:00
Jon Häggblad
47bdf38776
wallet: fix clippy
2022-03-25 21:25:09 +01:00
Jon Häggblad
cdd883c174
Merge pull request #1153 from nymtech/feature/wire-up-wallet-storage
...
wallet: wire up account storage
2022-03-25 21:14:19 +01:00
Jon Häggblad
2d82a51905
wallet: reject storing account with the same id
2022-03-25 21:04:35 +01:00
Jon Häggblad
38c2ce9837
wallet: tweak some type names
2022-03-25 21:04:35 +01:00
Jon Häggblad
a867921fdd
wallet: general wallet_storage tidy
2022-03-25 21:04:35 +01:00
Jon Häggblad
423cdb1e1b
wallet: tweak error enum names
2022-03-25 21:04:35 +01:00
Jon Häggblad
7aeac58fd9
wallet: inline encryption of wallet file
2022-03-25 21:04:35 +01:00
Jon Häggblad
30fafa509c
wallet: swap println to log
2022-03-25 21:04:35 +01:00
Jon Häggblad
c950556506
wallet: platform_constants
2022-03-25 21:04:35 +01:00
Jon Häggblad
9a49213973
wallets: provide placeholder functions for ui password
2022-03-25 21:04:34 +01:00
Drazen Urch
65a45bc0a8
Add global blacklist to validator-cache ( #1168 )
2022-03-25 17:02:01 +01:00
Jędrzej Stuczyński
5932974108
Removed unused tauri client
2022-03-25 14:33:13 +00:00
Jędrzej Stuczyński
ce34e45afc
Merge branch 'develop' of github.com:nymtech/nym into develop
2022-03-25 14:20:15 +00:00
Jędrzej Stuczyński
afcefa9432
Dealt with typescript validator client
2022-03-25 14:20:09 +00:00
Mark Sinclair
d346fdcff9
Merge pull request #1165 from nymtech/dependabot/npm_and_yarn/node-forge-1.3.0
...
Bump node-forge from 1.2.1 to 1.3.0
2022-03-25 14:04:41 +00:00
Jędrzej Stuczyński
a05a7e261a
Merge branch 'develop' of github.com:nymtech/nym into develop
2022-03-25 14:03:59 +00:00
Jędrzej Stuczyński
ab9c892f8a
Updated BBBC contract tests dependencies
2022-03-25 14:03:51 +00:00
Mark Sinclair
ca7bfef865
Merge pull request #1163 from nymtech/dependabot/npm_and_yarn/clients/tauri-client/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6 in /clients/tauri-client
2022-03-25 14:03:38 +00:00
dependabot[bot]
f8c9397afd
Bump minimist from 1.2.5 to 1.2.6 in /clients/tauri-client
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 13:58:16 +00:00
Mark Sinclair
0c215efdb2
Merge pull request #1164 from nymtech/dependabot/npm_and_yarn/nym-wallet/webdriver/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6 in /nym-wallet/webdriver
2022-03-25 13:57:30 +00:00
durch
e1efcda3dd
Test last paged page
2022-03-25 11:09:46 +01:00
Drazen Urch
59056a22c5
Feature/upgrade rewarding sandbox ( #1167 )
...
* Add init_epoch msg
* Use 64BE ctr variant
* Remove query_all_delegations
* Comment migration
2022-03-25 10:57:49 +01:00
Mark Sinclair
13841e813b
Update nym-wallet version metadata
2022-03-25 08:48:51 +00:00
dependabot[bot]
da775af00a
Bump minimist from 1.2.5 to 1.2.6 in /nym-wallet/webdriver
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-24 18:04:30 +00:00
Mark Sinclair
bd99474f26
Update minimist version in workspace lock file
2022-03-24 18:03:28 +00:00
Mark Sinclair
9c70244157
Add ts-packages target to fix security warnings in workspaces lock file resulting from yarn audit.
...
Run with `yarn audit:fix`. Check the lock file before committing!
2022-03-24 18:03:09 +00:00
dependabot[bot]
736edcbe00
Bump node-forge from 1.2.1 to 1.3.0
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-24 18:02:42 +00:00
Jędrzej Stuczyński
40e215473e
Merge branch 'develop' of github.com:nymtech/nym into develop
2022-03-24 17:41:27 +00:00
Jędrzej Stuczyński
6746514317
Fixed up most JS dependency warnings
...
Resolved dependency issues in testnet-faucet
Removed the outdated react example
Updated js example dependencies
Using sandbox in js example
Feature locking imports
Running wasm client in testnet mode by default
Allow using `None` BandwidthController in testnet mode
Reverted endianness change and left it for others to deal with
Fixed up websocket js-example
Changed endianness of aes counter
2022-03-24 17:40:20 +00:00
dependabot[bot]
50a332eb2b
Bump minimist from 1.2.5 to 1.2.6 in /clients/webassembly/js-example ( #1162 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 15:51:43 +00:00
dependabot[bot]
08f1b176db
Bump minimist in /docker/typescript_client/upload_contract ( #1159 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 15:22:53 +00:00
dependabot[bot]
00e2319be3
Bump minimist in /clients/native/examples/js-examples/websocket ( #1160 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 15:22:45 +00:00
durch
ecd566432b
Improve pagination test
2022-03-24 10:50:23 +01:00
durch
b6dc81304c
Fix get reward pool
2022-03-23 22:46:30 +01:00
durch
6337cd9966
Merge branch 'develop' of https://github.com/nymtech/nym into develop
2022-03-23 21:13:16 +01:00