]> Git Repo - VerusCoin.git/history - src/pbaas/pbaas.cpp
testnet breaking changes - Implement index address, hardening, makefile fixes
[VerusCoin.git] / src / pbaas / pbaas.cpp
2020-08-09 miketouttestnet breaking changes - Implement index address...
2020-08-03 miketoutFix edge case staking supply estimation
2020-08-03 miketoutFix AggregateChainTransfers to use a current currency...
2020-07-27 miketoutUse negative converted output for burn
2020-07-26 miketoutFix scale issues
2020-07-26 miketoutExport, import and conversion scale updates
2020-07-25 miketoutAdd burn transactions and spent checking on export...
2020-07-24 miketoutCurrency launch scaling changes
2020-07-19 miketoutBetter determination of first import
2020-07-19 miketoutFixes for ConvertAmounts & absorb conversions with...
2020-07-15 miketoutFix block creation to ignore reserve conversions when...
2020-07-15 miketoutRearrange currency flow
2020-07-15 miketoutRemove debug, adjust for import fee
2020-07-15 miketoutFunds carryforward fix
2020-07-14 miketoutFee fix
2020-07-14 miketoutCorrect fee on convert export
2020-07-13 miketoutRemove debug output
2020-07-13 miketoutClear reserve tx descriptor between imports
2020-07-13 miketoutClear exports between currencies on failure
2020-07-13 miketoutRemove false positive on conversion error
2020-07-13 miketoutNon-reserve currency state reporting fixes
2020-07-13 miketoutMake sure to report initial pre-allocaiton on non-reser...
2020-07-13 miketoutPreserve initial currency state reporting on first...
2020-07-13 miketoutRound up for checking high supply conversion rate
2020-07-13 miketoutNon-reserve and reserve update change
2020-07-12 miketoutReconcile conversions with exact reserve amount changes...
2020-07-10 miketoutFractional reserve conversion fixes
2020-07-10 miketoutEnsure that local token currencies are sent to reserve...
2020-07-10 miketoutRecord spends of zero outputs
2020-07-10 miketoutConversion fixes
2020-07-08 miketoutEnsure initial reserve supply is always <= initialFract...
2020-07-08 miketoutUp precision of all conversion calculations to fixed...
2020-07-07 miketoutImproved multi-currency fractional launch and fixed...
2020-07-07 miketoutEnable multi-currency reserve currency launches
2020-07-05 miketoutFractional currency launch fixes, more needed
2020-07-05 miketoutCleanup and complete basic currency launch changes
2020-07-03 miketoutMerge branch 'dev' of https://github.com/miketout/verus...
2020-07-03 miketoutReserve currency improvements
2020-07-02 miketoutMerge pull request #82 from Asherda/readme
2020-06-26 miketoutReserve chain initialization fix
2020-06-14 Asher DawesMerge branch 'dev' of github.com:miketout/VerusCoin...
2020-06-14 miketoutSeparate out and update PBAAS header from PBAAS activation
2020-06-03 Asher DawesMerge remote-tracking branch 'mike/dev' into dev
2020-06-02 miketoutFix for displaying reserve values in listtransactions
2020-05-30 Asher DawesMerge remote-tracking branch 'mike/dev' into dev
2020-05-30 miketoutInterim reserves progress and build error (will not...
2020-05-25 Asher DawesMerge remote-tracking branch 'mike/dev' into dev
2020-05-24 miketoutRefactor notarization finalization, remove identity...
2020-05-23 miketoutRefactoring and more reserve token support
2020-05-18 miketoutExtended staking updates and misc for ID and currency...
2020-05-14 miketoutMerge pull request #73 from monkins1010/falcon
2020-05-08 Asher DawesMerge remote-tracking branch 'mike/dev' into dev
2020-05-08 miketoutBuild fix
2020-05-08 miketoutCleanup error message
2020-05-08 miketoutFee calculation fix
2020-05-07 miketoutComment out debugging
2020-05-07 miketoutClean up and reconcile preallocation and minting
2020-05-07 miketoutFix currency minting exports
2020-05-07 miketoutFixes for minting and preallocation
2020-05-07 miketoutMinting currency
2020-05-07 miketoutRefund fix
2020-05-06 miketoutSet to testnet and refund fix
2020-05-06 miketoutRefund fix
2020-05-06 miketoutRefund fix
2020-05-06 miketoutImport/export fixes
2020-05-06 miketoutTransaction proof fixes
2020-05-06 miketoutMore launch and initial currency state fixes
2020-05-06 miketoutToken refund and launch fixes
2020-05-05 miketoutToken launch notarization and auto-refund fixes
2020-05-05 miketoutMulti-currency launch fix
2020-05-04 miketoutEnable centralized tokens to have buy in before launch
2020-05-04 miketoutImport/export fix
2020-05-04 miketoutFix EVAL_RESERVE_DEPOSIT reserve output calculation
2020-05-04 miketoutFix for minting currency
2020-05-04 miketoutCurrency transfer updates and debug outputs
2020-05-01 miketoutFixes for token launch, import, and export
2020-04-29 miketoutUpdate POS entropy
2020-04-29 miketoutImport/Export fixes
2020-04-29 miketoutAdditional fixes for currency launch
2020-04-28 miketoutCurrency launch fixes and better algorithm for selectin...
2020-04-26 miketoutClean up and display coin names on balances
2020-04-26 miketoutEnable token launches
2020-04-22 miketoutCurrency launch and chain import/export updates
2020-04-18 miketoutCurrency launch, import, export, and refund fixes
2020-04-13 miketoutValidation of multi-currency coinbases with multiple...
2020-04-12 miketoutFix initial chain definition at PBaaS activation
2020-04-05 miketoutImport/export fee simplification and tokens
2020-04-04 miketoutVRSC and VRSCTEST import/export thread at PBaaS activation
2020-03-24 miketoutMulti-currency PBaaS with tokens, IDs, multi-currency...
2019-12-19 miketoutMerge pull request #60 from VerusCoin/dev
2019-12-19 miketoutMerge pull request #261 from DeckerSU/patch-vrsc-gcc8
2019-12-19 DeckerSUmultiple fix of return-type for stubs and real methods...
2019-12-02 AsherMerge branch 'dev' of https://github.com/miketout/Verus...
2019-12-02 miketoutChange versioning to account for some blocks at solutio...
2019-11-28 AsherMerge branch 'dev' of https://github.com/miketout/Verus...
2019-11-28 miketoutSmart transaction improvements and multisig signing...
2019-11-17 AsherMerge branch 'dev' of https://github.com/miketout/Verus...
2019-11-17 miketoutDummy signature creator signing fixes
2019-11-15 AsherMerge branch 'dev' of https://github.com/miketout/Verus...
2019-11-14 miketoutMove all solution PBaaS and protocol extensions to...
next
This page took 0.633984 seconds and 107 git commands to generate.