openzeppelin-labs
openzeppelin-labs copied to clipboard
A space for the community to interact and exchange ideas on the OpenZeppelin platform. Do not use in production!
I think the name for a curve that quotes the price based on total supply is **Bonding Curve** rather than **Bounding Curve**. This should be changed. https://github.com/OpenZeppelin/openzeppelin-labs/tree/master/bounding_curve https://github.com/OpenZeppelin/openzeppelin-labs/blob/master/bounding_curve/contracts/ERC4626BoundingCurve.sol
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...
Fixes https://github.com/zeppelinos/labs/issues/132
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...
enable to upgrade using inherited storage pattern while introducing right control to make the process safer.
This is the error I receive when trying `./ganache.sh` in governance-with-multisig. > The file './ganache.sh' is marked as an executable but could not be run by the operating system. The...
Solidity 0.4.22 introduced support for error reasons on revert EVM operations, check that proxies correctlly forward the error reason to their clients. As an example, let's assume we have a...
I am trying to test proxy pattern in Remix, which connected to my private chain with *Web3 Provider*. By the way, miner is working all the time. After invoking **add...
I recently published a proposed standard about upgradeable, transparent contracts. I would like to work with and coordinate with zeppelinos about this. The proposed standard, called ERC1538: Transparent Contract Standard,...
We use various different names for the same concept: - implementation contract - behavior contract - logic contract all of these refer to the contract the proxy delegates calls to....