Perry Kundert

Results 28 issues of Perry Kundert

## PR summary Output .dna.json files are unwieldy and large, because WASM is output as a single base-64 encoded String. It is difficult to view .dna.json files in pagination utilities...

enhancement

HoloFuel tests have been converted (partially) from Diorama to Try-o-rama. For the most part, they work, especially when run individually. However, when chained together in sequence, the probability of failure...

bug

Starting multiple agents via `hc run ...` causes communications failure between the agents, because some communications details are persisted to the directory, and both agents end up using the same...

bug

HoloFuel fails w/ a HolochainError::ErrorGeneric, when more than 3 Agents are run under `hc run ...`, with n3h: "HoloFuel Link \"promise_preauth\" from Agent HcSCJnb8mm9YOxu8hsSyj5aKzB9Dantg5Fdz3AxAP7J3f9movrkYmjIAtxwx6si to commit QmQRCaEW5EGJrmNf4Vpne4bczVFsGx1hB33sBgrNf9Vtmz failed: {\"kind\":{\"ErrorGeneric\":\"Base for...

bug

Accessing `hdk::AGENT_ADDRESS` in the validation callbacks caused BadCallError. Once this was fixed, we now get a similar BadCallError in the `receive` callback. The `holofuel` branch `feature-transfer-develop` illustrates the BadCallError failure...

bug
Holo Blocker

Update to 1.0+ versions of quote, syn, proc-macro2, etc. This reduces the number of different syn implementations included in projects that use sm.

This is the underlying sensor in many inexpensive temperature sensor/display units, such as the AccuTemp, Taylor, etc. See: https://fccid.io/WEC-1502

wip
todo

Support hdk::prelude::create of Headers with specific Timestamp o In order to implement deterministic delta-t based algorithms (eg. PID loops, Kalman filters, etc.), it must be possible to specify the exact...

When fixed, this should resolve #599. This pull request demonstrates that adding an hdk3::prelude::create_entry to a Zome init function will fail, when there are multiple Zomes with init functions that...

Intermittently during Javascript testing of a Zome, I see the following failure while trying to do a CapGrant during the Zome's `fn init( _: () )`: ``` ★ thread 'holochain-tokio-thread'...