Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

[Proxy] Implement proxy contract #55

Open
nrryuya opened this issue Dec 13, 2018 · 7 comments
Open

[Proxy] Implement proxy contract #55

nrryuya opened this issue Dec 13, 2018 · 7 comments

Comments

@nrryuya
Copy link
Member

nrryuya commented Dec 13, 2018

OpenZeppelin Proxy.sol

@yudetamago
Copy link
Contributor

@nrryuya
Copy link
Member Author

nrryuya commented Dec 17, 2018

Gnosis Safe has a family of proxy pattern contracts.
https://github.com/gnosis/safe-contracts/tree/development/contracts/proxies

@yudetamago
Copy link
Contributor

Questions

@nrryuya
Copy link
Member Author

nrryuya commented Dec 17, 2018

msg.data is not supported in Vyper and there seems another discussion. Let's postpone this contract for now.
vyperlang/vyper#896 (comment)

@nrryuya
Copy link
Member Author

nrryuya commented Jan 3, 2019

Impl in Solidity

@nrryuya
Copy link
Member Author

nrryuya commented Jan 22, 2019

After msg.data gets supported.
vyperlang/vyper#1181

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants