Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to delete the initial transaction/contract data except genesis block from dev network? #112

Open
frizzbuzz opened this issue Jun 28, 2019 · 2 comments

Comments

@frizzbuzz
Copy link

Hi, I set up a 4 node development network and everything works great. But I want to delete the default blocks except genesis and test with my own transaction data. Is there any way to delete the default blocks and contracts come with Dev network initialization ?

@ab-chowdhury
Copy link

Firstly, BLocks in blockchain once created can't be deleted. As blockchain is immutable.

Secondly, the contract which is getting deployed at the time of setting up a development network is Network manager contract. This contract can not be removed from quorum maker at any point.

@abhayar
Copy link
Contributor

abhayar commented Jul 12, 2019

@frizzbuzz Once network is created using Quorum maker tool, it stores network metadata in few blocks .
As of now you can't reset quorum chain. Soon QM tool will be having reset functionality too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants