-
Notifications
You must be signed in to change notification settings - Fork 20.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing of presale keys #267
Milestone
Comments
The pull request adds this one, which can be called from e.g. Mist: func ImportPreSaleKey(keyStore KeyStore2, keyJSON []byte, password string) (*Key, error) |
Implemented |
ngtuna
added a commit
to ngtuna/tomochain
that referenced
this issue
Nov 10, 2018
…ver_validator make clean func recover validator
Zergity
added a commit
to Zergity/go-ethereum
that referenced
this issue
Apr 28, 2020
eth,cmd: implement rollback param
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Aug 13, 2021
weiihann
pushed a commit
to weiihann/go-ethereum
that referenced
this issue
Nov 30, 2023
activate proof generation on fork + remove code dups use go-verkle's post-state API to verify proofs (ethereum#262) use prague as the verkle activation fork (ethereum#263) upgrade to latest go-ipa activate verkle transition in "miner" (ethereum#265) fix: do not force cancunTime upon verkle activation workaround: do not use root translation in replay workaround: deactivate overlay transition for now fixes from trying to get the devnet to work (ethereum#267) this line was left out from the previous commit upgrade to go-verkle with fixed newvalue serialization fix: ensure point cache isn't nil in copy (ethereum#268) fix: dependency cycle in tests (ethereum#269) upgrade to latest go-verkle fix: write trie preimage data to db (ethereum#274) fix: zero-root in produced block + sync (ethereum#275) upgrade go-ipa fix build fix typo include review feedback add switch to add proofs to blocks (ethereum#278) add fee recipient to witness (ethereum#279) touch all fields in withdrawal account header (ethereum#277)
sduchesneau
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Jan 4, 2024
…cache-fix-update fastcache fix update for v.1.12.1
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A user of Mist / Go client should be able to import a presale key given the key file and password. Importing a key stores it in the configured key store.
The text was updated successfully, but these errors were encountered: