Add interface digest generator script, add to makefile

This commit is contained in:
nolash 2021-04-28 14:01:37 +02:00
parent c956d9b202
commit 08040874ef
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
11 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,6 @@
- 0.0.3
* Update contracts to cic-base state 0.1.2-beta.5
* Add interface digest generator script
- 0.0.2
* Add token endorser contract
- 0.0.1

View File

@ -17,7 +17,7 @@ PREFIX = /usr/local/share/cic/solidity/abi
solc $(basename $@).sol --abi | awk 'NR>3' > $@
.sol.interface:
bash $(basename $@).sol > $@
bash to_interface.sh $(basename $@).sol > $@
all: $(OUTPUTS)
@ -26,5 +26,6 @@ install: $(OUTPUTS)
clean:
rm -vf *.json
rm -vf *.interface
.PHONY: clean install

View File

@ -1 +1 @@
0.0.2
0.0.3

View File

@ -0,0 +1 @@
cbdb05c7

1
out/Declarator.interface Normal file
View File

@ -0,0 +1 @@
27beb910

1
out/Faucet.interface Normal file
View File

@ -0,0 +1 @@
a2b094c3

1
out/Registry.interface Normal file
View File

@ -0,0 +1 @@
bb34534c