Skip to content

Latest commit

 

History

History
536 lines (362 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

536 lines (362 loc) · 10.7 KB

@chainify/utils

2.3.0

Minor Changes

  • fad10357a: Updated Infura nft provider with fixes

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

Patch Changes

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

    • multicall improvements
      • export multicall data type
      • export method to build multicall data for fetching balances
  • Updated dependencies

1.2.9

Patch Changes

1.2.8

Patch Changes

1.2.7

Patch Changes

1.2.6

Patch Changes

    • use forked version of @rainbow-me/fee-suggestions
    • support naming service for EVM chains
    • ENS Provider
  • Updated dependencies

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

    • fix exponent error for EVM swaps
    • proper error handling when fetching balances
    • add 50% gas limit margin for all EVM transactions
    • new EIP1559 Fee API provider
  • Updated dependencies

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

    • Chain providers now have a new interface - getTokenDetails
    • Network object can now be passed during EVM Fee providers creation
    • NFTAsset type moved to global level
  • Updated dependencies

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

  • 390c4f829: - nft logic is now part of client
    • getWalletPublicKey is public (BitcoinLedgerProvider)
  • Updated dependencies [390c4f829]

1.0.4

Patch Changes

  • 4a324c902: - add cryptoassets as dependency
    • add sign typed data interface
    • add optimism chain provider
  • Updated dependencies [4a324c902]

1.0.3

Patch Changes

  • 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
    • Order of checks insideverifyInitiateSwapTransaction
    • Fix for withCachedUtxos
    • Proper creation of BitcoinEsploraApiProvider
  • Updated dependencies [719c01706]

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