Daniel Katzan
Daniel Katzan
Hi, is there a way we can get a deterministic public key to connect to lite servers maybe hardcode it, or provide a seed as an argument to the node?...
Hi, not sure if this is a localton issue or openton issue I have a running localton, and I'm trying to also run opentonapi with it https://github.com/tonkeeper/opentonapi I'm setting the...
Hi, looking at the logs while starting up a node, it looks like it take around a minute or more to finish loading specifically I see: `[MyLocalTon - genesis Status...
Starknet have recently released transactions v3, where fees are paid with `STRK` instead of `ETH` currently when starting katana, it is setting up the fee paying token as ETH with...
Hi, it will be great if as an addition to the existing faucet the node starts with we can also have another faucet which is an high load wallet this...
Hi, we are trying to upgrade our cosmos SDK usage from v0.47.14 to latest version, and are encountering some difficulties with serializing transactions specifically, we are trying to adapt to...
Currently, when checking if a script is `isNullDataScript`, it is expliciclty checks for OP_RETURN or OP_RETURN followed by a single push which happens here https://github.com/btcsuite/btcd/blame/master/txscript/standard.go#L498 how ever since [bitcoin v.12.0](https://bitcoin.org/en/release/v0.12.0#relay-any-sequence-of-pushdatas-in-opreturn-outputs-now-allowed),...