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
Accelerator
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
Type
/
to 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 }}
Mosas2000
/
TipStream
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/direct fee read only
- #410
#410
Merged
Mosas2000
merged 10 commits into
main
Mosas2000/TipStream:main
from
feat/direct-fee-read-only
Mosas2000/TipStream:feat/direct-fee-read-only
Copy head branch name to clipboard
May 19, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Feat/direct fee read only
#410
Mosas2000
merged 10 commits into
main
Mosas2000/TipStream:main
from
feat/direct-fee-read-only
Mosas2000/TipStream:feat/direct-fee-read-only
Copy head branch name to clipboard
Commits
Commits on May 19, 2026
add get-fee-summary read-only function to tipstream contract
Mosas2000
committed
cb6b102
View commit details
Copy full SHA for cb6b102
Browse repository at this point
add FN_GET_FEE_FOR_AMOUNT and FN_GET_FEE_SUMMARY constants to contracts config
Mosas2000
committed
866f0a6
View commit details
Copy full SHA for 866f0a6
Browse repository at this point
add fetchFeeForAmount and fetchFeeSummary helpers to admin-contract
Mosas2000
committed
25ff7a4
View commit details
Copy full SHA for 25ff7a4
Browse repository at this point
add useContractFee hook to fetch live fee rate from contract
Mosas2000
committed
15b3ca7
View commit details
Copy full SHA for 15b3ca7
Browse repository at this point
wire useContractFee into SendTip — fee preview and post-conditions use live on-chain rate
Mosas2000
committed
2184191
View commit details
Copy full SHA for 2184191
Browse repository at this point
initialise currentFeeBasisPoints in useAdmin feeState default
Mosas2000
committed
5088ed2
View commit details
Copy full SHA for 5088ed2
Browse repository at this point
show live fee rate in AdminDashboard status bar
Mosas2000
committed
212d6a3
View commit details
Copy full SHA for 212d6a3
Browse repository at this point
add useContractFee hook tests — 13 cases covering live fetch, fallback, refresh, and error recovery
Mosas2000
committed
ee13924
View commit details
Copy full SHA for ee13924
Browse repository at this point
add fetchFeeForAmount and fetchFeeSummary tests to admin-contract test suite
Mosas2000
committed
0c3cce5
View commit details
Copy full SHA for 0c3cce5
Browse repository at this point
add contract tests for get-fee-summary, get-fee-for-amount, and get-current-fee-basis-points
Mosas2000
committed
5445fdd
View commit details
Copy full SHA for 5445fdd
Browse repository at this point
You can’t perform that action at this time.