Commit Graph

  • cfc86ba9f5 nym-connect: select gateway based on latency in medium mode Jon Häggblad 2023-08-28 11:32:55 +02:00
  • 9c68de64a0 fix lint pierre 2023-08-28 22:17:56 +02:00
  • 2fdd09deee fix lint pierre 2023-08-28 22:14:58 +02:00
  • 5f9a514bc7 fix state pierre 2023-08-28 21:14:07 +02:00
  • 113f6ac201 building blocks for configurable noise pattern Simon Wicky 2023-08-28 15:13:35 +02:00
  • 2c8544e36a prevent gateway crash if noise handshake fails Simon Wicky 2023-08-28 15:10:36 +02:00
  • 0812a0f599 disable privacy switch on active connection pierre 2023-08-28 14:37:32 +02:00
  • b9a91399f8 comment about 5sec timeout Simon Wicky 2023-08-28 13:41:35 +02:00
  • 88f18b7a4c merge conflict changes simon/noise Simon Wicky 2023-08-28 10:35:18 +02:00
  • d919e5199a Merge commit '22246d0d5d4f91ad474ae69e635802431ef67337' into simon/noise Simon Wicky 2023-08-28 10:35:05 +02:00
  • 769a26fdeb Merge pull request #3815 from nymtech/jon/revert-clippy-change nym-connect-v1.1.29-snickers Jon Häggblad 2023-08-28 09:53:16 +02:00
  • 2e7ddcb195 Allow arc_with_non_send_sync in wasm client Jon Häggblad 2023-08-26 21:49:14 +02:00
  • 84d893198b Revert "Replace Arc with Rc on clippy's suggestion" Jon Häggblad 2023-08-26 21:09:33 +02:00
  • 7741a3fea1 wip pierre 2023-08-25 17:16:36 +02:00
  • 2f6617daac Feature/issue credentials (#3691) Fran Arbanas 2023-08-25 17:13:52 +02:00
  • 9e483da802 Merge pull request #3814 from nymtech/jon/include-gateways-in-georouting Tommy Verrall 2023-08-25 16:56:07 +02:00
  • 017d536d35 wip pierre 2023-08-25 16:30:05 +02:00
  • d530e492ec Fix compilation Jon Häggblad 2023-08-25 16:13:41 +02:00
  • 6c67cff235 Allow clippy for now Jon Häggblad 2023-08-25 16:02:13 +02:00
  • 66f04d17b7 Select country group by the exit gateway Jon Häggblad 2023-08-25 13:41:21 +02:00
  • 492155d04a Also filter gateways on location Jon Häggblad 2023-08-25 12:44:17 +02:00
  • 069226125b Separate cfg wasm function Jon Häggblad 2023-08-24 16:36:06 +02:00
  • 1ce536c2fa [Manually reapplied] Merge pull request #3804 from nymtech/feature/explorer-gateway-iplocation Jędrzej Stuczyński 2023-08-25 13:56:41 +01:00
  • 2fbb901deb Update mixnode setup to return IPv4 Lorexia 2023-08-25 11:42:36 +02:00
  • 3c3ec9c831 Merge pull request #3812 from nymtech/jon/nym-connect-filter-gateway-version Tommy Verrall 2023-08-25 11:58:35 +02:00
  • 6a34a99fee Merge pull request #3811 from nymtech/jon/clippy Jon Häggblad 2023-08-25 11:44:57 +02:00
  • ec75a06c9d nym-connect: filter gateways on compatible version Jon Häggblad 2023-08-24 14:47:03 +02:00
  • 2fbe7bb350 Merge pull request #3810 from nymtech/jon/make-explorer-api-url-configurable-in-geo-aware Tommy Verrall 2023-08-25 10:17:36 +02:00
  • ee67f3d0f0 rustfmt Jon Häggblad 2023-08-25 09:10:10 +02:00
  • 188650ea05 Stay on 1.71.0 for nym-wallet until the clippy crash is resolved Jon Häggblad 2023-08-25 09:09:05 +02:00
  • decae2b54d Clippy pub use shadowing warning Jon Häggblad 2023-08-25 09:01:27 +02:00
  • 8104761914 Update nym-connect Cargo.lock Jon Häggblad 2023-08-25 07:37:45 +02:00
  • 8503def37f Remove nym-connect mobile from Makefile Jon Häggblad 2023-08-25 07:37:29 +02:00
  • 48023eab41 Remove shadowing import Jon Häggblad 2023-08-25 07:33:49 +02:00
  • b050ae72de Replace Arc with Rc on clippy's suggestion Jon Häggblad 2023-08-25 07:33:32 +02:00
  • 377c9be790 clippy --fix Jon Häggblad 2023-08-24 17:43:57 +02:00
  • 5d7fd66cfc rustfmt Jon Häggblad 2023-08-24 17:13:49 +02:00
  • 5128aef193 Upgrade ts-rs to 7.0.0 Jon Häggblad 2023-08-24 17:46:16 +02:00
  • eb444f73ce dont uwnrap blocking_run_client result pierre 2023-08-24 16:10:14 +02:00
  • 6a327b0bd6 No timeout for wasm Jon Häggblad 2023-08-24 16:01:47 +02:00
  • 8a38c61065 Fix wallet build Jon Häggblad 2023-08-24 15:43:48 +02:00
  • f0a888d59c Add EXPLORER_API configurable url Jon Häggblad 2023-08-24 15:34:49 +02:00
  • d108919cf6 wip implement pingClient call pierre 2023-08-24 13:01:26 +02:00
  • 9a22f3dbba started on rendezvous example feature/libp2p-rendezvous mfahampshire 2023-08-23 21:52:52 +02:00
  • f1b9cf4d68 update minibolt pp mfahampshire 2023-08-23 20:56:43 +02:00
  • 5daa9418b8 update minibolt pp chore/update_minibolt mfahampshire 2023-08-23 20:53:55 +02:00
  • faf558053a working on rendzv example mfahampshire 2023-08-23 20:47:24 +02:00
  • 392e7b5268 Merge pull request #3806 from nymtech/fix/wallet-gateway-form Tommy Verrall 2023-08-23 18:01:40 +02:00
  • 776a9d508a fix wrong helper text pierre 2023-08-23 17:44:53 +02:00
  • 2f624d4f10 doc(nc-android): add notes for AAB build pierre 2023-08-23 17:20:36 +02:00
  • e04c759c14 changelog update and version bump nym-wallet-v1.2.8 benedettadavico 2023-08-23 17:12:46 +02:00
  • 3c9faff4ec [hotfix]: don't assign invalid fields when crossing the JS boundary (#3805) Jędrzej Stuczyński 2023-08-23 16:11:27 +01:00
  • 9d22387b18 [hotfix]: don't assign invalid fields when crossing the JS boundary (#3805) Jędrzej Stuczyński 2023-08-23 16:11:27 +01:00
  • 026d52a218 print location in uppercase pierre 2023-08-23 16:46:07 +02:00
  • f8b70097d3 use geoip location for gateways pierre 2023-08-23 16:12:14 +02:00
  • 25b9feef5f add couple of reviewer's suggestion Simon Wicky 2023-08-23 15:44:46 +02:00
  • db112eaa45 fix dependencies Simon Wicky 2023-08-23 15:02:29 +02:00
  • da4f9bb3b2 fix clippy warning Simon Wicky 2023-08-23 15:02:18 +02:00
  • 0d3df4b58d Merge pull request #3802 from nymtech/bugfix/use-correct-tendermint-dialect Tommy Verrall 2023-08-23 12:46:41 +02:00
  • 5241047f45 implemented compatibility mode for reqwest client Jędrzej Stuczyński 2023-08-23 11:05:31 +01:00
  • 2651784e8b fully delegating 'TendermintRpcClient' trait Jędrzej Stuczyński 2023-08-23 10:42:09 +01:00
  • 2cd2b1ccd4 always using http client in v034 compat mode Jędrzej Stuczyński 2023-08-23 09:09:44 +01:00
  • af4e8241e7 Fix rocksdb compilation (#3801) Jon Häggblad 2023-08-23 10:07:45 +02:00
  • 92350daca8 network-requester: disable poisson process by default (#3783) Jon Häggblad 2023-08-22 14:17:03 +02:00
  • 6254656ab6 Merge pull request #3797 from nymtech/release/v1.1.28 Tommy Verrall 2023-08-22 13:56:36 +02:00
  • b429c64168 [demo] libp2p example with nym-sdk (#3763) Jędrzej Stuczyński 2023-08-22 12:12:13 +01:00
  • f88622ac08 Delete upload-nyxd-ci.yml Tommy Verrall 2023-08-22 12:21:44 +02:00
  • 0a5a2c6747 removed needless_pass_by_ref_mut in mixnet contract tests (#3798) Jędrzej Stuczyński 2023-08-22 10:56:23 +01:00
  • afda62a5cf Merge branch 'master' into release/v1.1.28 release/v1.1.28 Tommy Verrall 2023-08-22 11:26:27 +02:00
  • 824bd636f9 Merge pull request #3795 from nymtech/release/v1.1.28 Tommy Verrall 2023-08-22 11:17:29 +02:00
  • cf6411ac08 Merge pull request #3794 from nymtech/qa/fix-windows-builder Tommy Verrall 2023-08-22 10:59:23 +02:00
  • 6428133122 Merge pull request #3793 from nymtech/qa/fix-api-tests Tommy Verrall 2023-08-22 10:55:24 +02:00
  • 3c69f9c2f9 Update nym-connect-publish-windows10.yml Tommy Verrall 2023-08-22 10:35:46 +02:00
  • c1e4b87744 change ci to run against sandbox for tests Tommy Verrall 2023-08-22 10:31:37 +02:00
  • 33e69f9eb9 Tidy up jon/gateway-client-disconnect-experiments Jon Häggblad 2023-08-22 10:30:12 +02:00
  • 5d454f2efc fixed issue with already existing directory during mv mfahampshire 2023-08-22 10:03:08 +02:00
  • 22246d0d5d bumping versions and updating changelog nym-connect-v1.1.18 nym-binaries-v1.1.26 benedettadavico 2023-08-22 09:54:51 +02:00
  • 29593ef3c9 removing placeholders for the timebeing to enable windows build Tommy Verrall 2023-08-22 09:27:49 +02:00
  • 0b7b10e591 wip: work on tidy up Jon Häggblad 2023-08-21 18:01:26 +02:00
  • ffac0a1f92 updated readme w info re: scripts mfahampshire 2023-08-21 18:01:04 +02:00
  • 12f21185e3 Merge pull request #3791 from nymtech/feature/ephemera_upgrade Tommy Verrall 2023-08-21 16:46:40 +02:00
  • 8004d54d5e added exit to conditional failure mfahampshire 2023-08-21 16:43:52 +02:00
  • b6febc51a3 added check for # of args mfahampshire 2023-08-21 16:42:34 +02:00
  • 1345a78bf7 wip: simplify Jon Häggblad 2023-08-21 16:34:17 +02:00
  • 5a0255fd01 added some checks mfahampshire 2023-08-21 16:30:16 +02:00
  • 5b86646bd8 added optional arg for updating minimum rust version mfahampshire 2023-08-21 15:55:38 +02:00
  • 85ab3d5c80 Include 1.1.28 upgrade for ephemera config template Bogdan-Ștefan Neacșu 2023-08-21 16:46:40 +03:00
  • dffe171b7f feat(explorer-api): add gateway geoip location (#3785) Pierre Dommerc 2023-08-21 15:50:18 +02:00
  • 067a501d98 added docs mfahampshire 2023-08-21 15:40:14 +02:00
  • fa9908413b minimal first version bump script mfahampshire 2023-08-21 15:40:03 +02:00
  • 6d3b198f00 change minibolt description mfahampshire 2023-08-21 14:02:29 +02:00
  • d4920b82f0 include 2faktor's PR material mfahampshire 2023-08-21 13:59:20 +02:00
  • 24099d159b change minibolt description mfahampshire 2023-08-21 14:02:29 +02:00
  • 463033aa64 version bump in toml files fr docs projects mfahampshire 2023-08-21 09:54:09 +02:00
  • c1ba56ab1c include 2faktor's PR material mfahampshire 2023-08-21 13:59:20 +02:00
  • 040877ae69 remove on drop Jon Häggblad 2023-08-21 12:22:55 +02:00
  • a2995bbc8f WIP: working solution Jon Häggblad 2023-08-21 12:19:55 +02:00
  • 8dfe8f4678 version bump in toml files fr docs projects mfahampshire 2023-08-21 09:54:09 +02:00
  • c2a38c9b53 Merge branch 'develop' into release/v1.1.28 Tommy Verrall 2023-08-21 09:35:39 +02:00
  • 33e7ce53fb Merge pull request #3723 from nymtech/feature/nc-desktop-userdata Tommy Verrall 2023-08-21 09:34:46 +02:00