We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're using sidechain_number and sidechain_id apparently nilly-willy.
sidechain_number
sidechain_id
I've found sidechain_number in different requests in validator.proto:
validator.proto
GetCoinbasePSBTRequest
AckSidechain
ProposeBundle
GetCtipRequest
GetSidechainProposalsResponse.SidechainProposal
GetSidechainsResponse.SidechainInfo
Whereas sidechain_id is found in:
GetBlockInfoRequest
GetBmmHStarCommitmentRequest
GetTwoWayPegDataRequest
SubscribeEventsRequest
wallet.proto
BroadcastWithdrawalBundleRequest
CreateBmmCriticalDataTransactionRequest
CreateDepositTransactionRequest
I think it'd be a good idea to be consistent in what we're using. Personally I think I prefer sidechain_id.
The text was updated successfully, but these errors were encountered:
My preference is sidechain_slot, or just slot
sidechain_slot
slot
Sorry, something went wrong.
No branches or pull requests
We're using
sidechain_number
andsidechain_id
apparently nilly-willy.I've found
sidechain_number
in different requests invalidator.proto
:GetCoinbasePSBTRequest
AckSidechain
ProposeBundle
GetCtipRequest
GetSidechainProposalsResponse.SidechainProposal
GetSidechainsResponse.SidechainInfo
Whereas
sidechain_id
is found in:validator.proto
GetBlockInfoRequest
GetBmmHStarCommitmentRequest
GetTwoWayPegDataRequest
SubscribeEventsRequest
wallet.proto
BroadcastWithdrawalBundleRequest
CreateBmmCriticalDataTransactionRequest
CreateDepositTransactionRequest
I think it'd be a good idea to be consistent in what we're using. Personally I think I prefer
sidechain_id
.The text was updated successfully, but these errors were encountered: