pipeos-one / pipeline

Visual IDE for composing Solidity smart contracts and Dapp agents. Use on https://remix.ethereum.org : Settings -> Plugin -> click on Pipeline
36 stars 15 forks source link

Fix issue with wei_value (order of connection) #87

Closed loredanacirstea closed 4 years ago

loredanacirstea commented 5 years ago

When replicating the default market buy example, there is a bug when wanting to link both wei_values from the same input, depending on the linking order.

This works correctly:

Screen Shot 2019-05-26 at 11 34 50 PM

And produces:

Screen Shot 2019-05-26 at 11 35 21 PM

This does not work correctly:

Screen Shot 2019-05-26 at 11 36 37 PM

And produces:

Screen Shot 2019-05-26 at 11 36 56 PM
loredanacirstea commented 4 years ago

Does not happen anymore in new pipeline libs: https://github.com/pipeos-one/pipeline/pull/125