Releases: getsafle/transaction-controller
Releases · getsafle/transaction-controller
Release list
Version 1.9.3
UPDATED:
- Updated package version of
custom-token-controller.
ATTENTION: This is an unaudited version.
Version 1.9.2
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
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
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 fortransferFromfunction call for erc20 and erc721 tokens.analyzeTransaction(): Added detection forsafeTransferFromfunction 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
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
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.