Improve CDDL specs by using any #4595
Labels
block-fetch
Issues related to block fetch component.
chain-sync
local-state-query
Issues / PRs related to local-state-query protocol
local-tx-monitor
LocalTxMonitor protocol
local-tx-submission
Issues / PRs related to local-tx-submission mini-protocol
tx-submission
Issues related to tx-submission protocol
CDDL has the notion of
any
which can be used to indicate that something is not specified. We provided this forTx
andTxId
intx-submission
mini-protocol in #4580. It would be nide to extend this approach to other mini-protocols.chain-sync
Use any in cddl specs / tests. #4638block-fetch
Use any in cddl specs / tests. #4638tx-submission
Fixed cddl spec for tx-submission protocol #4580local-tx-submission
local-state-query
local-tx-monitor
Use any in cddl specs / tests. #4638node-to-client-handshake
(a non polymorphic protocol)node-to-node-handshake
(a non polymorphic protocol)peer-sharing
(polymorphic overpeeraddr
, which is instantiated toSockAddr
)keep-alive
(a non polymorphic protocol)The text was updated successfully, but these errors were encountered: