ark-network / ark

https://arkdev.info
MIT License
37 stars 13 forks source link

Add NextRoundLifetime as information in a new GetNextRoundInfo RPC (or maybe NextRound keyt inside GetRound) #150

Open tiero opened 2 months ago

tiero commented 2 months ago

https://github.com/ark-network/ark-next/blob/master/server/api-spec/protobuf/ark/v1/service.proto#L162

This allows client to automatically sync and get information of the VTXO lifetime proposed by the ASP to be used from the next round

tiero commented 2 months ago

the cli and other front-ends should also call this before a VTXO spend

louisinger commented 1 month ago

The sender could call the current GetInfo rpc (where there is the round lifetime) ?