You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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