Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(prover): remove capacity manager (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Dec 21, 2023
1 parent cd742f7 commit 8972ee1
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 460 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/ethereum/go-ethereum v1.13.4
github.com/go-resty/resty/v2 v2.7.0
github.com/labstack/echo/v4 v4.11.1
github.com/labstack/gommon v0.4.0
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/prysmaticlabs/prysm/v4 v4.0.1
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -63,7 +64,6 @@ require (
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
Expand Down
102 changes: 0 additions & 102 deletions prover/capacity_manager/capacity_manager.go

This file was deleted.

53 changes: 0 additions & 53 deletions prover/capacity_manager/capacity_manager_test.go

This file was deleted.

119 changes: 0 additions & 119 deletions prover/capacity_manager/slots_manager.go

This file was deleted.

Loading

0 comments on commit 8972ee1

Please sign in to comment.