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