This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Releases: paritytech/capi
Releases · paritytech/capi
v0.1.0-beta.33
What's Changed
- fix: misc. smoldot cleanup by @harrysolovay in #876
- feat: add rococo + westmint network by @kratico in #878
- ci: downgrade deno to fix examples by @tjjfvi in #890
- feat: configure devnet validators by @kratico in #888
- feat: codegened object and tuple factories by @harrysolovay in #882
- chore: rename
Rune.rec
toRune.object
by @harrysolovay in #893 - fix: typegen typo by @harrysolovay in #895
- docs: NFTs pallet example by @nythrox in #815
Full Changelog: v0.1.0-beta.32...v0.1.0-beta.33
v0.1.0-beta.32
What's Changed
- chore(deps): bump streetsidesoftware/cspell-action from 2.25.0 to 2.26.0 by @dependabot in #816
- feat: handle rune by @nythrox in #814
- chore: improve users util by @harrysolovay in #813
- chore: asset teleportation example clean up by @harrysolovay in #818
- feat: ed25519 signature example by @ryanleecode in #824
- chore: update dependencies by @github-actions in #822
- chore: 2023 by @tjjfvi in #825
- fix: multisig rune proof size by @ryanleecode in #829
- docs: example reworking, additions, comments and assertions by @harrysolovay in #826
- chore: update dependencies by @github-actions in #835
- chore(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 by @dependabot in #839
- fix: shiki and pjs dep errors by @harrysolovay in #842
- fix: fee estimation by @ryanleecode in #833
- chore(deps): bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 by @dependabot in #847
- fix: misc examples broken by @harrysolovay in #846
- fix: cors server errors by @ryanleecode in #834
- chore(deps): bump streetsidesoftware/cspell-action from 2.26.0 to 2.26.1 by @dependabot in #852
- docs: raw RPC and Rune examples by @harrysolovay in #848
- feat: add
SignedExtrinsicRune
from
andfromHex
methods by @harrysolovay in #853 - feat: trun workflows by @ryanleecode in #795
- chore: the purge by @tjjfvi in #857
- feat: ink contract events by @kratico in #843
- feat: devnets by @tjjfvi in #823
- docs: clean up examples by @harrysolovay in #844
- feat: node support by @tjjfvi in #866
- feat: flat codegen by @tjjfvi in #867
- feat: archive devnet stdout/stderr on workflow failure by @kratico in #870
- fix: generated para name by @harrysolovay in #875
New Contributors
Full Changelog: v0.1.0-beta.31...v0.1.0-beta.32
v0.1.0-beta.31
v0.1.0-beta.30
What's Changed
- chore: update dependencies by @github-actions in #802
- fix: pjs signer example by @tjjfvi in #803
- feat: use
capi-binary-builds
to auto-install deps by @tjjfvi in #777 - chore: rework
finalized
/inBlock
withBlockHashRune
by @harrysolovay in #800 - ci: merge check workflows by @tjjfvi in #806
- feat: add
storageRune.default
and re-add constants codegen by @harrysolovay in #799
Full Changelog: v0.1.0-beta.29...v0.1.0-beta.30
v0.1.0-beta.29
What's Changed
- chore: remove extraneous dep by @tjjfvi in #776
- chore: ss58 address rune cleanup by @harrysolovay in #775
- feat: simplify dynamic dx by @harrysolovay in #774
- chore: add live share to dev container by @ryanleecode in #780
- fix: run bin abort signal by @ryanleecode in #782
- refactor: pattern rune by @harrysolovay in #779
- fix: shim isomorphic-ws for WebSocket by @karl-kallavus in #785
- docs: node-first readme by @harrysolovay in #789
- fix: broken patterns + examples by @harrysolovay in #786
Full Changelog: v0.1.0-beta.28...v0.1.0-beta.29
v0.1.0-beta.28
What's Changed
- fix: entry page and key page usage by @harrysolovay in #768
Full Changelog: v0.1.0-beta.27...v0.1.0-beta.28
v0.1.0-beta.27
What's Changed
- fix: star task by @kratico in #701
- chore: remove gitpod configuration by @kratico in #710
- chore(deps): bump streetsidesoftware/cspell-action from 2.22.0 to 2.23.0 by @dependabot in #713
- feat: add Blake2_512 hasher by @karl-kallavus in #715
- feat: block hash methods by @harrysolovay in #716
- ci: add setup-binaries action by @kratico in #717
- chore: update dependencies by @github-actions in #705
- chore: update dev container syntax by @ryanleecode in #718
- docs: update readme and dprint md config by @harrysolovay in #726
- docs: fix readme example instruction by @harrysolovay in #728
- fix: virtual multisig ownership swap events ordering by @ryanleecode in #729
- feat: add custom chain spec by @kratico in #725
- fix: xcm_asset_teleportation not being ignored by @ryanleecode in #740
- chore: update dependencies by @github-actions in #736
- chore: update scale; exclude scale from udd by @tjjfvi in #742
- chore: wrap error unhandling example in assertRejects by @ryanleecode in #743
- chore(deps): bump streetsidesoftware/cspell-action from 2.23.0 to 2.24.0 by @dependabot in #745
- chore(deps): bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 by @dependabot in #746
- feat: metadata rework by @tjjfvi in #641
- chore: remove dead code in zombienet provider by @tjjfvi in #748
- refactor: adjust signature pattern usage by @harrysolovay in #749
- chore: make use of users util in examples by @harrysolovay in #752
- feat: pre-compute test users by @kratico in #753
- chore: fix npm:@zombienet/* versions by @kratico in #755
- feat: improve ss58 encoding/decoding by @kratico in #751
- chore(deps): bump streetsidesoftware/cspell-action from 2.24.0 to 2.25.0 by @dependabot in #759
- chore: update dependencies by @github-actions in #758
- feat: node support in codegen server by @tjjfvi in #762
- chore: cleanup dnt by @tjjfvi in #766
- feat: capi.dev by @tjjfvi in #764
New Contributors
- @karl-kallavus made their first contribution in #715
Full Changelog: v0.1.0-beta.26...v0.1.0-beta.27
v0.1.0-beta.26
What's Changed
- fix: add tsFormatter to moderate excludes by @ryanleecode in #689
- fix: actually fix util/mod.ts by @tjjfvi in #690
- chore: use
Deno.Command
, tweak provider timeouts by @kratico in #666 - docs: remove PR template by @harrysolovay in #694
- chore: upgrade deno in dockerfile by @ryanleecode in #698
- feat: add multisig pure proxy stash example by @ryanleecode in #696
- feat: error unhandling method + decoding by @harrysolovay in #695
- fix: crypto wasm size by @tjjfvi in #702
Full Changelog: v0.1.0-beta.25...v0.1.0-beta.26
v0.1.0-beta.25
What's Changed
- ci: add necessary bin setups to release workflow by @harrysolovay in #685
Full Changelog: v0.1.0-beta.24...v0.1.0-beta.25
v0.1.0-beta.24
What's Changed
- chore: get rid of
.log
, rename.logStatus
to.dbgStatus
by @harrysolovay in #628 - fix: enable dprint dep to be used offline by @harrysolovay in #622
- chore: place multisig pattern inside its own dir by @harrysolovay in #620
- chore: update zombienet for test gh workflow by @ryanleecode in #549
- feat: entry page retrieval by @harrysolovay in #644
- fix: new version of deno throws error relating to import map by @harrysolovay in #652
- fix: process resource cleanup in start task by @kratico in #648
- chore(deps): bump devcontainers/ci from 0.2 to 0.3 by @dependabot in #662
- chore: update dependencies by @github-actions in #659
- fix: usage of new
scale-ts
version by @harrysolovay in #663 - feat: contracts and project providers + cleanup by @harrysolovay in #597
- fix: make patterns consumable by node projects by @harrysolovay in #655
- feat:
storageRune.size
method +sizeTree
pattern by @harrysolovay in #657 - chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 by @dependabot in #673
- chore(deps): bump streetsidesoftware/cspell-action from 2.21.0 to 2.22.0 by @dependabot in #674
- chore: misc cleanup by @harrysolovay in #672
- fix: smoldot connection race condition by @kratico in #671
- feat: virtual multisigs by @harrysolovay in #661
Full Changelog: v0.1.0-beta.23...v0.1.0-beta.24