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
.
ergoplatform
/
sigma-rust
Public
Notifications
You must be signed in to change notification settings
Fork
63
Star
77
Code
Issues
48
Pull requests
67
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Candidate for 0.30.0
- #896
#896
Open
kushti
wants to merge 26 commits into
develop
ergoplatform/sigma-rust:develop
from
v0.30.0
ergoplatform/sigma-rust:v0.30.0
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
Candidate for 0.30.0
#896
kushti
wants to merge 26 commits into
develop
ergoplatform/sigma-rust:develop
from
v0.30.0
ergoplatform/sigma-rust:v0.30.0
Copy head branch name to clipboard
Commits
Commits on Apr 9, 2026
ergo-nipopow: tolerate skipped prefix entries in has_valid_connections
Show description for b2587c5
mwaddip
committed
b2587c5
View commit details
Copy full SHA for b2587c5
Browse repository at this point
Commits on May 19, 2026
test(nipopow): add regression test for pack_interlinks key encoding
Show description for fded795
mwaddip
and
claude
committed
fded795
View commit details
Copy full SHA for fded795
Browse repository at this point
fix(nipopow): pack_interlinks key encoding — use first-occurrence position
Show description for 8b82375
mwaddip
and
claude
committed
8b82375
View commit details
Copy full SHA for 8b82375
Browse repository at this point
Commits on May 30, 2026
fix: reject non-pair tuples at eval to match sigma-state consensus
Show description for e9214ec
mwaddip
and
claude
committed
e9214ec
View commit details
Copy full SHA for e9214ec
Browse repository at this point
Commits on Jun 4, 2026
fix(ergotree-ir): Global.powHit returns UnsignedBigInt, not Boolean
Show description for 57570df
mwaddip
and
claude
committed
57570df
View commit details
Copy full SHA for 57570df
Browse repository at this point
Commits on Jun 7, 2026
fix(ergo-lib): checked ERG summation in stateful transaction validation
Show description for d64843f
mwaddip
and
claude
committed
d64843f
View commit details
Copy full SHA for d64843f
Browse repository at this point
fix: Option DATA parser treats any nonzero tag as Some, per JVM getOption
Show description for bd608a6
mwaddip
and
claude
committed
bd608a6
View commit details
Copy full SHA for bd608a6
Browse repository at this point
Commits on Jun 9, 2026
version 0.30.0 set
kushti
committed
96ba642
View commit details
Copy full SHA for 96ba642
Browse repository at this point
Commits on Jun 13, 2026
fix: reject self ContextExtension keys >= 0x80 at reduction
Show description for c489b4d
mwaddip
and
claude
committed
c489b4d
View commit details
Copy full SHA for c489b4d
Browse repository at this point
Commits on Jun 15, 2026
fix(ergo-chain-types): read Header version as signed at unparsedBytes gate
Show description for 681225c
mwaddip
committed
681225c
View commit details
Copy full SHA for 681225c
Browse repository at this point
Commits on Jul 9, 2026
Merge pull request #895 from mwaddip/fix/option-data-nonzero-tag
Show description for e9ab57e
kushti
authored
e9ab57e
View commit details
Copy full SHA for e9ab57e
Browse repository at this point
Merge pull request #909 from mwaddip/fix/header-version-signed-gate
Show description for 15c62d2
kushti
authored
15c62d2
View commit details
Copy full SHA for 15c62d2
Browse repository at this point
Merge pull request #906 from mwaddip/fix/context-extension-key-domain
Show description for 19c44e0
kushti
authored
19c44e0
View commit details
Copy full SHA for 19c44e0
Browse repository at this point
Merge pull request #868 from mwaddip/fix/tuple-arity-jvm-parity
Show description for b8b3b0b
kushti
authored
b8b3b0b
View commit details
Copy full SHA for b8b3b0b
Browse repository at this point
Merge pull request #877 from mwaddip/fix/powhit-return-type
Show description for fd51c19
kushti
authored
fd51c19
View commit details
Copy full SHA for fd51c19
Browse repository at this point
fix: reject unsupported (arity != 2) tuple-typed values at eval (JVM checkType)
Show description for 9b17c7a
mwaddip
and
claude
committed
9b17c7a
View commit details
Copy full SHA for 9b17c7a
Browse repository at this point
check_value_type before eval (abort earlier per kushti review)
Show description for 12c1acb
mwaddip
and
claude
committed
12c1acb
View commit details
Copy full SHA for 12c1acb
Browse repository at this point
Merge pull request #897 from mwaddip/fix/checktype-ingress-divergences
Show description for 92bad43
kushti
authored
92bad43
View commit details
Copy full SHA for 92bad43
Browse repository at this point
Commits on Jul 15, 2026
Merge pull request #891 from mwaddip/fix/erg-sum-overflow
Show description for be76e1c
kushti
authored
be76e1c
View commit details
Copy full SHA for be76e1c
Browse repository at this point
Commits on Jul 31, 2026
fix(nipopow): validate initial proof
a-shannon
committed
a0dfca3
View commit details
Copy full SHA for a0dfca3
Browse repository at this point
Commits on Aug 3, 2026
Merge pull request #852 from mwaddip/fix/nipopow-prefix-connection-lookback
Show description for 5cbb5e1
kushti
authored
5cbb5e1
View commit details
Copy full SHA for 5cbb5e1
Browse repository at this point
Merge pull request #866 from mwaddip/fix/nipopow-pack-interlinks-jvm-compat
Show description for cc4cef3
kushti
authored
cc4cef3
View commit details
Copy full SHA for cc4cef3
Browse repository at this point
Merge pull request #914 from a-shannon/fix/nipopow-validate-initial-proof
Show description for 3d53c36
kushti
authored
3d53c36
View commit details
Copy full SHA for 3d53c36
Browse repository at this point
style: allow clippy::expect_used at the two pack_interlinks index casts
Show description for df3f16b
mwaddip
committed
df3f16b
View commit details
Copy full SHA for df3f16b
Browse repository at this point
style: rustfmt ergo-nipopow/src/nipopow_proof.rs
Show description for aebee7e
mwaddip
committed
aebee7e
View commit details
Copy full SHA for aebee7e
Browse repository at this point
Merge pull request #915 from mwaddip/style/v030-fmt-clippy
Show description for 4792b84
kushti
authored
4792b84
View commit details
Copy full SHA for 4792b84
Browse repository at this point
You can’t perform that action at this time.