Commit graph

9249 commits

Author SHA1 Message Date
Florian Reimair
7a942cfbd7
Cleanup 2019-07-08 16:23:36 +02:00
Christoph Atteneder
e953cfb1d9
Merge pull request #2943 from freimair/monitor-bsqblocks
Monitor reports BSQBlock head
2019-07-08 13:23:05 +02:00
Florian Reimair
3fb8be3481
Rename 2019-07-08 09:33:50 +02:00
Florian Reimair
8dd993fd54
Still maintain DoS protection 2019-07-06 14:24:12 +02:00
Florian Reimair
0733379141
Split on resulting message size 2019-07-06 14:23:24 +02:00
Florian Reimair
06d21865b6
Added systemd.service for seednode operation 2019-07-05 09:19:42 +02:00
Florian Reimair
03db522a11
Remove restart-mechanism from seed node 2019-07-05 09:19:42 +02:00
Florian Reimair
bdc860be9f
Optimized memory footprint of DoS protection 2019-07-05 09:19:41 +02:00
sqrrm
6d195725ec
Exclude non executed BSQ trade 2019-07-05 09:05:57 +02:00
Florian Reimair
761c302e4f
Fix: works for heads more than 20 behind 2019-07-04 19:24:57 +02:00
Florian Reimair
b9cb889c12
Fixed max finding algorithm 2019-07-04 19:10:19 +02:00
Christoph Atteneder
07205a20db
Merge pull request #2905 from mpolavieja/patch-1
Update idea-import.md
2019-07-03 10:32:03 +02:00
Christoph Atteneder
a0debe1766
Merge pull request #2909 from devinbileck/update-checkpoints
Update BitcoinJ checkpoint files
2019-07-03 10:28:36 +02:00
Florian Reimair
e40c3f3ad0
Report dao state reference head as well 2019-07-02 23:11:51 +02:00
sqrrm
f470f6cba2
Merge pull request #2934 from a123b/fix-sepa-instant-payment-info
Fix missing payment info on SEPA Instant trades
2019-07-02 17:55:35 +02:00
a123b
0ee23c7b4f Fix missing payment info on SEPA Instant trades 2019-07-02 16:57:22 +02:00
sqrrm
6e1f5ef203
Merge pull request #2929 from a123b/fix-low-volume-offer-edit
Fix offer editing for low volume offers
2019-07-02 16:27:55 +02:00
a123b
2b171e4831 Fix offer editing for low volume offers
For very low volume offers, it can happen that the minimum buyer security
deposit by coin value is bigger than the maximum security deposit by
percentage of trade amount.
This caused the security deposit validity check in the offer editor to fail,
making it impossible to edit these offers.
This commit fixes the problem by setting the default percentage value to
the model instead of the calculated one in this specific case.
2019-06-29 17:03:19 +02:00
sqrrm
e33956c142
Merge pull request #2928 from a123b/fix-market-price-disagreement-ackmessage
Use tempTradingPeerNodeAddress if the trade doesn't have a trading peer set yet
2019-06-29 16:27:45 +02:00
a123b
affa1b16fa Use tempTradingPeerNodeAddress if the trade doesn't have a trading peer set yet
This should fix the errors on the maker side when there's a disagreement
about market price.

Fixes #2910
Fixes #2924
2019-06-28 13:22:37 +02:00
sqrrm
e13faba79a
Merge pull request #2920 from devinbileck/resurrect-testnet
Resurrect testnet
2019-06-24 22:49:03 +02:00
sqrrm
08fe71a311
Merge pull request #2915 from sqrrm/dispute-on-startup
Wait for initialized wallet before processing dispute msgs, fix #2914
2019-06-24 22:36:54 +02:00
Devin Bileck
03bc06819f
Use new testnet genesis transaction 2019-06-24 13:15:38 -07:00
Devin Bileck
3b2e86a754
Add shell script for creating DAO genesis transaction 2019-06-24 13:15:37 -07:00
sqrrm
f62261719a
Include check for services in readyForTxBroadcast 2019-06-24 21:42:42 +02:00
Devin Bileck
2ba3c0f915
Update new testnet seednode address 2019-06-24 12:24:35 -07:00
Florian Reimair
f73fa94984
Use EnvelopeOfEnvelopes message type 2019-06-24 16:59:56 +02:00
Florian Reimair
b101035d99
Sketch of businesslogic regarding EnvelopeOfEnvelopes 2019-06-24 16:55:58 +02:00
Florian Reimair
16392f5f0a
Added EnvelopeOfEnvelopes Network Message 2019-06-24 16:53:53 +02:00
sqrrm
7f3cec3e8d
Merge pull request #2917 from devinbileck/fix-ack-message-failure
Fix AckMessage failure
2019-06-24 13:48:11 +02:00
Devin Bileck
ac66c97728
Fix AckMessage failure
When taking an offer, ack messages for
OfferAvailablilityRequest/Response were failing to be sent with the
following error.

