Skip to content

Releases: sadoprotocol/ordit-sdk

Ordit-SDK v0.0.12

14 Jul 07:13
679a6f8
Compare
Choose a tag to compare

[0.0.12] - 2023-07-14

Added

  • Add send example
  • Enable sourceMap

Refactored

  • Update response type to return tx id as string in utxo/relay

Fixed

  • Pass address as string instead of the entire object to internal API call in wallet.getWalletWithBalances

Ordit-SDK v0.0.11

14 Jul 04:58
Compare
Choose a tag to compare

[0.0.11] - 2023-07-14

Added

  • Support for RBF
  • support to add new address in Ordit wallet class

Fixed

  • Make sri OIP2 type optional

Ordit-SDK v0.0.10

13 Jul 02:09
Compare
Choose a tag to compare

[0.0.10] - 2023-07-13

Added

  • Support for OIP 2, Collections and minting features
  • Support for recoverable deposits in commit address
  • Support for Message signing in Ordit wallet class

Fixed

  • Sign message logic to handle fallback case

Ordit-SDK v0.0.9

10 Jul 21:39
Compare
Choose a tag to compare

[0.0.9] - 2023-07-11

Added

  • Add instant buy support to Ordit SDK
  • Improved wallet API

Fixed

  • No Sighash support in signer
  • Signing of all inputs
  • Derivation of addresses from bip39 and seed properly

Ordit-SDK v0.0.8

04 Jul 07:33
Compare
Choose a tag to compare

Ordit-SDK v0.0.8

Added

  • Metadata chunking to support larger metadata in an inscription

Ordit-SDK v0.0.7-alpha

30 Jun 11:47
Compare
Choose a tag to compare

[0.0.7] - 2023-06-30

Fixed

  • Xverse returning xPubKey instead of pubkey for taproot. Skipped deriving XKey in this case for xverse.

Ordit-SDK v0.0.6-alpha

30 Jun 09:46
Compare
Choose a tag to compare

[0.0.6] - Alpha

Added

  • OrditAPI supports fetching all inscriptions of an address
  • OrditAPI supports fetching an inscription details at outpoint
  • Ordit wallet class to implement methods do the same as above

Fixed

  • Handle float fee values using ceil function

Ordit-SDK v0.0.5-alpha

29 Jun 15:35
Compare
Choose a tag to compare

Added [0.0.5]

  • OrdTransaction class to construct ordinals tx
  • improvements to Ordit wallet class in terms of inscription

Ordit-SDK v0.0.4-alpha

29 Jun 04:45
Compare
Choose a tag to compare

Added

  • Support signing PSBT using Ordit class
  • Support TX relay using Ordit class
  • Ability to get address by type ('Legacy' | 'Segwit' | 'Bech32' | 'Taproot')
  • Ability to get all addresses
  • Ability to set default address if a type provided ('Legacy' | 'Segwit' | 'Bech32' | 'Taproot')

Fixed

  • validate xverse installed properly

Ordit-SDK v0.0.3-alpha

28 Jun 06:52
Compare
Choose a tag to compare

Fixed

  • star import bitcoinlib-js
  • derive mnemonic properly with seed subarray
  • properly confirm if a PSBT has been signed