Skip to content

Commit

Permalink
Merge branch 'feat/next-vote' into feat/docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita P committed Oct 31, 2024
2 parents 1ad4c24 + 5a3e0d0 commit d07983e
Show file tree
Hide file tree
Showing 85 changed files with 25,275 additions and 1,007 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/large_vote_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
runs-on: [protocol-heavy-runners]
timeout-minutes: 150
steps:
- name: Enabling swap
run: |
sudo df -h
sudo swapon --show
sudo swapoff -a
sudo touch /swapfile
sudo fallocate -l 32G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
- uses: actions/checkout@v3
- name: Main action
uses: ./.github/actions/brownie_fork_tests
Expand Down
572 changes: 572 additions & 0 deletions archive/scripts/upgrade_2024_10_22.py

Large diffs are not rendered by default.

Loading

0 comments on commit d07983e

Please sign in to comment.