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

1.8.27 #14

Merged
merged 1,060 commits into from
Jun 16, 2019
Merged

1.8.27 #14

merged 1,060 commits into from
Jun 16, 2019

Conversation

TuitionCoin
Copy link

forward but compiles.

holiman and others added 30 commits November 22, 2018 15:14
trie/database: fix overflow in parent tracking
- Have `${DataDir}/bzzd.ipc` as IPC path default.
- Respect the `--datadir` flag.
- Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag
  as flags might overwrite each other. (Note: before global `--ipcpath`
  was ignored even if it was set)

fixes ethersphere#795
* core: return error if repair block failed

* make error a bit shorter
config: add constantinople block to testchainconfig
TryUpdate does not call t.trie.TryUpdate(key, value) and calls t.trie.TryDelete
instead. The update operation simply deletes the corresponding entry, though
it could retrieve later by odr. However, it adds further network overhead.
* cmd/swarm: fix ethersphere/swarm#979:

update should error on manifest mistmatch

* cmd/swarm: fixed comments and remove sprintf from log.Info

* cmd/swarm: remove unnecessary comment
* swarm/network/stream/: added stream protocol version match tests

* Increase BZZ version due to streamer version change; version tests

* swarm/network: increased hive and test protocol version
* Update net.go

more simple

* Update net.go
params: update CHTs for the v1.8.19 release
eth/downloader: fix light client cht binary search issue
karalabe and others added 24 commits February 20, 2019 10:48
* all: simplify timestamps to uint64

* tests: update definitions

* clef, faucet, mobile: leftover uint64 fixups

* ethash: fix tests

* graphql: update schema for timestamp

* ethash: remove unused variable
…hereum#19362)

This resolves a minor issue where neighbors responses containing less
than 16 nodes would bump the failure counter, removing the node. One
situation where this can happen is a private deployment where the total
number of extant nodes is less than 16.

Issue found by @Jsying.
…ls (ethereum#19401)

* eth, les, geth: implement cli-configurable global gas cap for RPC calls

* graphql, ethapi: place gas cap in DoCall

* ethapi: reformat log message
Backport PR for the v1.8.24 maintenance release
les: fix SendTx cost calculation and verify cost table
[1.8.27 backport] eth, les, light: enforce CHT checkpoints on fast-sync too
@TuitionCoin TuitionCoin force-pushed the master branch 2 times, most recently from ced769d to 06c6836 Compare June 16, 2019 18:08
@TuitionCoin TuitionCoin merged commit 6465ebc into FinTechToken:master Jun 16, 2019
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.