Code Monkey home page Code Monkey logo

Comments (4)

mds1 avatar mds1 commented on July 29, 2024

Please provide steps to reproduce

from forge-std.

kristian1108 avatar kristian1108 commented on July 29, 2024

The latest release version of Forge has this ds-test dependency.

forge install foundry-rs/forge-std --no-commit

This installs 1.7.6, which depends on ds-test and fails to compile.

from forge-std.

zhouyong0115 avatar zhouyong0115 commented on July 29, 2024

Me too. When i complied "lib/forge-std/src/Test.sol" in remix, And it response me "Error: not found ds-test/test.sol". I hava already placed the test.sol file in the expected directory, however it doesn't work.
And another problem, it shows 'stack too deep' when compiling the file in "src/P256Verifier.sol", and here are the detials.


CompilerError: Stack too deep. Try compiling with --via-ir (cli) or the equivalent viaIR: true (standard JSON) while enabling the optimizer. Otherwise, try removing local variables.
--> src/P256Verifier.sol:326:54:
|
326 | uint256 comp_M = addmod(mulmod(3, mulmod(x1, x1, p), p), mulmod(a, mulmod(zz1, zz1, p), p), p); //M = 3*(X1)^2 + a*(zz1)^2
| ^^

from forge-std.

mds1 avatar mds1 commented on July 29, 2024

versions 1.8.0 and later of forge-std removed ds-test as a dependency, but earlier versions have it. The stack too deep error is not a foundry issue, but specific to the P256Verifier contract. Closing since everything seems to be working as expected from my testing, but if you are still having issues provide concrete steps to reproduce (e.g. how are you getting forge-std into remix?) and I may be able to help

from forge-std.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.