Skip to content

Releases: scio-labs/use-inkathon

Release 0.0.1-alpha.28

10 Mar 18:41
Compare
Choose a tag to compare
Pre-release
  • feat: Improve contractTx (promisify & add dry-run error decoding) (a87fa0a)
  • feat: Add decodeOutput helper function (taken & slightly modified from contracts-ui) (e6e5726)
  • feat: Refactor & improve getAbiMessage (93af916)

Release 0.0.1-alpha.27

05 Mar 01:20
Compare
Choose a tag to compare
Pre-release
  • feat: Add initPolkadotJs helper (2870314)
  • feat: Add getDeploymentContract helper (00d56d6)

Release 0.0.1-alpha.26

24 Feb 14:02
Compare
Choose a tag to compare
Pre-release
  • feat: Ability to pass custom polkadot.js api options (b6a6772)
  • chore: Minor README changes (b2cd15d)

Release 0.0.1-alpha.25

24 Feb 11:21
Compare
Choose a tag to compare
Pre-release
  • Merge pull request #13 from scio-labs/feat/use-inkathon-in-provider-check (b65b0da)
  • feat: UseInkathon in Provider check (c7eaa9c)

Release 0.0.1-alpha.24

22 Feb 12:16
Compare
Choose a tag to compare
Pre-release
  • feat: Better estimate max gas-limit based on chain constants (blockWeights) (d11f146)

Release 0.0.1-alpha.23

21 Feb 13:45
Compare
Choose a tag to compare
Pre-release
  • chore: Add documentation (e698537)
  • feat: Add descriptive error message when none or undefined defaultChain is provided (c9611f0)
  • feat: Allow defaultChain to be passed as network id string (f8378a3)
  • fix: Prevent accessing undefined string error (6e9679c)

Release 0.0.1-alpha.22

20 Feb 17:17
Compare
Choose a tag to compare
Pre-release
  • chore: Update documentation (1b5d8d9)
  • chore: Update package development instructions in README (de82f61)
  • feat: Update switch active chain behavior and rename to switchActiveChain (5fbeec6)
  • fix: Prevent false overwrites by checking for idx >= 0 (4dde181)
  • fix: Do not update contracts when api isConnecting (ae3bfa0)
  • feat: Update chain definitions (remove not-yet supported ones; add ss58Prefix) (c287197)
  • chore: Update dependencies (0087d1f)

Release 0.0.1-alpha.21

20 Feb 09:29
Compare
Choose a tag to compare
Pre-release
  • chore: Add updated documentation (9b3f660)
  • feat: Add active-prefix to account & signer (24e9f9c)
  • feat: Improve balance formatting & also expose chain decimals (22708d3)
  • chore: Improve shibuya network definition (bce2cc1)
  • feat: Add decimal fetching to useBalance (6ca13dc)
  • fix: Shibuya faucet link (869de88)

Release 0.0.1-alpha.20

19 Feb 15:58
Compare
Choose a tag to compare
Pre-release
  • feat: Minor typing improvements in contract helper functions (f66fba1)
  • feat: Add error handling in deployContract (e56f078)

Release 0.0.1-alpha.19

18 Feb 11:23
Compare
Choose a tag to compare
Pre-release
  • feat: Suppress api init warnings (84cf160)
  • fix: Revert gas-limit change and only set it lower for deployments (fe2684e)