Skip to content

Commit

Permalink
Revert "feat(prophet): initial version"
Browse files Browse the repository at this point in the history
This reverts commit 0e5baca.
  • Loading branch information
mn13 authored Dec 23, 2024
1 parent 5000304 commit e7c2024
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 444 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* (wardend) Bump IAVL to v1.2.2. Fixes some potential apphash mismatches that happen in some rare cases.
* (x/async) Scaffold new module with create/read operations
* (x/warden) Sign requests query return all request (not only with broadcastType=BroadcastType.Disabled)
* (prophet) First version. Includes the task runner for Futures and Votes, and the interface for handlers.

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ require (
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/iancoleman/strcase v0.3.0
github.com/labstack/echo/v4 v4.12.0
github.com/prometheus/client_golang v1.20.5
Expand Down Expand Up @@ -218,6 +217,7 @@ require (
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
Expand Down
67 changes: 0 additions & 67 deletions prophet/dedup.go

This file was deleted.

19 changes: 0 additions & 19 deletions prophet/doc.go

This file was deleted.

70 changes: 0 additions & 70 deletions prophet/exec.go

This file was deleted.

46 changes: 0 additions & 46 deletions prophet/future.go

This file was deleted.

64 changes: 0 additions & 64 deletions prophet/handlers.go

This file was deleted.

Loading

0 comments on commit e7c2024

Please sign in to comment.