Skip to content

Commit

Permalink
V3 migration (#128)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tsudmi authored Nov 28, 2023
1 parent 0e51a35 commit 29022d7
Show file tree
Hide file tree
Showing 42 changed files with 2,973 additions and 4,934 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
test:
executor: default
resource_class: large
parallelism: 16
parallelism: 14
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
coverage:
executor: default
resource_class: large
parallelism: 16
parallelism: 14
steps:
- checkout
- attach_workspace:
Expand Down
Loading

0 comments on commit 29022d7

Please sign in to comment.