Skip to content

Commit

Permalink
Merge pull request #280 from lidofinance/feat/next-vote
Browse files Browse the repository at this point in the history
SR + CSM + Negative Rebase
  • Loading branch information
iamnp authored Nov 18, 2024
2 parents 42e5f0a + ae58f35 commit ff929d4
Show file tree
Hide file tree
Showing 86 changed files with 25,380 additions and 1,011 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 ff929d4

Please sign in to comment.