Skip to content

Commit 29022d7

Browse files
authored
V3 migration (#128)
* Implement migration to V3 vault * Fix comment * Fix linting errors * Reduce parallelism * Remove accounting for fees escrow rewards * Fix linter * Add v3 implementations * Add implementations to networks
1 parent 0e51a35 commit 29022d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2973
-4934
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
test:
5959
executor: default
6060
resource_class: large
61-
parallelism: 16
61+
parallelism: 14
6262
steps:
6363
- checkout
6464
- attach_workspace:
@@ -103,7 +103,7 @@ jobs:
103103
coverage:
104104
executor: default
105105
resource_class: large
106-
parallelism: 16
106+
parallelism: 14
107107
steps:
108108
- checkout
109109
- attach_workspace:

0 commit comments

Comments
 (0)