Skip to content

Commit

Permalink
HTTP validator API: wallet endpoints (#13171)
Browse files Browse the repository at this point in the history
* converting wallet calls to pure http

* fixing proto and gaz

* adding routes and fixing test

* fixing error handling

* fixing protos after conflict with develop

* adding deprecation notice

* fixing route test

* review feedback

* addressing more comments

* updating comment to be more clear

* fixing web_api proto
  • Loading branch information
james-prysm committed Nov 15, 2023
1 parent d4726f2 commit 4c38193
Show file tree
Hide file tree
Showing 16 changed files with 845 additions and 2,126 deletions.
46 changes: 22 additions & 24 deletions proto/eth/service/beacon_chain_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion proto/eth/service/beacon_chain_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import "google/api/annotations.proto";
import "google/protobuf/descriptor.proto";
import "google/protobuf/empty.proto";

import "proto/eth/v1/beacon_block.proto";
import "proto/eth/v1/beacon_chain.proto";

option csharp_namespace = "Ethereum.Eth.Service";
Expand Down
58 changes: 26 additions & 32 deletions proto/eth/v1/beacon_chain.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions proto/eth/v1/beacon_chain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ package ethereum.eth.v1;

import "google/protobuf/descriptor.proto";

import "proto/eth/ext/options.proto";
import "proto/eth/v1/attestation.proto";
import "proto/eth/v1/beacon_block.proto";

option csharp_namespace = "Ethereum.Eth.V1";
option go_package = "github.com/prysmaticlabs/prysm/v4/proto/eth/v1";
Expand Down
Loading

0 comments on commit 4c38193

Please sign in to comment.