Need to update the owner functions of the vda-xxx packages. Checking the read-only mode in the owenr functions is wrong.
- Now it checks the
config.signKey
if (this.readOnly || !this.config.signKey) {
throw new Error(`Unable to submit to blockchain in read only mode`)
}
if (this.readOnly || !this.vdaWeb3Client) {
throw new Error(`Unable to submit to blockchain in read only mode`)
}
Need to update following packages:
Need to update the owner functions of the
vda-xxxpackages. Checking theread-onlymode in the owenr functions is wrong.config.signKeyNeed to update following packages:
vda-node-managervda-reward-clientvda-token-clientvda-xp-reward-client