Skip to content

Commit

Permalink
CORE-18720: Introduce session state
Browse files Browse the repository at this point in the history
  • Loading branch information
yift-r3 committed Dec 15, 2023
1 parent 8c922a7 commit 06c184b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "record",
"name": "SessionState",
"namespace": "net.corda.data.p2p.state",
"fields": [
{
"doc": "The message.",
"name": "message",
"type": "net.corda.data.p2p.LinkOutMessage"
},
{
"doc": "The encrypted session data.",
"name": "encryptedSessionData",
"type": "bytes"
}
]
}
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 = 16
cordaApiRevision = 19

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

0 comments on commit 06c184b

Please sign in to comment.