-
# Module Development Task
# Vesting Escrow Wallet
Module Type | Bounty Payout | Completion deadline
-- | -- | --
Wallet | 5, 000 POLY | 14 days to complete once task is confirmed by external d…
CPSTL updated
5 years ago
-
Related with: https://github.com/oceanprotocol/research/issues/13
It would be necessary to document the standard approach for creating Smart Contracts, allowing to make those easily upgradable.
…
-
There is a complex set of questions around how to handle method resolution in the presence of `__numpy_ufunc__`. Currently in master is an extremely complicated set of rules that isn't documented and …
-
# Community Update 01 - July 2018
Welcome to the inaugural edition of the OmiseGO Community Update! Whether you are a casual fan or a devout aficionado of all things blockchain and crypto networks,…
-
This review is based on commit https://github.com/zeppelinos/zos/commit/542ba321f535608f672453b9418e9362041c6ca7.
### General comments
- [x] Avoid `NODE_EVN=test` statements (#335)
- [x] Note tha…
-
# Aragon Nest Proposal: Convergent - Unlock your personal economy
## Abstract
[Convergent](https://github.com/convergentcx) enables users to launch their own crypto token as a first step towards…
-
The proxy contracts in development-1.5.0 branch have critical variables such as __upgradeabilityOwner, __implementation defined at non-fixed locations. This means that the compiler will assign them st…
-
The Unlock smart contract needs to be upgradable, without changing its address and its data (balances of Unlock points or deployed Locks).
The [Unlock.sol smart contract](https://github.com/unlock-…
-
[Google Calendar event](https://calendar.google.com/event?action=TEMPLATE&tmeid=NjR0MDhza2RocXRocHYzYnUybmY3dHZydmtfMjAxODA4MDFUMjMwMDAwWiBnYzMxdHFlMGdua2JzZmc4ajliZWk1ZWRuNEBn&tmsrc=gc31tqe0gnkbsfg8j…
-
The current smart contracts are extremely basic and present a large number of challenges.
1. Unlock smart contract needs to be upgradeable, without losing the "link" from the Locks
2. Most of the …