Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Basic BitId support #10

Merged
merged 8 commits into from Mar 31, 2020
Merged

Basic BitId support #10

merged 8 commits into from Mar 31, 2020

Conversation

dethos
Copy link
Owner

@dethos dethos commented Feb 19, 2020

Description: This pull request adds support for the BitID protocol

Issue: #4

Dependencies: No dependencies

Testing instructions: Will add later

Merge checklist:

  • All reviewers approved
  • CI build is green
  • Version bumped
  • Changelog record added
  • Documentation updated (not only docstrings)

Author concerns:
At the moment the intention is to have a working prototype for the support for this authentication protocol, that we could later iterate on and improve.
At the moment (this pull request), the external package used for specific bitcoin operations is unmaintained and very very old. It does not even support new address formats (Segwit). The idea is that once this feature is working correctly on our side, we could replace the pybitid library with a new one that is better maintained or even implement it correctly in this package.

@dethos dethos changed the title WIP: BitId support Basic BitId support Mar 10, 2020
@dethos dethos requested a review from guywillett March 10, 2020 15:08
guywillett
guywillett previously approved these changes Mar 11, 2020
Copy link
Collaborator

@guywillett guywillett left a comment

Choose a reason for hiding this comment

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

My comments may well be something we can implement/discuss is a new issue/PR.

django_cryptolock/views.py Outdated Show resolved Hide resolved
django_cryptolock/forms.py Show resolved Hide resolved
@guywillett guywillett assigned dethos and unassigned guywillett Mar 11, 2020
@dethos dethos assigned guywillett and unassigned dethos Mar 31, 2020
@dethos dethos requested a review from guywillett March 31, 2020 13:07
Copy link
Collaborator

@guywillett guywillett left a comment

Choose a reason for hiding this comment

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

Looks good!

@guywillett guywillett assigned dethos and unassigned guywillett Mar 31, 2020
@dethos dethos merged commit 197fb78 into master Mar 31, 2020
@dethos dethos deleted the bitid branch March 31, 2020 14:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants