Daniel Katzan

Results 12 comments of Daniel Katzan

@cikay @frjonsen will be happy to see this PR merged, as my team as well need to set these flags in every API route looks like this PR is also...

Still working on getting my setup going, but I did let it run for a while and recached a few thousands I'm running `java -jar MyLocalTon-arm64.jar nogui ton-http-api`

I did, I wrote it already reached a few thousands

Sure, but I'm seeing some issues now as well, my genesis block got out of sync at block 483 ![Screenshot 2024-08-06 at 17 21 54](https://github.com/user-attachments/assets/2596b7d3-ecff-4a4b-aa2b-dabcadac960e) ``` FROM ubuntu:24.04 WORKDIR /app...

Which version of localton are u using?

Are u sure u are having the same issue in v110? I just tried twice with v111, and got out of sync after ±400 blocks with v110 I'm already at...

Hi @kcalvinalvin , thx for the quick reply We are, but IIUC, this test should pass ``` func TestScriptType(t *testing.T) { s, err := hex.DecodeString("6a5d0f160100e6a233fc078088a5a9a30700") require.NoError(t, err) isNull := txscript.IsNullData(s)...

Hi @Roasbeef and @kcalvinalvin , I made an attempt at fixing the issue https://github.com/btcsuite/btcd/pull/2309

Hi @neodix42 , sorry for my late response We have tried to upgrade to v124, but it seems to be introducing new flkainess the node seems to be crashing after...

Hi, I think we are encountering the same issue, any updates here?