Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MetaProtocol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nebula
MetaProtocol
Commits
2ea0aa61
Commit
2ea0aa61
authored
Nov 02, 2022
by
Ubuntu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checktx with blockhash ?
parent
09cad5f9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
buf.lock
crypterapi/buf.lock
+2
-0
request_response.proto
crypterapi/crypter/v1/request_response.proto
+1
-1
buf.lock
ethrpcapi/buf.lock
+2
-0
request_response.proto
txcheckerapi/txchecker/v1/request_response.proto
+1
-0
service.proto
txcheckerapi/txchecker/v1/service.proto
+2
-2
No files found.
crypterapi/buf.lock
0 → 100644
View file @
2ea0aa61
# Generated by buf. DO NOT EDIT.
version: v1
crypterapi/crypter/v1/request_response.proto
View file @
2ea0aa61
...
@@ -30,7 +30,7 @@ message BatchVerifyRequest {
...
@@ -30,7 +30,7 @@ message BatchVerifyRequest {
message
BatchVerifyResponse
{
message
BatchVerifyResponse
{
string
id
=
1
;
string
id
=
1
;
repeated
b
ytes
from
=
2
;
repeated
b
ool
verified
=
2
;
}
}
...
...
ethrpcapi/buf.lock
0 → 100644
View file @
2ea0aa61
# Generated by buf. DO NOT EDIT.
version: v1
txcheckerapi/txchecker/v1/request_response.proto
View file @
2ea0aa61
...
@@ -19,6 +19,7 @@ message BatchCheckTxRequest {
...
@@ -19,6 +19,7 @@ message BatchCheckTxRequest {
// From []byte
// From []byte
// RW []byte
// RW []byte
// Tx *types.Transaction
// Tx *types.Transaction
// BlockHash []byte ???
// }
// }
// The standard BatchGet response definition.
// The standard BatchGet response definition.
...
...
txcheckerapi/txchecker/v1/service.proto
View file @
2ea0aa61
...
@@ -6,6 +6,6 @@ import "txchecker/v1/request_response.proto";
...
@@ -6,6 +6,6 @@ import "txchecker/v1/request_response.proto";
service
ShelfService
{
service
ShelfService
{
rpc
Batch
GetShelves
(
BatchCheckTxRequest
)
returns
(
BatchCheckTxResponse
)
{}
rpc
Batch
CheckTx
(
BatchCheckTxRequest
)
returns
(
BatchCheckTxResponse
)
{}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment