Releases: aionick/OfflineTransactionSigner
Offline Transaction Signer version 4
A simple tool for creating the raw bytes of an Aion transaction that has been signed by a private key.
These bytes can then be sent to the eth_sendRawTransaction RPC endpoint to send the transaction off to a node.
Includes:
- The ability to verify whether a particular address has signed a transaction with their corresponding private key, for both regular and invokable transactions.
Offline Transaction Signer version 3
A simple tool for creating the raw bytes of an Aion transaction that has been signed by a private key.
These bytes can then be sent to the eth_sendRawTransaction RPC endpoint to send the transaction off to a node.
Includes:
- The ability to sign an invokable transaction.
Offline Transaction Signer version 2
A simple tool for creating the raw bytes of an Aion transaction that has been signed by a private key.
These bytes can then be sent to the eth_sendRawTransaction RPC endpoint to send the transaction off to a node.
Includes:
- An update to the newest 'type' value for Avm contract creation transactions, so that the signer can be used to deploy Avm contracts on the latest Avm Testnet builds.
Offline Transaction Signer version 1.1
A simple tool for creating the raw bytes of an Aion transaction that has been signed by a private key.
These bytes can then be sent to the eth_sendRawTransaction RPC endpoint to send the transaction off to a node.
Includes:
- a new static method to retrieve the transaction hash of a transaction that was signed using this tool:
getTransactionHashOfSignedTransaction(byte[])
Offline Transaction Signer version 1.0
A simple tool for creating the raw bytes of an Aion transaction that has been signed by a private key.
These bytes can then be sent to the eth_sendRawTransaction
RPC endpoint to send the transaction off to a node.