This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-codex
Watch
1
Star
0
Fork
0
You've already forked nim-codex
mirror of
https://github.com/codex-storage/nim-codex.git
synced
2025-02-17 23:36:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nim-codex
/
codex
/
proving.nim
6 lines
85 B
Nim
Raw
Normal View
History
Unescape
Escape
[marketplace] Simulate invalid proof submissions (#393)
2023-06-22 20:32:18 +10:00
import
.
/
proving
/
proving
import
.
/
proving
/
simulated
Proving (#66) * Add Proving object, which maintains contract id's to watch * [proving] invoke callback when proof is required # Conflicts: # dagger/por/timing/periods.nim # dagger/por/timing/prooftiming.nim * [proving] check proof requirements for all our contracts # Conflicts: # tests/dagger/helpers/mockprooftiming.nim * Update vendor/dagger-contracts * [proving] call onProofRequired() when proof is required soon * [proving] stop checking contracts that have ended * [proving] Remove duplicated funcs * [proving] Implement ProofTiming on top of smart contract * [proving] Fix race condition in waitUntilNextPeriod() Sometimes waitUntilNextPeriod would take a while to determine the current period, leading to unexpected results. Splits waitUntilNextPeriod() into getCurrentPeriod() and waitUntilPeriod(), to ensure that we're really waiting for the period that we think we're waiting for.
2022-04-08 23:58:16 +02:00
[marketplace] Simulate invalid proof submissions (#393)
2023-06-22 20:32:18 +10:00
export
proving
export
simulated
Reference in New Issue
Copy Permalink