Skip to content

Conversation

peerchemist
Copy link
Contributor

New deserializer for Peercoin which can handle new v3 transactions. Test added. Tests passing.

@peerchemist
Copy link
Contributor Author

hello, can this be merged?

@SomberNight
Copy link
Member

Please rebase against current master, and make sure the CI checks pass.

@@ -1,5 +1,5 @@
import setuptools
version = '1.16.0'
version = '1.17.1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please undo this change

extras_require={
'rapidjson': ['python-rapidjson>=0.4.1,<2.0'],
'rocksdb': ['python-rocksdb>=0.6.9'],
'rocksdb': ['python-rocksdb-static'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? this affects bitcoin users too, so needs proper justification

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the only way I could get it to be installed. Does the python-rocksdb package still work for you?
twmht/python-rocksdb#102

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well it works for the CI on current master.
but I guess it might be compiling against older rocksdb

Nevertheless, please open a separate PR (or issue) for the rocksdb change. It does not belong in this PR.

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.

2 participants