Jon Häggblad
6fe93bcda0
Merge pull request #3332 from nymtech/jon/feat/sp-integrations
...
Service provider directory support in nym-api, nym-cli, validator-client
2023-04-27 11:51:00 +02:00
Jędrzej Stuczyński
78d568e04e
Feature/store cipher ( #3350 )
...
* initial nym-store-cipher
* cleanup
2023-04-27 10:24:36 +01:00
Pierre Dommerc
796f5a678a
feat(wallet): update bond amount ( #3338 )
2023-04-26 15:35:47 +02:00
Jon Häggblad
0dfd1cca44
Review comments
2023-04-26 10:58:12 +02:00
Jon Häggblad
eacefd3697
nym-cli: add announce and delete service provider
2023-04-26 10:58:12 +02:00
Jon Häggblad
424c25768c
Add schemars to lock file
2023-04-26 10:58:12 +02:00
Jon Häggblad
e460c1700e
Add support for listing services in nym-cli
2023-04-26 10:58:12 +02:00
Jon Häggblad
9935c99d41
nym-api: add service provider endpoint and caching
2023-04-26 10:58:12 +02:00
Jon Häggblad
2c4aee63bf
Make the contract optional
2023-04-26 10:58:12 +02:00
Jon Häggblad
0ebc395df9
rustfmt
2023-04-26 10:58:12 +02:00
Jon Häggblad
1de3317e75
Add sp directory contract traits and methods to nyxd client
2023-04-26 10:58:12 +02:00
Tommy Verrall
91c20af893
Merge pull request #3328 from nymtech/feature/shared-network-monitor
...
Feature/shared network monitor
2023-04-26 09:49:54 +01:00
pierre
1365e2f246
chore(wallet): add v prefix in wallet version
2023-04-26 10:04:58 +02:00
Mark Sinclair
3f4f76859b
Merge pull request #3188 from nymtech/feature/wallet-login
...
Split wallet sign in and main into two entry points
2023-04-25 11:07:00 +01:00
farbanas
934ba2b027
Merge branch 'master' into develop
2023-04-25 10:53:43 +02:00
Jędrzej Stuczyński
221e1870e5
removed redundant trait
2023-04-25 09:53:32 +01:00
Jędrzej Stuczyński
9b36bccf0c
wasm tester fixes
2023-04-25 09:53:32 +01:00
Jędrzej Stuczyński
80d7285497
further improvements + reduced log noise
2023-04-25 09:53:32 +01:00
Jędrzej Stuczyński
b94f2a483d
nym-api compiling again
2023-04-25 09:53:32 +01:00
Jędrzej Stuczyński
f64cfb4cd1
wip
2023-04-25 09:53:32 +01:00
Jędrzej Stuczyński
eda223ed3d
Resolved beta clippy complaints ( #3351 )
2023-04-25 09:53:11 +01:00
farbanas
c98d4305fa
update cargo locks
nym-contracts-v1.4.0
nym-binaries-v1.1.16
2023-04-25 10:09:49 +02:00
farbanas
2eecbca6eb
bump versions and update changelogs for release v1.1.16
2023-04-25 10:06:03 +02:00
farbanas
a58c80ef08
update versions of mixnet and vesting contract crates
2023-04-25 10:06:03 +02:00
farbanas
ac9d0db8be
update versions of mixnet and vesting contract crates
2023-04-25 10:06:03 +02:00
farbanas
7521d98963
update versions of mixnet and vesting contract common crates
2023-04-25 10:06:03 +02:00
mx
1e98131090
Merge pull request #3349 from nymtech/feature/general-docs-updates
...
version bump for next release
2023-04-25 07:39:10 +00:00
mx
46bf65462c
Merge pull request #3325 from esomore/mixnode/description
...
update mix-node setup docs with node description
2023-04-25 07:38:22 +00:00
mx
e3df4c2d68
reintroduce minimum rust version variable
2023-04-24 17:13:03 +02:00
mx
45c013350f
version bump for next release
2023-04-24 17:10:41 +02:00
Mark Sinclair
30e2f27c64
Fix linting error
2023-04-24 15:51:50 +01:00
mx
6fecc53975
Merge pull request #3339 from nymtech/feature/coconut-rust-sdk-docs
...
added coconut credential generation example
2023-04-24 14:49:24 +00:00
Tommy Verrall
e4dbfb1904
Merge pull request #3222 from nymtech/feature/available_reader_changes
...
Feature/available reader changes
2023-04-24 15:48:08 +01:00
Mark Sinclair
3113c1e9a7
Fix build issues
2023-04-24 15:41:13 +01:00
Tommy Verrall
f822d3db7b
cargo fmt
2023-04-24 15:29:51 +01:00
Jędrzej Stuczyński
9d23766288
updated used packet size
2023-04-24 15:29:51 +01:00
Jędrzej Stuczyński
fd4930b198
removed old leftover log statement
2023-04-24 15:29:51 +01:00
Jędrzej Stuczyński
5d7be89edb
replaced inner implementation with tokio's 'ReaderStream'
2023-04-24 15:29:51 +01:00
Jędrzej Stuczyński
47f5b4ceac
limit the maximum buffer size of AvailableReader by PacketSize of our mix packets
2023-04-24 15:29:51 +01:00
Jędrzej Stuczyński
790220039b
added read deadline to AvailableReader
2023-04-24 15:29:51 +01:00
Tommy Verrall
16fdfa4583
Update mainnet.env
2023-04-24 13:54:54 +02:00
Mark Sinclair
1d8a931e0c
Do not keep mnemonic or password (and variations) in logs
2023-04-24 12:24:19 +01:00
Mark Sinclair
48d0883b31
Clear stashed state completely on logout
2023-04-24 12:24:19 +01:00
Mark Sinclair
e271370326
Split wallet sign in and main into two entry points
...
Stash some of the state in the Rust process and load it when the React app mounts
Fix connect_with_mnemonic logging
2023-04-24 12:24:19 +01:00
Jędrzej Stuczyński
cbbeb66b5b
Feature/wasm client topology injection ( #3311 )
...
* added cargo config file to explicitly specify build target
* wip
* Config option to disable topology refreshing
* extracted common parsing code
* helper trait for working on wasm topology
* wasm topology parsing
* restored (slightly modified) old js-example
* wip
* Moved message preparation into a trait
* wip
* long-winded way of sending test packet
* standalone NymNodeTester
* finishing the test upon receiving all packets even if timeout wasnt reached
* initial round of cleanup
* sending multiple test packets in normal NymClient
* javascript-side cleanup
* starting mixnode test on btn click
* Improved NymNodeTester constructors
* improved error handling and constructors
* tester utils error handling
* further cleanup + using BTreeMap for NymTopology mixnodes
* handling missed errors
* splitting up 'test_node'
* split up and cleaned up generation of test result
* clippy + fixed example
* post rebase fixes
* another broken test
* prevent running multiple parallel tests
* cargo fmt
* Added nym- prefix to node tester utils
2023-04-24 09:56:26 +01:00
Jon Häggblad
3f0d4846df
Fix a few clippy warnings in contract test code ( #3340 )
...
* ci: don't fail fast for contracts
* contracts: fix clippy in tests
2023-04-24 10:30:22 +02:00
mx
de020f46a6
added coconut credential generation example
2023-04-21 16:32:20 +02:00
Jon Häggblad
9bfcdbe8e2
Add --all-targets to clippy for contracts ( #3337 )
2023-04-21 11:47:43 +02:00
Tommy Verrall
8c4885ce2c
Merge pull request #3294 from nymtech/feature/fix-clippy-warnings
...
A branch with all clippy warnings dealt with in contracts
2023-04-21 10:37:33 +01:00
Jędrzej Stuczyński
f24bb5c038
reduced noise in CODEOWNERS ( #3313 )
...
* reduced noise in CODEOWNERS
* Add @octol to codeowners
* added @mfahampshire as owner of /documentation
---------
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2023-04-20 15:25:23 +01:00