-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Made MemoryStore
the default whithout config.json
for neo-cli
#3085
Made MemoryStore
the default whithout config.json
for neo-cli
#3085
Conversation
I think that the default one should be persistent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually we always use a config.json file @shargon
I think that the config default can be kept as LevelDb and this one as MemoryStore
Will it work at all? Cause the node will always have a config that sets leveldb by default. How to make it work? Delete the config file? |
MemoryStore
the default for neo-cli
MemoryStore
the default whithout config.json
for neo-cli
I mean, how does the default setting here to be effective? As long as you have a config in the cli, it will overwrite the setting here, so delete the config file? |
I just reverted the edit |
@Jim8y, maybe we create now a:
|
* master: Made `MemoryStore` the default whithout `config.json` for `neo-cli` (neo-project#3085) Adding Devcontainer and link to codespace (neo-project#3075) Update & Consolidate nugets (neo-project#3083) Adding NNS to `neo-cli` (neo-project#3032) Add: add pull request template (neo-project#3081) Move to monorepo: Neo.Cryptography.BLS12_381 (neo-project#3077) Add: add a new verify result status code (neo-project#3076) Convert to Neo.Json and Neo.ConsoleService to `dotnet` standard 2.1 (neo-project#3044) Avoid IsExternalInit (neo-project#3079) Clean usings (neo-project#3078) Fixed asp.net core project (neo-project#3067) Updated BLS12_381 (neo-project#3074) avoid nonsense exception messages. (neo-project#3063) Removed `MyGet` (neo-project#3071) Updated unit-test (neo-project#3073) add hash verification for OnImport (neo-project#3070) Make public ReadUserInput (neo-project#3068) Removed asp.net core (neo-project#3065) Enforce Line Endings in `.editorconfig` (neo-project#3060) # Conflicts: # src/Neo.CLI/CLI/MainService.cs
I think we should have |
Description
Made
MemoryStore
the default forneo-cli
settings.Type of change
How Has This Been Tested?
config.json
Checklist: