Bogdan-Ștefan Neacşu
d495aefb0d
Fix comment in configuration file ( #1836 )
2022-12-05 15:03:01 +02:00
Bogdan-Ștefan Neacşu
ce4fd0588c
Use better naming on gateway credential handling ( #1834 )
2022-12-05 14:02:30 +02:00
Jędrzej Stuczyński
29c073d25c
Fixed layer distribution skewness check ( #1766 )
2022-12-05 09:28:32 +00:00
Drazen Urch
7e3bc2d6bb
Node family management ( #1670 )
...
* Family management messages
* Add family queries
* Add queries to client
* Layer assignment message
* Paged family queries, annotate mixnodes with family
* Add layer assignments to epoch operations
* Remove family layer peristence
* Add NotImplemented error for kick
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2022-12-05 09:36:06 +01:00
Jon Häggblad
ab4e39e1b3
Fix a few errors in socks5 client and network-requester (backport) ( #1824 )
...
* Fix two unwraps in socks5 and network-requester
* Make sure client task never sends shutdown signal
2022-12-01 14:25:59 +01:00
Jędrzej Stuczyński
66e5119114
Feature/pledge more ( #1679 )
...
* New transactions for increasing amount of pledged tokens
* unit tests
* Added an option to pledge extra tokens through the vesting contract
* Introduced wallet endpoints for new operations
* Using updated pledge cap in the vesting contract
* Changelog update
2022-12-01 12:51:32 +00:00
Jon Häggblad
eedf3d996a
Merge remote-tracking branch 'origin/release/v1.1.1' into release/v1.1.3
2022-12-01 11:38:36 +01:00
Dave Hrycyszyn
e4f34833ef
Bumping final version numbers for 1.1.1
nym-binaries-v1.1.1
v1.1.1
2022-11-29 17:22:33 +00:00
Dave Hrycyszyn
5044764a80
Changelog for v1.1.1
2022-11-29 17:21:05 +00:00
Dave Hrycyszyn
c178438f06
Bumping version numbers
2022-11-29 17:18:57 +00:00
Bogdan-Ștefan Neacşu
5d51f4dc71
Feature/dkg integration tests ( #1815 )
...
* DKG contract e2e test
* Refactor to the same format as other contracts
* Vk share tests
* State tests
* Dealings tests
* Dealer tests
* Api dkg tests
* Fix path to contract after refactor
* Fix test target clippy
2022-11-29 18:32:37 +02:00
Fouad
22f3c8aa40
Update CHANGELOG.md
2022-11-29 14:57:04 +00:00
Jon Häggblad
de2e721ba7
Fix typo in changelog
2022-11-29 15:36:54 +01:00
Jon Häggblad
b94fbcb6db
More entries in nym-connect CHANGELOG
2022-11-29 15:36:14 +01:00
Jon Häggblad
7735f64c6d
Fix links in nym-connect changelog
2022-11-29 15:29:59 +01:00
Jon Häggblad
3857313808
Add socks5-client changes to nym-connect changelog
2022-11-29 15:19:34 +01:00
Jon Häggblad
9d60de0091
Merge remote-tracking branch 'origin/release/v1.1.2' into release/v1.1.3
2022-11-29 12:57:48 +01:00
Bogdan-Ștefan Neacşu
ca7c5d80ce
Use config URLs in clients before the env values ( #1813 )
2022-11-29 13:52:08 +02:00
Gala
bdb724e9ca
Merge pull request #1812 from nymtech/no-display-maintenance
...
No display maintenance banner
2022-11-29 09:51:55 +01:00
Jon Häggblad
89b35c1483
Fix wait_for_signal_and_error on win ( #1811 )
2022-11-29 09:43:08 +01:00
Gala
76ef50dc17
Merge branch 'develop' into no-display-maintenance
2022-11-29 09:32:55 +01:00
Gala
f663623768
set flag to false
2022-11-29 09:32:22 +01:00
Fouad
822a3b70b7
update nym connect error text ( #1809 )
2022-11-28 14:37:06 +00:00
Jon Häggblad
136202f329
Merge remote-tracking branch 'origin/release/v1.1.2' into develop
2022-11-28 13:49:46 +01:00
Fouad
66257669fc
fix ui overflow bug ( #1808 )
2022-11-28 12:26:11 +00:00
Jon Häggblad
c605a9dd9a
Merge remote-tracking branch 'origin/release/v1.1.1' into release/v1.1.2
2022-11-28 13:05:58 +01:00
Bogdan-Ștefan Neacşu
f3e226b2bf
Use default serde value for upgrade ( #1807 )
2022-11-28 13:27:48 +02:00
Fouad
d004db8037
Feature/nym connect UI updates ( #1784 )
...
* create custom titlebar
* create help page
* create generic modal component
* create separate connection time component
* link to shipyard docs
* move timer to separate component and update connection status component usage
* use separate component for copying ip and port details
* only show infomodal once after connection
* set service provider on tauri side
* Emit events when stopped
* listen and unlisten for tauri events
* connect: add trace log to get_services
* Add back CI notifications
* Update README
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com >
2022-11-28 11:22:11 +00:00
Jon Häggblad
018bf8c241
client-core: less frequent status logging ( #1806 )
2022-11-28 12:14:27 +01:00
Jon Häggblad
65a69b2cba
socks5: if any task panics, signal all other tasks to shutdown ( #1805 )
...
* socks5: signal shutdown on error
* Mark as success
* Tidy
* Reduce wait to 5 sec
* Replace unwrap with expect
* Two more unwraps
* Update changelog
2022-11-28 10:49:00 +01:00
Raphaël Walther
d25848e6f8
Added nightly build workflow on second latest release
2022-11-28 10:41:17 +01:00
Raphaël Walther
0084ba221b
Set build on latest release on schedule event
2022-11-25 16:03:43 +01:00
Jędrzej Stuczyński
186896bb37
Feature/gateway client protocol version ( #1795 )
...
* Introducing concept of gateway protocol version
* Remove version-based gateway filtering
* Fixed the unit test
* grammar
2022-11-25 13:29:42 +00:00
Mark Sinclair
df90ff8658
nym-cli: improve error reporting/handling and changed vesting-schedule queries to use query client instead of signing client
2022-11-25 13:16:44 +00:00
Bogdan-Ștefan Neacşu
bff079a3f8
Fix export dkg contract addr ( #1800 )
...
* Export dkg contract for mainnet when no config file present
* Remove redundant env files
2022-11-25 14:18:07 +02:00
Jon Häggblad
e2ba85c9bf
websocket-requests: fix length check before deserialize ( #1799 )
2022-11-25 10:54:12 +01:00
Jon Häggblad
cb7e57b5f8
changelog: add missing entry for fixing message decrypt in gateway-client
2022-11-25 10:54:12 +01:00
Jon Häggblad
17f89aecd5
Make connection_id optional in ClientRequest::Send ( #1798 )
2022-11-25 10:54:12 +01:00
Jędrzej Stuczyński
0be6fe5079
Feature/use expect instead of panicking ( #1797 )
...
* Implementation of 'Debug' on 'RealMessage'
* expect with failed channel name instead of throwing empty panics
* Introduced Debug trait constraint in ProxyRunner
* Derive Debug for socks5_requests::Message
2022-11-25 10:54:12 +01:00
Jon Häggblad
358687f43a
Fix decrypting stored received msg ( #1786 )
...
* Fix decrypting stored received msg
* rustfmt
* Moving binary message recovery to separate function
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2022-11-25 10:54:12 +01:00
Jon Häggblad
fb31dbee16
client-core: add warning when delay multiplier is larger than 1
2022-11-25 10:54:12 +01:00
Jon Häggblad
bb98d796a8
Update wallet and connect lock files ( #1793 )
2022-11-25 10:54:12 +01:00
Jon Häggblad
30dc929e40
real_traffic_stream: reduce frequency of status print ( #1794 )
2022-11-25 10:54:12 +01:00
Mark Sinclair
f1378c3488
Update contracts-build.yml
2022-11-25 10:54:12 +01:00
cgi-bin/
39ca9c22af
Possibilty to change gateway ws listener ( #1779 )
...
* add: set gatewayListener
* Update types.ts
* Update worker.ts
2022-11-25 10:54:12 +01:00
Fran Arbanas
4ff741ed9a
Add step to release GH actions ( #1792 )
...
* feat: add a release step to nym contracts GH action
* feat: add shrinking the size of wasm
2022-11-25 10:54:12 +01:00
Jon Häggblad
c9779df2a4
rust: bump required version to 1.65 in some crates that need it
2022-11-25 10:54:12 +01:00
Jon Häggblad
c6d624a3b3
Network-requester: throttle inbound connections ( #1789 )
...
* Return and handle ClientRequest::LaneQueueLenghts
* Pass lane queue lengths to inbound future
* Remove unused self reference
* Request lane queue lengths periodically for all open connections
* Add timeouts
* Rename to ConnectionCommandSender and Receiver
* Rename to client_connection_tx/rx
* Fix wasm build
* Replace bool with enum
2022-11-25 10:54:12 +01:00
Jon Häggblad
9c361385a7
websocket-requests: fix length check before deserialize ( #1799 )
2022-11-24 23:45:25 +01:00
Jon Häggblad
a9983003d4
changelog: add missing entry for fixing message decrypt in gateway-client
2022-11-24 23:29:37 +01:00