Skip to content
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

Error ethereal installation on ubuntu 14 #118

Closed
bitcoinsSG opened this issue Aug 19, 2014 · 1 comment
Closed

Error ethereal installation on ubuntu 14 #118

bitcoinsSG opened this issue Aug 19, 2014 · 1 comment

Comments

@bitcoinsSG
Copy link

github.com/go-qml/qml

home/username/go/src/github.com/go-qml/qml/error.go:4: "ERROR: the correct import path is gopkg.in/qml.v1 ... " evaluated but not used

@bitcoinsSG bitcoinsSG changed the title ethereal installation on ubuntu 14 Error ethereal installation on ubuntu 14 Aug 19, 2014
@obscuren
Copy link
Contributor

This is fixed on develop. Unfortunately I can't fix it on master. master uses go-qml v0 and develop uses go-qml v1 which differ substantial.

Hot fixing it on master would cause a lot of merge error later on when I need to merge develop in to master.

AusIV pushed a commit to NoteGio/go-ethereum that referenced this issue Feb 24, 2020
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 13, 2021
* fix: update gomod and gofmt

* feat: initial scaffold for getting data

* feat: hook state manager to diff db

* feat: mvp diffdb with in-memory map

* feat: hook diffdb on NewBlockchain

* fix: use eth.diffdb in the API instead of re-instantiating it

* test(ovm-state-manager): ensure that diffdb is called properly

* test(ovm-state-manager): only update diffdb for non eth_call calls

* fix: handle error if no state diff found

* fix(blockchain): directly call diffdb.GetDiff

* fix(ethapi): export StatediffProof json data

* feat(diffdb): save if a key was mutated or not

* feat(ovm-state-manager): save if a key was mutated

* feat(ethapi): expose if a storage key was mutated or not in the diff

* misc: fmt / lint / fix tests

* fix(ovm-state-manager): use proper log.Error format

* StateDiff over Sqlite3 (ethereum#128)

* feat(diffdb): switch to sqlite3

* perf(diffdb): use db txs to write less often

* test(ovm-state-manager): cleanup diff db each time

* fix(core): intiialize diff db with 256 item cache

* ci: fix import order

* fix(blockchain): close the diff db handler

* feat(cmd): add CLI params for db cache size

* feat(backend): use chaindata dir

* test(ovm-state-manager): remove globals

* chore: use `defer` in tests for tmp files

* fix(ovm): set diff keys on rest of state mutating calls

* feat(diffdb): set account diffs at special key

* test: sorted diff equality

Co-authored-by: Karl Floersch <karl@karlfloersch.com>
rewrewby pushed a commit to rewrewby/mev-geth that referenced this issue Feb 15, 2022
rewrewby pushed a commit to rewrewby/mev-geth that referenced this issue Mar 1, 2022
* fix issue with geth not shutting down (ethereum#97)
* Add eth_callBundle rpc method (ethereum#14)
* flashbots: add eth_estimateGasBundle (ethereum#102)
* feat(ethash): flashbots_getWork RPC with profit (ethereum#106)
* Calculate megabundle as soon as it's received (ethereum#112)
* Add v0.5 specification link (ethereum#118)
rewrewby pushed a commit to rewrewby/mev-geth that referenced this issue Apr 10, 2022
* fix issue with geth not shutting down (ethereum#97)
* Add eth_callBundle rpc method (ethereum#14)
* flashbots: add eth_estimateGasBundle (ethereum#102)
* feat(ethash): flashbots_getWork RPC with profit (ethereum#106)
* Calculate megabundle as soon as it's received (ethereum#112)
* Add v0.5 specification link (ethereum#118)
duguyifang pushed a commit to btccom/go-ethereum that referenced this issue Jun 19, 2022
* fix issue with geth not shutting down (ethereum#97)
* Add eth_callBundle rpc method (ethereum#14)
* flashbots: add eth_estimateGasBundle (ethereum#102)
* feat(ethash): flashbots_getWork RPC with profit (ethereum#106)
* Calculate megabundle as soon as it's received (ethereum#112)
* Add v0.5 specification link (ethereum#118)
joshuacolvin0 pushed a commit to joshuacolvin0/go-ethereum that referenced this issue Jan 4, 2023
weiihann pushed a commit to weiihann/go-ethereum that referenced this issue Feb 23, 2023
core/vm: Make INVALID a defined opcode (ethereum#24017)

* core/vm: Define 0xfe opcode as INVALID

* core/vm: Remove opInvalid as opUndefined handles it

Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>

Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
neraty pushed a commit to gnosis/go-ethereum that referenced this issue Mar 13, 2023
* fix issue with geth not shutting down (ethereum#97)
* Add eth_callBundle rpc method (ethereum#14)
* flashbots: add eth_estimateGasBundle (ethereum#102)
* feat(ethash): flashbots_getWork RPC with profit (ethereum#106)
* Calculate megabundle as soon as it's received (ethereum#112)
* Add v0.5 specification link (ethereum#118)
neraty pushed a commit to gnosis/go-ethereum that referenced this issue Apr 3, 2023
* fix issue with geth not shutting down (ethereum#97)
* Add eth_callBundle rpc method (ethereum#14)
* flashbots: add eth_estimateGasBundle (ethereum#102)
* feat(ethash): flashbots_getWork RPC with profit (ethereum#106)
* Calculate megabundle as soon as it's received (ethereum#112)
* Add v0.5 specification link (ethereum#118)
marioevz pushed a commit to marioevz/go-ethereum that referenced this issue Apr 17, 2023
* update kzg lib to latest

* add check of len(proofs) per free the blobs

* fix type / typo bugs

* use test factory for blob wrapper test data
sbellem pushed a commit to sbellem/go-ethereum that referenced this issue Jul 25, 2023
* feat(tfhe): add support for casting

* feat: add `cast` precompile

* feat(cast): add type validity check
protolambda pushed a commit to protolambda/go-ethereum that referenced this issue Oct 11, 2023
…ccess

Disable access to pending txs from filters + subscriptions
atenjin pushed a commit to alt-research/go-ethereum that referenced this issue Apr 4, 2024
…txpool-access"

This reverts commit 88c9fa3, reversing
changes made to bb04c5f.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants