damien

Results 15 issues of damien

After creating and deleting an entry, `query_result()` will return that entry. There is no way to find out the state of the entry. I currently call `get_entry()` on each returned...

bug

Hey folks! I believe it would be quite useful to add a `hdk::now()` function to the HDK so we can get the current time in the DNA code. We can't...

suggestion

Add an optional timeout argument to Instance.dispatch_and_wait() and dispatch_action_and_wait() so we don't end up in situations where the code hangs forever because of some bug.

child of #86 Handling error cases where not all of the Zomes have done their genesis() for some reason and we would want to call a second InitApplication Action to...

Hack in bs that replaces ipv6 localhost "[::1]" to ipv4 "127.0.0.1" so that bs can work on win10.

in progress

for correct package management. make.bat makes you believe that you have make properly installed which may not be the case.

in progress

`hdk::x_25519_x_salsa20_poly1305_decrypt()` hangs when decryption fails. I have a simple tryorama test where I encrypt and decrypt some vec, and if a give the wrong keys (by inverting sender and recipient),...

I'm trying to implement rate limiting in my validation, e.g. "allow only x create entries per hour". For that to work I use AgentActivity and ChainFilters. The problem is ChainFilters...

### Summary Added new ChainFilter variant UntilTimestamp (from issue https://github.com/holochain/holochain/issues/4754) Renamed previous `Until` variant to `UntilHash` ### TODO: - [x] Check with core devs if actions can have identical timestamps...