Nodar Chkuaselidze
Nodar Chkuaselidze
Only issue related to the startHeight, startHash, mark is the corruption test case mentioned in the test coverage that is skipped there. If we receive a tx at block X...
If we ever decide to drop compatibility to the bitcoind, I believe the best way to go would be: - `txid` = `hash` - `wtxid` = `witnessHash` That's how code...
I am wondering if we should modify this and/or add `getbalancedetails`(or `info`) rpc methods to include balance details which can be used by users however they want. It could be...
needs rebase
Closing due to inactivity.
Unfortunately, this is not gonna work. Internal structures that use `char *name` have specific lengths predefined, you can see all of those in `src/dns.h` and it is `256`. That is...
> Most DNS libs don't store the name in presentation format (with literal \ddd as string) internally. Knot stores it as uncompressed, dynamically allocated, uint8_t *name in wire format (predefined...
`hs-names` is the informational repository that lists the names reserved at the launch of the Handshake mainnet. This repository was used to generate the initial Reserved list, and currently, it...
If you already own the name on the network, there's no need to be on any list. If you always renew, it will be there. Reservation list was intended for...
Another solution, but which needs migration is to change layout.i/layout.B - entries in txdb responsible for bid/reveal tracking to have additional `height` after the `hash`. (`height` referring to the auction...