Skip to content

Commit

Permalink
chore: removed raw build spec function
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Nov 2, 2023
1 parent c299880 commit 6b8af71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions parachain/parachain.star
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ def create_parachain_build_spec_with_para_id(plan, image, binary, chain_name, pa
build_spec.create_edit_and_build_spec(plan, constant.EDIT_BUILD_SPEC, constant.CURL_JQ_IMAGE, chain_name, command, constant.PLAIN_BUILD_SPEC)

create_raw_build_spec_genisis_state_genisis_wasm(plan, binary, image, chain_name, constant.EDIT_BUILD_SPEC)

def create_raw_build_spec_genisis_state_genisis_wasm(plan, binary, image, chain_name, build_file):
command = ExecRecipe(command = ["bin/sh", "-c", "{0} build-spec --chain=/build/{1}.json --raw --disable-default-bootnode > /tmp/{1}-raw.json".format(binary, chain_name)])

build_spec.create_edit_and_build_spec(plan, constant.RAW_BUILD_SPEC, image, "{0}-raw".format(chain_name), command, build_file)

0 comments on commit 6b8af71

Please sign in to comment.