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_i64
andmath_i128
library.math_u256
library.i256
library.- Base 64 conversion library?
i64
andi128
: finish tests.math
andmath_u128
: addabs
function, 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
?