-
Notifications
You must be signed in to change notification settings - Fork 37
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
Blockchain Storage Path #315
Conversation
@cschuchardt88 @lock9 @RichardBelsum @ixje Can we store the blockchain file in the root directory of the program, like neo-cli, instead of store in AppData folder. |
Ya i can't see why not. It's annoying to have to goto Edit: |
That sounds good. |
@cschuchardt88 I don't get it. What should I do? |
I'm also not following your checkpoint comments. Perhaps you can describe what we're supposed to see in that screenshot and why that is (or is not) a problem? As for where to store the data; either in the same folder as the |
Merge? |
May need more test to check if the |
Can we do this? This is a big change. And there maybe apps that on that location. |
And you should test more commands like |
I know why it's stored in the AppData folder, because it was installed through the PS:
|
Test Passed |
I was talking about this See Below
@chenzhitong test the above. Also you have the unit test project for this as well. You can create a project unit test for a contracts. Lets not forget about that. If you need help with a template for |
You should change the path to match #324 Should be alot easier to understand for the user. |
@chenzhitong Any update? |
Co-authored-by: Christopher Schuchardt <[email protected]>
Co-authored-by: Christopher Schuchardt <[email protected]>
close #283
Can we store the blockchain file in the root directory of the program, like neo-cli, instead of store in AppData folder.