Breaking Changes
- #4510 - Remove the config values
explorerBlocksUrl
andexplorerTransactionsUrl
from SDK config. They were previously used by the pool. Also changes some of the constructors forMiningPool
andWebhookNotifier
. 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 toStrategy
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