dependabot[bot]
|
963c54fea2
|
build(deps): bump semver from 0.11.0 to 1.0.23 (#4881)
* build(deps): bump semver from 0.11.0 to 1.0.23
Bumps [semver](https://github.com/dtolnay/semver) from 0.11.0 to 1.0.23.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/0.11.0...1.0.23)
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update for 1.0
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com>
|
2024-09-19 11:55:10 +02:00 |
|
dependabot[bot]
|
db55a96f91
|
build(deps): bump toml from 0.5.11 to 0.8.14 (#4805)
* build(deps): bump toml from 0.5.11 to 0.8.14
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.8.14.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v0.8.14)
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Use workspace dependency
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com>
|
2024-09-19 11:10:34 +02:00 |
|
Jędrzej Stuczyński
|
7c0235ab26
|
fixed wasm build and trait impl
|
2024-09-19 10:06:59 +01:00 |
|
dependabot[bot]
|
92af6f7024
|
build(deps): bump hyper from 1.3.1 to 1.4.1 (#4879)
Bumps [hyper](https://github.com/hyperium/hyper) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v1.3.1...v1.4.1)
---
updated-dependencies:
- dependency-name: hyper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-19 11:06:49 +02:00 |
|
Sachin Kamath
|
7146c4c012
|
docs: add hostname instructions for wss (#4900)
|
2024-09-19 08:55:28 +00:00 |
|
Jędrzej Stuczyński
|
3dc62a9a60
|
Merge pull request #4892 from nymtech/bugfix/ticketbook-false-double-spending
Bugfix/ticketbook false double spending
|
2024-09-19 09:44:43 +01:00 |
|
Jędrzej Stuczyński
|
b3d7c26443
|
added key upgrade mechanism
|
2024-09-18 17:43:47 +01:00 |
|
Jędrzej Stuczyński
|
9efeef881a
|
split types.rs + added additional helpers
|
2024-09-18 17:43:44 +01:00 |
|
Jędrzej Stuczyński
|
9d8369a5b2
|
generate pseudorandom salt for deriving aes256gcm-siv key
|
2024-09-18 17:43:43 +01:00 |
|
Jędrzej Stuczyński
|
cc32eb3904
|
fixed wasm build
|
2024-09-18 17:43:43 +01:00 |
|
Jędrzej Stuczyński
|
8cf4977021
|
assert new gateway keys zeroize on drop
|
2024-09-18 17:43:43 +01:00 |
|
Jędrzej Stuczyński
|
2c2748832c
|
cargo fmt
|
2024-09-18 17:43:42 +01:00 |
|
Jędrzej Stuczyński
|
114db3c1cf
|
post-rebasing fixes
|
2024-09-18 17:43:42 +01:00 |
|
Jędrzej Stuczyński
|
a65df5a0ab
|
clippy
|
2024-09-18 17:43:42 +01:00 |
|
Jędrzej Stuczyński
|
b6f07fbfce
|
warning for unimplemented upgrade
|
2024-09-18 17:43:42 +01:00 |
|
Jędrzej Stuczyński
|
c39d42b7dd
|
fixed deserialisation of updated gateway shared materials
|
2024-09-18 17:43:41 +01:00 |
|
Jędrzej Stuczyński
|
21e9df488f
|
compatibility with legacy clients
|
2024-09-18 17:43:40 +01:00 |
|
Jędrzej Stuczyński
|
94113206b2
|
completing handshake using legacy keys
|
2024-09-18 17:43:07 +01:00 |
|
Jędrzej Stuczyński
|
71532484a9
|
updated client handshake to allow derivation of different key types
|
2024-09-18 17:43:07 +01:00 |
|
Jędrzej Stuczyński
|
8756763875
|
added support for aead in nym-crypto
|
2024-09-18 17:43:06 +01:00 |
|
Jędrzej Stuczyński
|
5753b79997
|
slightly refactored bandwidth tracking
|
2024-09-18 11:27:35 +01:00 |
|
Jędrzej Stuczyński
|
2a6aa13ecd
|
fixed client bandwidth being not correctly deducted
|
2024-09-18 11:12:24 +01:00 |
|
Jon Häggblad
|
9213e02b43
|
Remove clippy annotation (#4896)
|
2024-09-18 11:47:41 +02:00 |
|
Jon Häggblad
|
ede4b23e8a
|
Fix clippy::too-long-first-doc-paragraph (#4897)
|
2024-09-18 10:25:49 +02:00 |
|
Jon Häggblad
|
2e95ea16f9
|
Update nym-vpn metapackage and replace nymvpn-x with nym-vpn-app (#4889)
* Update nym-vpn metapackage to 0.2.0 and replace nymvpn-x with nym-vpn-app
* Fix compression
* Update description
|
2024-09-18 09:16:17 +01:00 |
|
benedetta davico
|
d5c9e1d8cb
|
Merge pull request #4899 from nymtech/jon/cherry-pick-4894-into-wedel
Backport #4894 to fix ci
|
2024-09-18 09:28:15 +02:00 |
|
dependabot[bot]
|
0c955817fd
|
build(deps): bump the patch-updates group across 1 directory with 9 updates (#4898)
Bumps the patch-updates group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.87` | `1.0.89` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.5` | `4.5.28` |
| [clap_complete_fig](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.2` |
| [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `4.1.2` | `4.1.3` |
| [getset](https://github.com/jbaublitz/getset) | `0.1.2` | `0.1.3` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [safer-ffi](https://github.com/getditto/safer_ffi) | `0.1.12` | `0.1.13` |
| [url](https://github.com/servo/rust-url) | `2.5.1` | `2.5.2` |
Updates `anyhow` from 1.0.87 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89)
Updates `clap_complete` from 4.5.5 to 4.5.28
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.5...clap_complete-v4.5.28)
Updates `clap_complete_fig` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.5.1...clap_complete_fig-v4.5.2)
Updates `curve25519-dalek` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/curve25519-4.1.2...curve25519-4.1.3)
Updates `getset` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/jbaublitz/getset/releases)
- [Commits](https://github.com/jbaublitz/getset/compare/0.1.2...0.1.3)
Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22)
Updates `quote` from 1.0.36 to 1.0.37
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.36...1.0.37)
Updates `safer-ffi` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/getditto/safer_ffi/releases)
- [Commits](https://github.com/getditto/safer_ffi/commits)
Updates `url` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: clap_complete_fig
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: curve25519-dalek
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: getset
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: safer-ffi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
- dependency-name: url
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-18 09:15:11 +02:00 |
|
Jon Häggblad
|
87751894d9
|
Fix apt install in ci-build-upload-binaries.yml (#4894)
|
2024-09-18 09:07:45 +02:00 |
|
dependabot[bot]
|
ec3c4fb1aa
|
build(deps): bump sysinfo from 0.30.12 to 0.30.13 (#4880)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.12 to 0.30.13.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.30.13)
---
updated-dependencies:
- dependency-name: sysinfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-18 00:33:44 +02:00 |
|
dependabot[bot]
|
789221f144
|
build(deps): bump comfy-table from 6.2.0 to 7.1.1 (#4882)
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 6.2.0 to 7.1.1.
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nukesor/comfy-table/compare/v6.2.0...v7.1.1)
---
updated-dependencies:
- dependency-name: comfy-table
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-18 00:30:46 +02:00 |
|
Jon Häggblad
|
5b925d8b68
|
Fix apt install in ci-build-upload-binaries.yml (#4894)
|
2024-09-17 23:29:36 +02:00 |
|
Jędrzej Stuczyński
|
c8c3928575
|
put client bandwidth (gateway-side) behind shared pointer
|
2024-09-17 18:40:24 +01:00 |
|
Jędrzej Stuczyński
|
2fa8da8117
|
making sure there can be only a single client task claiming more bandwidth
|
2024-09-17 18:39:49 +01:00 |
|
Jędrzej Stuczyński
|
4548ef4d05
|
adding extra logs
|
2024-09-17 18:39:01 +01:00 |
|
Jędrzej Stuczyński
|
7f147ee2b0
|
Merge pull request #4891 from nymtech/bugfix/ticketbook-aux-imports
fix: allow updating globally stored signatures
|
2024-09-17 15:33:34 +01:00 |
|
Jędrzej Stuczyński
|
48bcd7e802
|
fix: allow updating globally stored signatures
|
2024-09-17 14:21:42 +01:00 |
|
Drazen Urch
|
6598d677da
|
Build and Push CI (#4887)
1.0.0
|
2024-09-17 10:26:45 +02:00 |
|
import this
|
e736a01ecc
|
[DOCs/operators]: Document changelog for patch/2024.10-caramello (#4886)
* changelog for patched release
* fix typo
|
2024-09-17 08:26:22 +00:00 |
|
Jędrzej Stuczyński
|
a708fa2d4a
|
Merge pull request #4873 from nymtech/feature/stateless-gateway-requests
allow clients to send stateless gateway requests without prior registration
|
2024-09-16 17:00:15 +01:00 |
|
Drazen Urch
|
a512217382
|
Few fixes (#4883)
|
2024-09-16 17:15:40 +02:00 |
|
Jon Häggblad
|
086611c7ac
|
Use serde from workspace (#4833)
* cargo autoinherit for serde
* cargo autoinherit for bs58 and vergen in cosmwasm-smart-contracts
|
2024-09-16 11:16:21 +02:00 |
|
import this
|
05d6652177
|
[DOCs/operators]: Post release docs updates (#4874)
* update proxy setup syntax
* update known errors and bugs
* docs: simplify wss
---------
Co-authored-by: Sachin Kamath <github@skamath.me>
|
2024-09-13 13:16:34 +00:00 |
|
Bogdan-Ștefan Neacşu
|
9c514fe3b7
|
Fix snake case serde (#4875)
|
2024-09-13 11:53:39 +02:00 |
|
benedettadavico
|
aad028be3f
|
update qa env
|
2024-09-13 11:48:49 +02:00 |
|
Jędrzej Stuczyński
|
924160b3e7
|
removed unused import
|
2024-09-12 17:29:34 +01:00 |
|
Jędrzej Stuczyński
|
23d14b60de
|
allow handling multiple of stateless requests on the same underlying connection
|
2024-09-12 16:54:56 +01:00 |
|
Jędrzej Stuczyński
|
a4b47ef3a5
|
allow clients to send stateless gateway requests without prior registration
|
2024-09-12 15:57:38 +01:00 |
|
Bogdan-Ștefan Neacşu
|
6db3b34bcb
|
Bump defguard to github latest version (#4872)
* Bump defguard to github latest version
* Fix comment location
|
2024-09-12 13:49:33 +02:00 |
|
Jędrzej Stuczyński
|
f9383578da
|
chore: remove queued migration for adding explicit admin
|
2024-09-12 11:03:51 +01:00 |
|
Bogdan-Ștefan Neacşu
|
47303bcf48
|
Gateway database modifications for different modes (#4868)
* Gateway db modifications for different modes
* Add exit mixnet and replace whitespaces
|
2024-09-12 11:58:20 +02:00 |
|