weavedb / rdk

WeaveDB Rollup Development Kit
3 stars 3 forks source link

add test case parallel write queries causing the node to get stuck #31 #32

Closed drumfeet closed 6 months ago

ocrybit commented 6 months ago

You were mixing the local environment (arLocal) with remote Warp. Passing arweave object to SDK will solve this.

const warpDb = new SDK_NODE({
  arweave: network,
  contractTxId,
  nocache: true,
  type: 3,
})