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
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Describe what is changed and your reasoning.
Fixes [if needed, mention the issues involved].

## Quality
- [] I have added comments and documentation
- [ ] I have added comments and documentation

## Testing
- [] The node runs fine on a development network
- [] The node runs fine on a local network
- [] The node runs fine on an upgraded local network
- [] The node can synchronize the existing network
- [ ] The node runs fine on a development network
- [ ] The node runs fine on a local network
- [ ] The node runs fine on an upgraded local network
- [ ] The node can synchronize the existing network
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/runtime_or_pallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Describe what is changed and your reasoning.
Fixes [if needed, mention the issues involved].

## Quality
- [] I have added unit tests
- [] All unit tests are passing
- [] I have added comments and documentation
- [ ] I have added unit tests
- [ ] All unit tests are passing
- [ ] I have added comments and documentation

## Testing
- [] I have tested my changes on a local network
- [] I have tested my changes on a local upgraded network
- [ ] I have tested my changes on a local network
- [ ] I have tested my changes on a local upgraded network
2 changes: 1 addition & 1 deletion .maintain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=builder /nodle-chain/target/$PROFILE/nodle-chain /usr/local/bin

COPY ./.maintain/docker/entrypoint.sh .
COPY ./.maintain/docker/load_keys.sh .
COPY ./networks/arcadia.json arcadia.json
COPY ./networks/* .

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
Loading