Skip to content

Visible addresses

David Vorick requested to merge visible-addresses into master

3 things (commits sum it up nicely):

  1. I added visible addresses, which are addresses that get displayed to the user. Right now, that's only addresses that the user created manually and not addresses created by the miner, wallet, or host. Visible addresses are saved and reloaded.
  2. UnlockHash type is now encoded as hex by JSON. There's no decoder at the moment.
  3. Switch from 'blocks per month' to 'blocks per week', and reduce 2^(log(x) - log(y)) to x/y...

Merge request reports