Skip to content
Draft
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
43 changes: 0 additions & 43 deletions .github/workflows/cache.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:

jobs:
del_runs:
runs-on: self-hosted
runs-on: ubicloud-standard-2
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# This job only runs for pull request comments
name: PR comment
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
runs-on: ubicloud-standard-2
steps:
- name: Send Notification
uses: appleboy/telegram-action@master
Expand All @@ -26,7 +26,7 @@ jobs:
pull_requests_and_review:
name: Pull request action or review
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
runs-on: ubicloud-standard-2
steps:
- name: Send Notification
uses: appleboy/telegram-action@master
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: tests
jobs:
clippy:
name: Actions - clippy
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: cargo clippy --lib --target wasm32-unknown-unknown -- -D warnings
coverage:
name: Actions - unit tests coverage
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-12-21
profile: minimal
override: true
- name: Install cargo-tarpaulin
Expand All @@ -59,7 +59,7 @@ jobs:
coverage-summary-title: Code Coverage Summary
rustfmt:
name: Actions - rustfmt
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -73,7 +73,7 @@ jobs:
- run: cargo fmt -- --check
unit-test:
name: Actions - unit test
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -89,7 +89,7 @@ jobs:
RUST_BACKTRACE: 1
lint-test:
name: Actions - integration tests lint
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Setup node
uses: actions/setup-node@v4
Expand All @@ -104,7 +104,7 @@ jobs:
run: cd integration_tests && yarn --ignore-engines && yarn lint
images-prepare:
name: Actions - images prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
yarn build-images
artifacts-prepare:
name: Actions - artifacts prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -157,7 +157,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -607,7 +607,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down Expand Up @@ -652,7 +652,7 @@ jobs:
needs:
- images-prepare
- artifacts-prepare
runs-on: self-hosted
runs-on: ubicloud-standard-4
steps:
- name: Upgrade docker compose to use v2
run: sudo curl -L
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Sergey Ratiashvili <[email protected]>"]
description = "Contract to support staking core"
edition = "2021"
name = "drop-core"
version = "1.0.0"
version = "1.0.2"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down
Loading
Loading