note about visibility of contract API changes

This commit is contained in:
Martin Klepsch 2018-03-20 14:18:15 +01:00 committed by Tetiana Churikova
parent ef5dcaf66b
commit 400f848e08

View File

@ -40,3 +40,5 @@ revert the decision outlined in this document.
- The compiled Java interfaces may get out of date. - The compiled Java interfaces may get out of date.
This could perhaps be addressed by some clever use of checksums. This could perhaps be addressed by some clever use of checksums.
- By having changes to the contract interfaces be part of a changeset it may
be easier to spot what changes are required/how APIs are changing.