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
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
.
AIBlockOfficial
/
Chain
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor - Bincode 2 (usages)
- #48
#48
Open
DaMatrix
wants to merge 20 commits into
AIBlockOfficial:develop
AIBlockOfficial/Chain:develop
from
DaMatrix:refactor/bincode-2-usages
DaMatrix/Chain:refactor/bincode-2-usages
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Refactor - Bincode 2 (usages)
#48
DaMatrix
wants to merge 20 commits into
AIBlockOfficial:develop
AIBlockOfficial/Chain:develop
from
DaMatrix:refactor/bincode-2-usages
DaMatrix/Chain:refactor/bincode-2-usages
Copy head branch name to clipboard
Commits
Commits on Jun 26, 2024
add traits for generating placeholder values for use in tests
DaMatrix
committed
15bf1b7
View commit details
Copy full SHA for 15bf1b7
Browse repository at this point
utils: add dedicated modules for serializing and deserializing arrays
DaMatrix
committed
8d30367
View commit details
Copy full SHA for 8d30367
Browse repository at this point
Add a struct for representing fixed-length byte arrays
Show description for 7097e54
DaMatrix
committed
7097e54
View commit details
Copy full SHA for 7097e54
Browse repository at this point
Commits on Jul 11, 2024
serialize_utils: implement From<&[u8; N]> for FixedByteArray
DaMatrix
committed
4be53f5
View commit details
Copy full SHA for 4be53f5
Browse repository at this point
always use fully-qualified name for bincode (de)serialize functions
Show description for 87f48d6
DaMatrix
committed
87f48d6
View commit details
Copy full SHA for 87f48d6
Browse repository at this point
Upgrade to bincode 2
Show description for feef369
DaMatrix
committed
feef369
View commit details
Copy full SHA for feef369
Browse repository at this point
serialize_utils: add a bunch of helper methods
DaMatrix
committed
36409d5
View commit details
Copy full SHA for 36409d5
Browse repository at this point
PlaceholderIndexed -> PlaceholderSeed
DaMatrix
committed
0e148be
View commit details
Copy full SHA for 0e148be
Browse repository at this point
crypto: add a dedicated wrapper struct for SHA3-256 hashes
DaMatrix
committed
dcfa232
View commit details
Copy full SHA for dcfa232
Browse repository at this point
Merge branch 'refactor/serialize-utils' into refactor/crypto
DaMatrix
committed
1bde7e5
View commit details
Copy full SHA for 1bde7e5
Browse repository at this point
Implement all crypto structs using FixedByteArray
DaMatrix
committed
1a7fd05
View commit details
Copy full SHA for 1a7fd05
Browse repository at this point
crypto: improve keypair generation
Show description for 74aa820
DaMatrix
committed
74aa820
View commit details
Copy full SHA for 74aa820
Browse repository at this point
Commits on Jul 12, 2024
crypto: add tests for object serialization
DaMatrix
committed
675e0eb
View commit details
Copy full SHA for 675e0eb
Browse repository at this point
crypto: add helper method for hashing a serializable object without a temporary buffer
DaMatrix
committed
7d2e83a
View commit details
Copy full SHA for 7d2e83a
Browse repository at this point
crypto: generate_random should panic on failure
DaMatrix
committed
5cb609d
View commit details
Copy full SHA for 5cb609d
Browse repository at this point
crypto: SecretKey shouldn't implement AsRef<[u8]>
DaMatrix
committed
37c559a
View commit details
Copy full SHA for 37c559a
Browse repository at this point
Commits on Jul 18, 2024
Merge branch 'refactor/crypto' into refactor/bincode-2-usages
DaMatrix
committed
650f896
View commit details
Copy full SHA for 650f896
Browse repository at this point
crypto: implement bincode-2 features
DaMatrix
committed
dfe1d5c
View commit details
Copy full SHA for dfe1d5c
Browse repository at this point
Make Transaction implement Encode and Decode
DaMatrix
committed
cc38dfc
View commit details
Copy full SHA for cc38dfc
Browse repository at this point
Commits on Aug 2, 2024
Merge remote-tracking branch 'upstream/develop' into refactor/bincode-2-usages
Show description for 5e9a1db
DaMatrix
committed
5e9a1db
View commit details
Copy full SHA for 5e9a1db
Browse repository at this point
You can’t perform that action at this time.