Moonsong-Labs / madara-prover-api

RPC server and client to run the Stone Prover on the Madara sequencer.
10 stars 5 forks source link

Internal: use an implementation of Fibonacci without hints for tests #20

Closed odesenfans closed 11 months ago

odesenfans commented 11 months ago

Problem: The Fibonacci implementation we use for most tests uses a hint that is not implemented. This prevents from running execute + prove tests on this test case.

Solution: use an implementation that does not use a hint.