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 }}
karinasvatk
/
SubBase
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
27
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
docs(v2): add state machine specification and comprehensive test coverage
- #3
#3
Merged
karinasvatk
merged 27 commits into
main
karinasvatk/SubBase:main
from
draft
karinasvatk/SubBase:draft
Copy head branch name to clipboard
Dec 10, 2025
Conversation
Commits
27
(27)
Checks
Files changed
Merged
docs(v2): add state machine specification and comprehensive test coverage
#3
karinasvatk
merged 27 commits into
main
karinasvatk/SubBase:main
from
draft
karinasvatk/SubBase:draft
Copy head branch name to clipboard
Commits
Commits on Dec 5, 2025
feat(storage): extend storage for V2 with charge tracking
Show description for da0410f
karinasvatk
committed
da0410f
View commit details
Copy full SHA for da0410f
Browse repository at this point
feat(charge): add ChargeModule with core billing logic
Show description for d42486e
karinasvatk
committed
d42486e
View commit details
Copy full SHA for d42486e
Browse repository at this point
feat(automation): add Chainlink-compatible automation
Show description for 9fe5f63
karinasvatk
committed
9fe5f63
View commit details
Copy full SHA for 9fe5f63
Browse repository at this point
feat(v2): create SubBaseV2 with charge integration
Show description for df85fbc
karinasvatk
committed
df85fbc
View commit details
Copy full SHA for df85fbc
Browse repository at this point
test: comprehensive ChargeModule and AutomationModule tests
Show description for da938ce
karinasvatk
committed
da938ce
View commit details
Copy full SHA for da938ce
Browse repository at this point
script: V2 upgrade script
Show description for a443b01
karinasvatk
committed
a443b01
View commit details
Copy full SHA for a443b01
Browse repository at this point
refactor(ci): universal Deploy/Upgrade workflows
Show description for 86f84e5
karinasvatk
committed
86f84e5
View commit details
Copy full SHA for 86f84e5
Browse repository at this point
fix: resolve compilation errors
Show description for 336612a
karinasvatk
committed
336612a
View commit details
Copy full SHA for 336612a
Browse repository at this point
fix: correct onlyOwner modifier override in SubBaseV2
karinasvatk
committed
511541f
View commit details
Copy full SHA for 511541f
Browse repository at this point
fix: resolve modifier override and error usage
Show description for e71ec34
karinasvatk
committed
e71ec34
View commit details
Copy full SHA for e71ec34
Browse repository at this point
fix: remove virtual onlyOwner from ChargeModule
Show description for 9fb2469
karinasvatk
committed
9fb2469
View commit details
Copy full SHA for 9fb2469
Browse repository at this point
fix: add virtual onlyOwner and proper override
Show description for 3124bcf
karinasvatk
committed
3124bcf
View commit details
Copy full SHA for 3124bcf
Browse repository at this point
fix: replace onlyOwner modifier with _checkOwner function
Show description for 77fc37c
karinasvatk
committed
77fc37c
View commit details
Copy full SHA for 77fc37c
Browse repository at this point
docs: complete V2 documentation and repository cleanup
Show description for 40a6798
karinasvatk
committed
40a6798
View commit details
Copy full SHA for 40a6798
Browse repository at this point
Commits on Dec 9, 2025
test: add boundary condition tests for plans and subscriptions
Show description for 0db29d7
karinasvatk
committed
0db29d7
View commit details
Copy full SHA for 0db29d7
Browse repository at this point
test: add comprehensive state transition tests
Show description for f399087
karinasvatk
committed
f399087
View commit details
Copy full SHA for f399087
Browse repository at this point
test: add idempotency and replay protection tests
Show description for 4a88dc2
karinasvatk
committed
4a88dc2
View commit details
Copy full SHA for 4a88dc2
Browse repository at this point
test: add grace period edge case tests
Show description for bb59cb9
karinasvatk
committed
bb59cb9
View commit details
Copy full SHA for bb59cb9
Browse repository at this point
docs: add storage layout audit and state machine specification
Show description for 985d49e
karinasvatk
committed
985d49e
View commit details
Copy full SHA for 985d49e
Browse repository at this point
ci: enable tests workflow for draft branch
Show description for 9f69b92
karinasvatk
committed
9f69b92
View commit details
Copy full SHA for 9f69b92
Browse repository at this point
fix: correct custom error references in new tests
Show description for 7cc64da
karinasvatk
committed
7cc64da
View commit details
Copy full SHA for 7cc64da
Browse repository at this point
fix: correct custom error references in ChargeModule test
Show description for 4b36fec
karinasvatk
committed
4b36fec
View commit details
Copy full SHA for 4b36fec
Browse repository at this point
fix: add burn() method to MockUSDC for test balance manipulation
Show description for 58aacec
karinasvatk
committed
58aacec
View commit details
Copy full SHA for 58aacec
Browse repository at this point
test: fix test failures by replacing transfer() with burn()
Show description for 7197bd3
karinasvatk
committed
7197bd3
View commit details
Copy full SHA for 7197bd3
Browse repository at this point
Commits on Dec 10, 2025
test: fix all remaining test failures
Show description for b0a8e9d
karinasvatk
committed
b0a8e9d
View commit details
Copy full SHA for b0a8e9d
Browse repository at this point
test: fix nextBillingTime expectations with absolute timestamps
Show description for 9302e99
karinasvatk
committed
9302e99
View commit details
Copy full SHA for 9302e99
Browse repository at this point
chore: merge main into draft - resolve conflicts
Show description for 3fe0695
karinasvatk
committed
3fe0695
View commit details
Copy full SHA for 3fe0695
Browse repository at this point
You can’t perform that action at this time.