Releases: helium/helium-wallet-rs
Releases · helium/helium-wallet-rs
v1.4.0
This release:
- Introduces
validators
commands tostake
,unstake
, andtransfer
(with an optionalaccept
command for intra owner transfers). - Removes the
onboarding
command and replaces it with specifichotspots add
andhotspots assert
commands
v1.3.11
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
- 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
v1.3.8
- 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
- Removes the
oui
parameter for the oui comment since it was not being used or documented correctly.
Binance oracle, request commands
- Adds support for oracles to request Binance pricing for HNT
- Adds support for
request payment
- Adds support for
request burn
Burn Command
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
- This release fixes the transaction fee lookup logic introduced in v1.3.0