illuzen
illuzen
It says "You don't have enough". Not true!
Can we make balance report pending balance?
### Environment information * `brownie` Version: 1.18.1 * `ganache-cli` Version: 6.12.2 * `solc` Version: 0.8.15 * Python Version: 3.9.2 * OS: linux So I have a solidity function that looks...
### Environment information * `brownie` Version: 1.16.3 * `ganache-cli` Version: N/A * `solc` Version: 0.7.4 * Python Version: 3.9.1 * OS: linux ### What was wrong? when using a library...
http://stackoverflow.com/questions/31976879/set-network-card-to-ap-mode-in-osx?noredirect=1#comment57517974_31976879
Addresses https://github.com/moocowmoo/dashman/issues/28
the first line in validateRefund: refund = new Refund(refund); overwrites some parts of refund, eliminating the output, which is immediately referenced in the third line in validateRefund: var receivedAddress =...
Hey I fixed the bug was preventing the refund exchange from getting thru, cuz we're using bitcore and need payment channel code to work. It seems to be something to...
It might be a good idea to add an example to the payment channel portion of the developer guide for the case that the provider simply returns a signature of...
also added an env var for deterministic randomness to help with debugging.