Joy Wang

Results 50 comments of Joy Wang

do we want to support passphrase protected keys? if so, this may be a bit of more work. also there seems to be few versions of the PEM format, may...

What the algorithm looks like: 1. At round r, a set of `n` validators selected 2. Do the set up `t-of-n` DKG of pubkey P, each validator stores their own...

second commit relating to https://github.com/MystenLabs/narwhal/commit/c57a99f8d51742626c17f58e4dcc804aa83397f3

> Thanks @joyqvq for resurrecting this. I think that before we look at getting this merged that we should revisit some parts of the intent scheme since I believe they...

> Specifically to TransactionData talked to @kchalkias offline, we decide that we do NOT want to include chain id in the transaction data bc we assume object id are guaranteed...

> We may end up needing to do something slightly different with ChainId (as this is something that we probably want to exist onchain in some capacity) but we can...

the revived PR was parked last week bc did not want to introduce yet another breaking change atm, we can first land https://github.com/MystenLabs/sui/pull/3687, then switch over all signing operations to...

first step just for TransactionData: https://github.com/MystenLabs/sui/pull/5032

checking, what is your cargo version? ``` cargo --version cargo 1.64.0 (387270bc7 2022-09-16) ``` and the step you took to install is: `cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui...

it sounds like you may have cargo nightly. confirmed that cargo stable 1.64.0 should work. we merged the fix, if you try build from main instead of devnet branch it...