Skip to content

Latest commit

 

History

History
694 lines (514 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

694 lines (514 loc) · 15.3 KB

@chainify/evm

3.0.0

Major Changes

  • 7cc8d07a8: Fix for personal sign

2.4.0

Minor Changes

  • fad10357a: Updated Infura nft provider with fixes

Patch Changes

2.3.0

Minor Changes

  • 398730016: Removed Moralis as provider for nft fetch

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

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

  • 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