Commit graph

9153 commits

Author SHA1 Message Date
Harry MacFinned
8914b5b96b
Add files via upload
add DAC + RDD to the list of removed assets.
Should solve #2189 for those assets
I built the code and it seems to work.
2019-07-09 17:24:29 +00:00
Christoph Atteneder
6564ddb8f0
Merge pull request #2913 from genesisofficial/master
List Genesis (GENX)
2019-07-09 10:36:46 +02:00
Christoph Atteneder
9dae015d1a
Merge pull request #2941 from Bob-Thomas/master
List Know Your Developer (KYD)
2019-07-09 10:36:12 +02:00
Christoph Atteneder
1981b98f7d
Merge pull request #2687 from DATSEC/list-starwels-asset
Fix ticker to Starwels (USDH)
2019-07-09 09:38:54 +02:00
Christoph Atteneder
2944f2f693
Merge pull request #2945 from huey735/patch-2
Update command to generate blocks
2019-07-09 08:36:09 +02:00
huey735
4e5d1644a0
Update command to generate blocks
Specify that from Bitcoin Core's v.0.18 the 'generate' command will be
deprecated and to use 'generatetoaddress' instead.
2019-07-09 01:08:46 +01:00
Bob Thomas
8e99b9ecea List Know Your Developer (KYD) 2019-07-08 20:26:06 +02:00
Christoph Atteneder
7b29511415
Merge pull request #2939 from freimair/envelope_of_envelopes
Bundle of envelopes
2019-07-08 19:45:34 +02:00
Florian Reimair
7b6c55808d
Formatting 2019-07-08 18:48:35 +02:00
Christoph Atteneder
6490c3d5b1
Merge pull request #2501 from freimair/seednode_optimizations
Seednode optimizations
2019-07-08 16:45:17 +02:00
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
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
Devin Bileck
1af7c99089
Update BitcoinJ checkpoint files 2019-06-20 12:45:06 -07: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