Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 964 Bytes

release_checklist.md

File metadata and controls

30 lines (15 loc) · 964 Bytes

Steps to be performed before any Pull Request is accepted into the master branch

  1. Check PROTOCOL_VERSION in the following location: src/version.h

  2. Check Satoxcoind Version in the following locations: configure.ac, src/version.h

  3. All unit and functional tests pass

  4. Check PROTOCOL_VERSION in the iOS app located at satoxcoinwallet-ios

  5. Check PROTOCOL_VERSION is the android app located at satoxcoinwallet-android

  6. Check the Javascript stack (satoxcoincore) for any block serialization or rpc changes

  7. Build release notes for all new features and bug fixes

If hard fork:

  1. Notify all exchanges, pools, and wallets of release of critical update

Post Release :

  1. Update satoverse.io with correct version

  2. Update satoverse.io with correct release download urls for each platform (Windows, Linux, Mac)

Build Process

  1. Verify that the release build doesn't say dirty in the commit message