From cddbc61ea09c70589f8951c985b2788f0cc31477 Mon Sep 17 00:00:00 2001 From: William Katz Date: Thu, 10 Jun 2021 22:33:36 -0700 Subject: [PATCH 1/8] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a39529..ef50345 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,7 @@ drogon depedencies (varies by OS/distro) ``` sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev ``` -xxhash depedency -``` -sudo apt install xxhash -``` + building the project ``` From c32a99a511bcd686d70132ddfdfb149aedb0f976 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 00:48:02 -0700 Subject: [PATCH 2/8] Removed comment --- src/bank.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bank.cpp b/src/bank.cpp index 59a402c..8c28aaa 100644 --- a/src/bank.cpp +++ b/src/bank.cpp @@ -301,5 +301,3 @@ void Bank::Load() } } } - -//TODO make branchless From 18c051f8acac4a1e3312dec33b21d8615059e660 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 01:14:19 -0700 Subject: [PATCH 3/8] Updated link of logs_consts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef50345..4a3c11f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Thank you to the contributors - **RESTful** API for connected services like a market, gambling, or anything else you can think of - able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. -- **Logging** of all transactions, configurable in [log_consts.hpp](include/log_consts.hpp) +- **Logging** of all transactions, configurable in [consts.hpp](include/consts.hpp) ## Dependencies From c73c3f36e70227205fe1e1ab83ebbfdf4f545e96 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 11:02:01 -0700 Subject: [PATCH 4/8] Updated doggo's contribs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a3c11f..f8c9e60 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Go to [here](help.md) to see the API's endpoints. Using the Bank's API allows (y ## [Contributions](https://github.com/EntireTwix/CCash/graphs/contributors) Thank you to the contributors -| Name | Work | -| :------------------------------------------ | ----------------------------------------- | -| [Expand](https://github.com/Expand-sys) | Frontend | -| [React](https://github.com/Reactified) | CC {API, Shops, and ATM, Logo} | -| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, Python API | +| Name | Work | +| :------------------------------------------ | ----------------------------------------------------------------- | +| [Expand](https://github.com/Expand-sys) | Frontend | +| [React](https://github.com/Reactified) | CC {API, Shops, and ATM, Logo} | +| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, Python API, convention suggestions | ## Features From b62e05a3120738ddb64c0d31a7a9ecb9b1815f68 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 11:04:31 -0700 Subject: [PATCH 5/8] Update services.md --- services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/services.md b/services.md index c7f1da0..6851627 100644 --- a/services.md +++ b/services.md @@ -21,6 +21,7 @@ ### Ideas: +- an API in your preferred language (if not found in [APIs.md](APIs.md) - Gambling - Shipping - High-level bank operations such as loans From 16d9bba33ebcec35be8f2c17b3e4c4fe88e06cf5 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 11:04:46 -0700 Subject: [PATCH 6/8] Create APIs.md --- APIs.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 APIs.md diff --git a/APIs.md b/APIs.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/APIs.md @@ -0,0 +1 @@ + From 87c3ee55b94a3cd39566073cbe0e9814ebdfea43 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 11:06:02 -0700 Subject: [PATCH 7/8] Update services.md --- services.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services.md b/services.md index 6851627..3d11d73 100644 --- a/services.md +++ b/services.md @@ -12,16 +12,14 @@ ![image](https://user-images.githubusercontent.com/31377881/120050367-09992180-bfd2-11eb-9a22-449d73c196cf.png) - [CC ATM](https://github.com/Reactified/misc/tree/main/lua/ccash-bank) an ATM for economies allowing for an initial exchange to start up ![image](https://user-images.githubusercontent.com/31377881/121277361-4d6b1100-c885-11eb-87c8-cfebcf58da4f.png) -- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) ### In-Dev: - [a Market](https://github.com/STBoyden/market-api-2.0) -- [Python API](https://github.com/fearlessdoggo21/ccashpythonclient) ### Ideas: -- an API in your preferred language (if not found in [APIs.md](APIs.md) +- an API in your preferred language (if not found in [APIs.md](APIs.md)) - Gambling - Shipping - High-level bank operations such as loans From cc6b9df34d28961d9739aac99347d48be68d0434 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 12 Jun 2021 11:06:56 -0700 Subject: [PATCH 8/8] Update APIs.md --- APIs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/APIs.md b/APIs.md index 8b13789..9ae0aff 100644 --- a/APIs.md +++ b/APIs.md @@ -1 +1,2 @@ - +[CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) +[Python API](https://github.com/fearlessdoggo21/ccashpythonclient)