sqrrm
7547b3bb62
Avoid validating proposals during initial sync
2019-07-23 13:04:46 +02:00
Niyi Dada
6e8212e20f
Fixed label name for median.
2019-07-23 09:04:18 +01:00
Mike Rosseel
9b6bc38f71
make rpc host configurable
2019-07-21 16:31:11 +02:00
Niyi Dada
91c3337c37
Fixes for issues 2944 and 2955
2019-07-18 18:58:55 +01:00
sqrrm
26c35cc0c0
Change log level from error to debug
2019-07-16 21:51:03 +02:00
Christoph Atteneder
f1bc157f57
Update btcj checkpoints
2019-07-15 10:21:12 +02:00
Christoph Atteneder
c48739fd3b
Update translations
2019-07-15 10:04:37 +02:00
sqrrm
a8bb8322af
Continue requesting blocks if not in sync
2019-07-15 00:30:20 +02:00
sqrrm
5c15e29f49
Parse block only if height is right
2019-07-15 00:30:16 +02:00
Christoph Atteneder
78865dc0ff
Merge pull request #2954 from sqrrm/ignore-local-node
...
Add option to ignore local bitcoin node
2019-07-12 18:55:29 +02:00
sqrrm
93cebf4145
Add option to ignore local bitcoin node
2019-07-12 16:03:04 +02:00
sqrrm
a0104c03ec
Limit number of blocks sent in GetBlocksResponse
2019-07-12 16:00:44 +02:00
Christoph Atteneder
d9e088f469
Merge pull request #2952 from freimair/envelope_of_envelopes
...
Envelope of envelopes #2
2019-07-12 10:29:22 +02:00
Christoph Atteneder
e2bb538202
Merge pull request #2937 from sqrrm/exclude-bsq-nontrade
...
Exclude non executed BSQ trade
2019-07-12 10:28:14 +02:00
sqrrm
b623092afb
Don't dump blockchain data during initial parsing
2019-07-12 00:17:32 +02:00
Florian Reimair
b44cb452f9
Rename stuff
2019-07-10 16:31:58 +02:00
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
7b29511415
Merge pull request #2939 from freimair/envelope_of_envelopes
...
Bundle of envelopes
2019-07-08 19:45:34 +02:00
Florian Reimair
3fb8be3481
Rename
2019-07-08 09:33:50 +02:00
sqrrm
6d195725ec
Exclude non executed BSQ trade
2019-07-05 09:05:57 +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
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
Devin Bileck
03bc06819f
Use new testnet genesis transaction
2019-06-24 13:15:38 -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
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
cf5c03f43d
Wait for initialized wallet before processing dispute msgs, fix #2914
2019-06-23 17:32:46 +02:00
Devin Bileck
1af7c99089
Update BitcoinJ checkpoint files
2019-06-20 12:45:06 -07: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
29c48e9548
Display changed param value at proposal time, fix #2692
2019-06-16 15:49:30 +02:00
sqrrm
12e46f027a
Indicate when vote wasn't included in result in proposalDisplay
2019-06-16 00:34:49 +02:00
sqrrm
2375880d3c
Change message box aid
2019-06-05 19:26:04 +02:00
sqrrm
0217c3d63f
Add comments on BSQ trade fee calculation
2019-06-05 14:57:37 +02:00
Christoph Atteneder
5db568f982
Update translations
2019-06-04 10:13:36 +02:00
Stephan Oeste
1f1c6be0d5
node1.emzy.de has moved to a new server
...
New IP address for node1.emzy.de is 167.86.90.239
2019-06-03 22:37:31 +02:00
sqrrm
b93e7bac56
Add trader chat
...
- Add communication messages to Trade protobuf message to be able to
save chat messages per trade
- Add Type enum and field to DisputeCommunicationMessage protobuf to
be able to dispatch Dispute and Trade chat messages properly
- Rename some function as isClient instead of isTrader to make it easier
to understand who is who when two traders are communicating with each
other
2019-06-02 15:40:50 +02:00
y3v63n
03d3125531
Update displayStrings.properties
...
Fixing linguistic issues in the English version
2019-05-31 14:31:18 +03:00
sqrrm
1b1dce1012
Add ChatManager
...
Move session classes to core. Break out DisputeCommunicationMessage
handling from DisputeManager and put in ChatMananger prepare for other
uses of ChatManager.
Renaming of DisputeCommunicationMessage would be nice but it's
representing the protobuf messages so the name has to stay.
2019-05-30 18:49:54 +02:00
Christoph Atteneder
126afd2d0f
Merge pull request #2854 from sqrrm/fix-peer-handling
...
Fix peer handling
2019-05-30 12:45:25 +02:00
Christoph Atteneder
a1477699af
Merge pull request #2811 from KrzysiekJ/list-burnt-blackcoin
...
List burnt BlackCoin (BLK-BURNT)
2019-05-30 12:41:50 +02:00
sqrrm
78a837ec68
Handle encrypted BSQ wallet
2019-05-28 18:27:27 +02:00
sqrrm
b1362a9a36
Separate most of Chat and arbitration
...
The naming of DisputeCommunicationMessage has to stay but they otherwise
fit what would be more aptly named ChatCommunicationMessage or something
in that spririt.
2019-05-25 16:22:15 +02:00
sqrrm
ce38cec1af
Use minTakerFee when calculating taker fee
2019-05-22 12:57:17 +02:00
Devin Bileck
7f83b5dc4f
Fix formatDurationAsWords when duration is multiple of 10 days
...
When the duration is a multiple of 10 days (e.g. 110 days) and not
showing zero values, it was incorrectly formatting it as "11" rather
than "110 days".
2019-05-17 14:36:40 -07:00
Manfred Karrer
a730cc5300
Merge pull request #2705 from devinbileck/proposal-url-validation
...
Add specific URL validation for proposal links
2019-05-16 14:01:45 +02:00
Devin Bileck
25d3d2d424
Update status text when BTC sync in progress
...
Changes the status text when BTC sync in progress from:
Synchronized with Bitcoin Mainnet (using Tor): 10.00%
to:
Synchronizing with Bitcoin Mainnet (using Tor): 10.00%
2019-05-15 23:22:36 -07:00