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
Tommy Verrall
3ae9ea5de6
Merge pull request #1709 from nymtech/fix/explorerapi-geoip-lookup
...
fix(explorer-api): geoip lookup
2022-10-27 12:47:36 +02:00
Jon Häggblad
cf65bc1295
socks5: wait to close buffer ( #1702 )
...
* 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
2022-10-27 12:42:01 +02:00
Jędrzej Stuczyński
8bcec241a2
Moves Percent tests to the crate with the type definition ( #1714 )
2022-10-27 11:33:33 +01:00
Jędrzej Stuczyński
306e9b9dc2
Bugfix/correct staking supply accounting ( #1706 )
...
* Added staking_supply_scale_factor field on RewardingParams
* Scaling the amount of tokens released to the circulating/staking supplies
2022-10-27 10:51:09 +01:00
Jędrzej Stuczyński
2d5f851252
Workaround for clippy #9612 issue
2022-10-27 10:47:13 +01:00
Fouad
d36e349cc6
Display routing scores for bonded gateway ( #1693 )
...
* access gateway report from node status api
* Create 4 response types for gateway and mixnode uptime and status
* Add the three remaining validator-client functions
* display gatways routing scores
* handle undefined gateway report
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2022-10-27 10:34:11 +01:00
Jon Häggblad
4990a4745f
Add two more sphinx extended packet sizes (8kb and 16kb) ( #1694 )
...
* Rename to ExtendedPacketSize32
* Add two more extended packet sizes
* Update config handling for new packet sizes
* Update wasm-client
* Changelog: update
* wasm-client: fix ref
* Switch use enum instead of string for config
2022-10-27 10:52:57 +02:00
Jędrzej Stuczyński
5ce087dafe
Chore/remove unwraps ( #1707 )
...
* Disallowing the use of unwraps and expects in vesting and mixnet contracts
* Removed dodgy unwraps from the mixnet contract
* Removed dodgy unwraps from the vesting contract
* Removed unwraps/expects from common contracts crate
* ...but adding the unwraps in tests
2022-10-26 16:48:06 +01:00
Dave Hrycyszyn
caf03a09c8
Adding in wss fix for web version
2022-10-26 16:34:09 +01:00
Jon Häggblad
0d399f7d70
connect: tidy error enum ( #1712 )
2022-10-26 17:26:31 +02:00
Jon Häggblad
56cf181770
validator-api: use response type for history and report endpoints ( #1711 )
2022-10-26 17:26:17 +02:00
Tommy Verrall
f0aa2feb76
Merge pull request #1710 from nymtech/fix/explorer-table-ui
...
fix(explorer): mixnode location overflow
2022-10-26 17:13:29 +02:00
pierre
4df927cc3d
fix(explorer): mixnode location overflow
2022-10-26 16:51:25 +02:00
Dave Hrycyszyn
5db47b8931
Optimizing for fat wasm
2022-10-26 15:40:03 +01:00
Dave Hrycyszyn
27c1b29615
Removing accidental yarn lockfile
2022-10-26 15:38:54 +01:00