-
Notifications
You must be signed in to change notification settings - Fork 98
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: add prim deadline
for receiver-side best-effort messages
#4795
Conversation
prim deadline
for receiver side best-effort messagesprim deadline
for receiver-side best-effort messages
3b0e1b1
to
137c275
Compare
@oggy-dfin Is the system interface API |
* Update readme * Misc * Unabbreviate 'OO' * Try improving wording for OO line * Update wording * Adjust headers for consistency
567ba8f
to
03a2000
Compare
ab40620
to
ea2f85f
Compare
@@ -26,10 +26,10 @@ | |||
"homepage": "", | |||
"owner": "luc-blaeser", | |||
"repo": "ic", | |||
"rev": "33075cd385ea2ec4170f522406b1ff8f507fa744", | |||
"sha256": "0swx7r78wjybx7fkfqsn9p3lqxmszgg24q4hrnxmscvyhb22hqia", | |||
"rev": "bebe89514a6abd26e940b295323823169911a965", |
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.
enables the ic0.msg_deadline
in drun
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.
LGTM. Thanks for getting started on this.
Might be worth testing some code in playground (uploading wasm) just to make sure its enabled on mainnet. |
It wasn't clear from the interface spec PR if this signed or unsigned, but seems to be using u64 in ic source code... |
https://play.motoko.org/?tag=661790008 has a deployed |
Cf.
ic0.msg_deadline
in dfinity/portal#3764Adds
prim "deadline"
and access to it viafunc replyDeadline
inmo:prim
.All mainnet subnets are providing the system interface API, so this is safe to deploy.
Feature flag for
drun
isEnabled
.motoko-base
support will be merged in short order.