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

upload with postage stamps: stamper #874

Closed
acud opened this issue Oct 27, 2020 · 0 comments
Closed

upload with postage stamps: stamper #874

acud opened this issue Oct 27, 2020 · 0 comments
Assignees
Labels
enhancement enhancement of existing functionality issue

Comments

@acud
Copy link
Member

acud commented Oct 27, 2020

As per the architectural proposal that deals with uploading with postage stamps, an initial mock Stamper implementation is needed as follows:

  • Stamper interface definition as seen below
  • The returned postage stamp signature should be a signature as follows: sign(sha3(chunk address(32bytes)+batch id(32byte),key)
type Stamper interface {
    Stamp(chunk) postage.Stamp
}

postage service and stampers implementation follows
Architectural proposal: stamping chunks during upload

related to #654

@acud acud added the enhancement enhancement of existing functionality label Oct 27, 2020
@bee-runner bee-runner bot added the issue label Oct 27, 2020
@zelig zelig self-assigned this Oct 30, 2020
@Eknir Eknir added this to the Sprint 3.2 milestone Nov 4, 2020
@Eknir Eknir closed this as completed Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement of existing functionality issue
Projects
None yet
Development

No branches or pull requests

3 participants