jordy25519
jordy25519
Allow NFTs to receive, hold, and spend fungible tokens ```rust /// Load some fungible tokens into the NFT fn load_fungibles(origin, token_id: TokenId, load: Vec)); /// Spend some fungible tokens from...
Allow NFT creators/operators to opt-in to platform operations on their tokens. Solution should have safe defaults and require opt-in to riskier operations like 'bundle sales' or 'transfers' which could affect...
Post: https://polkadot.network/a-polkadot-postmortem-24-05-2021/ Need to review if we are susceptible to the same vulnerability
Allow liquidity pools for any token pair without exposure to cpay required https://uniswap.org/blog/uniswap-v2/
https://substrate.dev/rustdocs/v3.0.0/frame_support/attr.pallet.html#upgrade-guidelines - [ ] cennzx - [ ] nft - [ ] staking (reuse upstream when ready) - [ ] rewards
New eras are very slow at the moment due to election process, logging reward events also seems to be quite detrimental. Problem is compounding because our session time is <...
Many of the CENNZnet modules/pallets use injected types on their configuration traits. This makes them generic over concrete types, while this makes sense for framework modules we don't have the...
There's quite abit of old sylo data in state, it can be purged now that the dapp has migrated user data elsewhere. Probably will make a good governance proposal
current liquidity APIs assume user wants to deal in 'liquidity token' amounts. However it's easier to think about adding X real tokens vs. X liquidity tokens. Add APIs which allow...
Allow liquidity to be allocated in price ranges e.g. https://uniswap.org/static/ce989cd290d463cbcdf3082af846bbfe/2cb21/example_1.png