-
Notifications
You must be signed in to change notification settings - Fork 39
π Fix Stream Access Control: Implement Stream-Specific Permissions #125
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6a49d5f
chore: fixed and payment streaming logics
Utilitycoder a05db10
chore: formatted the file
Utilitycoder 18ca655
chore: fixed and payment streaming logics
Utilitycoder ee747e2
chore: formatted the file
Utilitycoder 1a9d0e2
Merge branch 'stream-fixes-and-audit' of https://github.com/Fundable-β¦
Utilitycoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +0,0 @@ | ||
| command: call | ||
| response: [0x56f89e14f6abb50dad1c0eb26c7274cb58f8ab64bd77a3d7a8f7e18f1bf0b1, 0x56f89e14f6abb50dad1c0eb26c7274cb58f8ab64bd77a3d7a8f7e18f1bf0b1, 0x56bc75e2d63100000, 0x0, 0x0, 0x0, 0xa, 0x1, 0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d, 0x12, 0x0, 0x0, 0x0, 0x6943fdbce684, 0x0, 0x68592bda, 0x1, 0x68592bda] | ||
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| sncast \ | ||
| call \ | ||
| --network sepolia \ | ||
| --contract-address 0x06203b21e738d4afa4ded5f89c5796907cef4b6f74c7d163d81e4e7914a34156 \ | ||
| --function "get_stream" \ | ||
| --arguments 5 > call.txt | ||
| --contract-address 0x062ba518fb3742015e98361ba47547a3fa07de00cb0932fbf5303b0e0ddb825a \ | ||
| --function "get_withdrawable_amount" \ | ||
| --arguments 0 > call.txt |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| sncast \ | ||
| sncast --account utility \ | ||
| invoke \ | ||
| --network sepolia \ | ||
| --contract-address 0x06203b21e738d4afa4ded5f89c5796907cef4b6f74c7d \ | ||
| --function "create_stream" \ | ||
| --arguments 5 | ||
| --contract-address 0x062ba518fb3742015e98361ba47547a3fa07de00cb0932fbf5303b0e0ddb825a \ | ||
| --function "withdraw_max" \ | ||
| --calldata 0x0 0x0 0x63783605f5f8a4c716ec82453815ac5a5d9bb06fe27c0df022495a137a5a74f \ | ||
| --network sepolia \ | ||
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.