Port codebase to latest halo2 API.

This commit is contained in:
parazyd
2022-05-16 17:29:59 +02:00
parent 5b467f4cef
commit f8c2ee5617
31 changed files with 330 additions and 280 deletions

View File

@@ -6,7 +6,7 @@ all:
echo "# darkfid JSON-RPC API" > $(DARKFID_JSONRPC)
for i in blockchain tx wallet misc; do \
echo "## $$i methods" >> $(DARKFID_JSONRPC);\
./build_jsonrpc.py ../bin/darkfid2/src/rpc_$$i.rs >> $(DARKFID_JSONRPC);\
./build_jsonrpc.py ../bin/darkfid/src/rpc_$$i.rs >> $(DARKFID_JSONRPC);\
done
echo "# cashierd JSON-RPC API" > src/clients/cashierd_jsonrpc.md