mx
89d2f0ac12
Merge pull request #3665 from nymtech/dev-portal/communityupdates
...
Dev portal/communityupdates
2023-07-17 09:49:52 +00:00
wigy
110b4d384e
fix: typo in Rust SDK docs ( #3655 )
2023-07-17 10:29:28 +01:00
Lorexia
4631c72c6b
Update quickstart overview, delete project comments in community-applications-and-guides
2023-07-13 10:36:27 +02:00
Lorexia
12aa5f1f4f
Add Minibolt to community projects list
2023-07-12 18:37:06 +02:00
Lorexia
825f25800a
Add Nymster email info, update Nostr-Nym link, update deployed apps text
2023-07-12 14:44:51 +02:00
Lorexia
d9b4d8fde6
Add preprocessors for build, update NIsNymUp issue, update DarkFi picture
2023-07-12 11:05:42 +02:00
Lorexia
a98613d83c
Update community application list, merge community and guides pages, update SUMMARY file, update overview file
2023-07-11 19:57:21 +02:00
mx
c6b193eb4f
Merge pull request #3657 from nymtech/serinko-dev-portal-patch
...
update NC-Matrix user manual
2023-07-10 08:17:17 +00:00
farbanas
a881740c20
Merge branch 'master' into develop
2023-07-05 17:03:18 +02:00
Mark Sinclair
90cc68435c
Update connect-desktop-ci.yml
2023-07-05 15:56:31 +01:00
farbanas
c3ce9e24e2
Merge branch 'release/v1.1.23'
nym-connect-v1.1.14
nym-binaries-v1.1.23
nym-wallet-v1.2.5
2023-07-05 16:28:58 +02:00
Mark Sinclair
bdda08c0b4
GitHub Actions: Change artifact upload paths to wildcards
2023-07-05 14:28:10 +01:00
Mark Sinclair
0e48ff5e9e
GitHub Action: upload artifact
2023-07-05 13:49:12 +01:00
Mark Sinclair
68d6ece6c2
GitHub Actions: add manual trigger
2023-07-05 13:11:03 +01:00
Mark Sinclair
e17ae9dce0
Update nym-wallet-publish-ubuntu.yml
2023-07-05 13:09:21 +01:00
Mark Sinclair
493f036687
GitHub Actions: fix up installing project dependencies
2023-07-05 13:07:19 +01:00
Mark Sinclair
1f4f312e8e
Removing pre-install target
2023-07-05 12:24:06 +01:00
Mark Sinclair
d829837275
GitHub Actions: install project root dependencies first
2023-07-05 12:13:39 +01:00
Mark Sinclair
36253e3f36
GitHub Actions: fix up naming and versions
2023-07-05 12:13:21 +01:00
Mark Sinclair
7743554bb8
Update nym-wallet-publish-windows10.yml
2023-07-05 11:43:33 +01:00
Mark Sinclair
de05e32845
Removing bash shell from GitHub Action
2023-07-04 17:45:23 +01:00
Mark Sinclair
136f4a8473
Revert adding copyfiles
2023-07-04 17:42:36 +01:00
Mark Sinclair
57e2628928
GitHub Actions adding bash to Windows publish workflow
2023-07-04 17:32:32 +01:00
Mark Sinclair
879e324696
Add another target for install and CI
2023-07-04 17:26:41 +01:00
Mark Sinclair
351552b863
Add back preinstall target
2023-07-04 17:22:54 +01:00
Mark Sinclair
847f3a0ecc
Remove preinstall target that needs wasm-pack
2023-07-04 17:03:24 +01:00
Mark Sinclair
58958a2449
nym-wallet: use NPM published package and add -rc0 prefix to workspace SDK package
2023-07-04 17:01:05 +01:00
Mark Sinclair
3051d84e8d
Revert GitHub Action changes to add wasm-pack to Typescript workflows
2023-07-04 17:00:11 +01:00
Mark Sinclair
2d7003dfae
Add npm registry to setup-node to create .npmrc file with reg details
2023-07-04 16:06:55 +01:00
serinko
92b9edf0da
edited NC-Matrix user manual
...
- changed setup for Mac
- fixed typo
2023-07-04 14:52:05 +00:00
Mark Sinclair
a91c997aed
Revert building SDK from root package.json
2023-07-04 15:48:44 +01:00
Mark Sinclair
5787653210
GitHub Action to publish SDK
2023-07-04 15:40:45 +01:00
Mark Sinclair
adbeeb3e5f
GitHub Action to publish SDK
2023-07-04 15:39:11 +01:00
Mark Sinclair
4899ccf4ef
GitHub Action to publish SDK
2023-07-04 15:36:26 +01:00
Mark Sinclair
9e0bcc025f
Fix up working directory in GH Action to publish to NPM
2023-07-04 15:34:37 +01:00
Mark Sinclair
16d6444169
Add GH Actions workflow to publish the SDK
2023-07-04 15:30:49 +01:00
Mark Sinclair
997faeb1e6
Create sdk-publish.yml
2023-07-04 15:27:15 +01:00
Gala
565e7768e3
Update README.md
2023-07-04 14:33:09 +02:00
Mark Sinclair
730f03de30
Update nym-wallet-publish-windows10.yml
2023-07-04 11:54:46 +01:00
Mark Sinclair
2e366a094d
Update nym-wallet-publish-windows10.yml
2023-07-04 11:52:13 +01:00
Mark Sinclair
b134334ec7
Fix package.json preinstall error
2023-07-04 11:43:42 +01:00
Mark Sinclair
f95b9b7f4a
Add preinstall targets to some package.json files to build pre-requisites
2023-07-04 11:37:00 +01:00
Mark Sinclair
11ed3b3e45
GitHub Actions: run Windows steps that use yarn in bash
2023-07-04 11:33:05 +01:00
Pierre Dommerc
271a5fbab6
ci: gh actions strapi ( #3616 )
2023-07-04 11:56:23 +02:00
Jon Häggblad
90a97b398e
name-service contract: signature check when registering ( #3572 )
...
* Add nonce state
* Update name-service types and make it build
* wip: convert tests
* Fixed all tests in names.rs
* Add TestName
* Move TestSetup to integration tests
* Tests in contract.rs done
* Move error mod to common crate
* All tests ported
* Update other crates in workspace
* rustfmt
* clippy
* Remove commented out code
* Shortcut for name.name
2023-07-04 11:49:54 +02:00
Jon Häggblad
fc2236c3c8
Strip comments from allow lists in network-requester ( #3624 )
...
* service-provider: remove comments from standard allow list
* Remove comments from the local allow list
2023-07-04 11:21:47 +02:00
Mark Sinclair
a71e228a25
Add wasm-pack install to GitHub Actions
2023-07-04 09:34:35 +01:00
farbanas
da9c2e5a7c
Merge remote-tracking branch 'refs/remotes/origin/master'
2023-07-04 09:55:15 +02:00
farbanas
e025564678
update changelog
2023-07-04 09:48:43 +02:00
mx
cf6188d794
Merge pull request #3635 from nymtech/feature/v1-1-23-docs
...
Feature/v1 1 23 docs
2023-07-03 18:50:57 +00:00