Releases: mudgen/diamond-3
Releases · mudgen/diamond-3
v1.1.1
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
v1.0.2
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
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.