Skip to content

Releases: aionick/OfflineTransactionSigner

Offline Transaction Signer version 4

18 Dec 22:16
Compare
Choose a tag to compare

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

10 Oct 18:38
Compare
Choose a tag to compare

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

17 Apr 19:43
Compare
Choose a tag to compare

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

11 Feb 20:36
Compare
Choose a tag to compare

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

08 Feb 21:40
Compare
Choose a tag to compare

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.