Skip to content

Commit

Permalink
Merge pull request #127 from valory-xyz/vote_weighting
Browse files Browse the repository at this point in the history
feat: vote weighting initial contract
  • Loading branch information
kupermind authored May 13, 2024
2 parents 1ed9195 + a494b43 commit 6c39aa6
Show file tree
Hide file tree
Showing 45 changed files with 8,239 additions and 281 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Workflow

concurrency:
cancel-in-progress: true
group: ${{github.workflow}}-${{github.ref}}

on:
push:
branches:
Expand Down
8 changes: 7 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
module.exports = {
skipFiles: ["bridges/test/FxChildTunnel.sol",
"bridges/test/ChildMockERC20.sol",
"bridges/test/MockTimelock.sol",
"bridges/test/FxRootMock.sol",
"bridges/test/HomeMediatorTest.sol",
"bridges/test/MockAMBMediator.sol",
"bridges/test/MockL2Relayer.sol",
"bridges/test/MockTimelock.sol",
"bridges/test/WormholeL1Receiver.sol",
"bridges/test/WormholeL1Sender.sol",
"bridges/test/WormholeL2ReceiverL1Sender.sol",
"test/BridgeSetup.sol",
"test/BrokenERC20.sol",
"test/SafeSetup.sol",
"multisigs/test/MockTimelockCM.sol",
"multisigs/test/MockTreasury.sol",
Expand Down
Loading

0 comments on commit 6c39aa6

Please sign in to comment.