jordy25519
jordy25519
Upstream change moves the `db` storage dir to `db/full` to allow `db/light` to co-exist in the same directory. The migration can be extremely slow on some nodes due to the...
Provide support for bridging ERC721 tokens as CENNZnet NFTs Some of the pieces: - Mapping from (collection, series) to erc721 contract - 'collection base uri' should be removed/replaced by 'series...
## Goal Provide a protocol to reissue users eth/erc20 withdrawal proofs ### Motivation Withdrawal proofs expire after _n_ eras to prevent 'nothing at stake' attacks This creates some UX challenge...
since 2.0.0 update connecting to telemetry frequently times out ```bash 2021-11-19 01:21:08 :x: Error while dialing /dns/cennznet-telemetry.centrality.me/tcp/8000/x-parity-ws/%2Fsubmit: Custom { kind: Other, error: Timeout } 2021-11-19 01:21:08 :x: Error while dialing...
Investigate the viability of using threshold crypto for generating Ethy proofs. The main driver is generating a single signature should result in lower and O(1) gas cost for proving messages...
CENNZnet will use the ECDSA signature scheme & secp256k1 curve as it's default key type going forward. This will allow Ethereum signature verification and better support for Sylo wallet. Changes...
Ethy bridge proofs will persist in node storage forever. It would make sense to purge them after sometime to save on storage
Reserve currency amounts are shared by all modules. This creates some issues as modules can reserve/unreserve each other's amounts. CENNZnet modules will be using these APIs going forward and this...
Move away from the `getStorage/state` rpc's and make some simply typed RPC interfaces which are easy to consume and support long term. Things like `api.query.genericAsset.freeBalance` while they are powerful pushes...
Allow ownership of an NFT to be fractionalized Shares could be modeled as a generic asset and used for governance and/or traded out of the box A fractionalized NFT would...