vocdoni / vocdoni-node

A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol
GNU Affero General Public License v3.0
86 stars 16 forks source link

api: /chain/blockToDate now fallbacks to fetching timestamp from indexer #1339

Closed altergui closed 3 months ago

altergui commented 3 months ago

hotfix cherrypicked from #1329

altergui commented 3 months ago

before: curl http://127.0.0.1:19090/v2/chain/blockToDate/2 {"date":"0001-01-01T00:00:00Z"}

after: curl http://127.0.0.1:19090/v2/chain/blockToDate/2 {"date":"2023-10-24T14:10:55.831423637Z"}

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9545577240

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
api/chain.go 0 6 0.0%
<!-- Total: 0 6 0.0% -->
Files with Coverage Reduction New Missed Lines %
vochain/indexer/indexer.go 2 68.27%
vochain/state/account.go 2 67.08%
vochain/transaction/election_tx.go 2 61.54%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 9545111263: -0.02%
Covered Lines: 15909
Relevant Lines: 25951

💛 - Coveralls