vocdoni / explorer

Vocdoni's Blockchain Explorer
https://dev.explorer.vote
GNU Affero General Public License v3.0
1 stars 0 forks source link

Use txCount instead of tx.data.txs.length #63

Closed selankon closed 1 month ago

selankon commented 3 months ago

On this interop issue https://github.com/vocdoni/interoperability/issues/190 we were discussing the necessity to have a txCount on the block info, actually we get this information from the tx.data.txs.length which will be deprecated.

Gui implemented this but is not merged yet:

https://github.com/vocdoni/vocdoni-node/commit/f16e92db3c653c629b55fdcf301bcbc039f91c1a

It have to be implemented on SDK before fix this issue