Skip to content

Releases: scio-labs/use-inkathon

@scio-labs/[email protected]

26 Nov 00:21
965fafb
Compare
Choose a tag to compare

Minor Changes

  • 2e5bc70 Enable sub-path package imports (e.g. via @scio-labs/use-inkathon/helpers) for better ssr compatability.

Patch Changes

  • 0a0565f Wait for crypto APIs to be ready to prevent polkadot.js initialization issues.

@scio-labs/[email protected]

16 Nov 22:49
9818f1f
Compare
Choose a tag to compare

Minor Changes

  • #47 64f6e51 Thanks @ical10! - Improve PSP22 balance helpers to only fetch tokens applicable for the active chain.

  • #47 35d0f00 Thanks @ical10! - - usePSP22Balances checks if originChain matches activeChain before fetching PSP22 tokens balance.

    • Improve formats and add INW testnet contract address on PSP22_ASSETS.json.

Patch Changes

@scio-labs/[email protected]

14 Nov 13:36
d646840
Compare
Choose a tag to compare

Patch Changes

  • b9cfa60 Rename chain id t0rn to t0rn-testnet for consistency.

@scio-labs/[email protected]

04 Nov 11:33
ea3f322
Compare
Choose a tag to compare

Patch Changes

  • 8333727 Build NightlyConnectAdapter non-lazy when (re)connecting on init.
  • d01b9f3 Fix isWalletInstalled declaration to be synchronous again.
  • 77a1904 Fix Next.js module import error by making nightlylabs/wallet-selector-polkadot a normal peer dependency (non-option) for now. Let's re-evaluate this in the future.

@scio-labs/[email protected]

04 Nov 09:59
232d960
Compare
Choose a tag to compare

Minor Changes

  • 020aeb1 Thanks @Pawel-Szydlo! - Add support for NightlyConnect on Aleph Zero. This is a WalletConnect-like connection dialog for using the Nightly Wallet mobile app or browser extension. IMPORTANT: To use it, install the optional peer-dependency @nightlylabs/wallet-selector-polkadot.

  • 81da31b BREAKING: enableWallet is now async and needs to be awaited. If you were only using the provided connect function, nothing changes for you.

@scio-labs/[email protected]

26 Oct 10:15
e2b0726
Compare
Choose a tag to compare

Minor Changes

  • 73b3f53 Refactor React (TS) example components and add dialog component to transfer native tokens that showcases transferBalance.

  • 8fdb64f Improve transfer & contract tx utils (i.e. transferBalance, transferFullBalance, contractTx) with better error decoding and minimum balance checks upfront.

@scio-labs/[email protected]

21 Oct 22:31
1124701
Compare
Choose a tag to compare

Minor Changes

  • #36 a8e633d Added native support for more !ink compatible testnets (t0rn, Bit.Country, Peaq, Pendulum, Phala) and mainnets (Khala, Phala, Amplitude, Pendulum)

@scio-labs/[email protected]

21 Oct 22:11
aee5f09
Compare
Choose a tag to compare

Patch Changes

  • #38 9542a0c Add example packages (Vanilla React & Basic Scripts) to the workspace for development ease and demonstration purposes.

  • #38 bd57d66 Fix the incorrect Rococo Contracts node RPC URL

v0.1.0

15 Oct 13:59
2210eec
Compare
Choose a tag to compare

Minor Changes

  • #32 4f7f0c8 Complete README overhaul and addition of CONTRIBUTING guidelines

  • #32 875e1bc Types refactorings into dedicated files

  • #32 6ac406a Setup & workspace improvements

Release 0.0.9

12 Oct 14:34
Compare
Choose a tag to compare
  • chore: Update docs (2ae8f00)
  • fix: Minor types issue (4cbd64f)
  • Merge pull request #26 from ical10/feat/add-usepsp22balances (6d5d0cb)
  • feat: more fixes and improvements (f9369b8)
  • feat: Remove all docs attributes and minify json (064eac4)
  • feat: Small fixes and improvements (7025175)
  • chore: Add workflow that adds issues/prs to project (141fbc4)
  • feat: More improvements to properly watch balances (ecdc49b)
  • feat: Improvements on balance subscriptions (652816b)
  • feat: Add getPSP22Balances and usePSP22Balances (bd71952)
  • chore: Update dependencies (580e023)