-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Set proving capability to
SingleProof
Fixes tests that otherwise fail on weak systems because: - on such systems, the proving capability is estimated at something below `SingleProof`; - as a result, the miner cannot merge transactions; - leading to a panic crash. The fix is to specify the `SingleProof` proving capability. Weak machines running the tests rely on proof servers. In all cases, the thing being tested is unrelated to the (not yet and maybe never) implemented use-`ProofCollection`-instead-of-`SingleProof` functionality.
- Loading branch information
1 parent
2b61840
commit a3fd237
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters