Skip to content

Latest commit

 

History

History
785 lines (598 loc) · 18.1 KB

CHANGELOG.md

File metadata and controls

785 lines (598 loc) · 18.1 KB

@chainify/bitcoin-ledger

2.4.1

Patch Changes

2.4.0

Minor Changes

  • 52a668d71: Updated imports for ledger types
  • e2e61c30e: Implemented ledger app creator

Patch Changes

  • Updated dependencies [52a668d71]
  • Updated dependencies [e2e61c30e]

2.3.0

Minor Changes

  • 98204a127: Update all ledger dependencies

Patch Changes

2.2.0

Minor Changes

  • abdc69ead: Updated version

Patch Changes

2.1.0

Minor Changes

  • 910879393: Set Fixed version of packages for ledger

Patch Changes

2.0.0

Major Changes

  • dbd8981ee: Updated version of ledger related packages

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

  • a8be4f76a: Updated ledger app methods calls
  • dd59aaa6a: Updated ledger packages for evm and bitcoin

Patch Changes

  • Updated dependencies [a8be4f76a]
  • Updated dependencies [dd59aaa6a]

1.2.33

Patch Changes

1.2.32

Patch Changes

1.2.31

Patch Changes

1.2.30

Patch Changes

1.2.29

Patch Changes

1.2.28

Patch Changes

1.2.27

Patch Changes

1.2.26

Patch Changes

1.2.25

Patch Changes

1.2.24

Patch Changes

1.2.23

Patch Changes

1.2.22

Patch Changes

1.2.21

Patch Changes

1.2.20

Patch Changes

1.2.19

Patch Changes

1.2.18

Patch Changes

1.2.17

Patch Changes

1.2.16

Patch Changes

1.2.15

Patch Changes

1.2.14

Patch Changes

1.2.13

Patch Changes

1.2.12

Patch Changes

1.2.11

Patch Changes

1.2.10

Patch Changes

1.2.9

Patch Changes

1.2.8

Patch Changes

1.2.7

Patch Changes

1.2.6

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • nft transfer takes decimal string for token id

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

  • Add moralis nft provider Standardise nft fetch response

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

    • add flexible swap options for EVM chains
      • numberOfBlocksPerRequest - the amount of blocks to search for events in a single call (default = 2000)
      • totalNumberOfBlocks - the total number of blocks to search for events (default = 100_000)
      • gasLimitMargin - percentage gas margin for chains that does not estimate gas correctly (e.g. RSK) (default=10%)
    • add address cache for EVM ledger
    • use toLowerCase in EVM ledger to support RSK checksum
  • Updated dependencies

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

  • 8383db002: - fee provider can be null
    • export typechain from the evm package
    • remove approval step from initiate swap for evm chains
    • add gasLimit as optional parameter in the TransactionRequest type
    • fee provider is now optional for BitcoinEsploraProvider
    • new evm chain support - Optimism
    • add wallet and chain update hooks
    • fix evm fees handlin
  • Updated dependencies [8383db002]

1.0.1

Patch Changes