Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bea3705 RPC: fix sendtrade_OMNI on @dexX7's recommendations (zathras-crypto) 544ee18 mastercore_sp.h: fix missing include for incomplete type CBitcoinAddress (zathras-crypto) bea8670 senddexsell : allow zero for minimum accept fee (zathras-crypto) 3d7459d Change unsafe trade detection and add override (zathras-crypto) c191053 RPC encoding : apply min accept fee for target sell in senddexaccept_OMNI (zathras-crypto) fd6cd48 Encoding: provide access to the Exodus address (dexX7) 7a62a01 Encoding: add encoding documentation and refine code consistency (dexX7) a9d6f67 Encoding: fix overflow in class C size check, refine includes (dexX7) 4d52ad1 Encoding: test class C embedding of empty payload via unit tests (dexX7) 38dbbaa Encoding: test existence of class C marker via unit tests (dexX7) 7e7bd5d Encoding: test payload creation of known references via unit tests (dexX7) 8409388 Script: test solver with several OP_RETURN sizes via unit tests (dexX7) 913522d Script: use independent solver for script identification (dexX7) 8aa1c10 Script: test getting dust threshold via unit tests (dexX7) a67ca3c Script: rename and move GetDustLimit to GetDustThreshold (dexX7) ecc50ec Script: test script extraction via unit tests (dexX7) 3d8ad43 Script: rename and move getOutputType to GetOutputType (dexX7) cd75837 Script: improve readability and documentation of GetScriptPushes (dexX7) e911488 Utils: test generation of obfuscated hashes via unit tests (dexX7) c80abd0 Utils: refine includes and dependencies, improve documentation (dexX7) 56fde5c mastercore.cpp : fix output total for mining fee calc (thanks @dexX7) (zathras-crypto) 9301eb9 Fix class selection size check (dexX7) a4d8540 Fix class selection on creation - credit @dexX7 (zathras-crypto) 9f3aa31 Fix backwards version/type (zathras-crypto) aeb2915 [CONSOLIDATE] Makefile changes (zathras-crypto) 0298fd1 [CONSOLIDATE] rpcclient.cpp/h changes (zathras-crypto) dedc077 [CONSOLIDATE] omnicore_encoding.cpp/h changes (zathras-crypto) 50c5098 [CONSOLIDATE] omnicore_rpctx.cpp/h (zathras-crypto) 369d495 [CONSOLIDATE] omnicore_createpayload.cpp/h (zathras-crypto) 5bb365f [CONSOLIDATE] rpcserver.cpp/h changes (zathras-crypto) daf5715 [CONSOLIDATE] mastercore.cpp/h changes (zathras-crypto) a0dfa0b [CONSOLIDATE] mastercore_rpc.cpp/h changes (zathras-crypto) 58a21f2 Fix: strip 2 instead of 4 bytes from OP_RETURN output for marker (zathras-crypto) fd881a3 Switch to a 2 byte marker (zathras-crypto) 28f8d66 [FIX] - Ensure reference output is added last Reference outputs are added early on in the process, however if there is ever trouble identifying the reference address the highest vout will always be used as per spec, so we should make our reference vouts the highest (by adding them last). (zathras-crypto) 0cbd9f1 [TX CREATION SIMPLIFICATION] - Makefile update (zathras-crypto) c4612f2 [TX CREATION SIMPLIFICATION] - Mastercore modifications (zathras-crypto) 070a9f2 [TX CREATION SIMPLIFICATION] - OmniCore utils (zathras-crypto) 90a2d55 [TX CREATION SIMPLIFICATION] - OmniCore Encoding (zathras-crypto) cbe5920 Make classAgnostic_Send return an error if the payload is too big (zathras-crypto) 6407370 Fix maximum OP_RETURN packet size (zathras-crypto) 3e2e6d4 Rename to MIN_PAYLOAD_SIZE and correct value (zathras-crypto) e56def0 cleanup - disable extra parser debugging (zathras-crypto) 4ae489b Cleanup - remove debugging include (zathras-crypto) f148cd7 ClassC-0.0.10 fix IsDust for unspendable outputs (zathras-crypto) c2d23ff ClassC-0.0.10 mastercore_tx (zathras-crypto) 7f49f5c ClassC-0.0.10 mastercore_rpc (zathras-crypto) a036633 ClassC-0.0.10 mastercore (zathras-crypto)
- Loading branch information