Hive Keychain v3.3 Beta - Vesting routes security & Transaction exports

in #keychain15 days ago (edited)
Authored by @stoodkev

social_keychainforhive.jpg

v3.3 is now live on Chromium for Beta testers, with two new features.
You can help us test the Beta (see Joining the Beta, below) or wait until this goes to production.

Vesting routes change detection

Vesting routes are a little-known feature of the Hive blockchain that allows one to set in advance which account will receive the HIVE during a power down.
By monitoring changes on your account vesting routes and notifying you if this happens, Keychain improves the security of your account.

Screenshot 2024-04-16 at 1.58.38 PM.png

The changes can be reverted or saved from the notification popup.
For developers who wish to test this, here's a code snippet to set vesting routes from account keychain-io to stoodkev using hive-js:

hive.broadcast.setWithdrawVestingRoute(
  "privateActiveKey",
  "keychain-io",
  "stoodkev",
  10000,
  true,
  function (err, result) {
    console.log(err, result);
  }
);

Export transactions

To simplify accounting, we added a tool in Settings > User operations > Export transactions,
that enables you to export transactions of monetary value on Hive layer 1, between two dates, as a .csv file.

Screenshot 2024-04-16 at 1.59.11 PM.png

The dates fields are optional. If not set, the transactions will be fetched between the first transaction and the last.

Joining the Beta

  • Download (or update) Hive Keychain Beta
  • Export your accounts from the production version and import them into the Beta version
  • Disable (do not delete) the production version by toggling it off on your "Extensions" page
  • Have fun testing! Use Keychain as usual, try the new features and if you feel adventurous, try to break things!
  • Share your feedback/ bug reports on Discord, in the #extension-beta channel
  • When you want to switch back to the production version simply toggle it on, and toggle off the Beta version

Download the Apps / Extensions

The download links for our mobile Apps and extensions are available on our landing page

Discord

To communicate with us, report an issue or become a Beta tester, join our Discord by following this link :
https://discord.gg/3EM6YfRrGv

Or scanning this QR Code :

image.png

Team

@stoodkev : CEO - Witness
@cedricguillas : CTO - Witness
@theghost1980 : Front-end Developer
@manuphotos : Community Manager - Witness
@yabapmatt : Advisor - Witness


Support Hive Keychain development by voting for our proposal on PeakD or with HiveSigner.

Sort:  

Hive Keychain have come a long way, really it has been much fatser now, and looks comprehensive. UI/UX is professional and lot better.

Glad you like it!

Yeah...it has become a thriving economy now. One-Stop-Solution in true sense.

I go try it out. I only have difficulty in my android version

if you have some issues, pls let us know on Discord.

Great job team as always.
I am already a tester for android so I can test the newly added feature or need to apply again?

Thanks!
The process to join the extension Beta is different and described in the post above