Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
CodeChain-io
/
codechain
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
259
Code
Issues
47
Pull requests
17
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
63714bd
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 20, 2019
Update build task to follow the release process
foriequal0
committed
63714bd
Copy full SHA for 63714bd
Bump the version 2.2.1
foriequal0
committed
9deef2a
Copy full SHA for 9deef2a
Do not assert the finalized_view while restoring
Show description for 1b3bd9e
majecty
authored and
foriequal0
committed
1b3bd9e
Copy full SHA for 1b3bd9e
Revert "Set finalized_view to None when restoring in the Commit step"
Show description for 0fd2cad
foriequal0
committed
0fd2cad
Copy full SHA for 0fd2cad
Commits on Nov 15, 2019
Set finalized_view to None when restoring in the Commit step
Show description for 59e9ebd
majecty
authored and
foriequal0
committed
59e9ebd
Copy full SHA for 59e9ebd
Commits on Nov 11, 2019
Make Action names filterable
foriequal0
committed
cc9754e
Copy full SHA for cc9754e
Add GitHub Actions for build artifacts
foriequal0
committed
4eae097
Copy full SHA for 4eae097
Reformat Github Actions workflows
foriequal0
committed
d85ed13
Copy full SHA for d85ed13
Bump the version 2.2.0
foriequal0
committed
6419957
Copy full SHA for 6419957
Remove CHANGELOG.md file
Show description for f2fdd5d
foriequal0
committed
f2fdd5d
Copy full SHA for f2fdd5d
Bump the jsonrpc version
Show description for 74cec8b
majecty
authored and
foriequal0
committed
74cec8b
Copy full SHA for 74cec8b
Distinguish TxHash from H256
Seulgi Kim
authored and
foriequal0
committed
1b1d9cf
Copy full SHA for 1b1d9cf
Distinguish Tracker from H256
Show description for af89097
Seulgi Kim
authored and
foriequal0
committed
af89097
Copy full SHA for af89097
Distinguish BlockHash from H256
Seulgi Kim
authored and
foriequal0
committed
443754f
Copy full SHA for 443754f
Update README to correspond to rust toolchains
Seulgi Kim
authored and
foriequal0
committed
5a477d5
Copy full SHA for 5a477d5
Update clippy and rustfmt
Show description for f18f510
Seulgi Kim
authored and
foriequal0
committed
f18f510
Copy full SHA for f18f510
Use correct view when creating a Commit message
majecty
authored and
foriequal0
committed
71e94d6
Copy full SHA for 71e94d6
Rename views to author_view and finalized_view
Show description for d70245e
majecty
authored and
foriequal0
committed
d70245e
Copy full SHA for d70245e
Split last_confirmed_view variable
Show description for 505854f
majecty
authored and
foriequal0
committed
505854f
Copy full SHA for 505854f
Save finalized_view_of_previous_block and finalized_view_of_current_block
Show description for 56f818e
majecty
authored and
foriequal0
committed
56f818e
Copy full SHA for 56f818e
Add get_version and set_version
Show description for 13b8821
majecty
authored and
foriequal0
committed
13b8821
Copy full SHA for 13b8821
Update jsonrpc with the fixes on race condition on `wait()`
Show description for 2a1610c
foriequal0
committed
2a1610c
Copy full SHA for 2a1610c
Fix to wait jsonrpc-server closing
foriequal0
committed
df1bb22
Copy full SHA for df1bb22
Update bytes(v0.4.12), parking_lot_core(0.6.2), toml(0.5.3), tokio(0.1.17)
Show description for cea31a2
foriequal0
committed
cea31a2
Copy full SHA for cea31a2
Upgrade jsonrpc versions to v14.0.0
foriequal0
committed
5128b29
Copy full SHA for 5128b29
Use github actions for lint and unit test tasks
Show description for c8e730f
foriequal0
committed
c8e730f
Copy full SHA for c8e730f
Disable tests for IoService on macos
foriequal0
committed
fe44086
Copy full SHA for fe44086
Enable all grandchild of the best block to become a best proposal block
Show description for daa0c3f
majecty
authored and
foriequal0
committed
daa0c3f
Copy full SHA for daa0c3f
Add newly implemented RPCs to spec file
Seonpyo Kim
authored and
foriequal0
committed
e93bd49
Copy full SHA for e93bd49
Implement new RPCs related banned users
Seonpyo Kim
authored and
foriequal0
committed
4d66702
Copy full SHA for 4d66702
Add a new type of users called immune users
Show description for 3083001
HoOngEe
authored and
foriequal0
committed
3083001
Copy full SHA for 3083001
Block malicious users who generated syntax errors
Seonpyo Kim
authored and
foriequal0
committed
fc8bb8c
Copy full SHA for fc8bb8c
Block malicious users who generated runtime errors
Seonpyo Kim
authored and
foriequal0
committed
2284195
Copy full SHA for 2284195
Fix typos
Seonpyo Kim
authored and
foriequal0
committed
ee8c87b
Copy full SHA for ee8c87b
Fix the condition to check whether the new block could change the best block
Show description for 04a95b7
majecty
authored and
foriequal0
committed
04a95b7
Copy full SHA for 04a95b7
Pagination
Previous
Next
You can’t perform that action at this time.