Jon Häggblad
369c72ad76
WIP
2022-11-10 16:19:45 +01:00
Jon Häggblad
8f1cb67bf7
Update client-core to 1.1.0
2022-11-10 09:44:20 +01:00
Mark Sinclair
89925e49e8
GH Actions: Install same dependencies as build..yml
2022-11-09 18:20:45 +00:00
Mark Sinclair
96fc7208a2
Merge branch 'release/v1.1.0' into develop
2022-11-09 15:27:56 +00:00
Mark Sinclair
9874daa061
Release v1.1.0: bump versions and update CHANGELOGs ( #1746 )
...
* Bump version of nym-cli to 1.1.0 and move CHANGELOG to standalone file
* Bump version of nym-connect to v1.1.0 and update CHANGELOG
* Bump version of nym-wallet to v1.1.0 and update CHANGELOG
* Bump version of explorer-api to v1.1.0
* Bump versions of binaries (native-client, socks5-client, mixnode, gateway, network-requester) to v1.1.0
* Bump version of validator-api to v1.1.0
* Bump version of mixnet contract to v1.1.0 (vesting contract already v1.1.0 from #1472 )
* Bump Nym Platform version to v1.1.0 and update CHANGELOG
* Update CHANGELOG.md
* Update CHANGELOG.md
* Updated changelog with v2-related changes
* Update CHANGELOG.md
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
Co-authored-by: Fouad <fmtabbara@hotmail.co.uk >
Co-authored-by: Pierre Dommerc <dommerc.pierre@gmail.com >
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
Co-authored-by: Jess <31625607+jessgess@users.noreply.github.com >
2022-11-09 15:04:41 +00:00
Fouad
baa61c07d5
Bug fix/ne snag list ( #1741 )
...
* use uncapped saturation
* display uncapped saturation
update profit margin tooltip
update operating cost
update rewards tooltip
update stake saturation tooltip
update reward tooltips
update profit margin tooltip
* allow full gateway field to be clickable
use uncapped saturation on mixnode details page
2022-11-09 12:39:14 +00:00
Jon Häggblad
b8cb683da0
Add qwerty qa net env file
2022-11-09 11:27:28 +01:00
Jon Häggblad
62e9c8236a
Remove log from vesting-contract ( #1745 )
...
* Remove log from vesting-contract
* rustfmt
2022-11-09 11:04:32 +01:00
Jon Häggblad
d79c25861b
Merge pull request #1740 from nymtech/develop-with-release-1.1.0-merged-in
...
Merge release/v1.1.0 into develop
2022-11-09 11:02:12 +01:00
Jon Häggblad
b89ec2e0be
clippy
2022-11-09 10:43:53 +01:00
Jon Häggblad
269f50bdd4
rustfmt
2022-11-09 10:25:39 +01:00
durch
e3c02dc80a
Actually save updated pledge cap
2022-11-09 10:22:14 +01:00
Drazen Urch
65a9320d35
Set default pledge cap to 10% ( #1739 )
...
* Set default pledge cap to 10%
* fix clippy beta lints
2022-11-09 10:22:08 +01:00
durch
cf268ffcd5
Actually save updated pledge cap
2022-11-09 10:19:21 +01:00
Drazen Urch
b28ff17c30
Set default pledge cap to 10% ( #1739 )
...
* Set default pledge cap to 10%
* fix clippy beta lints
2022-11-07 14:40:52 +01:00
Jon Häggblad
9b14e00653
Fix merge error
2022-11-07 13:55:36 +01:00
Jon Häggblad
ec8b5e6e9d
Merge remote-tracking branch 'origin/release/v1.1.0' into develop
2022-11-07 10:13:33 +01:00
Raphaël Walther
d4584c305a
Set cron
2022-11-04 15:50:08 +01:00
Raphaël Walther
afc53d4379
Added audit notification
2022-11-04 15:12:29 +01:00
Raphaël Walther
4278e88d3c
Added audit notification
2022-11-04 14:55:47 +01:00
Raphaël Walther
e12a34ce6b
Added audit notification
2022-11-04 11:58:23 +01:00
Raphaël Walther
1de64f7b52
Added audit notification
2022-11-04 11:42:31 +01:00
Raphaël Walther
66dbe09e66
Added audit notification
2022-11-04 11:22:54 +01:00
Raphaël Walther
dcce269921
Added audit notification
2022-11-04 09:56:00 +01:00
Jędrzej Stuczyński
c043f0096a
Notify about sent packet after actually pushing it through mix_tx ( #1735 )
2022-11-03 15:11:58 +00:00
Fouad
a7cd7a58f2
Bugfix/delegations sort by no bonded node ( #1737 )
...
* use sorting function
* create hardcoded examples in storybook
2022-11-03 13:44:09 +00:00
Jędrzej Stuczyński
fe6da046dc
Fixed beta clippy warnings ( #1736 )
2022-11-03 10:13:16 +00:00
Gala
8bbdb94b13
Merge pull request #1733 from nymtech/417-inputs-label
...
Wallet: make input's label always shrink
2022-11-02 16:42:17 +01:00
Pierre Dommerc
e32601ab86
feat(wallet): normalize decimal places in ui ( #1731 )
2022-11-02 15:48:49 +01:00
Gala
161138bdff
Merge branch 'release/v1.1.0' into 417-inputs-label
2022-11-02 14:26:03 +01:00
Fouad
0529e84a31
add account how to links ( #1732 )
2022-11-02 13:15:48 +00:00
Gala
95f98016de
make label always shrink
2022-11-02 13:49:29 +01:00
Fouad
4967bbb5bd
Feature/delegations without bonded node ( #1727 )
...
* refactor delegations list to include separate delegation and pending delegation item
* show tooltip on delegation with unbonded node
* feat(wallet): add operating cost in delegations list
* add additional state to check for unbonding event
* disable actions when pending unbond event
* add request and type guard for pending unbond event
* add mixnode_is_unbonding to delegation item type
Co-authored-by: pierre <dommerc.pierre@gmail.com >
2022-11-02 10:46:45 +00:00
Fouad
2952144d32
add profit margin percent to response ( #1729 )
...
* add profit margin percent to response
* use display percentage function
* fix profit margin display
* fix up filters
2022-11-01 13:02:34 +00:00
Jędrzej Stuczyński
80c21b3ed9
(chore) setting up a common/logging crate ( #1730 )
2022-11-01 11:46:47 +00:00
Jędrzej Stuczyński
1f0d5f8ad0
Feature/vesting contract version query ( #1726 )
...
* Introduced vesting contract query for build information
* Fixed import paths
* Changelog
2022-10-31 17:37:16 +00:00
Jędrzej Stuczyński
49ce56c367
Jedrzej/feature/version field in framed sphinx packets ( #1723 )
...
* introduced PacketVersion into FramedSphinxPacket
* Using legacy mode by default in mixnodes and gateways
* fixed unit tests
2022-10-31 16:56:37 +00:00
Pierre Dommerc
4ab6f4c3a9
refactor(explorer-api): route ping use mix_id as param ( #1728 )
2022-10-31 16:58:30 +01:00
Jędrzej Stuczyński
3727370b9e
Improved error propagation for fallible validator api queries ( #1681 )
...
* Improved error propagation for fallible validator api queries
* Updated changelog
2022-10-31 15:28:54 +00:00
Jędrzej Stuczyński
b3272097f9
Jedrzej/bugfix/historical uptimes recording ( #1721 )
...
* Removed commented out type alias
* typos
* Using the same underlying timer for uptime updater
* Updating uptimes at 23:00 UTC each day
* Changelog
2022-10-31 12:19:14 +00:00
Jon Häggblad
ebc13c4327
client: make channel to mix traffic controller bounded and add backpressure handling v1.1 ( #1725 )
...
* clients: change mix traffic channel to bounded
* clients: dynamically adjust sending delay in steps
* rustfmt
* wasm-client: update channel
* client: introduce SendingDelayController
* client-core: downgrade two debug statements to trace
* sending delay controller: tweak parameters
* wasm-client: add tokio dependency
* client-core: rework delay controller
* Revert "client-core: downgrade two debug statements to trace"
This reverts commit e0a7772fafac7bff0e4a2c50ba25e94b52b794e6.
* Remove outdated comment
* Remove WIP comments
* changelog: add note
* out queue controller: simplify with just send
* client-core: document constants
* client: move creating mix msg channel to mix traffic controller
* client-core: downgrade a warning log msg to debug
* changelog: update
2022-10-31 12:21:02 +01:00
Jon Häggblad
ec3a6b3e27
socks5: wait to close buffer (v1.1 branch) ( #1724 )
...
* socks5: wait to close buffer
This is the fix proposed by @simonwicky in
https://github.com/nymtech/nym/issues/1701
* socks5: fix typo in patch
* socks5: fix tests
* socks5: add type for returned data and index
* socks5: make closed_at_index an Option
* changelog: add note
* changelog: update
2022-10-31 11:56:31 +01:00
Pierre Dommerc
19f3c76f72
Feature/explorer operating cost ( #1719 )
...
* feat(explorer): operating cost
2022-10-28 16:24:52 +02:00
Pierre Dommerc
90cc239999
Feature/ne gateway details ( #1722 )
...
* create gateway details page
* adding uptime chart
* adding loading state for gateways
* adding link style
* fixing gateways pagination
* remove gateway name and desc
* adding correct toolpit text and cleaning
* fix build
* PR requested changes
* fix build
* requested changes
* fix build a rever console utility addition
Co-authored-by: Gala <calero.vg@gmail.com >
2022-10-28 15:12:37 +02:00
Jędrzej Stuczyński
c1bd5db902
comment regarding ts-rs compilation warning
2022-10-28 14:00:54 +01:00
Pierre Dommerc
fb1649bab5
fix(explorer): gateway list location column ( #1718 )
...
* fix(explorer): gateway list location column
* fix(explorer): gateway list columns width
2022-10-28 12:17:23 +01:00
Jędrzej Stuczyński
b21ca41e16
Adding staking supply scale factor in rewarding params update ( #1716 )
2022-10-28 12:17:17 +01:00
Pierre Dommerc
8656abcbde
fix(explorer): minoxde details page ( #1715 )
...
* fix(explorer): minoxde details page
* feat(explorer): add mix_id column in mixnodes list
2022-10-27 17:16:30 +02:00
Jon Häggblad
99b30c2570
client: additional error handling in client + socks5-client + network-requester ( #1713 )
...
* client: add error type to native client, and start handling them
* client: handle two more error cases
* changelog: add note
* socks5: add error type and start handle run errors
* network-requester: add some error types
* rustfmt
* changelog: update note
* network-requester: remove unused import
2022-10-27 16:00:26 +02:00
Jon Häggblad
2c5d31e685
client: make channel to mix traffic controller bounded and add backpressure handling ( #1703 )
...
* clients: change mix traffic channel to bounded
* clients: dynamically adjust sending delay in steps
* rustfmt
* wasm-client: update channel
* client: introduce SendingDelayController
* client-core: downgrade two debug statements to trace
* sending delay controller: tweak parameters
* wasm-client: add tokio dependency
* client-core: rework delay controller
* Revert "client-core: downgrade two debug statements to trace"
This reverts commit e0a7772fafac7bff0e4a2c50ba25e94b52b794e6.
* Remove outdated comment
* Remove WIP comments
* changelog: add note
* out queue controller: simplify with just send
* client-core: document constants
* client: move creating mix msg channel to mix traffic controller
* client-core: downgrade a warning log msg to debug
2022-10-27 15:23:25 +02:00