Jon Häggblad
4be31a42ea
android jni function
2023-05-12 15:38:59 +02:00
pierre
fe999593a2
bootstrap android app
2023-05-12 14:55:15 +02:00
Jędrzej Stuczyński
959fb65d02
cleanup
2023-05-12 13:48:32 +01:00
Jędrzej Stuczyński
6d2737099b
additional target os locking
2023-05-12 13:37:21 +01:00
Jędrzej Stuczyński
c6e68799ef
another layer of hacks
2023-05-12 12:26:54 +01:00
Jon Häggblad
4a401d23e5
Add header
2023-05-11 14:16:35 +01:00
Jon Häggblad
dc31576942
remove unused stuff
2023-05-11 14:10:32 +01:00
Jon Häggblad
a8c2828d2e
Make it work for x86_64-linux-android
2023-05-11 12:54:43 +01:00
Jędrzej Stuczyński
1f61b3d4ef
foomp
2023-05-11 12:01:20 +01:00
Jon Häggblad
c98dbc0407
initial crate
2023-05-11 11:37:21 +01:00
Jon Häggblad
c46d04d3c4
Fix non-wasm build of wasm-client ( #3399 )
2023-05-10 18:45:46 +02:00
farbanas
4ebd1dd7f5
Merge branch 'master' into develop
2023-05-10 09:51:33 +01:00
Jon Häggblad
62ab760656
Add name-service endpoint to nym-api ( #3394 )
2023-05-10 10:42:49 +02:00
Nadim Kobeissi
32de7efc32
Fix #3371
2023-05-09 19:43:57 +02:00
farbanas
deae210b82
update changelog in for release v1.1.18
nym-binaries-v1.1.18
2023-05-09 12:21:30 +01:00
farbanas
5b2b45a6eb
updated versions for release v1.1.18
2023-05-09 12:20:07 +01:00
mx
896a3e1be6
temporarily removed compatibility table: will reintroduce once fixed
2023-05-09 11:40:07 +02:00
Jon Häggblad
800390db85
Fix warning about default-features being ignored ( #3398 )
2023-05-09 11:32:21 +02:00
mx
1eaa13155c
Merge pull request #3392 from nymtech/feature/release-1-1-18-docs
...
version bump to 1.1.18
2023-05-09 09:17:02 +00:00
Tommy Verrall
fad3346096
Merge pull request #3391 from nymtech/bugfix/wallet-signin-ui
...
Bug fix: resolve dead-lock when switching signin to main app window in the Nym Wallet
2023-05-09 09:19:07 +01:00
Tommy Verrall
150f832f8e
Merge pull request #3388 from nymtech/feature/wallet_enforce_semver
...
feat(wallet-bonding): enforce semver for node version
2023-05-09 09:18:23 +01:00
Nadim Kobeissi
202336b8a1
Fix Typescript SDK compilation errors
2023-05-05 16:23:46 +02:00
Jon Häggblad
f0e94f8e5e
Add name-service support to validator-client ( #3384 )
...
* Add name-service support to validator-client
* Add default_memo
* contract address for wallet
* rustfmt
* lock file
* Tidy up nym-wallet-types network config
* Typo
* Remove some unused contract constants
2023-05-05 15:39:38 +02:00
Fouad
6cd00b8d10
estimated fees for sending tokens ( #3389 )
...
* estimated fees for sending tokens
2023-05-05 14:08:16 +01:00
mx
534187cc8f
Merge pull request #3368 from nymtech/add-docs-template
...
Update issue templates
2023-05-05 12:21:17 +00:00
mx
25b4934f69
added ntv blog to community guides section
2023-05-05 14:12:20 +02:00
mx
5ef7e24893
removed additional whitespace
2023-05-05 13:56:35 +02:00
mx
87ef46bc05
version bump to 1.1.18
2023-05-05 13:49:52 +02:00
Mark Sinclair
f7bc5be8e4
Bug fix: resolve dead-lock when switching signin to main app window in the Nym Wallet
...
- change operations to async
- open the new window first and then try to close the old window, to prevent the process from exiting
2023-05-05 12:12:08 +01:00
Nadim Kobeissi
b309583886
Run wasm-opt manually (Apple Silicon issue)
...
wasm-opt has a known issue on Apple Silicon:
https://github.com/rustwasm/wasm-pack/issues/913
The workaround currently seems to be running wasm-opt locally instead of
defining it as part of the Rust package's build pipeline in Cargo.toml.
I hope this is okay!
2023-05-05 12:09:13 +02:00
pierre
245185710a
strip off v in node version
2023-05-05 11:03:44 +02:00
Jon Häggblad
b7cfe31d72
Initial version of nym-name-service contract (only) ( #3380 )
...
* Initial version of nym-name-service, based on nym-service-provider-directory
* rustfmt
* Rename to NameEntry
* Restrict address format
* Remove deprecated random test
* Fix clippy
* Add to top-level Makefile
* Restore wasm-opt Makefile rule
* Restore NymAddress as enum
* rustfmt
* Add contract address to qa-qwerty.env
* Rename NymAddress to Address
* Tweak event output
* rustfmt
* add event_tag()
* qwerty contract address
2023-05-04 15:57:41 +02:00
Pierre Dommerc
68ca41a6be
refactor(wallet-bonding): fetch node data concurrently ( #3362 )
2023-05-04 10:10:50 +02:00
Pierre Dommerc
5621e7d22e
refactor(wallet-bonding): fetch node data concurrently ( #3362 )
2023-05-04 10:02:29 +02:00
Fouad
a1a5c7772d
Use Loading Modal component when loading Delegations data ( #3377 )
...
* allow loading modal to display custom text
* use loading modal
* dont repeatedly reset delegation state
* show loading modal when loading + no other modal is open
* fix lint errors
* log any delegations errors
* fix typo
* refresh interval in delegations page
2023-05-03 17:41:24 +02:00
Tommy Verrall
b47deafc14
Merge pull request #3381 from nymtech/feature/add-nyxd-builds-ci
...
Feature/add nyxd builds ci
2023-05-03 16:30:46 +01:00
benedettadavico
cc6a6d8db2
tweaking file
2023-05-03 17:19:28 +02:00
benedettadavico
5b28e24c17
workflow to add nyxd to builds ci
2023-05-03 17:15:47 +02:00
farbanas
f8d68d8ef0
fix: merge resolve
2023-05-02 15:34:15 +02:00
farbanas
a9d86508b5
Merge branch 'master' into develop
2023-05-02 14:38:11 +02:00
Tommy Verrall
bb7fa587de
formatting
2023-05-02 13:19:17 +02:00
Tommy Verrall
6585732dfc
fix broken network address - set to none
nym-wallet-v1.2.2
2023-05-02 13:14:20 +02:00
farbanas
2065e0fc17
Merge branch 'master' into develop
2023-05-02 12:09:52 +02:00
farbanas
3f7bdad59c
update lock files
nym-binaries-v1.1.17
2023-05-02 10:54:54 +02:00
farbanas
6209e78c1e
bump crates
2023-05-02 10:53:42 +02:00
farbanas
8e5062af96
bump versions and update changelogs for release v1.1.17
2023-05-02 10:39:24 +02:00
mx
496e642d7f
Merge pull request #3370 from nymtech/feature/1-1-17-docs
...
Feature/1 1 17 docs
2023-05-02 08:10:32 +00:00
mx
07e18ec198
added tokio dependency note
2023-04-28 15:51:20 +02:00
mx
d5953c28c1
added note on running example code
2023-04-28 15:45:38 +02:00
mx
3aa4b66588
added info re buying NYM from wallet with BTC
2023-04-28 15:43:57 +02:00