Manfred Karrer
d31d569160
Don't throw exception at delayedRemoveEntryFromMailbox
...
- We saw that we get a NetworkNotReadyException called but it is unclear
why that can happen as that method should be only called after bootstrap
flag is set. But anyway that is not a critical issue as it only removes
the mailboxMessage and in case we are nto well connected it would get
removed by the TTL.
2018-10-04 11:32:53 -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
32bfe0eb8e
Set activation date, add logs
2018-10-02 22:58:38 -05:00
Manfred Karrer
984c305b77
Remove isAutoSelectArbitrators and hasMatchingLanguage check
2018-10-02 22:48:07 -05:00
Manfred Karrer
6346b14577
Remove hasMatchingArbitrator check
2018-10-02 22:47:16 -05:00
Manfred Karrer
cb17b008a3
Remove arbitrator selection view
2018-10-02 22:35:16 -05:00
Manfred Karrer
b2fd120eff
Add arbitrator_node_address to PB
2018-10-02 22:27:01 -05:00
Manfred Karrer
308d9d63a4
Remove autoSelectArbitratorsCheckBox
2018-10-02 22:11:43 -05:00
Manfred Karrer
8bcefaa135
Implement new arbitrator selection rule
2018-10-02 22:09:15 -05:00
Manfred Karrer
1e7dc5e95f
Add arbitrator to OfferAvailabilityResponse
2018-10-02 18:17:15 -05:00
Manfred Karrer
78a298cb13
Add ARBITRATOR_ADDRESS to extra map in trade statistics
2018-10-02 18:16:34 -05:00
Manfred Karrer
f2e289d0a6
Add ArbitratorSelection based on tradestatistics
2018-10-02 18:15:47 -05:00
John P
b4f772c118
Merge remote-tracking branch 'origin/master'
2018-10-02 17:41:47 -04:00
John P
5dafde8935
List Radium (RADS)
...
Official Project URL: https://radiumcore.org/
Official Block Explorer URL: https://chainz.cryptoid.info/rads/
Update Params
Updated Base58 Params
2018-10-02 17:40:10 -04:00
John P
176e15db74
List Radium (RADS)
...
Official Project URL: https://radiumcore.org/
Official Block Explorer URL: https://chainz.cryptoid.info/rads/
2018-10-02 17:16:15 -04: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