Tommy van der Vorst

Results 178 comments of Tommy van der Vorst

Implemented for tabs, can be extended to reach within tabs. At some point we should switch to using e.g. vue-router.

Fixed for transaction payload, not yet for block miner (this is transmitted as hex string which the web client can't read yet).

One way of going about this would be to include the Catena binary in the application as-is and just run that as a process. The app wrapper would then provide...

Should also ensure these aliases show up correctly in PQ headers, through here: https://github.com/pixelspark/catena/blob/1a1eebd482f74bb53076d2d7d21b36f0c5618024/Sources/CatenaSQL/SQLBlock.swift#L500

Use a Merkle tree for partial roll ups/verification?

Merkle tree containing hashes for sets of N (1000? or

See also #23

So in order to claim a reward in the 'superchain' for work on a sidechain, the miner should simply submit the same block to the superchain again. As this defeats...

Can't practically do this because a very large set of orphans might be useful when syncing a large chain.