Manfred Karrer
87efe89662
Add proof of burn feature to dao
2018-11-11 12:56:54 -05:00
Manfred Karrer
d8bae356ff
Complete asset listing fee feature
2018-11-09 20:24:17 -05:00
Manfred Karrer
ca4a4a47ce
Add asset listing fee and proof of burn domain and views (WIP)
2018-11-08 16:44:58 -05:00
Manfred Karrer
edc1a35b15
Merge branch 'release-candidate-0.9.0' into complete-bonded-roles-impl
2018-11-06 12:40:50 -05:00
Manfred Karrer
b6361b5ed2
Merge branch 'master' into release-candidate-0.9.0
...
# Conflicts:
# gradle/witness/gradle-witness.gradle
2018-11-06 12:34:57 -05:00
Manfred Karrer
c5630eec0f
Add support for confiscation of bonds
2018-11-06 00:42:17 -05:00
Manfred Karrer
6218da0623
Support state update for unconfirmed reputation bond txs.
2018-11-05 20:22:57 -05:00
Manfred Karrer
7bf5c819cd
Implements bonded reputation
...
Still WIP with many areas...
2018-11-05 18:35:30 -05:00
Chris Beams
d4edb81d87
Pull up remaining common config to root
2018-11-04 16:55:33 +01:00
Chris Beams
f6a68f8aef
Pull up common JavaCompile config to root
2018-11-04 14:20:55 +01:00
Chris Beams
4e1fa914a2
Pull up common repositories to root build.gradle
2018-11-04 14:20:55 +01:00
Chris Beams
95c8b8ddfa
Pull up application and configuration of java plugin
2018-11-04 14:20:55 +01:00
Chris Beams
3c1c402d40
Remove use of maven plugin
...
It is no longer necessary to publish Maven metadata about common, core
and other submodules as they are no longer managed as separate libraries
in separate repositories. The only way these modules should be getting
referenced is from within applications in this repository such as
desktop, statsnode, etc. Essentially, we're no longer publishing our
libraries for public consumption.
2018-11-04 13:19:06 +01:00
Chris Beams
572155fa4a
Remove duplicate openjfx dependencies
2018-11-04 09:46:24 +01:00
Manfred Karrer
15b8f02c67
Work on bonded reputation (WIP)
2018-11-02 19:31:31 -05:00
Manfred Karrer
2575a0aa90
Rename BondedRoleProposal and service
2018-11-01 15:29:07 -05:00
Manfred Karrer
e41be44e9c
Remove mutable data from BondedRole
...
Use BondedRoleState to hold the mutable data. Store the BondedRoleState
in a local map.
2018-11-01 15:20:35 -05:00
Manfred Karrer
dbddb46bf6
Remove BondedRoleList
...
- We store the bonded roles in the evaluated proposals in the dao state.
From there we can get the bonded role object as it is part of the
bonded role proposal. Though we need to take that data immutable
(next commit will handle that)
2018-11-01 13:58:49 -05:00
Manfred Karrer
a8b833c285
Merge branch 'bonded-reputation' of https://github.com/sqrrm/bisq-desktop into sqrrm-bonded-reputation
...
# Conflicts:
# common/src/main/proto/pb.proto
# core/src/main/java/bisq/core/app/misc/AppSetupWithP2PAndDAO.java
# core/src/main/java/bisq/core/dao/DaoFacade.java
# core/src/main/java/bisq/core/dao/governance/role/BondedRole.java
# desktop/src/main/java/bisq/desktop/main/dao/bonding/lockup/LockupView.java
2018-10-31 13:17:57 -05:00
Manfred Karrer
dbbbf1717b
Merge branch 'release-candidate-0.9.0' into make-param-value-string
2018-10-29 21:43:11 -05:00
Manfred Karrer
ea33899123
Add BTC recipient address to params
...
- Change type of param value from long to string for more flexibility
- Add BTC recipient address param
- Add validation, refactor param value formatter and param value parser
2018-10-29 21:32:16 -05:00
Manfred Karrer
509c3d1e10
Add trade fee display to take offer screen
...
As take offer screen is WIP the fee display is also just a raw draft.
For the DAO state we should add a new group for the fee selection as
it is a bit lost in between the other fields...
2018-10-28 17:01:44 -05:00
Manfred Karrer
ac11888ec0
Add non-DAO version for fee display
2018-10-28 15:29:49 -05:00
Alexey Zagarin
0b8f6c17e2
Add PromptPay (Thailand)
...
Closes https://github.com/bisq-network/payment-methods/issues/6 .
2018-10-28 20:25:37 +07:00
Manfred Karrer
6b0a54bb0e
Add support for reimbursement requests
2018-10-24 12:30:18 -05:00
Manfred Karrer
7228228dc7
Merge branch 'master' into DAO-UI-hide-details
2018-10-23 11:52:44 -05:00
Christoph Atteneder
80544d52f4
Remove module configuration for openjfx libraries as they are not used as Java 9 modules.
2018-10-23 10:15:59 +02:00
Manfred Karrer
d80af564ed
Move javafx dependencies to common
...
For the upcoming API work we use java fx classes also in common (PR
is pending), so that is one reason to move that. But there was also an
issue on Linux (travis) as the platform property was not set in the
core gradle build file, but it is already defined in common.
2018-10-22 16:01:02 -05:00
Devin Bileck
861d8143ac
Add comment to clarify usage of buildscript block
2018-10-20 08:45:08 -07:00
Devin Bileck
5ae96b74b1
Remove unnecessary content from build.gradle
2018-10-20 08:25:17 -07:00
Manfred Karrer
168a15b5a1
Add full node mode and rpc data to settings
...
- Change FULL_DAO_NODE option from boolean to string to be able to detect not set values
- isFullDaoNode, rpcUser and rpcPw can be set in the UI. If prog ars are
available they will overwrite the UI data.
2018-10-19 23:43:07 -05:00
Manfred Karrer
4fd641fd51
Improve UI
2018-10-19 21:00:50 -05:00
Devin Bileck
2be4d3d8aa
Add mainClassName to common/build.gradle
...
Fix the following error:
A problem was found with the configuration of task ':common:startScripts'.
> No value has been specified for property 'mainClassName'.
2018-10-19 15:54:47 -07:00
Devin Bileck
48c196b5d1
Switch to OpenJDK10 in Gradle builds
...
Oracle JDK10 is EOL and is no longer available for download.
So switch to OpenJDK10 in Gradle builds.
2018-10-19 15:46:01 -07:00
Manfred Karrer
4d30fcb46d
Merge branch 'master' into Dao-UI-improvements
2018-10-17 10:59:05 -05:00
Manfred Karrer
e6f44ff1ae
Comment out BsqState in PB definitions
2018-10-16 23:22:50 -05:00
Manfred Karrer
a308469ac6
Support for persisted bsqState as resource file
...
- Move DecryptedBallotsWithMerits list and EvaluatedProposal list to
BsqState
- Use StoreService for handling persistence of snapshots
2018-10-16 23:21:11 -05:00
Manfred Karrer
ce5a8b4f19
Merge branch 'arbitration-system-improvements' of https://github.com/ManfredKarrer/bisq into ManfredKarrer-arbitration-system-improvements
...
# Conflicts:
# desktop/src/main/java/bisq/desktop/main/account/content/arbitratorselection/ArbitratorSelectionView.java
2018-10-16 11:48:11 -05:00
Manfred Karrer
dc6c25ed81
Merge branch 'master' into arbitration-system-improvements
2018-10-16 11:32:07 -05:00
sqrrm
b3c8610f10
Add bonded reputation service, storage
2018-10-16 17:11:40 +02:00
sqrrm
7b72f10eb2
Add bonded reputation
2018-10-14 12:51:36 +02:00
Manfred Karrer
9b40306d9a
Add handling for missing proposal data
2018-10-09 22:32:03 -05:00
Manfred Karrer
5141806509
Add handling for missing blindVote data
2018-10-09 22:00:02 -05:00
Manfred Karrer
58e6db0a25
Persist DecryptedBallotsWithMeritsList
2018-10-08 20:13:22 -05:00
Manfred Karrer
4cc17feace
Persist EvaluatedProposalList
2018-10-08 19:47:54 -05:00
Manfred Karrer
2d593ee88f
Merge branch 'master' into arbitration-system-improvements
2018-10-05 15:21:41 -05:00
Manfred Karrer
4770ac9ef5
Remove asset from comboBoxes if it was removed by voting
2018-10-05 00:46:03 -05:00
Manfred Karrer
3e7eba8f04
Add Generic- and removeAsset proposals
2018-10-04 23:24:14 -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
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