[ethereum/go-ethereum] try badger as a replacement for leveldb (#15717)
@ArchetypicalDude great update! thank you for the work.
Похожие записи
- [ethereum/go-ethereum] bootnode not work for finding peers (#16403)
it works ,but always need to change start shell by editing the node url also found although the local network is fine, but cant connect through internet
- [ethereum/go-ethereum] build: use sftp for launchpad upload (#16402)
karalabe commented on this pull request. > gpg := exec.Command("gpg", "--import") - gpg.Stdin = bytes.NewReader(key) + gpg.Stdin = bytes.NewReader(gpgkey) Oh `decodeEnvKey`, nvm.
- [ethereum/go-ethereum] build: use sftp for launchpad upload (#16402)
karalabe commented on this pull request. > gpg := exec.Command("gpg", "--import") - gpg.Stdin = bytes.NewReader(key) + gpg.Stdin = bytes.NewReader(gpgkey) Can `gpg` parse the base64 key?
- [ethereum/go-ethereum] build: use sftp for launchpad upload (#16402)
fjl commented on this pull request. > gpg := exec.Command("gpg", "--import") - gpg.Stdin = bytes.NewReader(key) + gpg.Stdin = bytes.NewReader(gpgkey) No, but `gpgkey` is the decoded key.
- [ethereum/go-ethereum] Clarification in ethereum (#16395)
Hi there, please note that this is an issue tracker reserved for bug reports and feature requests. I am have a clarification on sometimes transaction can be done in the broswer-solidity and i will not…