Skip to content

Releases: NillionNetwork/client-ts

client-wasm-v0.3.1

06 Feb 11:13
845d1a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc3...client-wasm-v0.3.1

client-vms-v0.3.1

06 Feb 11:13
845d1a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc3...client-vms-v0.3.1

client-react-hooks-v0.3.2

06 Feb 13:05
f69e1b3
Compare
Choose a tag to compare

What's Changed

  • fix: update gh artifacts by @pablojhl in #95
  • fix: default bootnodeurl for the testnet and parametrize client component by @pablojhl in #97

Full Changelog: client-react-hooks-v0.3.1...client-react-hooks-v0.3.2

client-react-hooks-v0.3.1

06 Feb 11:13
845d1a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc3...client-react-hooks-v0.3.1

client-wasm-v0.3.0rc6

06 Feb 10:40
adb5c27
Compare
Choose a tag to compare
client-wasm-v0.3.0rc6 Pre-release
Pre-release

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc2...client-wasm-v0.3.0rc6

client-wasm-v0.3.0rc5

06 Feb 08:54
adb5c27
Compare
Choose a tag to compare
client-wasm-v0.3.0rc5 Pre-release
Pre-release

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc2...client-wasm-v0.3.0rc5

client-wasm-v0.3.0rc4

06 Feb 08:29
adb5c27
Compare
Choose a tag to compare
client-wasm-v0.3.0rc4 Pre-release
Pre-release

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc2...client-wasm-v0.3.0rc4

client-wasm-v0.3.0rc3

06 Feb 08:13
adb5c27
Compare
Choose a tag to compare
client-wasm-v0.3.0rc3 Pre-release
Pre-release

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc2...client-wasm-v0.3.0rc3

client-vms-v0.3.0rc5

06 Feb 10:40
adb5c27
Compare
Choose a tag to compare
client-vms-v0.3.0rc5 Pre-release
Pre-release

What's Changed

Full Changelog: client-react-hooks-v0.3.0rc2...client-vms-v0.3.0rc5

client-vms-v0.3.0rc4

06 Feb 07:47
536875e
Compare
Choose a tag to compare
client-vms-v0.3.0rc4 Pre-release
Pre-release

What's Changed

  • ci: add check, build-and-test and publish workflow by @tim-hm in #1
  • feat: fixes and refinements by @tim-hm in #3
  • docs: add badges, use latest tag by @tim-hm in #4
  • Merge #5 by @tim-hm in #5
  • fix(react): missing dist folder in build by @tim-hm in #6
  • feat: improve docs + logging, reduce api result nesting, bump to 0.1.0-rc.7, by @tim-hm in #7
  • fix: enable tests in ci by @tim-hm in #8
  • chore: fixes and bump deps by @tim-hm in #9
  • fixes and refinements by @tim-hm in #10
  • Fix/pin effect version by @tim-hm in #12
  • fix(ci): correctly specify nillion-setup-action version param by @tim-hm in #13
  • refactor: move and rename NilVmClient, use default random nodeSeed by @tim-hm in #14
  • docs: update README by @crypblizz8 in #15
  • chore: bump to 0.1.0-rc.12 by @tim-hm in #19
  • fix: updates npm install command plus some light proofreading by @cyberglot in #18
  • feat: allow client to change userkey by @tim-hm in #17
  • timhm/tweaks for release by @tim-hm in #21
  • fix(react): (re)expose value name argument by @tim-hm in #22
  • use rpc proxy for public config by @wwwehr in #25
  • chore(docs): drop generated pages and github publish page action by @tim-hm in #27
  • Check for accounts during connect logic by @Envoy-VC in #26
  • Add new hook for storing multiple NadaValues by @Envoy-VC in #24
  • release: 0.1.0 by @tim-hm in #28
  • feat!: grpc migration by @tim-hm in #30
  • Migrate tooling to pnpm, biome, lefthook and vitest by @tim-hm in #32
  • Migrate tooling to pnpm/biome/vitest by @tim-hm in #31
  • Add retries to client for operations by @tim-hm in #33
  • Refactor client-react-hooks and the examples-nextjs to use the grpc client by @tim-hm in #34
  • Improve CD workflows by @tim-hm in #35
  • ci: remove non-existent pnpm cli switch by @tim-hm in #36
  • docs: add simplified README.md by @tim-hm in #37
  • release(0.2.0): tweaks and fixes by @tim-hm in #38
  • chore(release): v0.2.0-rc.2 by @tim-hm in #39
  • release(0.2.0): fixes by @tim-hm in #40
  • chore(release): v0.2.0-rc.3 by @tim-hm in #41
  • release(0.2.0): tweaks and fixes by @tim-hm in #42
  • chore(release): client-vms and client-react-hooks 0.2.1 by @tim-hm in #43
  • ci(react): build client-vms so publish correctly resolves types by @tim-hm in #44
  • chore: update protobuf files and wasm client by @pablojhl in #46
  • feat!: add support for ecdsa signatures by @pablojhl in #47
  • feat: add support for top up payments by @pablojhl in #49
  • chore: bump client-wasm and client-vms versions to 0.3.0 by @pablojhl in #54
  • chore(release): client-wasm and client-vms 0.3.0-rc.0 by @tim-hm in #55
  • feat: unwrap cause from UnexpectedException by @pablojhl in #59
  • feat: add from hex for UserId by @lumasepa in #62
  • chore: update wasm by @pablojhl in #63
  • chore: bump client-vms version to 0.3.0-rc.2 by @pablojhl in #65
  • feat: add hooks for top-up payments operations by @pablojhl in #64
  • chore: add support for value protobuf by @pablojhl in #67
  • chore: add support for booleans by @pablojhl in #69
  • fix: nada value booleans constructors by @pablojhl in #71
  • chore: implement native computeValuesSize by @pablojhl in #72
  • Update poto and use quote tokens by @lumasepa in #68
  • chore: bump versions client-wasm and client-vms by @pablojhl in #73
  • chore: add signatures examples. by @pablojhl in #70
  • chore: move client-wasm source to client-ts by @pablojhl in #75
  • chore: update nil-vm version to latest by @pablojhl in #78
  • chore: update client-ts to use .nil-sdk.toml by @pablojhl in #77
  • chore: add client-wasm tests to the CI workflow by @pablojhl in #76
  • chore: generate protobuf from nillion submodule by @pablojhl in #80
  • chore: reduce ci workflow times by @pablojhl in #81
  • chore: reimplement workflow to publish the releases automatically by @pablojhl in #82
  • chore: create github releases & update artifacts by @pablojhl in #83
  • chore: check if the new version is higher when uploading artifacts by @pablojhl in #84
  • fix: add-funds example adds an amount higher than the minimum. by @pablojhl in #85
  • chore: bump nilvm version to 0.9.0-rc.60 by @pablojhl in #86
  • fix: client fails when node environment by @pablojhl in #88
  • chore: bump versions by @pablojhl in #89
  • chore: ignore git checks when publish by @pablojhl in #90
  • fix: set up for auth by @pablojhl in #91

New Contributors

Full Changelog: https://github.com/NillionNetwork/client-ts/commits/client-vms-v0.3.0rc4