benedetta davico
5ce017ef3d
adding vesting tests ( #3279 )
2023-04-05 10:57:45 +02:00
Tommy Verrall
59c1ce2639
Merge pull request #3261 from nymtech/feature/refresh-allow-list
...
Feature/refresh allow list
2023-04-05 09:50:53 +01:00
Jędrzej Stuczyński
4fb63d8892
Feature/vesting delegation amount query ( #3229 )
...
* moved queries and transactions out of contract.rs
* added queries for vesting delegation details
* nyxd_client support
2023-04-05 09:22:43 +01:00
Jon Häggblad
a3b4d04d02
fix clippy in beta toolchain ( #3276 )
2023-04-05 08:31:38 +02:00
Jędrzej Stuczyński
aa3af8faea
removed stake and location fields from gateway::Node ( #3272 )
...
* removed stake and location fields from gateway::Node
* fixed unused test fixture
2023-04-04 15:16:49 +01:00
Tommy Verrall
0d65ca78c4
Merge pull request #3260 from nymtech/feature/standarise-output-json
...
Feature/standarise output json
2023-04-04 10:29:50 +01:00
Jędrzej Stuczyński
0505a4807d
using string representation of 'Recipient' for 'InitResults'
2023-04-04 10:27:48 +01:00
Jędrzej Stuczyński
01aa06e488
standarise printing of banner based on tty
2023-04-04 10:27:38 +01:00
Jędrzej Stuczyński
3b8dd1f4a5
using stderr when registering gateway
2023-04-04 10:27:38 +01:00
Jędrzej Stuczyński
4a837ce28c
added output argument for generating gateway sign payload
2023-04-04 10:27:38 +01:00
Jędrzej Stuczyński
696f6c399c
feature cleanup + added the capability to few nym-cli commands
2023-04-04 10:27:38 +01:00
Jędrzej Stuczyński
ac9290de27
clippy
2023-04-04 10:27:38 +01:00
Jędrzej Stuczyński
b026e9107f
standarised output-json in client init
2023-04-04 10:27:35 +01:00
Jędrzej Stuczyński
1347535e8f
mixnode: ibid
2023-04-04 10:26:41 +01:00
Jędrzej Stuczyński
479327849a
gateway: added --output to commands that strictly require it
2023-04-04 10:26:41 +01:00
Pierre Dommerc
4feb168cf7
chore: update prettier and unpin version ( #3265 )
2023-04-03 15:52:51 +02:00
Tommy Verrall
50e3f2be38
Merge pull request #3246 from nymtech/bug/explorer-remove-sandbox-sps
...
Dont fetch Service Provider list on Testnet Explorer
2023-04-03 10:05:52 +01:00
Jędrzej Stuczyński
276edfd562
clippy
2023-03-31 15:56:21 +01:00
Jędrzej Stuczyński
605f8fcde3
updated and cleaned up tests
2023-03-31 15:06:12 +01:00
Bogdan-Ștefan Neacşu
645c9b5e67
Feature/sdk socks5 ( #3255 )
...
* Use full socks5 config when setting client config
Also move socks5 setup sleep inside the sdk function
* SDK Socks5 Mixnet Client
* Remove NymClientConfig from sdk
* Update changelog
* Remove pub modifier
* Replace sleep with waiting on the control channel
* Add error on simple connect if socks5 configured
2023-03-31 16:34:07 +03:00
Jędrzej Stuczyński
f0e4d1a7cf
configurable stored lists locations
2023-03-31 14:01:36 +01:00
Jędrzej Stuczyński
055ec4bdd5
updating stored allow list on file changes
2023-03-31 12:57:02 +01:00
Jędrzej Stuczyński
5761f9ac7f
file watcher
2023-03-31 12:15:45 +01:00
Jędrzej Stuczyński
32620fd55f
updating standard list in a timer
2023-03-30 17:47:12 +01:00
Jędrzej Stuczyński
abb5cdbe06
extracted domain and ipnet information to separate struct
2023-03-30 16:43:58 +01:00
Jędrzej Stuczyński
8cad2b0076
removed lock files from the old basic bandwidth generator ( #3259 )
2023-03-30 14:56:30 +01:00
dependabot[bot]
bcd6c19a97
Bump webpack in /clients/native/examples/js-examples/websocket ( #3185 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.70.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 14:47:39 +01:00
dependabot[bot]
764a3a6228
Bump webpack from 5.75.0 to 5.76.0 ( #3186 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 14:47:26 +01:00
Jędrzej Stuczyński
d17aa72829
chore: clippy
2023-03-30 14:17:37 +01:00
Jędrzej Stuczyński
d62658f515
added --output json|text to mixnode and gateway 'sign' commands ( #3251 )
2023-03-30 10:23:53 +01:00
Pierre Dommerc
e6d4095bf9
feat(wallet): main settings ( #3253 )
2023-03-30 11:02:49 +02:00
Tommy Verrall
9ace9d6960
Merge pull request #3252 from nymtech/bugfix/unstuck_verloc
...
Bugfix/unstuck verloc
2023-03-30 09:25:24 +01:00
Tommy Verrall
6c32ff9708
fix ci
2023-03-30 09:42:44 +02:00
Tommy Verrall
5eae62ae33
commit
2023-03-30 09:37:35 +02:00
Jędrzej Stuczyński
331483f86a
breaking out of measurement loop on exhausted stream
2023-03-29 16:38:13 +01:00
Jędrzej Stuczyński
4ee0aeb2b1
disabling shutdown on drop for verloc measurement
2023-03-29 16:33:26 +01:00
Bogdan-Ștefan Neacşu
08354f7651
Feature/socks5 crate ( #3226 )
...
* Move client-core to common dir
* Factor out socks5-client in its own crate
* Possible sdk-socks5 integration
* Update changelog
* Remove socks5 client lib
* Rename crate to include nym- prefix
* Trim the socks5 wrapped message so that it's printable
* Fix intellij auto refactoring
* Post merge fixes
2023-03-29 13:31:24 +03:00
Jędrzej Stuczyński
f1f599dd09
log % of wasted space when padding NymMessage ( #3243 )
2023-03-29 10:48:00 +01:00
fmtabbara
51251668e3
dont fetch service providers on testnet
2023-03-28 15:47:36 +01:00
Bogdan-Ștefan Neacşu
6e72433f99
Feature/coconut hash ( #3231 )
...
* Hash over public attributes too
* Improve and fix api unit test
* Rename hash function
2023-03-28 15:08:54 +03:00
Jon Häggblad
956a264106
nym-connect lock files
2023-03-28 11:53:55 +02:00
Jędrzej Stuczyński
9b62d18101
Merge remote-tracking branch 'origin/release/v1.1.14' into develop
2023-03-28 10:28:11 +01:00
Pierre Dommerc
390730f304
refactor(wallet): balance grid ui ( #3230 )
2023-03-28 10:33:33 +02:00
pierre
e134ef8e15
build(nc-mobile): remove webpack favicon plugin
2023-03-28 09:26:42 +02:00
Drazen Urch
7bd1550195
libcpucycles ( #3219 )
...
* Checkpoint
* cpu cycle ffi
* Rename
* mixnode feature
* Bundle libcpucycles
2023-03-27 16:34:10 +02:00
Jędrzej Stuczyński
134ab2f0d6
Stop using rewarding reports as a source of truth for whether mixnodes got rewards ( #3227 )
...
use contract information instead
2023-03-27 14:52:40 +01:00
Jędrzej Stuczyński
1a4e7433b2
Bugfix: NR after #3199 ( #3225 )
...
* updated NR config template
* upgrading NR config if usingn <= 1.1.13
2023-03-27 12:21:35 +01:00
Bogdan-Ștefan Neacșu
f211b1e366
Add sandbox.env and update credential readme
2023-03-27 13:49:14 +03:00
Bogdan-Ștefan Neacşu
b2db208e6e
Add README for credential binary ( #3221 )
2023-03-27 13:33:00 +03:00
Jędrzej Stuczyński
c9c0de1fba
Offline signing ( #3175 )
...
* renamed secp265k1 to secp256k1
* added optional 'explicit_signer_data' argument for sign method
* wip
* made client signer generic
which required to undertake an adventure into coconut bandwidth trait bounds...
* separate wrapper for TxSigner
* moves signing-related features to separate module
* fixed build of binaries from outside default workspace
* offline signing example
* fixed wallet build
* post rebasing formatting
* fixed bity integration build
* making clippy happier
* fixed post-rebase bip39 dependency version
2023-03-27 10:15:30 +01:00