Fixes an issue where creating a node by using Zkopru.Node() (from @zkopru/client) was not tracking UTXOs for the accounts. The accounts argument was not being passed when FullNode instance created.
Add option to specify database name when creating a Node.
Export ZkopruNode and ZkopruWallet from client package.
Note: Had to skip the tests for now as it times out on connection to docker (core/tests). Need to investigate/fix this separately.
Zkopru.Node()
(from@zkopru/client
) was not tracking UTXOs for the accounts. Theaccounts
argument was not being passed whenFullNode
instance created.ZkopruNode
andZkopruWallet
from client package.Note: Had to skip the tests for now as it times out on connection to docker (
core/tests
). Need to investigate/fix this separately.