Skip to content

Releases: dfinity/rust-dogecoin

v0.32.5-doge.1

18 Nov 10:22
650c2c6

Choose a tag to compare

What's Changed

Full Changelog: bitcoin-0.32.5-doge.0...v0.32.5-doge.1

v0.32.5-doge.0

07 Nov 14:05
e6ea641

Choose a tag to compare

What's Changed

  • feat(dogecoin): add dogecoin AuxPoW and Block by @mducroux in #1
  • feat(dogecoin): add scrypt PoW validation by @mducroux in #2
  • chore(license): add Apache-2.0 license to dogecoin module by @mducroux in #4
  • feat(dogecoin): add dogecoin consensus and genesis parameters by @mducroux in #3
  • feat: Add more methods to the dogecoin network type by @ninegua in #7
  • feat(dogecoin): add methods required for implementing dogecoin's difficulty adjustment algorithm by @mducroux in #8
  • feat: Dogecoin specific address type by @ninegua in #5
  • feat: Support dogecoin in p2p messages by @ninegua in #6
  • feat(difficulty_calculation): add correct difficulty calculation for pre-digishield blocks (5,001-144,999) by @mducroux in #9
  • refactor(params): simpler and more consistent Dogecoin params by @mducroux in #12
  • feat(pow): add digishield difficulty adjustment algorithm by @mducroux in #13
  • feat: pass p2p protocol version explicitly by @ninegua in #10
  • feat: add auxpow validation by @mducroux in #14
  • feat: make Header a parameter of NetworkMessage by @ninegua in #16
  • test: add additional tests adapted from dogecoin_tests.cpp by @mducroux in #15
  • chore: update README.md by @mducroux in #17
  • chore: add changelog v0.32.5-doge.0 by @mducroux in #18

New Contributors

Full Changelog: https://github.com/dfinity/rust-dogecoin/commits/bitcoin-0.32.5-doge.0