Skip to content

Commit

Permalink
Merge remote-tracking branch 'pokt/main' into issues/141/refactor/pro…
Browse files Browse the repository at this point in the history
…of-store-indices-2

* pokt/main:
  [Off-chain] Simplify `TxClient` with `EventsQueryClient` (#330)
  fix: add yarn.lock (#334)
  [Service] NIT followups to `AddService` in #316 (#338)
  [Service] Implement AddService with extensive tests (#316)
  [Supplier] refactor: proof store indices (2) (#327)
  • Loading branch information
bryanchriswhite committed Jan 22, 2024
2 parents 4d3ef9d + a3a2c80 commit 7e8cb19
Show file tree
Hide file tree
Showing 37 changed files with 9,853 additions and 16,029 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ localnet/*/config/*.json
.vscode
.env
.idea/
.mise.local.toml

# Compiled protos
**/*.pb.go
Expand Down
10 changes: 0 additions & 10 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47279,14 +47279,12 @@ paths:
- GRPC
- WEBSOCKET
- JSON_RPC
- REST
default: UNKNOWN_RPC
description: |-
- UNKNOWN_RPC: Undefined RPC type
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
configs:
type: array
items:
Expand Down Expand Up @@ -77807,14 +77805,12 @@ definitions:
- GRPC
- WEBSOCKET
- JSON_RPC
- REST
default: UNKNOWN_RPC
description: |-
- UNKNOWN_RPC: Undefined RPC type
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
configs:
type: array
items:
Expand Down Expand Up @@ -78061,14 +78057,12 @@ definitions:
- GRPC
- WEBSOCKET
- JSON_RPC
- REST
default: UNKNOWN_RPC
description: |-
- UNKNOWN_RPC: Undefined RPC type
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
configs:
type: array
items:
Expand Down Expand Up @@ -78215,7 +78209,6 @@ definitions:
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
title: Enum to define RPC types
pocket.shared.Supplier:
type: object
Expand Down Expand Up @@ -78284,7 +78277,6 @@ definitions:
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
configs:
type: array
items:
Expand Down Expand Up @@ -78343,7 +78335,6 @@ definitions:
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
configs:
type: array
items:
Expand Down Expand Up @@ -78416,7 +78407,6 @@ definitions:
- GRPC: gRPC
- WEBSOCKET: WebSocket
- JSON_RPC: JSON-RPC
- REST: REST
configs:
type: array
items:
Expand Down
Loading

0 comments on commit 7e8cb19

Please sign in to comment.