Skip to content

Releases: scio-labs/use-inkathon

@scio-labs/[email protected]

30 Jul 12:37
e4d24cd
Compare
Choose a tag to compare

Minor Changes

  • b134501 Thanks @wottpal! - Allow to pass signer options (e.g. nonce) in contractTx & deployContract

@scio-labs/[email protected]

01 May 15:05
6f2b588
Compare
Choose a tag to compare

Minor Changes

@scio-labs/[email protected]

09 Apr 13:48
6bb616f
Compare
Choose a tag to compare

Minor Changes

  • ca1c28b Thanks @niklasp! - Add option to pass supportedWallets to the provider to only allow a subset of allSubstrateWallets or pass custom wallets.

  • 4a1ec00 Thanks @wottpal! - Prevent NightlyConnect to pop up on init when no other wallet is available

@scio-labs/[email protected]

05 Feb 08:25
8bb66bc
Compare
Choose a tag to compare

Patch Changes

  • 3dda3e1 Thanks @wottpal! - Revert to previous (silently failing) behavior when loading deployment metadata, due to it's async nature.

@scio-labs/[email protected]

05 Feb 08:03
87f9ac6
Compare
Choose a tag to compare

Minor Changes

  • #59 7865a62 Thanks @peetzweg! - throws Error when trying to access unavailable contract deployment

  • #60 2e23a13 Thanks @peetzweg! - marks rococo chains data as deprecated and should be replaced with contracts, as rococo is the testnet relay chain not the smart contracts chain users interact with

Patch Changes

@scio-labs/[email protected]

24 Jan 03:31
70e0af6
Compare
Choose a tag to compare

Minor Changes

  • #57 7d356d7 Thanks @wottpal! - Add support for type-safe contract-interactions via typechain-polkadot. A new hook useRegisteredTypedContract enables easy instantiation with automatic assignment of api instance, network-dependant contract address, and the connected signer. Currently, only queries (read-only) are supported with those instances. – See README.md for more information.

@scio-labs/[email protected]

12 Dec 10:29
10a3ab2
Compare
Choose a tag to compare

Patch Changes

  • decead0 Thanks @wottpal! - Add & export explicit return type definition for deployContract (DeployedContract).

@scio-labs/[email protected]

09 Dec 09:03
75a9aa4
Compare
Choose a tag to compare

Patch Changes

@scio-labs/[email protected]

26 Nov 21:44
2ed948b
Compare
Choose a tag to compare

Patch Changes

  • 17814f3 Minor types fix & Updates (i.e. to Node 20).

@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.