Skip to content

Releases: mudgen/diamond-3

v1.1.1

12 Sep 21:45
Compare
Choose a tag to compare

Replaced with simple diamond implementation.

The diamondCut gas-optimized version is now here: https://github.com/mudgen/gas-optimized-diamond-1

The arguments to diamondCut are now ABI encoded.

v1.1.0

08 Sep 04:21
Compare
Choose a tag to compare

The return values of the standard loupe functions are now ABI encoded instead of tightly packed. Some code changes to improve the readability of the code.

v1.0.2

11 Aug 20:33
Compare
Choose a tag to compare

I bug was found and fixed in DiamondFacet.sol.
Details about it are in the pull request here: https://github.com/mudgen/Diamond/pull/3

A new test was also added.

v1.0.1

29 Jul 20:50
Compare
Choose a tag to compare

Switched to using Truffle for compiling, deploying and testing.

Updated Solidity code to 0.6.12.

The DiamondExample fallback function no longer makes a function call to get diamond storage and DiamondStorageContract has a new bytes32 constant DIAMOND_STORAGE_POSITION = keccak256("diamond.standard.diamond.storage"); constant that is used to access diamond storage.

v1.0.0

14 Apr 19:59
8235e6b
Compare
Choose a tag to compare
Update README.md