Skip to content

Releases: helium/helium-wallet-rs

v1.4.0

02 Mar 12:33
Compare
Choose a tag to compare

This release:

  • Introduces validators commands to stake, unstake, and transfer (with an optional accept command for intra owner transfers).
  • Removes the onboarding command and replaces it with specific hotspots add and hotspots assert commands

v1.3.11

02 Feb 22:53
Compare
Choose a tag to compare

This release fixes the onboard (and oui) commands to remove the old staking server from the loop.

The new approach requires the constructor of the onboarding transactions (add/assert as constructed by the miner cli) to include the right "maker" key as the payer if involved or to leave payer empty to self-pay for an assert.

v1.3.10

18 Dec 18:40
Compare
Choose a tag to compare
  • Fixes the hotspots command to adjust for the removal of score information from the API
  • Fixes the onboard command for asserts/add for wallet as a signer

v1.3.9

14 Dec 17:35
Compare
Choose a tag to compare
  • Add a hotspots sell and hotspots buy command to enable a seller to initiate a transfer and a buyer to confirm/commit

v1.3.8

23 Nov 20:48
Compare
Choose a tag to compare
  • Adds support for multisig transaction signing. This will be used for chain variable updates.
  • Fixes var output to show the var type and value.
  • Adds var atom support for both input and output of var_v1 transactions
  • Uses HST instead of the bones version of it to make HST display equivalent to HNT
  • Adds binance-int as an oracle source
  • Fixes an issue where some onboarding keys needed to be quoted since they confused the argument parser

Fix OUI command

10 Sep 02:01
Compare
Choose a tag to compare
  • Removes the oui parameter for the oui comment since it was not being used or documented correctly.

Binance oracle, request commands

02 Sep 21:38
Compare
Choose a tag to compare
  • Adds support for oracles to request Binance pricing for HNT
  • Adds support for request payment
  • Adds support for request burn

Burn Command

22 Jul 23:10
Compare
Choose a tag to compare

This adds support for the burn command which burns a given amount of HNT to DC into a given payee account.

An optional memo field can be used to indicate additional information. This is used, for example, by console to target a specific user account.

Transaction Fees

29 Jun 22:25
Compare
Choose a tag to compare
  • This release fixes the transaction fee lookup logic introduced in v1.3.0

v1.3.1

29 Jun 22:04
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release
Fix txn_fee lookup logic