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

Add support for AssetLock and AssetUnlock transactions #26

Merged
merged 4 commits into from
Nov 3, 2024

Conversation

LexxXell
Copy link

@LexxXell LexxXell commented Oct 30, 2024

This PR implements support for AssetLock (type 8) and AssetUnlock (type 9) transactions, as specified in Dash's DIP-0027. It includes complete parsing and serialization of these transaction types, addressing issue #25.

Additional changes:

  • Removed deprecated and unused components from dev-testnet to streamline codebase and improve maintainability.

Closes #25

electrum_dash/dash_tx.py Outdated Show resolved Hide resolved
electrum_dash/dash_tx.py Outdated Show resolved Hide resolved
electrum_dash/dash_tx.py Outdated Show resolved Hide resolved
electrum_dash/transaction.py Outdated Show resolved Hide resolved
@pshenmic pshenmic changed the base branch from master to develop November 3, 2024 11:46
electrum_dash/dash_tx.py Outdated Show resolved Hide resolved
@pshenmic pshenmic changed the title Add support for AssetLock and AssetUnlock transactions. (Issue#25) Add support for AssetLock and AssetUnlock transactions Nov 3, 2024
@pshenmic pshenmic merged commit 78ef448 into pshenmic:develop Nov 3, 2024
1 check failed
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.

Asset Locks are not supported by Electrum
2 participants