Ideas and improvements.
- Finance/economics library.
- Better fixed-point library.
- Ed25519 signature utils in Sui.
- Implement signatures in Sui like (Aptos).
- Data structures like double-ended queues, bitmaps, and (enumerable) sets? See OpenZeppelin.
- Cross-chain messaging. See Starcoin's
EthStateVerifier. math_i64andmath_i128library.math_u256library.i256library.- Base 64 conversion library?
i64andi128: finish tests.mathandmath_u128: addabsfunction, among others.quadratic_vesting: merge withlinear_vesting?quadratic_vesting: better tests.governance: finish tests.merkle_proof: unit tests for multi-proof verification.governance: make delegation optional?vector,merkle_proof, etc.: fuzz testing?to_string: supportu64?to_string: supportU256?