You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Before filing a new issue, please provide the following information.
I'm running:
Which Parity version?: 1.9.7
Which operating system?: Linux
How installed?: via installer
Are you fully synchronized?: yes
Which network are you connected to?: ethereum
Did you try to restart the node?: yes
Hello, I'm trying to access a contract I deployed last week. With parity's default pruning behavior, if I begin syncing now, will this be a problem? When I attempt to read from my contract with web3: web3/web3.js#1629
It isn't clear to me if parity syncs all smart contract data.
The text was updated successfully, but these errors were encountered:
The pruning affects the state tree, it does not interfere with contracts. Once the blockchain is fully synced (and particularly the block containing your contract) it will be accessible and you will be able to interract with it.
Before filing a new issue, please provide the following information.
Hello, I'm trying to access a contract I deployed last week. With parity's default pruning behavior, if I begin syncing now, will this be a problem? When I attempt to read from my contract with web3: web3/web3.js#1629
It isn't clear to me if parity syncs all smart contract data.
The text was updated successfully, but these errors were encountered: