Implement Keystore spec for BLS12-381 secret keys#596
Implement Keystore spec for BLS12-381 secret keys#596pawanjay176 wants to merge 220 commits intosigp:masterfrom
Keystore spec for BLS12-381 secret keys#596Conversation
…ixes * Fix update_cache function * Move fetch_eth1_data to impl block * Fix deposit tests
* Add `run` function for running update_cache and subscribe_deposit_logs tasks * Add logging
|
Folder structure used currently: Note: Voting and withdrawal keystores have the same |
Keystore spec for BLS12-381 secret keysKeystore spec for BLS12-381 secret keys
|
Could you please merge in master when you get a chance? :) |
051a73d to
5aa1b65
Compare
|
@paulhauner Merged master. I'm not sure yet how to handle the |
|
I'm working towards v0.2.0. I can take this over. Are we still blocked on deciding folder structure? |
|
Folder structure we have in the PR now is: The only difference in the folder structure compared to the testnet would be having the |
|
@AgeManning created a new PR to maintain a clean commit history. This one got messed up with my old eth1 branch. |
Proposed Changes
Implement the
Keystorestandard eip-2335 for BLS12-381 secret keys.Account paths eip-2334 is not implemented as we don't have/need
key-treescurrently. Can add it in a future PR.Todo