Mark Sinclair
8f52f34bc4
GitHub Actions: add workflow to build network explorer api
2022-11-16 11:43:17 +00:00
Raphaël Walther
39798de1e8
Fixed dependency
2022-11-16 11:40:28 +01:00
Raphaël Walther
c650587e4c
Fixed typo
2022-11-16 11:35:06 +01:00
Raphaël Walther
660d5d8b05
Added missing property
2022-11-16 11:18:12 +01:00
Raphaël Walther
79f9db91ae
Fixed typo
2022-11-16 11:16:07 +01:00
Raphaël Walther
43822f27a8
Switched to job outputs
2022-11-16 11:13:36 +01:00
Raphaël Walther
e500d154dd
Fixed issue with environment variable
2022-11-16 10:37:28 +01:00
Raphaël Walther
3ceb00fae1
Added matrix
2022-11-16 10:24:49 +01:00
Raphaël Walther
d019343fd9
Added nightly build on latest release
2022-11-16 10:10:59 +01:00
Raphaël Walther
f55a55b784
Cleaned workflows
2022-11-16 10:10:14 +01:00
Raphaël Walther
0ea8da79c8
Enabled yanked crates warning
2022-11-16 09:24:58 +01:00
Jon Häggblad
0e12251773
Update some deps suggested by cargo deny ( #1761 )
...
* Update yanked cpufeatures dependency
* Update yanked textwrap version
* Updated yanked crossbeam-channel version
* Update client-core dep to 1.1.0
2022-11-16 09:10:40 +01:00
Jon Häggblad
f886326014
wallet_storage: fix clippy ( #1757 )
2022-11-16 07:43:49 +01:00
Jess
c73c2beb33
Update CHANGELOG.md
2022-11-15 19:04:38 +00:00
benedettadavico
b7aa84cd5a
updating mainnet mixnet conract address
nym-wallet-v1.1.0
nym-binaries-1.1.0
v1.1.0
2022-11-15 19:54:28 +01:00
Raphaël Walther
b6b40163c6
Added security audit for whole tree
2022-11-15 17:43:51 +01:00
Jędrzej Stuczyński
f46c0142e7
Updated changelog
2022-11-15 16:28:15 +00:00
Jędrzej Stuczyński
8774b22d84
Added migration code for updating vesting contract address
2022-11-15 16:06:03 +00:00
Mark Sinclair
c74a880838
Update README for SDK
2022-11-14 15:58:00 +00:00
Mark Sinclair
ccbb254b1a
Add wildcard glob for all files to SDK npm package.json
2022-11-14 15:36:30 +00:00
Dave Hrycyszyn
2bd0cfc870
Moving towards a publishable npm sdk package
2022-11-14 15:08:58 +00:00
Gala
aeaf31ed59
Merge pull request #1756 from nymtech/feature-457-banner
...
Feature 457 banner
2022-11-14 14:04:07 +01:00
Gala
05820cfca7
mantenance banner text update
2022-11-14 12:58:49 +00:00
Gala
0469d5b602
adding a comment and different alignment
2022-11-11 11:53:49 +01:00
Jon Häggblad
d912844543
Client: multiplex connection data streams ( #1720 )
...
* WIP: QA network details
* Initial implementation to multiplex socks5-client sends
* Introduce TransmissionLane enum
* WIP
* WIP: client requests connection id
* WIP
* mulitplex somewhat done
* Remove closed lanes
* WIP: connection handling over ws
* Remove unused published active connections shared data
* Start on status timer
* Max number of connections, and prune
* Some tidy
* Remove commented out code and tweak log
* Tidy
* Tweak log output
* Rename to TransmissionBuffer
* Use number of msg sent instead of time to rank age of lanes
* Create client-connections crate
* Remove waker call that probably are not needed
* Extract out some types from real traffic stream module
* Revert to develop qa.env
* Tweak comments, tidy for getting ready to merge
* Update changelog
* wasm client compile fixes
* rustfmt
2022-11-11 11:04:49 +01:00
Gala
64757ebc83
adding missing spaces
2022-11-11 07:16:13 +01:00
Gala
ba55affe0a
reducing ne banner height
2022-11-10 20:43:09 +01:00
Gala
e9f826e705
adding a mintenance banner
2022-11-10 20:11:59 +01:00
Fouad
bfbd509e4b
Update/last minute release updates ( #1753 )
...
* fix vesting update bond settings
* style and text updates
* show tx fee when updating node settings
* allow cost param update with vesting tokens
2022-11-10 16:22:09 +00:00
Mark Sinclair
b68fb4f5dd
Merge branch 'release/v1.1.0' into develop
2022-11-10 15:06:36 +00:00
Dave Hrycyszyn
7461fe88d0
Merge remote-tracking branch 'origin/feature/nym-sdk' into develop
2022-11-10 14:09:49 +00:00
Jon Häggblad
510d0333a1
Add -c for --config-env-file ( #1748 )
...
* Add -c for --config-env-file
* changelog: add note
2022-11-10 13:38:55 +01:00
Jon Häggblad
cea4887080
Fix clippy in beta toolchain ( #1749 )
2022-11-10 13:38:40 +01:00
Jon Häggblad
8f1cb67bf7
Update client-core to 1.1.0
2022-11-10 09:44:20 +01:00
Jon Häggblad
09b9601c7e
Update client-core to 1.1.0
2022-11-10 09:38:38 +01:00
Mark Sinclair
2a1dd138e0
GH Actions: Install same dependencies as build..yml
2022-11-09 18:21:28 +00: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
Mark Sinclair
bdcfe42a1e
Add docs and diagrams
2022-11-08 17:47:10 +00:00
Mark Sinclair
51e30b2a89
Add "attach file" to chat demo
...
Uses custom binary payload, that includes headers with the file and mime-type, so the receiving browser can save the file correctly.
2022-11-08 17:47:10 +00:00