Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["TxPipe-Shop"]
homepage = "https://github.com/txpipe-shop/partnerchain-reference-implementation"
repository = "https://github.com/txpipe-shop/partnerchain-reference-implementation"
edition = "2021"
version = "0.0.3"
version = "0.0.4"

[workspace]
default-members = ["runtime"]
Expand Down
21 changes: 21 additions & 0 deletions docs/changelog/v0.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "griffin-partner-chains-node"
description = "A solochain node built with Substrate, part of Polkadot SDK"
version = "0.0.3"
version = "0.0.4"
authors.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "griffin-partner-chains-runtime"
description = "A solochain runtime built with Substrate, part of Polkadot SDK"
version = "0.0.3"
version = "0.0.4"
authors.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "griffin-wallet"
description = "Test wallet based on Tuxedo"
version = "0.2.0"
version = "0.3.0"
authors.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down