Skip to content

Commit

Permalink
reset halley genesis and comment master pr deploy halley
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Sep 4, 2023
1 parent 4bb083e commit 9698c02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
# use sha tag for force update
SHA=$(git rev-parse --short=7 HEAD);
echo "sha: ${SHA}";
kubectl patch --namespace starcoin-halley statefulset starcoin --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"starcoin/starcoin:sha-'${SHA}'"}]'
#kubectl patch --namespace starcoin-halley statefulset starcoin --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"starcoin/starcoin:sha-'${SHA}'"}]'
2 changes: 1 addition & 1 deletion config/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ pub static G_HALLEY_CONFIG: Lazy<GenesisConfig> = Lazy::new(|| {
GenesisConfig {
genesis_block_parameter: GenesisBlockParameterConfig::Static(GenesisBlockParameter {
parent_hash: HashValue::sha3_256_of(b"starcoin_halley"),
timestamp: 1676002743000,
timestamp: 1693798675000,
difficulty: 100.into(),
}),
version: Version { major: 1 },
Expand Down
Binary file removed genesis/generated/halley/genesis
Binary file not shown.

0 comments on commit 9698c02

Please sign in to comment.