Commit 944360d
committed
feat: add new client architecture and CLI
- Add client/cli with command handling and CLI interface
- Add client/authorship with preconfirmation logic
- Add client/service with chain spec, RPC, and service implementation
- Add client/primitives with authorship primitives
- Add src/ with main entry point and build configuration
- Restructure codebase from node/ to client/ architecture1 parent 945dc62 commit 944360d
File tree
18 files changed
+2291
-0
lines changed- client
- authorship
- src
- cli
- src
- primitives
- src
- authorship
- service
- src
- src
18 files changed
+2291
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments