serinko
e63de3f52b
corrected faq dir path
2023-09-18 16:01:03 +02:00
serinko
bded08dce9
Merge pull request #3892 from nymtech/feature/operators/smoosh-faq
...
Create smoosh FAQ section & re-organize operators/faq accordingly
2023-09-18 15:51:22 +02:00
Jon Häggblad
604657c1dc
Error instead of crash on UDP and BIND not supported
2023-09-18 15:41:56 +02:00
serinko
f130ff73ad
Merge pull request #3900 from nymtech/patch/dev-portal/integrations-faq-fix
...
integrations added to developers/faq section
2023-09-18 13:40:45 +00:00
serinko
ddaabdc856
Merge pull request #3892 from nymtech/feature/operators/smoosh-faq
...
Create smoosh FAQ section & re-organize operators/faq accordingly
2023-09-18 13:38:54 +00:00
serinko
65de9d146d
removed redundant .faq dir
2023-09-18 12:20:19 +02:00
serinko
ec3aa7d8eb
time frame in intro & ETA delete
2023-09-18 11:58:00 +02:00
serinko
805e1b8759
add NymAPI codebase link
2023-09-18 11:52:53 +02:00
serinko
53db649e84
steps timing explained & italic removed
2023-09-18 11:44:50 +02:00
serinko
f76092e8e7
clarified new smooshed gateway
2023-09-18 11:40:58 +02:00
serinko
c75fda0eb1
fix SUMMARY.md & links
2023-09-18 10:48:27 +02:00
serinko
9dfbc8c9c8
integrations added to developers/faq section
2023-09-18 10:20:48 +02:00
serinko
0171791188
syntax fix
2023-09-18 07:59:19 +00:00
serinko
f6a9d0b843
formatting quotes
2023-09-18 07:45:14 +00:00
Jon Häggblad
9654cbf87e
Remove ignored profile directives for contracts
2023-09-17 22:41:50 +02:00
Jon Häggblad
fc8ac8956d
Use resolver = 2 for contract workspace
2023-09-17 22:40:20 +02:00
Jon Häggblad
359a4e5bbd
Remove default-features where they are ignored anyway
2023-09-17 22:38:58 +02:00
Jon Häggblad
42d2ecca3c
Fix all the rust warnings about ignored profile directives
...
You can't specify profile in the manifest of a crate when it's part of a
workspace. Move the profile directives that cargo complains about to the
top-level workspace Cargo.toml
2023-09-17 22:29:08 +02:00
serinko
3c750f61e5
syntax fix
2023-09-15 19:14:31 +02:00
serinko
a8e7c3ca49
syntax fix
2023-09-15 19:13:11 +02:00
serinko
4f39630861
spell check
2023-09-15 13:39:34 +02:00
serinko
63714092df
gathered community questions & nym team answers
2023-09-15 13:33:26 +02:00
serinko
cd89f4866a
initialize faq/smoosh-faq.md page
2023-09-15 11:58:32 +02:00
serinko
a94c4c0895
initialize FAQ section & move faq -> mixnodes-faq
2023-09-15 11:51:24 +02:00
fmtabbara
56ef23b7d1
fix linting
2023-09-14 17:23:56 +01:00
Tommy Verrall
9fcffb1d94
Merge branch 'release/v1.1.31-kitkat'
2023-09-14 14:52:11 +02:00
Jędrzej Stuczyński
63b0658c65
[feat] Socks5 and Native client: run with hardcoded topology ( #3866 )
...
* allow running clients using hardcoded topology
* fixed sdk/lib/socks5-listener build
* fixed nym-connect build
* allow for both snake_case and camelCase deserialization
2023-09-14 14:26:11 +02:00
Tommy Verrall
6b161700f6
Merge pull request #3882 from nymtech/remove_unecessary_workflows
...
Github actions: remove nightly builds workflows on latest releases
2023-09-14 13:52:59 +02:00
fmtabbara
339244a1fb
update lock file
2023-09-14 11:30:22 +01:00
fmtabbara
6aa984621e
add tooltips
2023-09-14 11:29:31 +01:00
fmtabbara
ba0b5e2120
add total delegations to rewards summary
2023-09-14 11:29:06 +01:00
fmtabbara
b48e2af2c4
rename redeem to claim
2023-09-14 11:28:19 +01:00
fmtabbara
03736cc209
fix background color on account modal
2023-09-14 11:27:30 +01:00
Tommy Verrall
dcfe5f7c5b
Merge pull request #3883 from nymtech/ci/fix-clippy-error
...
fix ci failing builds on clippy errors
2023-09-14 11:31:02 +02:00
Tommy Verrall
cd89e26b74
fix ci failing builds on clippy errors
2023-09-14 10:13:32 +02:00
Jon Häggblad
4f9df2a8b1
Update Cargo.lock that was missed during release
2023-09-13 22:28:26 +02:00
Jędrzej Stuczyński
f6a4fc3b6f
updated mixnet contract schema files
2023-09-13 15:16:08 +01:00
Raphaël Walther
899db660ce
Github actions: remove nightly builds workflows on latest releases
2023-09-13 10:22:41 +02:00
Jon Häggblad
ec0ac56b8a
Improve error handling in wireguard listener ( #3881 )
2023-09-13 08:19:52 +02:00
Jędrzej Stuczyński
8981ffdcf9
removed queued mixnet migration that was already run ( #3872 )
2023-09-12 14:10:44 +01:00
Tommy Verrall
df25c01771
Merge pull request #3876 from nymtech/mixnet-version
...
updating mixnet contract version to 1.5.1
2023-09-12 15:08:52 +02:00
Tommy Verrall
a11dead84a
Merge pull request #3875 from nymtech/release/v1.1.31-kitkat
...
bump versions and update changelog
2023-09-12 15:08:29 +02:00
benedettadavico
5aa999643f
updating mixnet contract version to 1.5.1
2023-09-12 15:06:32 +02:00
Jon Häggblad
96b54db060
Wireguard listener ( #3868 )
...
* wip
* wip
* Most channels are in place
* tidy
* Send data to tunnel
* wip: adding in boringtun
* Handle timers
* Add consume_wg
* Split into mod
* Reorder
* Comments
* Refine channel handling
* Sort out dependency conflict
* Move wireguard listener in gateway beind a feature flag
2023-09-12 14:14:46 +02:00
benedettadavico
5bd4295164
bump versions and update changelog
nym-connect-v1.1.21-kitkat
nym-binaries-v1.1.31-kitkat
2023-09-12 10:20:34 +02:00
Jędrzej Stuczyński
ed24afa207
fixed ChangeMixCostParams event deserialization ( #3873 )
2023-09-12 09:12:22 +01:00
Jędrzej Stuczyński
b07627d57e
fixed ChangeMixCostParams event deserialization ( #3871 )
2023-09-11 23:13:18 +01:00
Tommy Verrall
c4667a6792
Merge pull request #3846 from nymtech/jon/handle-unable-upgrade-config
...
clients: handle config upgrade failure
2023-09-08 11:11:43 +02:00
Tommy Verrall
2e2d258e53
Merge pull request #3860 from nymtech/feature/add-nc-wg-android
...
feat(nc-wireguard): bootstrap android client app
2023-09-08 10:05:00 +02:00
Tommy Verrall
843c74db63
Merge pull request #3865 from nymtech/fix_workflow_on_latest_release
...
Github actions: fix nightly build workflow
2023-09-08 10:01:41 +02:00