-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Near total re-write of trueblocks-node
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule node
updated
11 files
+118 −28 | README.md | |
+267 −0 | TechnicalSpec.md | |
+230 −0 | UserManual.md | |
+6 −2 | app/app.go | |
+5 −0 | app/app_config.go | |
+44 −27 | app/clean_chain_str.go | |
+63 −25 | app/clean_chain_str_test.go | |
+77 −61 | app/help.go | |
+4 −1 | app/help_test.go | |
+0 −180 | app/scraper.go | |
+15 −69 | main.go |
Submodule sdk
updated
8 files
+40 −46 | services/service.go | |
+44 −13 | services/service_api.go | |
+110 −0 | services/service_control.go | |
+27 −37 | services/service_ipfs.go | |
+171 −0 | services/service_manager.go | |
+45 −15 | services/service_monitor.go | |
+203 −0 | services/service_scraper.go | |
+50 −0 | services/service_scraper_report.go |