Skip to content

Commit

Permalink
CORE-18550: add payload reply from gateway (#1395)
Browse files Browse the repository at this point in the history
* CORE-18550: add ack reply from gateway

* Apply review comment

* Bump API version post merge
  • Loading branch information
yift-r3 authored Dec 15, 2023
1 parent f3d321f commit 8c922a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"name": "id",
"type": "string",
"doc": "The id of the request corresponding to this response."
},
{
"name": "payload",
"type": [
"null",
"net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage",
"net.corda.data.p2p.crypto.AuthenticatedDataMessage"
]
}
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 15
cordaApiRevision = 16

# Main
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit 8c922a7

Please sign in to comment.