Commit 97e2ab4
authored
Refactor configuration management to support JSON format (#292)
* Refactor configuration management to support JSON format
- Removed TOML configuration files and replaced them with JSON equivalents.
- Updated the configuration loading logic to parse JSON instead of TOML.
- Adjusted account implementations to handle JSON-based configurations.
- Enhanced validation and error handling for JSON configurations.
- Updated README and CLI commands to reflect the new JSON configuration format.
- Added a new demo configuration file in JSON format.
* fix
* feat(solver-demo): load init config from active storage backend
* test(solver-demo): merge init storage tests into existing module
* clippy
* docs(solver-demo): document init load-storage workflow
* fix clappy
* fix
* fix1 parent f8543a1 commit 97e2ab4
File tree
67 files changed
+3462
-3484
lines changed- config
- demo
- crates
- solver-account
- src
- implementations
- solver-config
- src
- solver-core
- src
- builder
- engine
- solver-delivery
- src
- implementations/evm
- solver-demo
- src
- bin
- cli/commands
- core
- operations
- env
- init
- types
- solver-discovery
- src
- implementations
- offchain
- onchain
- solver-order
- src
- implementations
- standards
- strategies
- solver-pricing
- src
- implementations
- solver-service
- src
- apis
- quote
- validators
- solver-settlement
- src
- implementations
- solver-storage
- src
- implementations
- solver-types
- src
- scripts/e2e
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+3462
-3484
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
| 857 | + | |
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
| |||
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
1104 | | - | |
1105 | | - | |
| 1104 | + | |
| 1105 | + | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
| |||
1295 | 1295 | | |
1296 | 1296 | | |
1297 | 1297 | | |
1298 | | - | |
| 1298 | + | |
1299 | 1299 | | |
1300 | 1300 | | |
| 1301 | + | |
1301 | 1302 | | |
1302 | 1303 | | |
1303 | 1304 | | |
| |||
0 commit comments