Cedric

Results 23 comments of Cedric

@d0cd In JSON, the largest numeric type is f64, so any values in the u128 range that exceed f64 will cause test case failures. However, existing test cases do not...

@vicsn I will make some changes according to @iamalwaysuncomfortable , and add the test case sir.

> What is the intention of this PR? Please provide a description. There is a scenario where EpochProgram needs to be distributed from the Server to the Provers, we actually...