daeMOn

Results 7 comments of daeMOn

These 3 seconds seem to match the `timeout_propose` parameter default value. You can try to adjust this as well. Other than this I have no clue how to configure tendermint...

Still WIP, but have some cookbook initial version (for pubkey validation) over https://github.com/flynn/biscuit-go/tree/cookbook_signed_biscuit/cookbook/signedbiscuit. in short, it provides 3 methods: - `WithSignableFacts` taking a Builder, the public key and any other...

I pocked a bit at this 2nd implementation option already, but it wasn't super conclusive yet. The main issue is that facts are generated from the query rule. From my...

We still have it under evaluation, it does the job so far in our signature context. The main issue with it is, as you mentioned it above, that it does...

Is there actually use case where we'd have to lookup a block index for a generated fact ? As I currently see it, they are the result of the execution...

This sounds neat! I'll give it a try soon

The yaml encoder doesn't seems to apply any specific encoding to map keys. It just support utf-16 (for yaml 1.1 - https://yaml.org/spec/1.1/current.html#id868742) or utf-32 (for 1.2 - https://yaml.org/spec/1.2/spec.html#id2771184) that makes...