From ce784c38dd846578a28ebd7ff91ddbcdc30325cd Mon Sep 17 00:00:00 2001 From: gulliver Date: Sun, 4 Dec 2022 22:08:42 +0100 Subject: [PATCH] added build badge for github action --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec46283..0d68e92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![build](https://github.com/OpenCoin/oc-mint-cpp/actions/workflows/cmake.yaml/badge.svg) + # oc mint sample this is a C++ implementation of the opencoin protocol @@ -7,11 +9,12 @@ actually it is a work in progress. ## Protocol Questions -What is signed as cdd - only the content of the cdd item with curly braces +- What is signed as cdd - only the content of the cdd item with curly braces or also the key? -the weighted URL as array has a different js encoding as other elements +- the weighted URL as array has a different js encoding as other elements ## TODO -[ ] complete from_json conversions -[ ] complete tests -[ ] drone config + +- [x] complete from_json conversions +- [x] complete tests +- [x] drone config