fmtabbara
6a43b95e5e
merge develop
2023-10-16 15:36:37 +01:00
Tommy Verrall
15e029c380
Merge pull request #3994 from nymtech/feature/developers-docs-update
...
Add TS SDK info and links to developers documentation
2023-10-16 15:13:36 +01:00
Tommy Verrall
a17df31eaa
Merge pull request #3993 from nymtech/feature/docs-update
...
Update TS SDK info in docs
2023-10-16 15:12:46 +01:00
Lorexia
fa60c83691
Update github actions to bumped mdbook
2023-10-16 16:06:14 +02:00
Drazen Urch
e4dda5e541
Replace HashMap with DashMap ( #3995 )
2023-10-16 15:40:26 +02:00
Jon Häggblad
c598082335
wireguard: short circuit known addr ( #3998 )
...
* Forward directly on known addr
* Extract out test dev creation
* Extract out RegisteredPeers
* Extract out registered_peers.rs
* Reset main rate limiter on a timer
* Some pedantic clippy
* minor tidy
* Add missing continue
2023-10-16 14:15:33 +02:00
Lorexia
b3caa7e28d
Update TS SDK info in docs
2023-10-16 14:07:26 +02:00
Fouad
9a30708bea
Ensure bonding page refresh when changing accounts ( #4002 )
2023-10-16 12:51:15 +01:00
Tommy Verrall
dd5d13ce91
Merge pull request #3976 from nymtech/documentation/updates
...
[DOCS] Update admonish version && Fix formatting
2023-10-16 12:09:52 +01:00
Jon Häggblad
30bfc24386
Merge pull request #4001 from nymtech/master
...
Merge master into develop
2023-10-16 12:42:24 +02:00
Mark Sinclair
3a86e9ecb7
Run GitHub Actions for Typescript and MacOS on large runners
...
Conflicts:
.github/workflows/publish-sdk-npm.yml
2023-10-16 12:35:23 +02:00
Tommy Verrall
f08521a705
Merge pull request #3985 from nymtech/bug/issue-3984/fix-mixnode-sorting
...
Fix sorting for mixnodes and gateways
2023-10-16 09:16:07 +01:00
Jon Häggblad
2c8187eb6c
wireguard: parse the public key up front in the UDP handler ( #3977 )
...
* wireguard: try to have a flow where we parse the public key up front
* Fix bug with continue instead of return in loop
* fix clippy::enum-variant-names
2023-10-16 09:44:10 +02:00
Tommy Verrall
82c107f7ad
Merge pull request #3996 from nymtech/jon/clippy
...
Fix (some) clippy in beta toolchain
2023-10-16 08:07:43 +01:00
Tommy Verrall
3f5ec9e7be
Merge pull request #3983 from nymtech/release/2023.2-bounty
...
Release/2023.2 bounty
2023-10-16 08:02:08 +01:00
Jon Häggblad
ea606857c2
clippy in ephemera (not all)
2023-10-15 23:05:34 +02:00
Jon Häggblad
a12c733b01
clippy::needless-pass-by-ref-mut
2023-10-15 22:41:46 +02:00
Jon Häggblad
f9063a298b
clippy::unnecessary-mut-passed
2023-10-15 22:40:52 +02:00
Jon Häggblad
edc100e67e
clippy::needless-pass-by-ref-mut
2023-10-15 22:39:52 +02:00
Mark Sinclair
e381e9e37f
Fix pre and post CI package loading
2023-10-13 19:22:33 +01:00
Mark Sinclair
1abcad05c1
GitHub Actions install wasm-opt
2023-10-13 19:10:39 +01:00
Mark Sinclair
ffcfa9435f
Run GitHub Actions for Typescript and MacOS on large runners
2023-10-13 18:58:32 +01:00
Mark Sinclair
52d5eb444b
Fix up Typescript CI and linting
2023-10-13 18:40:47 +01:00
Lorexia
b5cc7b8e49
Add TS SDK info and links to developers documentation
2023-10-13 18:35:29 +02:00
Tommy Verrall
e02eae8fb3
Merge pull request #3986 from nymtech/bugfix/packet-type-satsub
...
use saturating sub in case outfox is not enabled
2023-10-13 10:03:02 +01:00
Jędrzej Stuczyński
fe4870199e
use saturating sub in case outfox is not enabled
2023-10-12 17:44:50 +01:00
fmtabbara
3d506cfa01
use switch statement for key mapping
2023-10-12 16:12:03 +01:00
fmtabbara
393d348306
fix sorting for mixnodes and gateways
2023-10-12 14:29:31 +01:00
fmtabbara
3ce936edac
move delgation sorting logic to hook + update storybook data values for testing
2023-10-12 13:38:44 +01:00
Jon Häggblad
3b634fe64e
wireguard: make sure to set rate limiter and index explicitly ( #3978 )
2023-10-12 14:26:11 +02:00
Mark Sinclair
70f5d476f2
Tidy up package.json workspace to prefer packages from npm
nym-wallet-v1.2.9
2023-10-11 14:58:44 +01:00
Mark Sinclair
445f3b0adb
Update lock file
2023-10-11 14:58:14 +01:00
Mark Sinclair
42836b3e0e
Add packages to version bumper internal tool
2023-10-11 14:57:57 +01:00
Mark Sinclair
7c2318a096
Release Typescript SDK v1.2.0 packages
2023-10-11 11:31:41 +01:00
serinko
b3739c02c7
re-update mdbook-admonish
2023-10-11 11:12:10 +02:00
serinko
5b7b3c0bdc
upate admonish
2023-10-10 23:21:42 +02:00
serinko
f2c2f273d7
fix syntax and formatting
2023-10-10 23:17:08 +02:00
serinko
3913e3e56b
[DOC]: edit minor syntax - smoosh-faq.md
2023-10-10 13:08:44 +00:00
Tommy Verrall
5f3f97f3be
Merge pull request #3975 from nymtech/bugfix/3973
...
Add packet type to NE mixnet response listener
2023-10-10 12:27:33 +02:00
Jon Häggblad
fb2b7d3480
Fix rust-analyzer warnings ( #3974 )
...
* Fix rust-analyzer warnings
Fix some warnings that rust-analyzer emits due to enabling all features.
These are annoying when you try to list all warnings in the entire
workspace.
* Revert change to signing client
* Instead add nested feature
2023-10-10 12:02:00 +02:00
Jon Häggblad
7577ec9cb2
[NC-43] Route packets back to WG peer ( #3965 )
...
* Initial work on reverse nat
* wip
* Refine key gen
* Rename to wg_tunnel
* Forward packet to peer
* Remove source_addr
* Check if allowed to write to tunnel
* Extract out network_table
* Move map struc definitions to udp_listener
* Delegate ip network table calls
* Fix mac compilation
* Add TunTaskTx type
2023-10-10 11:01:03 +02:00
Drazen Urch
1e900c32df
Gateway client registry and api routes ( #3955 )
...
* Add HTTP API and Client registry to Gateway
* Update CHANGELOG
* Smooshify structure
* Reify x25519 public key
* Hmac message verification
* Add lightweight handshake with replay protection
* Tidy up, move registartion to its own file
* Test for the registration flow
* Fix nonce loop hole
2023-10-10 10:55:26 +02:00
Drazen
cb4eaddc9f
Add packet type to NE mixnet response listener
2023-10-10 10:36:28 +02:00
benedettadavico
1b4bf74107
bump wallet version and update changelog
2023-10-10 09:47:46 +02:00
Tommy Verrall
52151c5fb4
Merge pull request #3971 from nymtech/move_builds_to_ubuntu_lts
...
Github Actions: Fix release process
2023-10-09 11:27:26 +02:00
Raphaël Walther
24fe628e15
Github Actions: Fix release process
2023-10-09 07:24:18 +02:00
Jon Häggblad
369330f517
Fix clippy for latest stable toolchain ( #3935 )
...
* clippy::redundant-guards
* clippy::incorrect_partial_ord_impl_on_ord_type
* clippy::redundant-guards
* clippy::unwrap-or-default
* rustfmt
* noop_method_call
* nym-wallet Cargo.lock
* Unpin rust toolchain for nym-wallet
* cargo clippy --fix --workspace
* clippy::redundant_locals
* Reorder Makefile targets for more logical ordering
2023-10-06 11:04:26 +02:00
Jon Häggblad
ada30f5483
ci: skip tests in ci-build for mac due to lack of runners
2023-10-06 10:53:29 +02:00
Tommy Verrall
c906770370
Merge pull request #3895 from nymtech/feature/issue-3894/wallet-rename-accounts
...
Wallet: Introduce edit account name
2023-10-05 16:05:58 +02:00
Raphaël Walther
6f94124256
Merge pull request #3967 from nymtech/add_workflow_trigger
...
Add workflow trigger
2023-10-05 15:31:47 +02:00