Document library placeholder change.

This commit is contained in:
chriseth
2018-10-12 15:15:01 +02:00
parent 56bbfce6d3
commit e8ba2d6e46
2 changed files with 20 additions and 3 deletions
+6
View File
@@ -158,6 +158,12 @@ Command Line and JSON Interfaces
node was replaced by a field called ``kind`` which can have the
value ``"constructor"``, ``"fallback"`` or ``"function"``.
* In unlinked binary hex files, library address placeholders are now
the first 36 hex characters of the keccak256 hash of the fully qualified
library name, instead of just the fully qualified library name.
Binary files now also contain a list of mappings from these hex placeholders
to the fully qualified names.
Constructors
------------