Add interface digest generator script, add to makefile
This commit is contained in:
parent
c956d9b202
commit
08040874ef
@ -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
|
- 0.0.2
|
||||||
* Add token endorser contract
|
* Add token endorser contract
|
||||||
- 0.0.1
|
- 0.0.1
|
||||||
|
3
Makefile
3
Makefile
@ -17,7 +17,7 @@ PREFIX = /usr/local/share/cic/solidity/abi
|
|||||||
solc $(basename $@).sol --abi | awk 'NR>3' > $@
|
solc $(basename $@).sol --abi | awk 'NR>3' > $@
|
||||||
|
|
||||||
.sol.interface:
|
.sol.interface:
|
||||||
bash $(basename $@).sol > $@
|
bash to_interface.sh $(basename $@).sol > $@
|
||||||
|
|
||||||
all: $(OUTPUTS)
|
all: $(OUTPUTS)
|
||||||
|
|
||||||
@ -26,5 +26,6 @@ install: $(OUTPUTS)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -vf *.json
|
rm -vf *.json
|
||||||
|
rm -vf *.interface
|
||||||
|
|
||||||
.PHONY: clean install
|
.PHONY: clean install
|
||||||
|
1
out/AccountsIndex.interface
Normal file
1
out/AccountsIndex.interface
Normal file
@ -0,0 +1 @@
|
|||||||
|
cbdb05c7
|
1
out/Declarator.interface
Normal file
1
out/Declarator.interface
Normal file
@ -0,0 +1 @@
|
|||||||
|
27beb910
|
1
out/Faucet.interface
Normal file
1
out/Faucet.interface
Normal file
@ -0,0 +1 @@
|
|||||||
|
a2b094c3
|
1
out/Registry.interface
Normal file
1
out/Registry.interface
Normal file
@ -0,0 +1 @@
|
|||||||
|
bb34534c
|
Loading…
Reference in New Issue
Block a user