matthiasgeihs

Results 84 comments of matthiasgeihs

But we need to be able to set the final flag somewhere. If we cannot set it during state update, we need to be able to set it through calling...

Side node: As the MockBackend used for testing the core does not use proper time out logic yet, these things are easily missed in the core client tests. We should...

This brings me to the following somewhat related aspect, which I would like to point out here. We may consider addressing both aspects here. **Summary.** We are using `AdjudicatorReq` for...

Ran into a similar problem with the cosmwasm backend. While testing I realized that currently signature encoding is simply writing out the byte slice. My custom decoding method, which assumes...

Seems relevant, we should consider it, for the upcoming, or alternatively for the next release. Is there a way to add optional items to a release?

**Implementation idea** An implementation of the above functionality could be realized as follows. Create a background service that runs at all times with minimal resource requirements. The service receives all...

> added a quick and basic implementation at https://github.com/TabbyML/tabby/pull/630/files. cool, works for me. added a few more options and changed the default startup behavior. (does not start the server until...

Just happened yet again for me. 🙁 --- Update: working again after updating VSCode. --- Update 2: And then it stopped working right after that when the next VSCode update...

@paulmillr Turns out I might actually need to compute in **G_2** of alt_bn128/bn254 as well. Any suggestions how to go about this? (Background: Planning to implement [Catalano-Fiore Vector Commitments](https://eprint.iacr.org/2011/495.pdf).)

Thanks for the hint. Looks like a bit of work (and proper understanding) is required to do that right. Not sure if I can dedicate the necessary time currently, but...