Skip to content

v1.16.0

Compare
Choose a tag to compare
@danield9tqh danield9tqh released this 16 Jan 22:32
· 660 commits to master since this release
ad4cbcb

Breaking Changes

  • #4510 - Remove the config values explorerBlocksUrl and explorerTransactionsUrl from SDK config. They were previously used by the pool. Also changes some of the constructors for MiningPool and WebhookNotifier. Should not affect anyone not using the reference pool.
  • #4533 - Changes constructor for BlockHeader class to take a mandatory hash which will be reflected in the SDK. Moves hashing function to Strategy class
  • #4475 - Changes constructor of Config class to now take a mandatory object of extended keys. You must pass this even if you are not extending the config. You can simply pass {}.

What's Changed

  • Added signed Iron Fish portable executables to each release now #4490
  • Added new wallet:notes:combine command #4498
  • See 32 more changes: v1.15.0...v1.16.0