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 }}
theohmproject
/
ohmcoin
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
13
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Update from Phore 1.6.5
- #84
#84
Open
wqking
wants to merge 40 commits into
theohmproject:master
theohmproject/ohmcoin:master
from
wqking-misc:update-1.6.5
wqking-misc/ohmcoin:update-1.6.5
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Open
Update from Phore 1.6.5
#84
wqking
wants to merge 40 commits into
theohmproject:master
theohmproject/ohmcoin:master
from
wqking-misc:update-1.6.5
wqking-misc/ohmcoin:update-1.6.5
Copy head branch name to clipboard
Commits
Commits on Nov 13, 2021
Replaced boost::placeholders::_X with boost::arg<X>()
wqking
committed
d8d2cbd
View commit details
Copy full SHA for d8d2cbd
Browse repository at this point
Commits on Nov 22, 2021
Add simplest BIP32/deterministic key generation implementation
Show description for 41f3801
KolbyML
authored and
wqking
committed
41f3801
View commit details
Copy full SHA for 41f3801
Browse repository at this point
Fixed compile errors
wqking
committed
d1b4834
View commit details
Copy full SHA for d1b4834
Browse repository at this point
Commits on Nov 24, 2021
[PHR-3] Prevent RPC calls during warmup
Show description for 88cf251
tohsnoom
authored and
wqking
committed
88cf251
View commit details
Copy full SHA for 88cf251
Browse repository at this point
Fix bugs in mnemonic selection and mint maturity
meyer9
authored and
wqking
committed
675eb6e
View commit details
Copy full SHA for 675eb6e
Browse repository at this point
[Refactor] Move ThreadStakeMinter out of net.cpp
Show description for 6fda1c6
Fuzzbawls
authored and
wqking
committed
6fda1c6
View commit details
Copy full SHA for 6fda1c6
Browse repository at this point
Changed for loop copies to references, and added stake logging
Show description for 19f2be0
tohsnoom
authored and
wqking
committed
19f2be0
View commit details
Copy full SHA for 19f2be0
Browse repository at this point
Fixed compiler warning about BIP32_HARDENED_KEY_LIMIT constant
tohsnoom
authored and
wqking
committed
cb84848
View commit details
Copy full SHA for cb84848
Browse repository at this point
Fix staking assertion
Show description for f74627c
tohsnoom
authored and
wqking
committed
f74627c
View commit details
Copy full SHA for f74627c
Browse repository at this point
Fixed reindex crash bug
wqking
committed
328fc99
View commit details
Copy full SHA for 328fc99
Browse repository at this point
Fixed some compiler warnings
Show description for 1cb8ddd
tohsnoom
authored and
wqking
committed
1cb8ddd
View commit details
Copy full SHA for 1cb8ddd
Browse repository at this point
Fixed compile errors
wqking
committed
8a559d1
View commit details
Copy full SHA for 8a559d1
Browse repository at this point
Commits on Nov 25, 2021
Merge pull request #158 from wqking/speed-up-getchaintips
Show description for 44935e1
tohsnoom
authored and
wqking
committed
44935e1
View commit details
Copy full SHA for 44935e1
Browse repository at this point
Replaced sigcache with cuckoocache
wqking
committed
ff1ccfd
View commit details
Copy full SHA for ff1ccfd
Browse repository at this point
Cache full script execution results.
Show description for b596b9f
wqking
committed
b596b9f
View commit details
Copy full SHA for b596b9f
Browse repository at this point
Merge pull request #161 from wqking/use-sse4-for-sha256
Show description for 5a5cde6
tohsnoom
authored and
wqking
committed
5a5cde6
View commit details
Copy full SHA for 5a5cde6
Browse repository at this point
Merge pull request #162 from mrmetech/PHR-7
Show description for 277ab12
tohsnoom
authored and
wqking
committed
277ab12
View commit details
Copy full SHA for 277ab12
Browse repository at this point
Merge pull request #163 from mrmetech/PHR-18
Show description for 2e86918
tohsnoom
authored and
wqking
committed
2e86918
View commit details
Copy full SHA for 2e86918
Browse repository at this point
Batch flushing operations to the walletdb
Show description for a36e49e
wqking
committed
a36e49e
View commit details
Copy full SHA for a36e49e
Browse repository at this point
Removed BIP32 code that was supposed to be removed
KolbyML
authored and
wqking
committed
ea43331
View commit details
Copy full SHA for ea43331
Browse repository at this point
Use object reference instead of copy to improve performance.
wqking
committed
d6f5b67
View commit details
Copy full SHA for d6f5b67
Browse repository at this point
Batching all block index writes to improve disk update performance.
Show description for fbeac48
wqking
committed
fbeac48
View commit details
Copy full SHA for fbeac48
Browse repository at this point
Removed comments that blocked a default value
KolbyML
authored and
wqking
committed
8fc4d53
View commit details
Copy full SHA for 8fc4d53
Browse repository at this point
Improved staking/mining efficiency.
Show description for cbedd8a
tohsnoom
authored and
wqking
committed
cbedd8a
View commit details
Copy full SHA for cbedd8a
Browse repository at this point
Fixed compile errors
wqking
committed
222b8a5
View commit details
Copy full SHA for 222b8a5
Browse repository at this point
Merge branch 'rel-1.6.4' of https://github.com/phoreproject/phore into rel-1.6.4
tohsnoom
authored and
wqking
committed
bbf6cdf
View commit details
Copy full SHA for bbf6cdf
Browse repository at this point
Changed default addressing to legacy (non-HD)
tohsnoom
authored and
wqking
committed
7959f02
View commit details
Copy full SHA for 7959f02
Browse repository at this point
Fix bug with empty mnemonic not being generated
meyer9
authored and
wqking
committed
1f7686e
View commit details
Copy full SHA for 1f7686e
Browse repository at this point
Merge pull request #178 from wqking/use-sse4-for-sha256
Show description for fdc213f
tohsnoom
authored and
wqking
committed
fdc213f
View commit details
Copy full SHA for fdc213f
Browse repository at this point
Fixed compile errors
wqking
committed
cdf8389
View commit details
Copy full SHA for cdf8389
Browse repository at this point
Commits on Nov 26, 2021
Merge branch 'mrmetech-PHR-17' into rel-1.6.4
tohsnoom
authored and
wqking
committed
57abbb7
View commit details
Copy full SHA for 57abbb7
Browse repository at this point
Merge branch 'rel-1.6.4' of https://github.com/phoreproject/phore into rel-1.6.4
tohsnoom
authored and
wqking
committed
52d9741
View commit details
Copy full SHA for 52d9741
Browse repository at this point
Merge branch 'rel-1.6.4' of https://github.com/phoreproject/phore into rel-1.6.4
tohsnoom
authored and
wqking
committed
9ec8031
View commit details
Copy full SHA for 9ec8031
Browse repository at this point
More cleanup replacing BOOST_FOREACH with for :
Show description for 2ade282
tohsnoom
authored and
wqking
committed
2ade282
View commit details
Copy full SHA for 2ade282
Browse repository at this point
Fixed compile errors
wqking
committed
97f737a
View commit details
Copy full SHA for 97f737a
Browse repository at this point
Added cuckoocache.h to Makefile.am
tohsnoom
authored and
wqking
committed
14c9e0a
View commit details
Copy full SHA for 14c9e0a
Browse repository at this point
Removed Qt5Svg dependency
Show description for 841e616
wqking
committed
841e616
View commit details
Copy full SHA for 841e616
Browse repository at this point
Updated link to Qt packages
tohsnoom
authored and
wqking
committed
86135d7
View commit details
Copy full SHA for 86135d7
Browse repository at this point
Commits on Nov 27, 2021
Fixed compile errors in tests
wqking
committed
1a3d242
View commit details
Copy full SHA for 1a3d242
Browse repository at this point
Commits on Nov 29, 2021
Fixed coin name
wqking
committed
3983454
View commit details
Copy full SHA for 3983454
Browse repository at this point
You can’t perform that action at this time.