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 }}
paritytech
/
host-rust-core
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
10
Code
Issues
130
Pull requests
72
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
perf(server): stop re-reading metadata and rings on every allowance call
- #366
#366
Merged
TarikGul
merged 12 commits into
main
paritytech/host-rust-core:main
from
tg/allowances-in-core
paritytech/host-rust-core:tg/allowances-in-core
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
perf(server): stop re-reading metadata and rings on every allowance call
#366
TarikGul
merged 12 commits into
main
paritytech/host-rust-core:main
from
tg/allowances-in-core
paritytech/host-rust-core:tg/allowances-in-core
Copy head branch name to clipboard
Commits
Commits on Aug 11, 2026
perf(server): skip ring resolution when SSS allowance already exists
Show description for 0c93801
TarikGul
committed
0c93801
View commit details
Copy full SHA for 0c93801
Browse repository at this point
perf(server): cache runtime metadata per chain for allowance calls
Show description for a69fb0d
TarikGul
committed
a69fb0d
View commit details
Copy full SHA for a69fb0d
Browse repository at this point
perf(server): cache chain state with metadata and verify the genesis hash
Show description for cd6680b
TarikGul
committed
cd6680b
View commit details
Copy full SHA for cd6680b
Browse repository at this point
docs(server): note the per-chain scope of the allowance chain cache
Show description for 618667d
TarikGul
committed
618667d
View commit details
Copy full SHA for 618667d
Browse repository at this point
fix(server): trust the chain's genesis hash, not the host's constant
Show description for 9ab10b6
TarikGul
committed
9ab10b6
View commit details
Copy full SHA for 9ab10b6
Browse repository at this point
Commits on Aug 12, 2026
fix(server): validate a cached chain context on its genesis hash too
Show description for fe53623
TarikGul
committed
fe53623
View commit details
Copy full SHA for fe53623
Browse repository at this point
perf(server): read the allowance slots once per allocation, not twice
Show description for 9b18f87
TarikGul
committed
9b18f87
View commit details
Copy full SHA for 9b18f87
Browse repository at this point
test(server): pin that an existing allowance skips the ring and the submit
Show description for 28b2e14
TarikGul
committed
28b2e14
View commit details
Copy full SHA for 28b2e14
Browse repository at this point
perf(server): download a chain's metadata once when misses race
Show description for f075933
TarikGul
committed
f075933
View commit details
Copy full SHA for f075933
Browse repository at this point
refactor(server): scope an allowance RPC client to its chain
Show description for 6c576e3
TarikGul
committed
6c576e3
View commit details
Copy full SHA for 6c576e3
Browse repository at this point
Merge origin/main after RFC-0024 landed
Show description for f08079b
TarikGul
committed
f08079b
View commit details
Copy full SHA for f08079b
Browse repository at this point
test(server): answer stub RPC by method so a slow step cannot race the pump
Show description for 984e0eb
TarikGul
committed
984e0eb
View commit details
Copy full SHA for 984e0eb
Browse repository at this point
You can’t perform that action at this time.