-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
feat: adds expiry to proposal payload #193
base: main-lfs-DO-NOT-USE
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -85,7 +85,8 @@ Proposal is sent by the proposer client to be approved or rejected by the respon | |||
"events": [string] | |||
} | |||
}, | |||
"pairingTopic": string | |||
"pairingTopic": string, | |||
"expiry": number, // OPTIONAL timespamp in seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"expiry": number, // OPTIONAL timespamp in seconds | |
"expiry": number, // OPTIONAL time Interval Since 1970 in seconds``` |
@@ -85,7 +85,8 @@ Proposal is sent by the proposer client to be approved or rejected by the respon | |||
"events": [string] | |||
} | |||
}, | |||
"pairingTopic": string | |||
"pairingTopic": string, | |||
"expiryTimestamp": number, // OPTIONAL timespamp in seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add expiryTimestamp on json rpc section for session proposal and session request
No description provided.