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

swarm: ctx propagation; bmt fixes; pss generic notification framework #17150

Merged
merged 15 commits into from
Jul 9, 2018

Conversation

nonsense
Copy link
Member

@nonsense nonsense commented Jul 9, 2018

This PR includes the changes within Swarm over the last 2 weeks:

  1. context.Context propagation within internal Swarm APIs (@nonsense)
  2. BMT fixes (@zelig)
  3. PSS Generic Notifications (@nolash)
  4. A few additional counters within the metrics collection per process (@nonsense)
  5. Various minor fixes.

@ethereum ethereum deleted a comment from GitCop Jul 9, 2018
@ethereum ethereum deleted a comment from GitCop Jul 9, 2018
@ethereum ethereum deleted a comment from GitCop Jul 9, 2018
@gbalint
Copy link
Contributor

gbalint commented Jul 9, 2018

Only swarm changes and two counters added to metrics

@gbalint gbalint added this to the 1.8.13 milestone Jul 9, 2018
@gbalint gbalint merged commit b3711af into ethereum:master Jul 9, 2018
kielbarry pushed a commit to kielbarry/go-ethereum that referenced this pull request Jul 9, 2018
…ethereum#17150)

* cmd/swarm: minor cli flag text adjustments

* swarm/api/http: sticky footer for swarm landing page using flex

* swarm/api/http: sticky footer for error pages and fix for multiple choices

* cmd/swarm, swarm/storage, swarm: fix  mingw on windows test issues

* cmd/swarm: update description of swarm cmd

* swarm: added network ID test

* cmd/swarm: support for smoke tests on the production swarm cluster

* cmd/swarm/swarm-smoke: simplify cluster logic as per suggestion

* swarm: propagate ctx to internal apis (ethereum#754)

* swarm/metrics: collect disk measurements

* swarm/bmt: fix io.Writer interface

  * Write now tolerates arbitrary variable buffers
  * added variable buffer tests
  * Write loop and finalise optimisation
  * refactor / rename
  * add tests for empty input

* swarm/pss: (UPDATE) Generic notifications package (ethereum#744)

swarm/pss: Generic package for creating pss notification svcs

* swarm: Adding context to more functions

* swarm/api: change colour of landing page in templates

* swarm/api: change landing page to react to enter keypress
firmianavan pushed a commit to firmianavan/go-ethereum that referenced this pull request Aug 28, 2018
…ethereum#17150)

* cmd/swarm: minor cli flag text adjustments

* swarm/api/http: sticky footer for swarm landing page using flex

* swarm/api/http: sticky footer for error pages and fix for multiple choices

* cmd/swarm, swarm/storage, swarm: fix  mingw on windows test issues

* cmd/swarm: update description of swarm cmd

* swarm: added network ID test

* cmd/swarm: support for smoke tests on the production swarm cluster

* cmd/swarm/swarm-smoke: simplify cluster logic as per suggestion

* swarm: propagate ctx to internal apis (ethereum#754)

* swarm/metrics: collect disk measurements

* swarm/bmt: fix io.Writer interface

  * Write now tolerates arbitrary variable buffers
  * added variable buffer tests
  * Write loop and finalise optimisation
  * refactor / rename
  * add tests for empty input

* swarm/pss: (UPDATE) Generic notifications package (ethereum#744)

swarm/pss: Generic package for creating pss notification svcs

* swarm: Adding context to more functions

* swarm/api: change colour of landing page in templates

* swarm/api: change landing page to react to enter keypress
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.

7 participants