-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 98.47% 98.47%
=======================================
Files 6 6
Lines 394 394
Branches 32 32
=======================================
Hits 388 388
Misses 6 6 Continue to review full report at Codecov.
|
@azavalla looks great! A question, though.
We faced this same problem in Wibson v1. At that time, this parameter was not available. We used the workaround exposed in your first link. It would be by far better if the |
@danielfx90 I didn't know about that option! I'm running the demo with Was there a reason for setting the |
@azavalla The default value is |
@danielfx90 The first thing I tried was with As I understand it, when
Now, when I set I can run the demo but at some point it errors, different each time, so I haven't been able to reproduce the same error twice. The demo runs fine on a private network. |
@azavalla sounds great. Let's merge this then and use |
This change attempts to make BayPay's usage more easy-going for new users, by documenting BatpayJS library and making the full walkthrough work against a real node, until we introduce a better way of distributing the library and a simpler interface.
demo.js
to run against a Geth client.ganache
. Note thatevm_mine
is a RPC method only available onganache-cli
.Batpay
methods now RORO(Receive an object, return an object) for improved readability and maintenance.challengeBlocks
andunlockBlocks
testing configuration.bat.js
library toBatpay.js
.Changes were tested on a private network against a Geth client. Note that, it will probably won't work with Infura until we upgrade Truffle, or implement some kind of
nonce-manager-middleware
( link, link and link ).