Skip to content

chore: update go-ethereum up to 1.8.2#511

Closed
nikonov1101 wants to merge 1 commit into
masterfrom
chore/eth-update
Closed

chore: update go-ethereum up to 1.8.2#511
nikonov1101 wants to merge 1 commit into
masterfrom
chore/eth-update

Conversation

@nikonov1101
Copy link
Copy Markdown
Member

Why?
go-ethereum now have the events filters (ethereum/go-ethereum#15832), so we doesnt need to do not-so-smart polling from the blockchain.

As a next step, we need to rewrite some of blockchain/api.go internals and use new event filters.

Changed:

  • A lot of new stuff is shipped into ./vendor.
  • Minor fixes to match new go-ethereum API (gas price is represented as uint64, not big.Int).
  • insonmnia/npp/puncher.go is updated because of vet is not happy (addr variable shadowing).

Why?
`go-ethereum` now have the events filters (ethereum/go-ethereum#15832), so we doesnt need to do not-so-smart polling from the blockchain.

As a next step, we need to rewrite some of `blockchain/api.go` internals and use new event filters.

Changed:
- A lot of new stuff is shipped into ./vendor.
- Minor fixes to match new go-ethereum API (gas price is represented as uint64, not big.Int).
- `insonmnia/npp/puncher.go` is updated because of vet is not happy (`addr` variable shadowing).
@nikonov1101 nikonov1101 requested a review from a team March 15, 2018 10:11
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #511 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #511   +/-   ##
=======================================
  Coverage   25.61%   25.61%           
=======================================
  Files          95       95           
  Lines        7487     7487           
=======================================
  Hits         1918     1918           
  Misses       5359     5359           
  Partials      210      210
Impacted Files Coverage Δ
cmd/cli/commands/printers.go 9.09% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71a7b6d...e6257b7. Read the comment docs.

@nikonov1101
Copy link
Copy Markdown
Member Author

Closing because out of scope for now.

@nikonov1101 nikonov1101 deleted the chore/eth-update branch March 28, 2018 13:33
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

Successfully merging this pull request may close these issues.

2 participants