diff options
author | chriseth <chris@ethereum.org> | 2018-10-08 18:18:56 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-10-12 21:15:01 +0800 |
commit | e8ba2d6e46f13fc02a32c2216b6bd32fb300c011 (patch) | |
tree | 5ac8dda203c51d28e63c8d3362b1d4ce7bee5435 /docs/050-breaking-changes.rst | |
parent | 56bbfce6d36befbe89256035a333d9b47b360e0d (diff) | |
download | dexon-solidity-e8ba2d6e46f13fc02a32c2216b6bd32fb300c011.tar.gz dexon-solidity-e8ba2d6e46f13fc02a32c2216b6bd32fb300c011.tar.zst dexon-solidity-e8ba2d6e46f13fc02a32c2216b6bd32fb300c011.zip |
Document library placeholder change.
Diffstat (limited to 'docs/050-breaking-changes.rst')
-rw-r--r-- | docs/050-breaking-changes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/050-breaking-changes.rst b/docs/050-breaking-changes.rst index 93f099ca..04121d00 100644 --- a/docs/050-breaking-changes.rst +++ b/docs/050-breaking-changes.rst @@ -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 ------------ |