.with.wallet
allows to specify wallet mnemonic
- Custom Nodes documentation
CustomNode
andCustomNodeChild
added
- Remove
yarn.lock
file - Remove
crypto
module from dependencies(and use built-incrypto
)
network.timetravel
method returns timestampwallet.issueDivisibleAsset
method addedwallet.issueIndivisibleAsset
method added
with.asset
fixed for capped assets
node.executeGetter
method addedwallet.signMessage
method added
- Added Quick Start section to README
- Fixed node log stream end
- Fix node 8 dev dependencies incompatibility
- Child processes cleanup on
testkit
exiting - Flush node log buffer on exit
ocore
upgraded to version0.3.12
Utils.getExternalPayments
method addednetwork.timefreeze()
method addednetwork.timerun()
method added
ocore
upgraded to version0.3.11
- Fixed
Utils.hasOnlyTheseExternalPayments
function
- Renamed
getFirstPubkey
togetFirstAddress
- Added
node.getOutputsBalanceOf
method
- Locked
secp256k1
version for better compatibility
ocore
upgraded to version0.3.10
- config
DEFAULT_PASSPHRASE
option is now obsolete. Every wallet node pass is now'0000'
ObyteWitness
node added- Added
.with.numberOfWitnesses()
feature which allows to change number of witnesses in the network. Default is3
await node.waitForUnits(units)
method addedmnemonic
option for wallet creationUtils.asyncStartHeadlessWalletsWithMnemonics
Utils method addedUtils.getPubkey
method addedUtils.generateMnemonic
method addedUtils.getFirstPubkey
method added
await node.waitForUnit(unit)
hangs test execution ifunit
issued bynode
itself
node.getBalanceOf(address)
method addedgenesisNode.sendMulti(opts)
method added
- Increase amount of bytes given to Genesis Node
- Update ocore
- with.explorer() network initializer
- Fix
AbstractNode
for node v8
.run()
should be called afterNetwork.create()
for network to operate- Removed
stabilize
from AbstractNode
- Added
with
set of helpers forNetwork.create()
for easy wallets, agents and assets initialization
- Fixed possible hang of the test on
network.witnessAndStabilize
call