Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove asset uploading code #5615

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Remove asset uploading code #5615

merged 2 commits into from
Oct 14, 2024

Conversation

dskloetd
Copy link
Contributor

Motivation

This code was added in #2632 to support deploying the NNS dapp WASM in chunks to an application subnet.
Deploying large WASMs in chunks is now natively supported by dfx and we rely on this since #5558
So this custom code is no longer needed.

Changes

Remove the code added in #2632

Tests

Also removed.

Todos

  • Add entry to changelog (if necessary).
    not necessary

@dskloetd dskloetd marked this pull request as ready for review October 14, 2024 16:16
@dskloetd dskloetd requested a review from a team as a code owner October 14, 2024 16:16
@dskloetd dskloetd enabled auto-merge October 14, 2024 16:17
@dskloetd dskloetd added this pull request to the merge queue Oct 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 14, 2024
@dskloetd dskloetd added this pull request to the merge queue Oct 14, 2024
Merged via the queue into main with commit 994d8e6 Oct 14, 2024
30 checks passed
@dskloetd dskloetd deleted the kloet/add_assets_tar_xz branch October 14, 2024 16:39
@dskloetd dskloetd mentioned this pull request Oct 14, 2024
1 task
github-merge-queue bot pushed a commit that referenced this pull request Oct 15, 2024
# Motivation

The `split-assets` script was used to create asset chunks to upload to
an nns-dapp wasm that was deployed without assets.
This functionality was remove in
#5615 so there is no need
anymore for this script.

# Changes

Remove `scripts/nns-dapp/split-assets`.

# Tests

1. Remove `scripts/nns-dapp/split-assets.test`.
2. Stop running `scripts/nns-dapp/split-assets.test` in
`.github/workflows/checks.yml`.

# Todos

- [ ] Add entry to changelog (if necessary).
not necessary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants