-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat(act)!: add ACT to bee-js #942
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat(act): add grantee module for managing grantees
feat(act)!: Modify soc, chunk upload return value from Result to UploadResult
Cafe137
approved these changes
Aug 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
ferencsarai
changed the title
feat(act)!: add ACT to bee-js
feat(act): add ACT to bee-js
Aug 26, 2024
ferencsarai
changed the title
feat(act): add ACT to bee-js
feat(act)!: add ACT to bee-js
Aug 26, 2024
Release v8.0.0 addresses this. |
Cafe137
added a commit
that referenced
this pull request
Sep 26, 2024
* feat!: merge api (#920) * test: add shape tests * feat: merge api * chore(master): release 7.0.0 (#921) * fix: floor update feed timestamp (#923) * chore(master): release 7.0.1 (#924) * fix: allow falsy feed index (#925) * chore(master): release 7.0.2 (#926) * fix: ignore errors while waiting for stamp (#927) * chore(master): release 7.0.3 (#928) * docs: fix typos (#922) * fix: add chaintip field (#931) * chore(master): release 7.0.4 (#932) * feat: add capitalizeAddressERC55 function (#933) * feat: add capitalizeAddressERC55 function * chore: code style * chore(master): release 7.1.0 (#934) * build: disable legacy peer deps (#935) * fix: correct jsdocs links (#938) * fix: correct jsdocs links * chore: update depcheck * chore: code style * chore(master): release 7.1.1 (#939) * docs: add quick start section (#940) * fix: fix tar padding (#943) * chore(master): release 7.1.2 (#944) * feat!: add act (#942) * feat(act): add act * feat(act): rename addGrantees to createGrantees * feat(act): remove mention of ENS name in getGrantees method comment * feat(act): add grantee module for managing grantees * feat(act): revert import chai and jestExpect in bzz.spec.ts * feat(act): improve documentation for the createGrantees method * feat(act)!: update the return type of chunk upload to UploadResult from Reference * feat(act)!: update the return type of soc upload to UploadResult from Reference * feat(act): fix linter errors --------- Co-authored-by: Ferenc Sárai <[email protected]> * chore: fine-tune act namings (#946) * chore(master): release 8.0.0 (#945) * fix: allow collection items with zero size (#947) * fix: allow collection items with zero size * style: add newline * chore(master): release 8.0.1 (#948) * fix: handle bad request in feed index lookup (#949) * chore(master): release 8.0.2 (#950) * feat: harden internals (#952) * ci: repair jobs * ci: remove debug version bump * ci: specify exact fdp-play version * feat: harden internals * style: add newline * build: remove unnecessary dependencies --------- Co-authored-by: bee-worker <[email protected]> Co-authored-by: Pablo Castellano <[email protected]> Co-authored-by: Ferenc Sárai <[email protected]> Co-authored-by: Ferenc Sárai <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR add the bee new "ACT" feature to bee-js.
bzz
grantee
UploadResult
extended withhistory_address
soc
andchunk
uploads returnUploadResult
instead ofReference