openzeppelin-labs icon indicating copy to clipboard operation
openzeppelin-labs copied to clipboard

A space for the community to interact and exchange ideas on the OpenZeppelin platform. Do not use in production!

Results 26 openzeppelin-labs issues
Sort by recently updated
recently updated
newest added

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. -...

dependencies

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. -...

dependencies

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...

kind:bug
kind:minor

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...

kind:research
topic:upgradeability

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....

kind:documentation