Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
FlowStar
Public
forked from
FlowwStar/FlowStar
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
FlowStar
contracts
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2026
docs: clarify TTL math unit
jchinedu
committed
3df6b11
View commit details
Copy full SHA for 3df6b11
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
Merge pull request #540 from marypartricia419-code/fix/convert-panic-to-stream-error
Show description for b7b03a2
Austinaminu2
authored
b7b03a2
View commit details
Copy full SHA for b7b03a2
View code at this point
Browse repository at this point
fix: remove orphaned partial_cancel feature
Show description for af457db
jchinedu
committed
af457db
View commit details
Copy full SHA for af457db
View code at this point
Browse repository at this point
fix: replace panic! with StreamError::RateIsZero in top_up() tests
Show description for 1de0844
Primex-Tech
committed
1de0844
View commit details
Copy full SHA for 1de0844
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
Merge pull request #328 from Devdave-0x/fix/issue-266-overflow-unlocked-amount
Show description for 0d37faf
Austinaminu2
authored
0d37faf
View commit details
Copy full SHA for 0d37faf
View code at this point
Browse repository at this point
Merge pull request #329 from Devdave-0x/fix/issue-265-delegate-withdrawal
Show description for 689bbd6
Austinaminu2
authored
689bbd6
View commit details
Copy full SHA for 689bbd6
View code at this point
Browse repository at this point
Merge branch 'main' into main
Austinaminu2
authored
b97f559
View commit details
Copy full SHA for b97f559
View code at this point
Browse repository at this point
Merge pull request #330 from Devdave-0x/fix/issue-264-partial-cancel
Show description for 87cc109
Austinaminu2
authored
87cc109
View commit details
Copy full SHA for 87cc109
View code at this point
Browse repository at this point
Merge pull request #331 from Devdave-0x/fix/issue-263-test-features-ci
Show description for 100c040
Austinaminu2
authored
100c040
View commit details
Copy full SHA for 100c040
View code at this point
Browse repository at this point
Merge pull request #332 from coredevdave-cmd/fix/issue-267-cleanup-stream-orphaned-storage
Show description for fcd4890
Austinaminu2
authored
fcd4890
View commit details
Copy full SHA for fcd4890
View code at this point
Browse repository at this point
Merge pull request #333 from coredevdave-cmd/fix/issue-268-remove-migrated-dead-code
Show description for 5b3b5d4
Austinaminu2
authored
5b3b5d4
View commit details
Copy full SHA for 5b3b5d4
View code at this point
Browse repository at this point
fix(streaming): replace panic! with typed StreamError variants
Show description for a44492f
Chibey-max
committed
a44492f
View commit details
Copy full SHA for a44492f
View code at this point
Browse repository at this point
fix(streaming): remove DataKey::Migrated dead code
Show description for fe47786
Chibey-max
committed
fe47786
View commit details
Copy full SHA for fe47786
View code at this point
Browse repository at this point
fix(streaming): remove orphaned StreamMetadata and Delegate in cleanup_stream
Show description for b656b1c
Chibey-max
committed
b656b1c
View commit details
Copy full SHA for b656b1c
View code at this point
Browse repository at this point
fix(streaming): add mod test_features to compile and run tests in CI
Show description for aa655c5
Devdave-0x
committed
aa655c5
View commit details
Copy full SHA for aa655c5
View code at this point
Browse repository at this point
feat(streaming): implement partial_cancel to reduce stream locked balance
Show description for 5b47779
Devdave-0x
committed
5b47779
View commit details
Copy full SHA for 5b47779
View code at this point
Browse repository at this point
fix(streaming): wire delegate authorization in withdraw() and document auth model
Show description for a915b3d
Devdave-0x
committed
a915b3d
View commit details
Copy full SHA for a915b3d
View code at this point
Browse repository at this point
fix(streaming): use checked_add for cliff_amount+linear in unlocked_amount to prevent i128 overflow
Show description for 0035e76
Devdave-0x
committed
0035e76
View commit details
Copy full SHA for 0035e76
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
feat(batch): use atomic contract batch creation for stream submission
Sulex45
committed
9ed30f0
View commit details
Copy full SHA for 9ed30f0
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
fix(streaming): replace unchecked i128 mul in unlocked_amount with checked_mul
Show description for 27ddc70
brightfootlimited-collab
committed
27ddc70
View commit details
Copy full SHA for 27ddc70
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
fix: honor DataKey::Delegate auth in withdraw() (#218)
mxrtins04
committed
f66cf18
View commit details
Copy full SHA for f66cf18
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
fix: cleanup_stream now removes StreamMetadata and Delegate entries
Show description for 1f2477e
DevSolex
committed
1f2477e
View commit details
Copy full SHA for 1f2477e
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
fix: repair Rust contract merge corruption, fix vesting/auth bugs
Show description for 7fe0b2e
Austinaminu2
and
claude
committed
7fe0b2e
View commit details
Copy full SHA for 7fe0b2e
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
Merge branch 'main' into feat/batch-create-streams-165
Austinaminu2
authored
82fa7bb
View commit details
Copy full SHA for 82fa7bb
View code at this point
Browse repository at this point
test: add full lifecycle integration tests for stream operations
Show description for 8e36b35
JOY
committed
8e36b35
View commit details
Copy full SHA for 8e36b35
View code at this point
Browse repository at this point
feat(contract): add create_streams_batch for atomic multi-stream creation
Show description for df77fa3
JOY
committed
df77fa3
View commit details
Copy full SHA for df77fa3
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
Merge pull request #204 from georgeefaith/docs/164-storage-strategy-ttl-constants
Show description for 5d00fd0
Austinaminu2
authored
5d00fd0
View commit details
Copy full SHA for 5d00fd0
View code at this point
Browse repository at this point
feat: add stream metadata support - name, category, memo (#166)
VERA
committed
da15f91
View commit details
Copy full SHA for da15f91
View code at this point
Browse repository at this point
docs: document storage strategy, extract TTL constants (#164)
Show description for b7f9823
georgeefaith
committed
b7f9823
View commit details
Copy full SHA for b7f9823
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
Merge branch 'main' into security/min-stream-validation
devOnyx-01
authored
dad4e51
View commit details
Copy full SHA for dad4e51
View code at this point
Browse repository at this point
Security: Add Minimum Stream Amount Validation to Prevent Dust Streams
Devsol-01
committed
f26bab5
View commit details
Copy full SHA for f26bab5
View code at this point
Browse repository at this point
Merge branch 'main' into feat/contract-improvements
Austinaminu2
authored
8e55eda
View commit details
Copy full SHA for 8e55eda
View code at this point
Browse repository at this point
Merge branch 'main' into fix/contract-errors-shadowing-skeleton-usenow
Austinaminu2
authored
b305339
View commit details
Copy full SHA for b305339
View code at this point
Browse repository at this point
Merge branch 'main' into feat/lifecycle-events-pause-optimization-partial-cancel
Austinaminu2
authored
5a76cde
View commit details
Copy full SHA for 5a76cde
View code at this point
Browse repository at this point
Merge branch 'main' into feat/issues-78-79-80-81
Austinaminu2
authored
d2b5234
View commit details
Copy full SHA for d2b5234
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.