Manfred Karrer
adbe7fe1a4
Merge pull request #1665 from Technohacker/list-ryo-asset
...
List Ryo (RYO)
2018-10-05 14:00:35 -05:00
Manfred Karrer
72ea006c3a
Merge pull request #1662 from BTC2CoreDevs/list-bitcoin2-asset
...
List Bitcoin 2 (BTC2)
2018-10-05 14:00:12 -05:00
Manfred Karrer
2a68bd1307
Merge pull request #1691 from ridd84/list-croat-asset
...
List Croat (CROAT)
2018-10-05 13:57:53 -05:00
Manfred Karrer
77324ef41f
Merge pull request #1668 from DATSEC/list-starwels-asset
...
List Starwels (MAI)
2018-10-05 13:57:37 -05:00
Manfred Karrer
518f31cb1d
Merge pull request #1687 from RocksteadyTC/master
...
List TurtleCoin (TRTL)
2018-10-05 13:57:09 -05:00
Manfred Karrer
95d7ea2e1c
Merge pull request #1697 from SuB1X-Coin/list-sub1x-asset
...
List SUB1X (SUB1X)
2018-10-05 13:56:55 -05:00
Manfred Karrer
5774a69f5a
Merge pull request #1741 from project-qmc/list-qmcoin
...
List QMCoin
2018-10-05 13:56:41 -05:00
Manfred Karrer
b8a1a4c837
Merge pull request #1745 from egyware/master
...
List Chaucha (CHA)
2018-10-05 13:56:27 -05:00
Manfred Karrer
f562ffa424
Merge pull request #1746 from ManfredKarrer/DAO-improvements
...
Dao improvements
2018-10-04 15:07:24 -05:00
Manfred Karrer
c6c617e4b6
Improve comment
2018-10-04 15:06:44 -05:00
Manfred Karrer
1b8863652c
Merge branch 'master' into DAO-improvements
2018-10-04 10:40:42 -05:00
Manfred Karrer
b04d22f4d8
Merge pull request #1748 from brianl9995/wrong_url
...
Fix broken url
2018-10-04 10:12:39 -05:00
Manfred Karrer
fcc333cd89
Merge pull request #1747 from fotispap/fotispap/remove-age-altcoin-accounts
...
Remove age from limitations of altcoin accounts
2018-10-04 10:09:57 -05:00
bluna
0b0bd3bab5
Fix broken url
2018-10-04 11:46:22 -03:00
Manfred Karrer
3ed70f76be
Fix wrong log
2018-10-04 00:51:30 -05:00
Manfred Karrer
ba876d8884
Refactor parsing of genesis tx
...
- Extract genesis parsing to GenesisTxParser
- Cleanups
2018-10-04 00:38:21 -05:00
Manfred Karrer
40177dd52c
Refactor parser classes
...
- Use commitUTXOCandidates for processGenesisTxOutput
- Cleanup
2018-10-03 23:30:19 -05:00
Manfred Karrer
886272d6ce
Refactor parser classes
...
- Add check for opReturn in processTxOutput
- Handle burntBondValue
- Check for TxOutputType.INVALID_OUTPUT in isTxInvalid
2018-10-03 23:11:49 -05:00
Manfred Karrer
56b8a3986b
Refactor parser classes
...
- Remove tempTx from TxOutputParser
- Renamings
- Add isOpReturnOutput method to TempTxOuput
2018-10-03 22:28:31 -05:00
Manfred Karrer
c0d776e536
Fix wrong check for isVoteRevealInputValid
2018-10-03 21:45:49 -05:00
Manfred Karrer
248c5546be
Refactor parser classes
...
- Move unlockBlockHeight field from Tx to TxOutput
2018-10-03 21:31:26 -05:00
Manfred Karrer
097fa66c99
Refactor parser classes
...
- Add isUnLockInputValid to TxInputParser
- Continue to refactor to make methods more testable
- Clean up
2018-10-03 20:55:25 -05:00
Manfred Karrer
5df40f7e1f
Refactor parser classes
...
- Continue to refactor to make methods more testable
2018-10-03 20:13:16 -05:00
Manfred Karrer
7d14ab8376
Refactor parser classes
...
- Remove voteRevealInputState and replace with isVoteRevealInputInValid
in TxInputParser
- Rename optionalVerifiedOpReturnType to optionalOpReturnType
- Replace if checks with checkNotNull if case must not happen
- Remove unused isLastOutput param
- Inline handleOpReturnOutput code to processOpReturnOutput
- Remove class fields remainingInputValue and use a local var instead
- Rename getOptionalVerifiedOpReturnType to getOptionalOpReturnType
2018-10-03 19:03:43 -05:00
Edgardo Moreno
27cfac63e1
List Chaucha (CHA)
2018-10-03 20:42:29 -03:00
Manfred Karrer
744f0cc516
Refactor TxOutputParser
...
- Remove unneeded isLastOutput
- Rename bsqOutputs to tempTxOutputs
- Rename commitTxOutputs to commitTxOutputsForValidTx
2018-10-03 17:59:34 -05:00
Manfred Karrer
0c8d475c24
Improve string
2018-10-03 17:58:01 -05:00
Manfred Karrer
69210d9125
Fix missing updates of enum entries
2018-10-03 17:50:36 -05:00
Manfred Karrer
294c941512
Fix missing updates of enum entries
2018-10-03 17:34:40 -05:00
Manfred Karrer
e11e2b3c9e
Fix PB enum
...
As PB handles enums globally there must not be same entries in 2 diff.
enums. Therefore I postfixed with _OUTPUT 3 entries in TxOutputType.
2018-10-03 17:32:34 -05:00
Manfred Karrer
275286690b
Improve logs
2018-10-03 17:28:54 -05:00
Manfred Karrer
48fa9e75c9
Fix incorrect TxType entries in PB definitions
2018-10-03 17:28:44 -05:00
Manfred Karrer
7d045f028f
Fix incorrect/missing TxOutputType entries in PB definitions
2018-10-03 17:12:51 -05:00
Manfred Karrer
126d279e6e
Merge pull request #1718 from sqrrm/refactor-dao-parser
...
[WIP] Refactor dao parser
2018-10-03 17:10:13 -05:00
fotispap
c305a3cb03
Remove age from limitations of altcoin accounts
2018-10-03 22:26:50 +02:00
Manfred Karrer
fd97c3c7f9
Merge pull request #1738 from ManfredKarrer/dao-fixes
...
Dao fixes
2018-10-03 13:41:56 -05:00
sqrrm
bc262460a1
Merge remote-tracking branch 'origin/master' into refactor-dao-parser
2018-10-03 10:51:49 +02:00
Manfred Karrer
d68f9b5474
Fix wrong validation checks on proposals and ballots
...
- We cannot validate the txType at startup as the blockchain is nto ready at that moment. So we cannot apply that validation when we receive the payloads. We do the validation instead at the access to the lists.
- We fix a glitch with missing cycle start time in ResultsOfCycle
- Cleanup in VoteResultView
2018-10-01 21:19:12 -05:00
Manfred Karrer
2de9c7282e
Make DaoFacade implement DaoSetupService
...
- Fixes a bug that the phaseProperty was not set in DaoFacade as the
class was instantiated on demand and missed updates.
2018-10-01 21:16:02 -05:00
project-qmc
0c97d6dcd1
List QMCoin
2018-10-02 02:50:18 +01:00
Manfred Karrer
030dc0209b
Change btcd-cli4j to 3864e1c4
2018-10-01 12:17:40 -05:00
Manfred Karrer
b981737775
Change log msg with update to new btcd-cli4j
2018-10-01 12:17:28 -05:00
Manfred Karrer
7ac2a02279
Fix startHeight, handle errors
2018-10-01 11:39:45 -05:00
Manfred Karrer
6873d03216
Merge pull request #1735 from ManfredKarrer/master
...
Fixes and improvements
2018-09-29 12:27:04 -05:00
Manfred Karrer
012dab9ad2
Add isUnspent to JsonTxOutput
2018-09-28 19:58:03 -05:00
Manfred Karrer
3de2746834
Rename outputIndex
2018-09-28 19:49:36 -05:00
Manfred Karrer
54fc96a5d7
Update json classes for BSQ explorer
2018-09-28 19:34:08 -05:00
Manfred Karrer
dcd0ff5efd
Add tx validation for proposals
2018-09-28 14:53:27 -05:00
Manfred Karrer
1760094286
Handle reorgs
2018-09-28 14:52:59 -05:00
Manfred Karrer
d7be7f48f2
Remove unneeded BtcWalletService field
2018-09-28 13:05:06 -05:00