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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
KeetaNetwork
/
node-rs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
4
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement keetanetwork-block crate with block and operation types
- #3
#3
Open
mamonet
wants to merge 30 commits into
main
KeetaNetwork/node-rs:main
from
feat/block
KeetaNetwork/node-rs:feat/block
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
Implement keetanetwork-block crate with block and operation types
#3
mamonet
wants to merge 30 commits into
main
KeetaNetwork/node-rs:main
from
feat/block
KeetaNetwork/node-rs:feat/block
Copy head branch name to clipboard
Commits
Commits on Jan 10, 2026
Add Keeta block and operation types for DER parsing
mamonet
committed
cef22d4
View commit details
Copy full SHA for cef22d4
Browse repository at this point
Store DER integers as `&'a [u8]`
mamonet
committed
788a2a4
View commit details
Copy full SHA for 788a2a4
Browse repository at this point
Remove address validation exports from public API
mamonet
committed
c7e1ce0
View commit details
Copy full SHA for c7e1ce0
Browse repository at this point
Commits on Jan 11, 2026
Remove `#[repr(u8)]` from enums in types.rs
mamonet
committed
147ab9c
View commit details
Copy full SHA for 147ab9c
Browse repository at this point
Fix formatting for block crate
mamonet
committed
a17c01b
View commit details
Copy full SHA for a17c01b
Browse repository at this point
Commits on Jan 13, 2026
Use typed integers and fallible enum parsing in block types
mamonet
committed
8e550f2
View commit details
Copy full SHA for 8e550f2
Browse repository at this point
Add KeetaBlockBuilder and replace U128 with byte slices
mamonet
committed
ce141db
View commit details
Copy full SHA for ce141db
Browse repository at this point
Commits on Jan 14, 2026
Add signatures to KeetaBlock
mamonet
committed
0f2914b
View commit details
Copy full SHA for 0f2914b
Browse repository at this point
Add multisig signer types for V2 blocks
mamonet
committed
82e515f
View commit details
Copy full SHA for 82e515f
Browse repository at this point
Commits on Jan 15, 2026
Add vote types and separate rate/value swap types
mamonet
committed
880d5d2
View commit details
Copy full SHA for 880d5d2
Browse repository at this point
Add DER encoding/decoding support with derive macros
mamonet
committed
711bbf7
View commit details
Copy full SHA for 711bbf7
Browse repository at this point
Add test coverage
mamonet
committed
27650cf
View commit details
Copy full SHA for 27650cf
Browse repository at this point
Export vote and certificate types from lib.rs
mamonet
committed
032f569
View commit details
Copy full SHA for 032f569
Browse repository at this point
Commits on Jan 18, 2026
Add KeetaBlock DER encoding/decoding with SDK compatibility tests
mamonet
committed
4135c36
View commit details
Copy full SHA for 4135c36
Browse repository at this point
Fix clippy expect_fun_call warnings in SDK compat tests
mamonet
committed
2bdcd25
View commit details
Copy full SHA for 2bdcd25
Browse repository at this point
Add multisig signer iteration support with SignersIter
mamonet
committed
d3e8baf
View commit details
Copy full SHA for d3e8baf
Browse repository at this point
Fix clippy vec_init_then_push warning in multisig test
mamonet
committed
0ca1272
View commit details
Copy full SHA for 0ca1272
Browse repository at this point
Commits on Jan 19, 2026
Embed test samples and add malformed input tests
mamonet
committed
c78763f
View commit details
Copy full SHA for c78763f
Browse repository at this point
Commits on Jan 21, 2026
Fix clippy useless_vec warning in x509 utils test
mamonet
committed
883d2cc
View commit details
Copy full SHA for 883d2cc
Browse repository at this point
Fix rustdoc warnings for bracket notation in docs
mamonet
committed
8822860
View commit details
Copy full SHA for 8822860
Browse repository at this point
Commits on Jan 22, 2026
Replace manual DER parsing with SliceReader in SignersIter
mamonet
committed
2881b80
View commit details
Copy full SHA for 2881b80
Browse repository at this point
Commits on Feb 4, 2026
Add extract_operations_slice for block operations parsing
mamonet
committed
3a34af0
View commit details
Copy full SHA for 3a34af0
Browse repository at this point
Commits on Feb 5, 2026
Add keetanetwork-permissions crate with permission bit definitions
mamonet
committed
10a5c8c
View commit details
Copy full SHA for 10a5c8c
Browse repository at this point
Add keetanetwork-permissions to workspace members
mamonet
committed
374bba1
View commit details
Copy full SHA for 374bba1
Browse repository at this point
Add metadata module and consolidate permissions into keetanetwork-block
mamonet
committed
9d76887
View commit details
Copy full SHA for 9d76887
Browse repository at this point
Commits on Feb 18, 2026
Remove Vote types
mamonet
committed
c0ad09e
View commit details
Copy full SHA for c0ad09e
Browse repository at this point
Commits on Mar 8, 2026
Remove dead code from keetanetwork-block
mamonet
committed
cebf208
View commit details
Copy full SHA for cebf208
Browse repository at this point
DRY metadata field copying with closure
mamonet
committed
ece7984
View commit details
Copy full SHA for ece7984
Browse repository at this point
Data-drive metadata error case tests
mamonet
committed
6571b29
View commit details
Copy full SHA for 6571b29
Browse repository at this point
Commits on Jun 16, 2026
fix: improve trait handling
sephynox
committed
7622b5d
View commit details
Copy full SHA for 7622b5d
Browse repository at this point
You can’t perform that action at this time.