Raphaël Walther
2e2f2bb702
atty is unmaintained
2022-11-22 15:28:08 +01:00
Bogdan-Ștefan Neacşu
1cec2ddff0
Remove debugging transaction ( #1788 )
2022-11-22 14:33:35 +02:00
Bogdan-Ștefan Neacşu
2db1bc8efa
Feature/dkg publish vk ( #1747 )
...
* Save to disk coconut keypair
* Check verification keys of the other signers
* Post verification key to chain
* Add multisig propose/vote for vks
* Execute the proposal
* Parse announce address argument
* Gateway uses chain data
* Network requester uses chain data
* Native&socks5 clients use chain data
* Credential client signature uses chain data
* Remove redundant api endpoints
* Undo debugging logging
* Fix some tests
* Fix clippy
* Fix wasm client and contract test
* More contract clippy
* Update CHANGELOG
* Use a bigger expiry period then the testing one
2022-11-22 11:16:02 +02:00
Jon Häggblad
f1deebc0f1
ci: check formatting first, and add all targets to coconut clippy step
2022-11-22 09:29:32 +01:00
Jon Häggblad
9063a86d26
client: log and handle error when cant load reply key storage ( #1785 )
...
* client: log and handle error when cant load reply key storage
* clippy
2022-11-22 01:15:50 +01:00
Jon Häggblad
d82fd620ad
Update blake2 and ed25519 deps ( #1762 )
2022-11-22 01:09:12 +01:00
Jon Häggblad
fa95d15eac
socks5-client: throttle connection inbound from application until data is sent ( #1783 )
...
* socks5: throttle send
* client-connections: add additional methods
* WIP
* Update
* Input message sender bounded
* WIP
* Remove the delay that is no longer needed
* rustfmt
* clippy
* Fix wasm build
* clippy
* Try to use MixProxySender/Reader type alias
* Extract out wait function
* Wait on every msg
* changelog: add note
* rustfmt
2022-11-21 23:52:30 +01:00
Bogdan-Ștefan Neacşu
b71a8708db
Feature/dkg dealing ( #1708 )
...
* Reintroduce epoch states
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
* Use admin address for sensible txs
* Validator-api watch contract and handle events
* Handle dealing exchange
* Dealing exchange
* Recover raw verification keys for 5 dkgs
* Test coconut with dkg keys
* Split dealing storage
* Finish dkg task when it achieved its purpose
* Temporary fix for clippy
* Fix clippy
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2022-11-21 18:00:47 +02:00
Bogdan-Ștefan Neacşu
fea6f44a57
Feature/dkg ( #1678 )
...
* Port code without epoch and blacklisting
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
* Add dkg contract to validator client
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
* Introduce publisher
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
* Fix mock testing client
* Apply fmt to contract
* Get data from attributes
* Minor fixes
* Fix wasm client
* Add pem files for dkg keys
* Save/load dkg keys in/from pem files
* Get dealer old or fresh dealer index
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2022-11-21 17:28:26 +02:00
Raphaël Walther
23e97e9643
Set schedule for nightly build on release
2022-11-21 16:23:36 +01:00
Raphaël Walther
3f5bfcc696
Cleaned
2022-11-21 16:20:44 +01:00
Raphaël Walther
f568673fbc
Debugging workflow
2022-11-21 16:13:46 +01:00
Jon Häggblad
f6576939d9
Merge remote-tracking branch 'origin/release/v1.1.1' into develop
2022-11-21 16:09:29 +01:00
Raphaël Walther
ce17196d48
Debugging workflow
2022-11-21 16:04:12 +01:00
Raphaël Walther
6dde8ecd0a
Debugging
2022-11-21 15:49:55 +01:00
Jon Häggblad
1db5e6af05
Merge remote-tracking branch 'origin/release/v1.1.0' into release/v1.1.1
2022-11-21 15:45:18 +01:00
Bogdan-Ștefan Neacşu
c4ee964557
Setup with 1 epoch and full test that skips key update ( #1647 )
...
* Setup with 1 epoch and full test that skips key update
* Remove a bunch of epoch code
* Remove unnecessary map from one element vector
* Remove tau, epoch and lambda_t
* Removed lambda_t completely
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2022-11-21 16:34:50 +02:00
Raphaël Walther
9337821712
Removed extra spaces in sed expression
2022-11-21 15:07:50 +01:00
Raphaël Walther
279ba7034c
Typo
2022-11-21 14:53:30 +01:00
Jon Häggblad
1859ca0a30
client-core: expose lane queue length state to other components ( #1777 )
...
* client-core: publish lane queue lengths
* client-connections: rename to LaneQueueLenghts plural
* Fix clippy
* Fix wasm build
* rustfmt
* clippy
2022-11-21 11:21:28 +01:00
Mark Sinclair
e30fd270a1
Publish @nymproject/sdk v1.1.4
2022-11-18 15:32:57 +00:00
Jon Häggblad
3ae16fbf1d
network-requester: make arguments to run into flags ( #1776 )
nym-binaries-1.1.0-network-requester
2022-11-18 15:22:33 +01:00
Mark Sinclair
e3cda93919
WASM client: update crate version so that the client works with mainnet
2022-11-18 13:06:03 +00:00
benedetta davico
87fb4daeda
Release/v1.1.1 nym wallet ( #1775 )
...
* fix undelegating with vesting tokens
* update version number
* update tauri conf version
* fix(wallet): explorer links
* refactor(explorer): rename mixnodeidentitykey to mixid
* fix(wallet): broken explorer links
Co-authored-by: fmtabbara <fmtabbara@hotmail.co.uk >
Co-authored-by: pierre <dommerc.pierre@gmail.com >
2022-11-18 12:38:16 +00:00
Dave Hrycyszyn
9f56796bf6
Removing unused nym-chitchat experiment
2022-11-18 12:28:21 +00:00
Jon Häggblad
09b51226c2
client: add LaneQueueLength to ServerResponse ( #1772 )
...
* client: add LaneQueueLength to ServerResponse
* fix test compilation
* changlog: add note
2022-11-18 10:24:28 +01:00
Jędrzej Stuczyński
6946151b25
Made vesting_contract_address argument peroperly optional ( #1769 )
...
* Made vesting_contract_address argument peroperly optional
* Updated changelog
2022-11-17 17:13:58 +00:00
Jon Häggblad
a4aee465fa
Merge pull request #1758 from nymtech/jon/fix/deserialize-length-check
...
Fix deserialize length check
2022-11-17 16:09:54 +01:00
Jon Häggblad
0d71ac5e75
websocket-requests: fix lints in file
2022-11-17 15:32:12 +01:00
Jon Häggblad
ce14e40968
websocket-requests: fix deserialize length check
2022-11-17 15:32:12 +01:00
Pierre Dommerc
d108edb424
fix(nym-cli): typo in sign command json output ( #1768 )
2022-11-17 15:15:45 +01:00
Tommy Verrall
18f5623b05
Merge pull request #1759 from nymtech/feature/mixnet-contract-migratemsg
...
Added migration code for updating vesting contract address
2022-11-17 12:48:57 +01:00
Mark Sinclair
8e92801929
Reduce logging in explorer api
2022-11-16 16:45:59 +00:00
Gala
3fc1bc4e7c
Merge pull request #1764 from nymtech/no-display-maintenance
...
Update banner
2022-11-16 17:25:40 +01:00
Gala
72de726762
another text update
2022-11-16 16:08:47 +00:00
Gala
cb9dfa8188
update banner text
2022-11-16 16:03:27 +00:00
Mark Sinclair
f102ed53a7
Merge remote-tracking branch 'origin/release/v1.1.0' into develop
...
# Conflicts:
# .github/workflows/network-explorer-api.yml
2022-11-16 15:54:08 +00:00
Raphaël Walther
a803c7f25e
Set output
2022-11-16 16:06:03 +01:00
Gala
f20b620cbb
turn maintenance banner display false
2022-11-16 15:04:24 +00:00
Raphaël Walther
d771d15959
Corrected reference
2022-11-16 15:50:53 +01:00
Raphaël Walther
49e6f387ff
Hardcoded branch name
2022-11-16 15:12:50 +01:00
Raphaël Walther
9568c0ba1d
Upgraded checkout action
nym-connect-v1.1.0
2022-11-16 14:50:46 +01:00
Gala
0b7b705e56
Merge pull request #1602 from nymtech/327-nym-connect-colours
...
Nym Connect: Various ui updates
2022-11-16 14:30:41 +01:00
Raphaël Walther
5daea675e7
Sent errors through the pipe
2022-11-16 14:28:45 +01:00
Gala
ebd18586a8
Merge branch '327-nym-connect-colours' of github.com:nymtech/nym into 327-nym-connect-colours
2022-11-16 13:14:40 +00:00
Gala
585610295f
Merge branch 'develop' into 327-nym-connect-colours
2022-11-16 13:14:17 +00:00
Raphaël Walther
91653d13c6
Added echo
2022-11-16 14:03:34 +01:00
Mark Sinclair
b84486c0f4
GitHub Actions: install packages needed for build
2022-11-16 11:56:26 +00:00
Mark Sinclair
b6a765481a
GitHub Actions: add workflow to build network explorer api
2022-11-16 11:43:53 +00:00
Mark Sinclair
8f52f34bc4
GitHub Actions: add workflow to build network explorer api
2022-11-16 11:43:17 +00:00