-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: release v1.20.0 #196
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
chore: main back to alpha
…pproval details PE-6754
… payments PE-6754
…` command PE-6754
…response if they exist PE-6754
…CLI layer PE-6754
…id-by helper PE-6754
…loaded balance command PE-6754
refactor: remove commented docker compose code,
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #196 +/- ##
==========================================
+ Coverage 93.26% 93.60% +0.34%
==========================================
Files 25 25
Lines 3250 3486 +236
Branches 148 159 +11
==========================================
+ Hits 3031 3263 +232
- Misses 219 223 +4 ☔ View full report in Codecov by Sentry. |
refactor: use credit sharing in commands/methods/docs PE-6754
this is an feat empty commit to deploy alpha PE-6754
# [1.20.0-alpha.2](v1.20.0-alpha.1...v1.20.0-alpha.2) (2024-11-01) ### Features * update credit sharing command and method names ([c3e9bd9](c3e9bd9))
Temporary patch for issues related to using `.init()` in web environments
fix(arweave): modify import of Arweave in `ArweaveToken`
# [1.20.0-alpha.3](v1.20.0-alpha.2...v1.20.0-alpha.3) (2024-11-04) ### Bug Fixes * **arweave:** modify import of Arweave in `ArweaveToken` ([b934677](b934677))
docs: better wordsmithing in credit sharing readme PE-6754
fix: supply starknet dependency for resolving kyve-js -> keplr-wallet…
# [1.20.0-alpha.4](v1.20.0-alpha.3...v1.20.0-alpha.4) (2024-11-04) ### Bug Fixes * supply starknet dependency for resolving kyve-js -> keplr-wallet import error ([cf5ab39](cf5ab39))
arielmelendez
approved these changes
Nov 4, 2024
🎉 This PR is included in version 1.20.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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 merge PR implements delegated payments into the Turbo SDK and CLI
here are CLI examples, share Credits to a valid SOL/ETH/POL/AR/KYVE address:
controlled winc is reflected in balance command:
list all given or received approvals:
revoke all active approvals to a given address:
using payment approvals, by default on upload the CLI will use any received approvals before the signer's balance. the SDK will NOT do so, but integrating apps can choose to do so. To override the paid-by behavior CLI users can supply --paid-by,
> node lib/esm/cli/cli.js upload-file -f ../uploads/460KB.txt --wallet-file ../wallets/sol.keypair.2cor8AZxm38uc9sVgGaXk4BU2EtB18FqwEq7ivwa7VUa.json --token solana --paid-by jaxl_dxqJ00gEgQazGASFXVRvO4h-Q0_vnaLtuOUoWU
or use one of two flags,
--ignore-approvals will skip any check for approvals, using only the signer's balance
--use-signer-balance-first will put the signer at the start of the paid-by list, and then put any received approvals after. this is a helper for using the end of a user's balance (dust)