tests: staking integration test

This commit is contained in:
ppedziwiatr
2021-10-26 15:10:50 +02:00
committed by Piotr Pędziwiatr
parent f139cfdda4
commit 1663bcbaeb
9 changed files with 415 additions and 10 deletions

View File

@@ -46,10 +46,6 @@ export class SmartWeaveGlobal {
_activeTx?: GQLNodeInterface;
get _isDryRunning() {
return !this._activeTx;
}
constructor(arweave: Arweave, contract: { id: string; owner: string }) {
this.unsafeClient = arweave;
this.arweave = {