bitcoinj/core
Sean Gilligan 185f880e78 NetworkParameters: Move genesis block construction to lazy getter
This refactoring breaks the cyclic dependency of NetworkParameters constructors
on the constructors in Block and will allow us to migrate the code
now in the getGenesisBlock() methods into (atomic) factories/constructors
in `Block` allowing us to create block objects that are unmodifiable/immutable.
2021-09-08 11:07:11 +02:00
..
src NetworkParameters: Move genesis block construction to lazy getter 2021-09-08 11:07:11 +02:00
build.gradle build.gradle: Migrate from maven to maven-publish plugin 2021-09-01 01:37:28 +02:00
findbugs.xml