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

Implement wrapping of EPM types #1600

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e74c2ec
Implement wrapping of EPM types
wirednkod Sep 16, 2023
06a0283
fmt
wirednkod Sep 17, 2023
6285a1b
minor renaming
wirednkod Sep 17, 2023
af1f952
Update tests
wirednkod Sep 17, 2023
eb2bc25
fmt
wirednkod Sep 17, 2023
13325a2
minor fix on type passed to 'exists' and 'not_exists' fn of SnapshotW…
wirednkod Sep 17, 2023
211eec9
Merge branch 'master' into nik-wrap-epm-types
wirednkod Sep 17, 2023
2ca30ed
fix: export-genesis-state command (#1521)
Moliholy Sep 17, 2023
cf5c195
[Backport] Version bumps from release 1.1.0 (#1580)
EgorPopelyaev Sep 17, 2023
e389988
Executor: Remove `LegacyInstanceReuse` strategy (#1486)
yjhmelody Sep 18, 2023
a8e82a3
xcm-builder: PayOverXcm supports fallible convertors for asset kind a…
muharem Sep 18, 2023
1d5a9d2
[improve docs] Example pallet crate and Basic Example pallet (#1546)
Sep 18, 2023
f6072e8
[improve docs]: Timestamp pallet (#1435)
Sep 18, 2023
d569e72
"Common good" vs "System" parachain clean up (#1406)
bkontur Sep 18, 2023
614aa31
Implements a variable deposit base calculation for EPM signed submiss…
gpestana Sep 18, 2023
e05d369
Bump docker/setup-buildx-action from 2.1.0 to 3.0.0 (#1551)
dependabot[bot] Sep 18, 2023
519a0f0
Replace secrets with the new ones (#1564)
chevdor Sep 18, 2023
f14bf34
Broker pallet: `RegionDropped` event fix & additional tests (#1609)
Szegoo Sep 18, 2023
a50e6ba
Bump docker/login-action from 2 to 3 (#1531)
dependabot[bot] Sep 18, 2023
20052e1
Bump docker/build-push-action from 4 to 5 (#1552)
dependabot[bot] Sep 18, 2023
5d34664
chainHead: Add support for storage closest merkle descendant #14818 …
lexnv Sep 18, 2023
372929f
Bump the known_good_semver group with 1 update (#1606)
dependabot[bot] Sep 18, 2023
8900d5b
Move ISSUE_TEMPLATE (#1567)
chevdor Sep 18, 2023
e6f5e23
[ci] Publish implementers guide (#1615)
alvicsam Sep 18, 2023
a181ced
Replace free for all collation in `cumulus` runtimes (#1251)
georgepisaltu Sep 18, 2023
ffe5db0
Staking: Add `dest` to `Rewarded` to aid in reward calculations (#1602)
Sep 18, 2023
340c683
Implement wrapping of EPM types
wirednkod Sep 16, 2023
5d3073c
fmt
wirednkod Sep 17, 2023
66d8d3b
minor renaming
wirednkod Sep 17, 2023
9c31d4e
Update tests
wirednkod Sep 17, 2023
81955a5
fmt
wirednkod Sep 17, 2023
75f237f
minor fix on type passed to 'exists' and 'not_exists' fn of SnapshotW…
wirednkod Sep 17, 2023
e5411f2
Add minor documentation about wrapper
wirednkod Sep 18, 2023
31699a9
Add minor documentation about wrapper
wirednkod Sep 18, 2023
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug Report
description: Let us know about an issue you experienced with this software
# labels: ["some existing label","another one"]
labels: [ I2-bug, I10-unconfirmed ]

body:
- type: checkboxes
attributes:
Expand All @@ -20,7 +21,7 @@ body:
id: bug
attributes:
label: Description of bug
# description: What seems to be the problem?
description: What seems to be the problem?
# placeholder: Describe the problem.
validations:
required: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Submit your requests and suggestions to improve!
labels: ["J0-enhancement"]
labels: [ I5-enhancement ]
body:
- type: checkboxes
id: existing
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ jobs:
./docker/scripts/build-injected.sh

- name: Login to Dockerhub
uses: docker/login-action@v2
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.CUMULUS_DOCKERHUB_USERNAME }}
password: ${{ secrets.CUMULUS_DOCKERHUB_TOKEN }}

- name: Push Container image for ${{ env.BINARY }}
id: docker_push
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # v2.1.0
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Cache Docker layers
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
Expand All @@ -255,8 +255,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.POLKADOT_DOCKERHUB_USERNAME }}
password: ${{ secrets.POLKADOT_DOCKERHUB_TOKEN }}

- name: Fetch values
id: fetch-data
Expand All @@ -266,7 +266,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
push: true
file: docker/dockerfiles/polkadot/polkadot_injected_debian.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ build-implementers-guide:
- .kubernetes-env
- .common-refs
- .run-immediately
# - .collect-artifacts
- .collect-artifacts
# git depth is set on purpose: /~https://github.com/paritytech/polkadot/issues/6284
variables:
GIT_STRATEGY: clone
Expand Down
12 changes: 10 additions & 2 deletions .gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ publish-rustdoc:
needs:
- job: build-rustdoc
artifacts: true
- job: build-implementers-guide
artifacts: true
script:
# If $CI_COMMIT_REF_NAME doesn't match one of $RUSTDOCS_DEPLOY_REFS space-separated values, we
# exit immediately.
Expand All @@ -34,15 +36,21 @@ publish-rustdoc:
- git fetch origin gh-pages
# Save README and docs
- cp -r ./crate-docs/ /tmp/doc/
- cp -r ./artifacts/book/ /tmp/
- cp README.md /tmp/doc/
# we don't need to commit changes because we copy docs to /tmp
- git checkout gh-pages --force
# Enable if docs needed for other refs
# Install `index-tpl-crud` and generate index.html based on RUSTDOCS_DEPLOY_REFS
- which index-tpl-crud &> /dev/null || yarn global add @substrate/index-tpl-crud
- index-tpl-crud upsert ./index.html ${CI_COMMIT_REF_NAME}
# - which index-tpl-crud &> /dev/null || yarn global add @substrate/index-tpl-crud
# - index-tpl-crud upsert ./index.html ${CI_COMMIT_REF_NAME}
# Ensure the destination dir doesn't exist.
- rm -rf ${CI_COMMIT_REF_NAME}
- rm -rf book/
- mv -f /tmp/doc ${CI_COMMIT_REF_NAME}
# dir for implementors guide
- mkdir -p book
- mv /tmp/book/html/* book/
# Upload files
- git add --all
# `git commit` has an exit code of > 0 if there is nothing to commit.
Expand Down
Loading