1
0
Fork 0
forked from lthn/blockchain
Commit graph

15 commits

Author SHA1 Message Date
Snider
88d4357628
New API Interface (#27)
This pull request introduces a comprehensive new API interface for the blockchain, leveraging OpenAPI v3 to facilitate direct consumption of chain data by GUI and web applications. This change significantly refines the project's build infrastructure, incorporating Conan for dependency management and CMake for configuration, alongside the integration of an OpenAPI Generator to produce SDKs for multiple languages. 

### Highlights

* **New API Interface**: Introduced a new API interface using OpenAPI v3 to enable GUI/WEB development to consume chain data without needing custom server applications.
* **Build System Enhancements**: Significant updates to the build system, including Makefile, CMake, and Conan configurations, to streamline the build process and support new functionalities.
* **Multi-language SDK Generation**: Integrated OpenAPI Generator to automatically create SDKs for various programming languages, including Go, Angular, and PHP, simplifying client-side integration.
2025-10-19 19:12:37 +01:00
sowle
e0c4a3ec42
epee: added support of "000" to string_to_num_fast 2024-09-25 04:02:47 +02:00
sowle
b62d01a629
MSVC 2019 compatibility fixes 2022-08-23 21:27:38 +03:00
sowle
bbf2530cca
namespace epst = epee::string_tools 2022-05-11 20:57:31 +02:00
sowle
aa90e50f42
fix for Argument-Dependent Lookup issue with parse_tpod_from_hex_string() 2022-05-10 20:42:54 +02:00
sowle
4066de04a1
epee: clean up the mess with namespace misc_utils::parse + string tools 2022-05-10 17:29:42 +02:00
sowle
92e2b1851b
actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
sowle
d5e250d33a
fix for a typo 2021-10-08 07:58:42 +03:00
sowle
ec833ec490
minor fixes 2020-07-08 18:19:09 +03:00
cryptozoidberg
16de0b986f
implemented and tested(basic test) short_chain_history 2020-04-30 22:29:08 +02:00
cryptozoidberg
a38032d39a
Merge branch 'develop' into der_hint_improve 2019-09-27 17:24:41 +02:00
cryptozoidberg
a5c02c7d8c
improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
sowle
4b2b8bc273
filesystem unicode refactoring: many fixes and improvements for #121 2019-09-26 03:13:36 +03:00
sowle
d2d1bf5d7a wallet: refactoring for cold-signing process + offline mode + watch-only mode (work in progress) 2019-04-03 12:48:09 +03:00
crypro.zoidberg
f23e97c10c Moved sources to public repo 2018-12-27 18:50:45 +03:00