protocol icon indicating copy to clipboard operation
protocol copied to clipboard

⛓ Dev Protocol is an open source middleware for creator's sustainability.

Results 37 protocol issues
Sort by recently updated
recently updated
newest added

# Problem subject Whitepaper doesn't clarify inflation vs deflation, I got banned on both the forum and the telegram for bringing up the issue which looks bad for the coins...

bug

### What would you like to share? [`Clones.clone`](https://docs.openzeppelin.com/contracts/4.x/api/proxy#Clones-clone-address-) effectively reduces the waste of redeploying the "same implementation" by leveraging the Proxy pattern. `PropertyFactory.create` contains `Property.sol` and it calls `new` each...

developer experience

### What would you like to share? Hi. it's my first contribution. I think we need to update "typechain-target-truffle" to "@typechain/truffle-v5". Because this package has been deprecated. https://www.npmjs.com/package/typechain-target-truffle I trying...

# Description - Update the Code of Conduct to the latest version. # Why The Code of Conduct is outdated. Using the latest version is better, IMO. --- # Code...

# Description Adding the Gitpod ready-to-code system will make the process of compiling much easier in just a single click. # Solution I already know how to set it up....

enhancement

# Description High gas prices when performing lockups. # Solution idea base ・The Allocator.CalculateMaxRewardsPerBlock has been added to the Since it is only called from Lockup, it should be a...

enhancement

# Description Create a Property that cannot be staked for those who do not need inflationary funds. # Solution Add new interfaces `createWithNonRewardable` and `createAndAuthenticateWithNonRewardable` to the PropertyFactory Contract. It...

enhancement

# Description I believe the high gas fees are putting off stakers especially those with smaller amounts of Dev as well as people withdrawing rewards. I have fielded questions and...

enhancement

# Description Change the description method from absolute path to relative path # Solution before ``` import {Pausable} from "@openzeppelin/contracts/lifecycle/Pausable.sol"; import {IAllocator} from "contracts/src/allocator/IAllocator.sol"; ``` after ``` import "../../../@openzeppelin/contracts/lifecycle/Pausable.sol"; import...

enhancement
refactor

# Description add event to beforeBalanceChange. the event has property transfer data. # why To enhance the functionality of GraphQL

enhancement
usability