Joy Wang
Joy Wang
https://github.com/MystenLabs/sui/issues/3484
@oxade any advice on determining what gas cost should be? _Originally posted by @joyqvq in https://github.com/MystenLabs/sui/pull/3581#discussion_r932523355_
1. clean this hack up once we upgrade our eddsa implementation, 2. NOT use this in tests: we have several fixtures that generate / copy the same keys in tests...
Less likely to be a task in narwhal, once we are done extracting the cryptos, replace ed25519-dalek so that we can bump the version for `rand` and `signature` as well.
https://github.com/MystenLabs/sui/issues/4431 https://github.com/MystenLabs/sui/issues/4374 /// Ed25519 follows SLIP-0010 using hardened path with purpose = 44: m/44'/784'/{account_index}'/{change_index}'/{address_index}' /// Secp256k1 follows BIP-32 using path where the first 3 levels are hardened with purpose =...
https://github.com/MystenLabs/sui/pull/4408 without the BLS switch. just the network key related change
a rework of https://github.com/MystenLabs/sui/pull/2116/files with https://github.com/bmwill/sui/commit/f5b8026a436eeff3fa0c7f61f369ede1b8683a1f?diff=unified
This is to support key derivation in Sui wallet - https://github.com/MystenLabs/sui/pull/2900/files This PR seemed to be reverted, need to land this. Also need to support for Secp256k1 key derivation.