Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Merge go-ethereum updates into 2.5.2 #67

Merged
merged 31 commits into from
Nov 27, 2017
Merged

Merge go-ethereum updates into 2.5.2 #67

merged 31 commits into from
Nov 27, 2017

Conversation

5chdn
Copy link
Collaborator

@5chdn 5chdn commented Nov 16, 2017

Upstream changes since v2.5.2 include:

  • travis: bump Android NDK version and Android Go builder #15448
  • build: enable gofmt and misspell linters #15450
  • Update swarm chequebook for latest Solidity #15425
  • rpc: Change wsorigins mismatch level log #15451
  • build: enable unconvert linter #15456
  • .dockerignore, internal/build: Read git information directly from file #15458
  • puppeth: handle encrypted ssh keys #15443
  • dockerignore, internal/build: forward correct git folder #15464
  • vendor: add github.com/stretchr/testify test dependency #15457
  • Dockerfile: support alltools image beside plain Geth #15467
  • core/vm: fix typos in jump_table.go #15479
  • accounts, internal: return an error if no suitable estimated gas found #15477
  • cmd, dashboard: dashboard using React, Material-UI, Recharts #15393
  • core: split same-td blocks on block height #15470
  • core/vm: improve jumpdest analysis #14582
  • core/bloombits: handle non 8-bit boundary section matches #15489

holiman and others added 30 commits June 5, 2017 09:15
travis: bump Android NDK version and Android Go builder
build: enable gofmt and misspell linters
This changes behaviour: before if the owner/amount didn't match, it
resulted in a successful execution without doing anything; now it
results in a failed execution using the revert opcode (remainder gas
is not consumed).
* build: enable unconvert linter

 - fixes #15453
 - update code base for failing cases

* cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
github.com/stretchr/testify is a useful library for doing
assertion in tests. It makes assertions in test more less verbose and
more comfortable to read and use.
…e (#15458)

* .dockerignore, internal/build: Read git information directly from file

This commit changes the way of retrieving git commit and branch for build
environment from running git command to reading git files directly.

This commit also adds required git files into Docker build context.

fixes: #15346

* .dockerignore: workaround for including some files in .git
* cmd/puppeth: handle encrypted ssh keys

* cmd/puppeth: fix unconvert linter error
dockerignore, internal/build: forward correct git folder
vendor: add github.com/stretchr/testify test dependency
Dockerfile: support alltools image beside plain Geth
core/vm: fix typos in jump_table.go
* accounts, internal: return an error if no suitable estimated gas found

* accounts, internal: minor polishes on the gas estimator
* cmd, dashboard: dashboard using React, Material-UI, Recharts

* cmd, dashboard, metrics: initial proof of concept dashboard

* dashboard: delete blobs

* dashboard: gofmt -s -w .

* dashboard: minor text and code polishes
core: split same-td blocks on block height
core/bloombits: handle non 8-bit boundary section matches
@5chdn 5chdn added the review label Nov 16, 2017
@Varunram
Copy link
Contributor

@immartian Please review.

@Varunram
Copy link
Contributor

@5chdn Sorry for the delay, will get this merged soon!

@immartian
Copy link
Contributor

tested

@immartian immartian merged commit cce0078 into master Nov 27, 2017
@5chdn 5chdn deleted the a5-ethereum branch November 27, 2017 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet