forked from jprjr/turtlecoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*** NODE API BREAKING CHANGE *** (#1075)
- Replace current Node API with a REST-like API - https://meta.turtlecoin.dev/proposals/daemon-api/ for swagger view of the API - Re-factored some code for more reuse - Consistency between responses of the same type(s) - Better HTTP status codes returned - Better reporting of errors in the API use - Added additional error codes - Updated miner to use new API - Updated WalletBackend to use new API - Updated Nigel to use new API - Removed a bunch of nlohmann JSON calls in lieu of rapidjson in WalletBackend and Miner - Added a few JSON helpers - Re-factored code in a few places - Removed WalletGreen Remnants - Destroyed JsonRpc.h/.cpp - Removed the legacy HTTPServer and HTTPClient - Removed --enable-blockexplorer-detailed option from daemon (no longer used) - Added additional JSON methods to basic CryptoNote structure(s) and Crypto structure(s)
- Loading branch information
1 parent
b5b4b2b
commit fdb139f
Showing
53 changed files
with
2,008 additions
and
9,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.