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 }}
perone
/
protocoin
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
98
Code
Issues
6
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Python3
- #14
#14
Open
hno
wants to merge 10 commits into
perone:master
perone/protocoin:master
from
hno:python3
hno/protocoin:python3
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Python3
#14
hno
wants to merge 10 commits into
perone:master
perone/protocoin:master
from
hno:python3
hno/protocoin:python3
Copy head branch name to clipboard
Commits
Commits on Apr 11, 2014
Add block height in version message.
hno
committed
f4dc5c4
View commit details
Copy full SHA for f4dc5c4
Browse repository at this point
Use official name for start_height field in version message
hno
committed
2731e2e
View commit details
Copy full SHA for 2731e2e
Browse repository at this point
Commits on Apr 12, 2014
StringIO needs to be imported differently in Python3
hno
committed
e88b20e
View commit details
Copy full SHA for e88b20e
Browse repository at this point
There is no itemlist() in python3, only item()
hno
committed
016260e
View commit details
Copy full SHA for 016260e
Browse repository at this point
Convert to python3
hno
committed
b71bd9a
View commit details
Copy full SHA for b71bd9a
Browse repository at this point
Drop python2 compatibility glue. Other parts are python3 dependent already.
hno
committed
e8a0ea6
View commit details
Copy full SHA for e8a0ea6
Browse repository at this point
Commits on Apr 15, 2014
Merge branch 'master' of github.com:perone/protocoin into python3
hno
committed
36c0259
View commit details
Copy full SHA for 36c0259
Browse repository at this point
Commits on Apr 16, 2014
Preserve any unprocessed data when there is more than one message to process
hno
committed
bf75aad
View commit details
Copy full SHA for bf75aad
Browse repository at this point
python3: xrange() is now range()
hno
committed
95b4189
View commit details
Copy full SHA for 95b4189
Browse repository at this point
Process received data until there is no more complete message to parse
hno
committed
bd0a529
View commit details
Copy full SHA for bd0a529
Browse repository at this point
You can’t perform that action at this time.