-
Notifications
You must be signed in to change notification settings - Fork 85
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
A developer can validate update call results are signed #480
Comments
ghost
added
the
enhancement
label
Mar 20, 2020
ghost
mentioned this issue
Mar 20, 2020
This is at the time of writing blocked on the necessary researchy design, and then inclusion in the public spec, and then implementation. |
dfinity-bot
added a commit
that referenced
this issue
Nov 12, 2020
## Changelog for advisory-db: Branch: master Commits: [rustsec/advisory-db@0bdef412...af0ee095](rustsec/advisory-db@0bdef41...af0ee09) * [`6390fccb`](rustsec/advisory-db@6390fcc) Advisories are now in markdown format ([RustSec/advisory-db#479](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/479)) * [`f8285c8a`](rustsec/advisory-db@f8285c8) README.md: advisories are no longer TOML-formatted ([RustSec/advisory-db#480](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/480)) * [`108b6b59`](rustsec/advisory-db@108b6b5) Add advisory for lettre sendmail transport ([RustSec/advisory-db#478](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/478)) * [`af0ee095`](rustsec/advisory-db@af0ee09) Assigned RUSTSEC-2020-0069 to lettre ([RustSec/advisory-db#481](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/481))
mergify bot
pushed a commit
that referenced
this issue
Nov 12, 2020
## Changelog for advisory-db: Branch: master Commits: [rustsec/advisory-db@0bdef412...af0ee095](rustsec/advisory-db@0bdef41...af0ee09) * [`6390fccb`](rustsec/advisory-db@6390fcc) Advisories are now in markdown format ([RustSec/advisory-db#479](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/479)) * [`f8285c8a`](rustsec/advisory-db@f8285c8) README.md: advisories are no longer TOML-formatted ([RustSec/advisory-db#480](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/480)) * [`108b6b59`](rustsec/advisory-db@108b6b5) Add advisory for lettre sendmail transport ([RustSec/advisory-db#478](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/478)) * [`af0ee095`](rustsec/advisory-db@af0ee09) Assigned RUSTSEC-2020-0069 to lettre ([RustSec/advisory-db#481](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/481))
fixed by dfinity/agent-rs#86 |
dfinity-bot
added a commit
that referenced
this issue
Dec 6, 2021
## Changelog for common: Branch: master Commits: [dfinity-lab/common@d865c0cf...4b5433f1](https://github.com/dfinity-lab/common/compare/d865c0cfd64d765a8daf6a31c76dca21a5d4d203...4b5433f1883df35c09f65c359e77e1e6162d3758) * [`4b5433f1`](https://github.com/dfinity-lab/common/commit/4b5433f1883df35c09f65c359e77e1e6162d3758) zorans public key added ([dfinity-lab/common#480](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/480))
mergify bot
pushed a commit
that referenced
this issue
Dec 6, 2021
## Changelog for common: Branch: master Commits: [dfinity-lab/common@d865c0cf...4b5433f1](https://github.com/dfinity-lab/common/compare/d865c0cfd64d765a8daf6a31c76dca21a5d4d203...4b5433f1883df35c09f65c359e77e1e6162d3758) * [`4b5433f1`](https://github.com/dfinity-lab/common/commit/4b5433f1883df35c09f65c359e77e1e6162d3758) zorans public key added ([dfinity-lab/common#480](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/480))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once an update call is executed, the developer can currently request its status and get a result but without it being signed by the sub-network (or some other entity) there's no guarantee the node isn't lying.
The text was updated successfully, but these errors were encountered: