firoorg / firo

The privacy-focused cryptocurrency
https://firo.org
MIT License
712 stars 355 forks source link

Transaction from Spark to transparent is not getting confirmed #1460

Open nrsimha opened 2 weeks ago

nrsimha commented 2 weeks ago

Describe the issue

Sent 1000 Firo from Spark to transparent address and it is completely ignored by mined blocks (almost 1 hour), doesn't get confirmed. Tried to re-broadcast, but still getting ignored. Status: 0/unconfirmed, in memory pool Before re-broadcast it did show status mentioning broadcasted to 8 nodes or something like this.

Local setup

Macos Ventura Firo Core version v0.14.13.3-gd3722c66e (64-bit)

Any extra information that might be useful in the debugging process.

nrsimha commented 2 weeks ago

Seems issue is transaction is too big. In latest version transaction size was increased, so it doesn't show error, but older version which is still running on Allnodes and Pecunia and other masternodes which didn't upgrade has limit 256kB.

justanwar commented 2 weeks ago
$ firo-cli getpeerinfo | grep "0.14.13.2" -c
28
$ firo-cli getpeerinfo | grep "0.14.13.3" -c
10

Looks like there's still not enough peers updated to v0.14.13.3.