Giter Club home page Giter Club logo

Comments (2)

chrisnevers avatar chrisnevers commented on May 27, 2024 1

Thanks for opening this issue; this is actually a poor error message that I will fix.

The issue with this program is you are using assume in the wrong place. The PAY_EXPR of a parallelReduce is evaluated in a pure context, where assume is not allowed because it could introduce a failure.

This issue can be fixed by moving the assume(amount > 0, "EZERO"); into the PUBLISH_EXPR. For example,

const axferParams = declassify(interact.getAxfer());
// assume ....
// return ...

I will update the corresponding documentation to mention this restriction.

A couple other things worth pointing out in this program:

  1. You'll need to specify a paySpec branch in order to pay with non-network tokens in parallelReduce
  2. And update the values of the parallelReduce's PAY_EXPR to be in pay amount format.

Both are documented here: https://docs.reach.sh/ref-programs-step.html#%28tech._pay._amount%29

from reach-lang.

hernandp avatar hernandp commented on May 27, 2024

Thank you

from reach-lang.

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.