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

docs: add asset lock special txs #112

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

thephez
Copy link
Collaborator

@thephez thephez commented Aug 22, 2024

* docs(rpc): add getrawtransactionmulti

* docs(rpc): update quick reference

* docs(rpc): fix urls

* docs(rpc): add internal links

* feat: add getassetunlockstatuses

* docs: update quick ref with new rpc

* doc: make see also consistent on page

* docs: add new rpc to quick ref

* style: consistent formatting

* docs: add submitchainlock rpc

* docs: minor update

* docs: consolidate params table

* docs: address review comments
@thephez thephez merged commit 7ec800e into dashpay:21.0.0 Aug 22, 2024
1 check passed
@thephez thephez deleted the asset-lock-special-tx-backup branch August 22, 2024 12:55
@coolaj86
Copy link
Contributor

coolaj86 commented Aug 22, 2024

I'm trying to find where docs/reference/transactions-special-transactions.md is deployed so that I can see it rendered. Could you link me to that specifically? I can't find it under the Core Docs or Platform Docs sections.

I see a References section under Platform docs, but not Transactions: Special Transactions under that.

@coolaj86
Copy link
Contributor

coolaj86 commented Aug 22, 2024

I did find the most important bit (well, 2 bytes) of information I was looking for.

The AssetLockTx is created by using the "version" bytes as the carrier signal:

https://github.com/dashpay/docs-core/pull/112/files#diff-653f0febf1299d834976b3f8c091022d13376badd5a60dd741996e6dffe89147R1051-R1052

https://github.com/dashpay/docs-core/pull/112/files#diff-653f0febf1299d834976b3f8c091022d13376badd5a60dd741996e6dffe89147R1196-R1197

0300 - version 3 is platform
0800 - sub version 8 is the enum to represent AssetLockTx, and 9 for AssetUnlockTx

@thephez
Copy link
Collaborator Author

thephez commented Aug 22, 2024

I'm trying to find where docs/reference/transactions-special-transactions.md is deployed so that I can see it rendered. Could you link me to that specifically? I can't find it under the Core Docs or Platform Docs sections.

I see a References section under Platform docs, but not Transactions: Special Transactions under that.

It's under Core docs. You can see the live page here: https://docs.dash.org/projects/core/en/stable/docs/reference/transactions-special-transactions.html

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