keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
118 stars 73 forks source link

Local chains implementation stubs for `pkg/maintainer/spv` #3672

Closed lukasz-zimnoch closed 1 year ago

lukasz-zimnoch commented 1 year ago

Refs: https://github.com/keep-network/keep-core/issues/3615

Here we add local chain implementations that implement bitcoin.Chain, btcdiff.Chain and spv.Chain interfaces and are needed to implement unit tests in the pkg/maintainer/spv package.