-
Notifications
You must be signed in to change notification settings - Fork 37
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
DeFi CustomTx scripting #108
Comments
@fuxingloh: Thanks for opening an issue, it is currently awaiting triage. The triage/accepted label can be added by foundation members by writing /triage accepted in a comment. DetailsI am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository. |
This comment has been minimized.
This comment has been minimized.
Check out #146 it's a good example on how to create DfTx |
Start working on.
Hopefully can get clear mental picture and estimate time needed soon. |
Working on createToken: |
Working on createPoolPair: |
Start working on: |
/close as all is approved |
All CustomTX has a starting signature of
DfTx
in utf8 or0x44665478
. It is as it is, don't need to convert from BE to LE.They are structured as a
VarUInt
+ [OP_RETURN
+DfTx
+TYPES[CxTxType]
+ ...]VarUInt
+6a
+44665478
+ Type + ...CustomTx
'C'
@ivan-zynesis AddDfTx
for Create & Resign MasterNode #283'R'
@ivan-zynesis AddDfTx
for Create & Resign MasterNode #283'T'
@canonbrother AddDfTx
TokenCreate #208'M'
@canonbrother added DfTx TokenMint #170'N'
@canonbrother AddDfTx
TokenUpdate, TokenUpdateAny #300'n'
@canonbrother AddDfTx
TokenUpdate, TokenUpdateAny #300'p'
@canonbrother AddDfTx
PoolCreatePair #233'u'
@canonbrother AddDfTx
PoolUpdatePair #314's'
@fuxingloh added DfTx PoolSwap #143'l'
@fuxingloh added DfTx PoolAddLiquidity #145'r'
@fuxingloh added DfTx PoolRemoveLiquidity #146'U'
@ivan-zynesis add account2utxo / utxo2account / account2account dftx #175'b'
@ivan-zynesis add account2utxo / utxo2account / account2account dftx #175'B'
@ivan-zynesis add account2utxo / utxo2account / account2account dftx #175'G'
@ivan-zynesisdftx-txn
: set-governance #298'a'
@ivan-zynesis Feature/add any account 2 account dftx #181'A'
, @ivan-zynesisdftx-scripting
: auto-auth-prep #279The text was updated successfully, but these errors were encountered: