Michael Dougherty
Michael Dougherty
### Summary We have received a report of zome calls hanging after disabling and re-enabling an app, and then calling into it. I am trying to create a test reproduction...
https://github.com/rust-lang/rustc-dev-guide/blob/master/examples/rustc-driver-example.rs is a great example to get me started using `rustc_interface`, but I am stuck on how to point this query towards a file that references another crate. I want...
### Summary ### TODO: - [x] CHANGELOG(s) updated with appropriate info - [ ] Just before pressing the merge button, ensure new entries to CHANGELOG(s) are still under the _UNRELEASED_...
### Summary ### TODO: - [ ] Find a way to include the Deepkey DNA in CI tests - [ ] Write more comprehensive tests of handling DPKI validation failures...
### Summary This is the feature branch for all DPKI work. Smaller PRs feed into this one as they're reviewed. ### TODO: - [ ] CHANGELOG(s) updated with appropriate info...
### Summary Still much to be determined ### TODO: - [ ] CHANGELOG(s) updated with appropriate info - [ ] Just before pressing the merge button, ensure new entries to...
### Summary There was a bug where the chain head was queried at the end of every zome call, even if there were no writes to the source chain. Fixed...
### Summary Use DPKI to not only validate the author of actions, but also new agent key entries being updated. ### TODO: - [ ] CHANGELOG(s) updated with appropriate info...
**Describe the bug** Consider this DNA manifest: ```yaml manifest_version: '1' name: mydna integrity: network_seed: null properties: null origin_time: 1669408001130688 zomes: - name: myzome hash: null bundled: ../../zomes/myzome.wasm dependencies: null dylib:...
### Summary ### TODO: - [ ] CHANGELOG(s) updated with appropriate info - [ ] Just before pressing the merge button, ensure new entries to CHANGELOG(s) are still under the...