Skip to content

Releases: getsafle/vault-eth-controller

Version 1.4.5

05 Jul 13:04
ebb41a3
Compare
Choose a tag to compare

Added:

Function to get the transaction fees
  • Added getFees() function to get the transaction fees for a raw transaction object.

  • Upated @ethereumjs/common implementation

  • Upated @ethereumjs/common implementation for signTransaction method

  • Update importWallet method

  • update import wallet to accept private key with or without '0x’ prefixed

  • update sign transaction to accept private key in case of imported wallet, null by default

  • Adding badges for Readme.md

Version 1.4.0

10 Feb 12:19
6bf5fb0
Compare
Choose a tag to compare

ADDED:

  • Added sendTransaction() function to send a signed transaction to the blockchain.
  • Added getFees() function to get the transaction fees for a raw transaction object.

ATTENTION: This is an unaudited version.

Version 1.0.0

09 Apr 07:28
65033f0
Compare
Choose a tag to compare

This SDK is the Ethereum controller for Safle Vault

List of functions:

  • createNewVaultAndKeychain() : Generate vault with one account
  • signMessage() : Sign message
  • signTransaction() : Sign transactions
  • addNewAccount() : Add new account to the keyring
  • exportAccount() : Export the private key of an account
  • sign(): Sign a message/transaction and get the signature object
  • getBalance() : Get the balance of an account
  • importWallet() : Import a new wallet from private key

ATTENTION: This is an unaudited version.