> Jun-23 22:35:38.129 [JavaFX Application Thread] ERROR
> b.c.o.a.OfferAvailabilityProtocol: AckMessage for
> OfferAvailabilityResponse failed. AckMessage=AckMessage{
>      uid='8779f9ae-22e9-4f16-bbbb-4da89fe23cdf',
>      senderNodeAddress=localhost:3333,
>      sourceType=OFFER_MESSAGE,
>      sourceMsgClassName='OfferAvailabilityResponse',
>      sourceUid='df1a50c5-c6e7-4c81-8ad4-a100d622a053',
>      sourceId='pexluolj-2e5e5d9f-5aca-4a3d-b66a-60b72afe3d2c-112',
>      success=true,
>      errorMessage='null'
> } NetworkEnvelope{
>      messageVersion=12
> }, makersNodeAddress=localhost:3632, errorMessage=We did not send the
> EncryptedMessage because the peer does not support the capability.
2019-06-23 22:50:38 -07:00
sqrrm
cf5c03f43d
Wait for initialized wallet before processing dispute msgs, fix #2914 2019-06-23 17:32:46 +02:00
Shelby Sowell
113b6b8370 List Genesis (GENX) 2019-06-21 16:54:05 -05:00
sqrrm
664c7c6f87
Remove extra UI element and text string 2019-06-21 11:20:45 +02:00
Devin Bileck
1af7c99089
Update BitcoinJ checkpoint files 2019-06-20 12:45:06 -07:00
sqrrm
7a66febd52
Remove checkbox for hiding extremes 2019-06-20 12:07:58 +02:00
mpolavieja
881b2cdabd
Update idea-import.md 2019-06-19 23:43:41 +02:00
Christoph Atteneder
d53c3b387c
Merge pull request #2890 from sqrrm/display-param-change-value
Display changed param value at proposal time, fix #2692
2019-06-19 18:06:27 +02:00
Christoph Atteneder
e52cff8049
Merge pull request #2903 from sqrrm/better-null-tx-handling
Check not null tx
2019-06-19 18:03:24 +02:00
sqrrm
4243776aa5
Check not null tx 2019-06-19 14:32:06 +02:00
sqrrm
386209bd99
Merge pull request #2888 from sqrrm/late-vote-reveal-handling
Late vote reveal handling
2019-06-19 12:54:51 +02:00
sqrrm
cbab7965ad
Merge pull request #2889 from sqrrm/limit-bsq-offer
Limit BSQ validator to 10M BSQ, fix #2727
2019-06-18 19:58:42 +02:00
sqrrm
8c278a650a
Fix check for vote inclusion 2019-06-18 15:02:41 +02:00
sqrrm
212b779203
Use genesis height as fallback 2019-06-17 10:58:29 +02:00
Florian Reimair
65aeca804d
Remove MessageListener before adding it 2019-06-17 09:52:26 +02:00
sqrrm
29c48e9548
Display changed param value at proposal time, fix #2692 2019-06-16 15:49:30 +02:00
sqrrm
ba002b5207
Limit BSQ validator to 10M BSQ, fix #2727 2019-06-16 14:49:37 +02:00
sqrrm
12e46f027a
Indicate when vote wasn't included in result in proposalDisplay 2019-06-16 00:34:49 +02:00
sqrrm
98b4fe0d91
Show failed ballots as failed, fix #2704 2019-06-16 00:08:27 +02:00
sqrrm
fcfd302f62
Use proper vertical alignment for checkbox 2019-06-15 11:29:47 +02:00