Skip to content

Releases: txpipe-shop/partnerchain-reference-implementation

v0.0.6

12 Dec 18:54

Choose a tag to compare

0.0.6

List of all changes

See below for a complete list of features and fixes.

  • Added linker for linux aarch64 builds.
  • Upgraded crunchy dep to fix build for windows.
  • Renamed node and wallet binaries to gpc-node and gpc-wallet respectively.

v0.0.5

02 Dec 21:27

Choose a tag to compare

0.0.5

List of all changes

See below for a complete list of features and fixes.

  • Added complete development tutorial, including:
    • Node customization.
    • Partnerchain integration.
    • Use-case application.
    • Operating instructions.
    • Game usage.
    • Troubleshooting.
  • Included dev activity logs in pdf format.
  • Fixed hardcoded paths in game.

v0.0.4

15 Nov 01:19

Choose a tag to compare

0.0.4

List of all changes

See below for a complete list of features and fixes.

  • Added game crate.
    • on-chain code for Asteria game and its documentation.
    • off-chain code for game commands: create-ship, move-ship, gather-fuel, mine-asteria.
    • game commands and their arguments.
    • unit tests for phase-two validation.
    • scripts directory and deploy parameters json.
  • Integrated game and wallet crates into node commands.
    • added game commands to node CLI.
    • added wallet commands to node CLI.
  • Updated documentation.
    • Added use case implementation dev log.
    • Added game crate README.
  • Refactored wallet.
    • added context and utils modules.
    • library crate feature.
    • game trace example using the wallet tx-builder.

v0.0.3

27 Oct 07:51

Choose a tag to compare

0.0.3

List of all changes

See below for a complete list of features and fixes.

  • Added Partnerchain SDK integration.
    • Added Partnerchain SDK toolkit as a workspace member.
    • Integrated Partnerchain SDK toolkit into griffin-partner-chains-node.
    • Updated runtime to support Partnerchain features.
  • Added devnet support.
  • Added Partnerchain SDK documentation.
    • Added Partnerchain SDK dev log.
    • Added Partnerchain SDK setup guide.

v0.0.2

16 Oct 20:35

Choose a tag to compare

0.0.2

List of all changes

See below for a complete list of features and fixes.

  • Added initial Substrate customizations.
    • Added griffin-core.
    • Added griffin-rpc.
    • Added demo/authorities.
    • Updated runtime and node.
  • Added dev activity log.
  • Added docker support.

v0.0.1

16 Sep 18:36

Choose a tag to compare

0.0.1

List of all changes

See below for a complete list of features and fixes.

  • Added minimal Substrate Node template
  • Added documentation for installing and running the node.
  • Added documentation for releases, contributing, and the project structure.
  • Added CI Github action that runs on pull requests.