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
> transaction
> performance
> identity
> solana
> storage
> network
> logging
feat: add validate + default values for toml.config
feat: log_level is enum
fix: resolving comments
> change the `max_memory_mb` 2gb -> 16 gb
> add few comments on what to change
fix: remove the `NetworkConfig`
feat: add enum for commitment level
> add a impl for `CommitmentLevel`
fix: fix the keypair loading up from ~ path
feat: removed the helper function for tilde, add function used in anchor
feat: add abstract StorageConfig
feat: add URL validation
fix: rename performance -> mining_config
> add max_poa_thread
> add max_pow_thread
feat: better error handling for config::load()
- ConfigFileNotFound
- InvalidUrl(String)
- KeypairNotFound(String)
- HomeDirectoryNotFound
- FileReadError(std::io::Error)
- ParseError(toml::de::Error)
- DefaultConfigCreationFailed(String)
feat: add `--config` option
feat: add error handling for config load
> create new config is not found in default path, `--config` is not used
> if config file not found in given path -> error will be shown
feat: add `--config` option
feat: add error handling for config load
> create new config is not found in default path, `--config` is not used
> if config file not found in given path -> error will be shown
0 commit comments