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 }}
remagpie
/
codechain
Public
forked from
CodeChain-io/codechain
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 17, 2019
Use genesis state to read network_id
foriequal0
authored and
Park Juhyung
committed
bf129eb
View commit details
Copy full SHA for bf129eb
Browse repository at this point
Merge crates related databases into util/db
Show description for 43dc815
Seulgi Kim
authored and
mergify[bot]
committed
43dc815
View commit details
Copy full SHA for 43dc815
Browse repository at this point
Commits on Dec 13, 2019
Do not export TrieDB and TrieDBMut
Show description for fc6fec0
Seulgi Kim
authored and
mergify[bot]
committed
fc6fec0
View commit details
Copy full SHA for fc6fec0
Browse repository at this point
Add a restriction comment to the verify_block_family function
Seonpyo Kim
authored and
joojis
committed
ed66d37
View commit details
Copy full SHA for ed66d37
Browse repository at this point
Remove unguaranteed transaction order
Show description for 5b87411
Seonpyo Kim
authored and
joojis
committed
5b87411
View commit details
Copy full SHA for 5b87411
Browse repository at this point
Commits on Dec 12, 2019
Make TrieMut a subtype of Trie
Show description for a4f944c
Seulgi Kim
authored and
sgkim126
committed
a4f944c
View commit details
Copy full SHA for a4f944c
Browse repository at this point
Remove Trie::get_with
Show description for 0e3c840
Seulgi Kim
authored and
sgkim126
committed
0e3c840
View commit details
Copy full SHA for 0e3c840
Browse repository at this point
Fix the changeParams test
Show description for 2b3d56a
Seonpyo Kim
authored and
mergify[bot]
committed
2b3d56a
View commit details
Copy full SHA for 2b3d56a
Browse repository at this point
Move rlp_derive and rlp_compress to the other repository
Show description for cfc8b49
Seulgi Kim
authored and
mergify[bot]
committed
cfc8b49
View commit details
Copy full SHA for cfc8b49
Browse repository at this point
Commits on Dec 11, 2019
Saturate rc to -1
Seulgi Kim
authored and
sgkim126
committed
329f6bb
View commit details
Copy full SHA for 329f6bb
Browse repository at this point
Cleanup MemoryDB
Seulgi Kim
authored and
sgkim126
committed
d109cc6
View commit details
Copy full SHA for d109cc6
Browse repository at this point
Remove HashDB::emplace()
Show description for b67a4e5
Seulgi Kim
authored and
sgkim126
committed
b67a4e5
View commit details
Copy full SHA for b67a4e5
Browse repository at this point
Fix wrong comments
Seulgi Kim
authored and
sgkim126
committed
4bc81b4
View commit details
Copy full SHA for 4bc81b4
Browse repository at this point
Reorder the methods of MemoryDB to correspond to HashDB's
Seulgi Kim
authored and
sgkim126
committed
0128b44
View commit details
Copy full SHA for 0128b44
Browse repository at this point
Cleanup ArchiveDB::keys()
Show description for f54589c
Seulgi Kim
authored and
sgkim126
committed
f54589c
View commit details
Copy full SHA for f54589c
Browse repository at this point
Add a comment for height change functions about the `step` field
Show description for 1679d30
Juhyung Park
authored and
Park Juhyung
committed
1679d30
View commit details
Copy full SHA for 1679d30
Browse repository at this point
Commits on Dec 9, 2019
Extract aggregate_work_info function
remagpie
committed
79322e1
View commit details
Copy full SHA for 79322e1
Browse repository at this point
Commits on Dec 7, 2019
Refactor term_common_params method
foriequal0
authored and
mergify[bot]
committed
4292086
View commit details
Copy full SHA for 4292086
Browse repository at this point
Derive parent block information inside consensus engine
remagpie
authored and
mergify[bot]
committed
89c9b40
View commit details
Copy full SHA for 89c9b40
Browse repository at this point
Add a helper function for obtaining client
remagpie
authored and
mergify[bot]
committed
41e0654
View commit details
Copy full SHA for 41e0654
Browse repository at this point
Include ConsensusClient in Solo engine
remagpie
authored and
mergify[bot]
committed
f1fb75f
View commit details
Copy full SHA for f1fb75f
Browse repository at this point
Remove unnecessary mutable borrow
remagpie
authored and
mergify[bot]
committed
926fb18
View commit details
Copy full SHA for 926fb18
Browse repository at this point
Refactor `on_term_close` call in on_close_block
remagpie
authored and
mergify[bot]
committed
83e23e5
View commit details
Copy full SHA for 83e23e5
Browse repository at this point
Refactor `is_term_changed` check in on_close_block
remagpie
authored and
mergify[bot]
committed
c16368d
View commit details
Copy full SHA for c16368d
Browse repository at this point
Change block_number_if_term_changed to is_term_changed
Show description for aeba127
remagpie
authored and
mergify[bot]
committed
aeba127
View commit details
Copy full SHA for aeba127
Browse repository at this point
Remove redundant variable in tendermint/engine
remagpie
authored and
mergify[bot]
committed
dc480e9
View commit details
Copy full SHA for dc480e9
Browse repository at this point
Commits on Dec 6, 2019
Add basic era tests
foriequal0
authored and
mergify[bot]
committed
0f28985
View commit details
Copy full SHA for 0f28985
Browse repository at this point
Add era support to e2e dynval test
foriequal0
authored and
mergify[bot]
committed
765cae1
View commit details
Copy full SHA for 765cae1
Browse repository at this point
Make era nondecreasing
foriequal0
authored and
mergify[bot]
committed
bdcd029
View commit details
Copy full SHA for bdcd029
Browse repository at this point
Add `era` to CommonParams
foriequal0
authored and
mergify[bot]
committed
ad51e2d
View commit details
Copy full SHA for ad51e2d
Browse repository at this point
Extract a function to verify a new CommonParams compare to the current params
foriequal0
authored and
mergify[bot]
committed
a48eafe
View commit details
Copy full SHA for a48eafe
Browse repository at this point
Commits on Dec 5, 2019
Accept arbitrary string as a chain type
remagpie
authored and
mergify[bot]
committed
9afd0a8
View commit details
Copy full SHA for 9afd0a8
Browse repository at this point
Commits on Dec 4, 2019
Make --chain argument global
remagpie
authored and
mergify[bot]
committed
c3520bc
View commit details
Copy full SHA for c3520bc
Browse repository at this point
Commits on Dec 3, 2019
Do not stop nodes while changing a term in the partial shutdown test
Show description for 4631dbd
Seulgi Kim
authored and
mergify[bot]
committed
4631dbd
View commit details
Copy full SHA for 4631dbd
Browse repository at this point
Commits on Dec 2, 2019
Reduce the failure rate of testing total shutdown
Show description for 6e12933
Seulgi Kim
authored and
sgkim126
committed
6e12933
View commit details
Copy full SHA for 6e12933
Browse repository at this point
Previous
Next
You can’t perform that action at this time.