kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DAA-based timestamp estimation

aspect opened this issue · comments

commented

In order to determine transaction timestamps, we need a unixtime timestamp estimation RPC API.

The spec and the algorithm that can be used have been documented by @michaelsutton here:
https://github.com/kaspagang/kaspad-py-explorer/blob/main/src/tx_timestamp_estimation.ipynb

I'm on this

Remaining tasks: integrate timestamp processing with UtxoContext transaction processing.