Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added X11/Hirocoin support #91

Merged
merged 2 commits into from Apr 7, 2014
Merged

Conversation

n00bsys0p
Copy link
Contributor

Added X11 support via Evan Duffield's xcoin-hash Python module, along with a policy for X11 chains.

Also added specific settings for Hirocoin as an example X11 coin. This required changing the DB column chain_code3 to CHAR(4), as Hirocoin has been changed to "HIRO". Not sure if this will require a search and replace of code3 to code4?

@jtobey
Copy link
Member

jtobey commented Apr 4, 2014

Thanks! I think you need two small changes. Instead of CHAR(4) make it VARCHAR(4). And add

if policy == "Hirocoin":        return Hirocoin(**kwargs)

to Chain.create, please.

@n00bsys0p
Copy link
Contributor Author

Committed now.

jtobey added a commit that referenced this pull request Apr 7, 2014
Added X11/Hirocoin support
@jtobey jtobey merged commit f141348 into bitcoin-abe:master Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants