Skip to content

build, common, contracts, log, metrics, p2p, rpc: changes necessary for swarm network rewrite merge #16886

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

Conversation

acud
Copy link
Member

@acud acud commented Jun 4, 2018

This PR addresses all of the necessary changes that we've made to packages residing outside the swarm/ package.
Changed packages include:

  • build
  • common
  • contracts
  • log
  • metrics
  • p2p
  • rpc - rpc/client: increased maxClientSubscriptionBuffer to 20000

Discussion regarding the changes that were made as part of our merging this specific part of the code can be found here

fixes ethersphere/swarm#419

@GitCop
Copy link

GitCop commented Jun 4, 2018

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: c543057897f719548e1ab3013c23fceb2dbb62e2
  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

@acud acud force-pushed the swarm-network-rewrite-eth-relevant-changes branch from 0c7f221 to 823111b Compare June 4, 2018 13:16
@GitCop
Copy link

GitCop commented Jun 4, 2018

Thank you for your contribution! Your commits seem to not adhere to the repository coding standards

  • Commit: 23f8499891daeeca1baed44146e4792fdbfde15f
  • Commit subjects should be kept under 100 characters

Please check the contribution guidelines for more details.


This message was auto-generated by https://gitcop.com

@acud acud force-pushed the swarm-network-rewrite-eth-relevant-changes branch from 823111b to a8ede7c Compare June 4, 2018 13:20
@acud acud changed the title build, common, contracts, log, metrics, p2p: changes necessary for swarm network rewrite merge build, common, contracts, log, metrics, p2p, rpc: changes necessary for swarm network rewrite merge Jun 4, 2018
return sc.c.CallContext(ctx, &ignored, "shh_post", message)
func (sc *Client) Post(ctx context.Context, message whisper.NewMessage) (string, error) {
var hash string
return hash, sc.c.CallContext(ctx, &hash, "shh_post", message)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has already been fixed in #16757

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably a rebase screw-up. looked at master and it looks fine there

@fjl
Copy link
Contributor

fjl commented Jun 5, 2018

@justelad Please rebase this on master. Your PR includes a bunch of commits that were merged recently.

@acud acud closed this Jun 5, 2018
@acud acud deleted the swarm-network-rewrite-eth-relevant-changes branch June 5, 2018 12:04
@acud acud restored the swarm-network-rewrite-eth-relevant-changes branch June 5, 2018 12:04
@acud acud deleted the swarm-network-rewrite-eth-relevant-changes branch August 22, 2018 09:45
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.

Create a PR with the non-swarm changes of swarm-network-rewrite