Joy Wang
Joy Wang
change mainnet to main
yes this is on my plate (closing the other ticket to track this here) - I dont think encrypting the keystore itself is a good idea, since it will not...
> Is there anyway to calculate tx_digest offline? whats the use case here? this is possible, but it requires some work: you can calculate it by taking the sha3_256 of...
> > > Is there anyway to calculate tx_digest offline? > > > > > > whats the use case here? this is possible, but it requires some work: you...
overall lgtm! to confirm, this is not adding epoch id to what authority is signing on correct? im working on adding this, will rebase on this PR
> Is there a plan to use different key for each validator at each epoch? not that I am aware of, its a good idea though, but require some non-trivial...
where did you get that tx data bytes from? transaction builder?
On a high level the tasks falls under: 1) User Keystore - [x] Remove signer from AccountKeyStore https://github.com/MystenLabs/sui/pull/4828 - [x] Use Keystore enum_dispatch instead of a boxed dynamic trait https://github.com/MystenLabs/sui/pull/4909...
hi - thanks for the PR, wondering what's the context and what do you plan to use AES encryption/decryption for in the context of sui?
> there are some cases, we don't want to display the base64 directly in the files, [not security enough], by add the default aes-encode, developers can compile the bin files...