Skip to content

Instantly share code, notes, and snippets.

@smk762
Last active June 6, 2022 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smk762/bef6143e811a19233e64226cd1940dd1 to your computer and use it in GitHub Desktop.
Save smk762/bef6143e811a19233e64226cd1940dd1 to your computer and use it in GitHub Desktop.
dPoW New Season Third Party Update checklist

The following notes demonstrate the files and fields that need to be updated in third party project repositories at the start of a new Notary Node season. Though it is indicative of some of the things needed when adding new 3rd Party projects, additional changes may be required - contact partners@komodoplatform.com for more information.

src/komodo_notaries.h

configure.ac

  • Increment _CLIENT_VERSION_REVISION
  • Increment _CLIENT_VERSION_BUILD
  • Increment _COPYRIGHT_YEAR

src/clientversion.h

  • Increment CLIENT_VERSION_REVISION
  • Increment CLIENT_VERSION_BUILD
  • Increment COPYRIGHT_YEAR

dPoW repo

  • Add/remove chains
  • Add 3P Pubkeys
  • update hashes in readme
  • Use different iguana ports to avoid conflicts at crossover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment