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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
permaweb
/
ao
Public
Notifications
You must be signed in to change notification settings
Fork
85
Star
263
Code
Issues
63
Pull requests
34
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(connect): lift maps and ao-types encodings
- #1164
#1164
Open
TillaTheHun0
wants to merge 21 commits into
main
permaweb/ao:main
from
tillathehun0/connect-hb-ao-types
permaweb/ao:tillathehun0/connect-hb-ao-types
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
feat(connect): lift maps and ao-types encodings
#1164
TillaTheHun0
wants to merge 21 commits into
main
permaweb/ao:main
from
tillathehun0/connect-hb-ao-types
permaweb/ao:tillathehun0/connect-hb-ao-types
Copy head branch name to clipboard
Commits
Commits on Feb 12, 2025
feat(connect): lift all maps to top level, then encode to multipart
TillaTheHun0
committed
ea8c57f
View commit details
Copy full SHA for ea8c57f
Browse repository at this point
feat(connect): add ao-types structured field dict in lieu of converge-type-* fields in hb encode
TillaTheHun0
committed
8dc5691
View commit details
Copy full SHA for 8dc5691
Browse repository at this point
Commits on Feb 18, 2025
Merge branch 'main' into tillathehun0/connect-hb-ao-types
TillaTheHun0
committed
e162e91
View commit details
Copy full SHA for e162e91
Browse repository at this point
refactor(connect): consolidate details of boundary calc in hb encode
TillaTheHun0
committed
70fb314
View commit details
Copy full SHA for 70fb314
Browse repository at this point
Merge branch 'tillathehun0/connect-lift-map-encode' into tillathehun0/connect-hb-ao-types
TillaTheHun0
committed
b4698e0
View commit details
Copy full SHA for b4698e0
Browse repository at this point
Merge branch 'main' into tillathehun0/connect-hb-ao-types
TillaTheHun0
committed
7d9b808
View commit details
Copy full SHA for 7d9b808
Browse repository at this point
feat(connect): combine ao-types, lifting objects, and max header length, encodings
TillaTheHun0
committed
e0377d9
View commit details
Copy full SHA for e0377d9
Browse repository at this point
feat(connect): take into account ao-types size and conditionally lift as separate part
TillaTheHun0
committed
971ce48
View commit details
Copy full SHA for 971ce48
Browse repository at this point
Commits on Feb 24, 2025
feat(connect): handle lists of primitives and objects in hb encodings
TillaTheHun0
committed
5110f6f
View commit details
Copy full SHA for 5110f6f
Browse repository at this point
feat(connect): ensure values with newlines are properly encoded, including blob values
TillaTheHun0
committed
5364350
View commit details
Copy full SHA for 5364350
Browse repository at this point
feat(connect): revert support for direct blob value due to ambiguity in intent
TillaTheHun0
committed
02cc73c
View commit details
Copy full SHA for 02cc73c
Browse repository at this point
Commits on Mar 8, 2025
feat(connect): support `httpsig@1.0`'s `inline-body-key` encoding form
samcamwilliams
committed
82ef5c8
View commit details
Copy full SHA for 82ef5c8
Browse repository at this point
chore(connect): towards HB 0.8.1 compatibility
samcamwilliams
committed
201a14d
View commit details
Copy full SHA for 201a14d
Browse repository at this point
Commits on Mar 9, 2025
feat(connect): impl HB 0.8.1 compat
samcamwilliams
committed
b5ad4bc
View commit details
Copy full SHA for b5ad4bc
Browse repository at this point
Commits on Mar 13, 2025
chore(connect): add format to mainnet request type
samcamwilliams
committed
18641f6
View commit details
Copy full SHA for 18641f6
Browse repository at this point
Commits on Mar 14, 2025
wip(connect): HTTPSig -> ANS104 422 processing
samcamwilliams
committed
90dc4df
View commit details
Copy full SHA for 90dc4df
Browse repository at this point
Commits on Mar 15, 2025
wip(connect): httpsig -> ans104 downgrade path
samcamwilliams
committed
129e34e
View commit details
Copy full SHA for 129e34e
Browse repository at this point
Commits on Mar 17, 2025
feat(connect): in-memory cache of preferred endpoint POST format
samcamwilliams
committed
08d01d6
View commit details
Copy full SHA for 08d01d6
Browse repository at this point
Commits on Mar 27, 2025
fix: gather signingFormat from fields
samcamwilliams
committed
1f73046
View commit details
Copy full SHA for 1f73046
Browse repository at this point
Commits on Apr 10, 2025
fix(connect): if body is not an object, do not spread
jfrain99
committed
e489588
View commit details
Copy full SHA for e489588
Browse repository at this point
Commits on Apr 11, 2025
Merge pull request #1198 from permaweb/jfrain99/connect-spread-body
Show description for 6934643
jfrain99
authored
6934643
View commit details
Copy full SHA for 6934643
Browse repository at this point
You can’t perform that action at this time.