Oli

Results 502 comments of Oli
trafficstars

Do you want to add more groups into the _same_ batch or a new one? If the same batch, then use group_anchor (name of the asset that is the first...

Yeah, I guess it would make things a bit simpler, good point.

Here are some of the benchmark runs and improvements from this PR. ## Legend Everything is in nanoseconds. - `ns/op`: The duration for a full benchmark loop (sum of all...

I think this is no longer relevant after the latest series of refactor, @ffranr?

Thanks for the PR! I think having a memo is definitely useful on the receiving end to know what purpose an address was created for. But I'm not sure whether...

I don't think so. #478 is about encrypting the content sent over the courier while this is about authenticating the sender and receiver when using a hashmail box (to avoid...

Hi @freerko. The sync should work for SQLite users. Not sure why you run into this particular issue consistently. I assume you're running with the `--universe.sync-all-assets` flag (or `universe.sync-all-assets=true` config...

> block hash and block height mismatch; (height: 2867248, hashAtHeight: 00000000d1e5841c9873c053fafc6972da94549198268d1b9d73ddfa184cb6bf, expectedHash: 0000000075f28b79d00152765fcf6feb4d28b4270f8000fd396b675797826d3a) I think someone uploaded a proof referencing a block that was later re-organized (testnet3 is a bit...

@freerko I couldn't reproduce the block height mismatch on testnet... Do you have more information from the log what asset gave the problem?

> how to update the tapd version, I used 0.3.0-alpha How did you install it? From source code, from the release binary, within Litd or within Polar?