Skip to content

Releases: getsafle/transaction-controller

Version 1.9.3

Choose a tag to compare

@sidthounao sidthounao released this 29 Mar 05:50
42f0555

UPDATED:

  • Updated package version of custom-token-controller.

ATTENTION: This is an unaudited version.

Version 1.9.2

Choose a tag to compare

@sidthounao sidthounao released this 10 Feb 12:50
5268569

UPDATED:

  • Removed testnet support checking from all the chains.
  • Update package versions for safle-identity wallet & custom-token-controller.

ATTENTION: This is an unaudited version.

Version 1.3.0

Choose a tag to compare

@sidthounao sidthounao released this 31 Oct 05:46
cf79892

ADDED:

  • Added a function getTransactionType() to detect the type of transaction based on the function name and input datatype.

UPDATED:

  • analyzeTransaction() also detects the NFTs which uses the deprecated erc721 contract standard. Supported old NFT contracts include CryptoKitties and CryptoPunks.
  • Updated the API to get the transactions from avalanche, bitcoin, polygon, BSC and ethereum chain.
  • Removed support for testnets.

Networks supported:

  • ethereum-mainnet
  • polygon-mainnet
  • bsc-mainnet
  • avalanche-mainnet
  • bitcoin-mainnet

ATTENTION: This is an unaudited version.

Version 1.2.0 nightly

Choose a tag to compare

@sidthounao sidthounao released this 09 Apr 06:55
a10d17b

UPDATED:

  • analyzeTransaction() function now extracts & returns the nft transaction parameters like the sender address, receiver address and the token id.
  • analyzeTransaction() : Added detection and parameter extraction for transferFrom function call for erc20 and erc721 tokens.
  • analyzeTransaction() : Added detection for safeTransferFrom function calls for erc721 tokens.
  • analyzeTransaction() returns the contract address parameter for contract-interaction transactions.

ADDED:

  • Controller support for bsc-mainnet

Networks supported:

  • ropsten
  • rinkeby
  • kovan
  • goerli
  • ethereum-mainnet
  • polygon-mainnet
  • bsc-mainnet

ATTENTION: This is an unaudited version.

Version 1.1.0 nightly

Choose a tag to compare

@sidthounao sidthounao released this 24 Mar 09:50
df0a9ec

UPDATED:

  • analyzeTransaction() function now returns the transaction timestamp.
  • In the analyzeTransaction() function, if the transactionHash belongs to a token transfer, then the amount is calculated keeping the decimal precision in check and also returns the token symbol.
    - analyzeTransaction() function now extracts & returns the swap function parameters like srcToken, destToken, srcAmount, destAmount, srcContractAddress and destContractAddress.

ATTENTION: This is an unaudited version.

Version 1.0.0 nightly

Choose a tag to compare

@sidthounao sidthounao released this 25 Feb 09:33
09f5a55

The feature list of transaction controller:

  • Get incoming transactions
  • Get outgoing transactions
  • Get all transactions
  • Analyze Transactions

Networks supported:

  • ropsten
  • rinkeby
  • kovan
  • goerli
  • ethereum-mainnet
  • polygon-mainnet

ATTENTION: This is an unaudited version.