Fran Arbanas
09cfd9ff05
Update CHANGELOG.md
2023-01-31 14:42:16 +00:00
Bogdan-Ștefan Neacșu
2c88ca137a
Resolve merge conflict
2023-01-31 16:19:34 +02:00
farbanas
ca3bfc859a
merge conflicts
2023-01-31 15:09:35 +01:00
Pierre Dommerc
dc2b25f152
fix(nc-android): panic on socks5 client connect ( #2929 )
2023-01-31 12:08:57 +01:00
Bogdan-Ștefan Neacșu
5370bb9c47
Fix clippy
2023-01-30 17:56:27 +02:00
Jędrzej Stuczyński
cd3c951572
drop pending messages if we dont have enough surbs and we havent gotten any in long time ( #2937 )
...
* drop pending messages if we dont have enough surbs and we havent gotten any in long time
* missing changes to wasm client
2023-01-30 15:39:26 +00:00
Jon Häggblad
7e43ce1aed
nym-connect-android: fix CI ( #2930 )
2023-01-30 11:38:14 +01:00
Jon Häggblad
0669369c77
fix commit 044fa93eec
2023-01-28 20:48:50 +01:00
Pierre Dommerc
6f94ab4937
ci(nc-android): try fix ( #2928 )
2023-01-28 00:12:53 +01:00
Pierre Dommerc
0d3ca99dfa
docs(nc-android): update readme ( #2924 )
...
* docs(nc-android): update readme
* docs(nc-android): update readme
2023-01-27 21:18:43 +01:00
Pierre Dommerc
509391cde4
ci(nc-android): add gh workflow ( #2927 )
...
* ci(nc-android): add gh workflow
* ci(nc-android): fix cargo.toml path
2023-01-27 21:05:50 +01:00
Mark Sinclair
0fc0292b18
WASM client changes ( #2925 )
...
* Add rollup config to output CommonJS and ESM packages, simplified interface
* Remove examples from monorepo
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
2023-01-27 16:48:10 +00:00
Jędrzej Stuczyński
9a2a99e581
removed migrated vesting contract code ( #2914 )
2023-01-27 14:22:11 +00:00
Jon Häggblad
5ec7beec8a
Remove .DS_Store and add to .gitignore
2023-01-27 14:05:08 +01:00
Jon Häggblad
044fa93eec
ci: fix nightly clippy
...
Remove `--all-features` from the clippy command because
1. with the removal of `cocunut` it's not really needed
2. the new `mobile` flag is a bit hacky and mutually incompatible with
some existing configs
2023-01-27 09:46:37 +01:00
Pierre Dommerc
3e6188ed13
nym-connect-android initial version ( #2907 )
...
* feat(nym-connect): add android support
* fix(nym-connect): android linker issue with sqlite3
get rid of sqlite refs as temporary workaround
* fix(nc): fix index.ts (post rebase)
* feat(nc-android): wip
* hack in config removal of read/write
* fix(nc-android): remove more fs read/write calls
* wip
* chore: remove debug comments
* Register gateway
* client-core: remove unneeded changes
* build: revert crate name change
* refactor(socks5-client): add feature mobile
* refactor(gateway-client): rename mobile feature
* socks5: restore default_root_directory
* client-core: further simplifications
* get_config_file_location just return error
* fix(nc-mobile): fix ui mobile
* socks5: minor tweak to default_root_directory
* remove unneeded changes
* nym-connect build fixes
* Use default feature for normal credential storage
* rustfmt
* rustfmt: nym-connect
* restore Cargo.toml
* Remove --all-features from workflow
* Remove some unused use
* Remove two move --all-features from build workflow
* Allow unused
* Add continue-on-error
* another clippy --all-features remove
* remove --all-features from clippy nightly
* fix(nc-mobile): frontend code errors
* feat: restore nc, move mobile under its own dir
* fix(nc-android): build
* fix(nc-android): lint errors
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2023-01-26 14:17:29 +01:00
Tommy Verrall
45c51636a8
Merge pull request #2920 from nymtech/feature/nym-api-tests
...
nym-api tests
2023-01-26 13:03:43 +01:00
Tommy Verrall
975af0c79b
remove the empty interface and return the array instead
2023-01-26 12:00:25 +00:00
benedettadavico
8d82a11b00
Merge conflicts
2023-01-26 12:50:47 +01:00
Tommy Verrall
854d548c20
Delete yarn-stable-temp.cjs
2023-01-26 12:50:35 +01:00
benedettadavico
de55ffd944
pretty
2023-01-26 12:49:43 +01:00
Tommy Verrall
c8866b1af2
Delete yarn-stable-temp.cjs
2023-01-26 12:27:59 +01:00
benedettadavico
eb31e47e68
nym-api tests
2023-01-26 12:22:07 +01:00
Jon Häggblad
0bcdf99475
ci: update build arguments and some tidy ( #2919 )
...
* ci: remove --all-targets where it doesn't make sense anymore
* ci: add cargo clean step for ubuntu
* sdk: add note about the existance of a rust sdk
2023-01-26 09:13:39 +01:00
Jon Häggblad
b8e2997c73
nym-connect: connectivity status improvements ( #2915 )
...
* connect: keep track of connectivity state
* nym-connect: query connection state
* nym-connect: function for kicking of the health check task
* rustfmt
* nym-connect: extract out into function
* nym-connect: extract out events.rs
2023-01-25 20:55:55 +01:00
Bogdan-Ștefan Neacşu
8336d0612a
Remove coconut feature ( #2890 )
...
* Remove coconut feature
* Remove github workflow remainings
* Only run dkg if coconut enabled
* Fix typo
* Update changelog
2023-01-25 15:59:37 +02:00
Jędrzej Stuczyński
33d044dd5a
Merge branch 'master' into develop
2023-01-25 13:39:33 +00:00
farbanas
c2d28740a5
bump mixnode version
2023-01-25 14:06:11 +01:00
farbanas
58b5f113c6
feat: add a workflow for building and publishing binaries to the artifact storage without attaching them to a release
2023-01-25 13:27:04 +01:00
farbanas
9ab3a133d9
feat: add a workflow for building and publishing binaries to the artifact storage without attaching them to a release
2023-01-25 13:25:06 +01:00
Fran Arbanas
7a9fbbccc6
Merge pull request #2864 from nymtech/2733-hosted-runners-releasing
...
[#2733 ] Releasing on our self-hosted runners and less failing actions
2023-01-25 13:12:52 +01:00
farbanas
f3b82fa032
updated changelog for the new version of contracts
nym-contracts-v1.1.3
2023-01-25 13:08:54 +01:00
Drazen Urch
49b8a843a4
Vesting cap ( #2903 )
...
* Locked coins definition change
* Adapt tests to new locked
* Typo
* More tests
* Fix withdraw test
* Rollback changes
* Cleanup
2023-01-25 12:36:58 +01:00
Jędrzej Stuczyński
5d385ba10f
don't trigger global shutdown upon finishing sending verloc packets ( #2910 )
2023-01-25 10:40:57 +00:00
Mark Sinclair
da9468c36a
Update package.json
2023-01-24 16:26:37 +00:00
Fran Arbanas
2bd679c91f
feat: refactored GH actions ( #2894 )
2023-01-24 16:11:01 +00:00
joeiacono2021
f4d0a120bb
Merge pull request #2902 from nymtech/release/v1.1.7
...
Release/v1.1.7
nym-connect-v1.1.7
nym-binaries-v1.1.7
nym-wallet-v1.1.8
2023-01-24 13:04:53 +00:00
joeiacono2021
027b0dbc39
Merge pull request #2901 from nymtech/release/v1.1.7
...
Release/v1.1.7
2023-01-24 13:04:22 +00:00
farbanas
130ac50834
Regenerated Cargo.lock and resolved conflicts
2023-01-24 14:03:21 +01:00
Fran Arbanas
5711230ae3
Merge branch 'develop' into release/v1.1.7
2023-01-24 13:53:29 +01:00
joeiacono2021
4db656d074
Version changes for 1.1.7 release , edited versions and changelogs.
2023-01-24 12:41:59 +00:00
farbanas
538bcf1d0a
merge resolve
2023-01-24 13:25:25 +01:00
Jon Häggblad
95080c3ecc
nym-connect: add connection health test ( #2883 )
...
* nym-connect: add connect health test
* nym-connect: redo connection test
* nym-connect: strongly typed response
* Fix clippy
* nym-connect: also send event on connection check success
* nym-connect: tidy
2023-01-24 11:04:30 +01:00
Fouad
17771b5742
Fix NC Build ( #2893 )
...
* check if sx prop is array or not
fix sx prop breakage
yarn lock update
* return dist folder
* update lock file
2023-01-24 09:27:38 +01:00
Pierre Dommerc
48af0ae6b4
feat(explorer): copy changes ( #2892 )
2023-01-24 09:15:07 +01:00
Jon Häggblad
4c19187c78
rust-sdk: start adding rustdoc ( #2895 )
...
* rust-sdk: start adding some rustdoc
* rust-sdk: whole bunch of rustdoc
* rustfmt
2023-01-24 08:50:59 +01:00
Fouad
e1ec3594ea
Fix delegations sorting ( #2885 )
...
* map and sort delegations
* allow sorting on profit margin and operator cost
* update wallet changelog
2023-01-23 17:33:53 +01:00
farbanas
ded7e51071
fix: add continue-on-error: true to all apt calls since if it fails due to lock those packages most likely already exist
2023-01-23 15:47:42 +01:00
farbanas
b75199e4dc
added yarn tsc to typescript check
2023-01-23 15:43:49 +01:00
Dave Hrycyszyn
a0ed1c8edd
Added a few items to the nym-api README
2023-01-23 12:33:53 +00:00