You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Details
I am a bot created to help the JellyfishSDK 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 BirthdayResearch/oss-governance-bot repository.
Similar to #108
Implementation of
2.11.x
Custom DfTx introduced in https://github.com/DeFiCh/ain/pull/1451/filesPaybackWithCollateral = 'W',
in
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 + ...Refer to #108 for a detailed implementation guide
/area packages
The text was updated successfully, but these errors were encountered: