fix: nonce calculations for VRF
Signed-off-by: Chris Guiney <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
Every compiler after ghc-8.6, automaticallt derives this typeclass for every data type. In ghc-9.14 derived Typeable instances result in warnings.
Signed-off-by: Chris Guiney <[email protected]>
Bumps the actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `slackapi/slack-github-action` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
Use IntSet for faster lookups for retained keys. IntPSQ is still needed for quick removal of expeired entries.
Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]> Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
* fix: add tombstone record during prune actions Signed-off-by: Chris Guiney <[email protected]> * fix(bark): add bark iterator to intercept tombstoned values Signed-off-by: Chris Guiney <[email protected]> * test(eras): add initial plumbing for testing hardforks Signed-off-by: Chris Guiney <[email protected]> * test(eras): responding to code review comments Signed-off-by: Chris Guiney <[email protected]> --------- Signed-off-by: Chris Guiney <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>