Commit Graph

3071 Commits

Author SHA1 Message Date
Chris Rankin
1a78ca240a Comment file copying vs file filtering during packaging. 2017-02-22 08:45:35 +00:00
Chris Rankin
2f82b58c9e CORPRIV-659: Renaming packaging script. 2017-02-22 08:45:11 +00:00
Chris Rankin
f6deeff9ae CORPRIV-658: Rename packaging script. 2017-02-22 08:44:38 +00:00
Chris Rankin
9b2b3a31a0 Comment how JediTerm is not available via Maven. 2017-02-21 17:45:45 +00:00
Chris Rankin
f20cb1e74d Downgrade JDK requirement to 8u102, for consistency with capsules. 2017-02-21 16:43:58 +00:00
Chris Rankin
02a9e32d3c CORPRIV-659: Better validation for JAVA_HOME. 2017-02-21 16:32:30 +00:00
Chris Rankin
22d2244ce7 CORPRIV-659: Fix DMG installer. 2017-02-21 15:38:22 +00:00
Chris Rankin
faefae01e2 Fix terminal resizing. 2017-02-21 12:32:47 +00:00
Chris Rankin
d69d9c6fde CORPRIV-661: Ensure that we can rewrite saved profiles correctly. 2017-02-21 11:10:27 +00:00
Chris Rankin
8624537d34 CORPRIV-658: Add external manifest for DemoBench.exe that declares it incapable of native HiDPI support. 2017-02-21 10:40:32 +00:00
Chris Rankin
9023778b07 CORPRIV-658: I've wasted enough time on this - Windows rejects this BMP
as invalid, and I have no idea why!?
2017-02-21 09:40:06 +00:00
Chris Rankin
d3e46d97b9 CORPRIV-659: Tweak post-image script for DMG. 2017-02-20 21:49:06 +00:00
Chris Rankin
09d3fb423d CORPRIV-659: Update installer script and icons for DMG. 2017-02-20 17:52:17 +00:00
Chris Rankin
a695ff0140 CORRIV-658: Add icon for Windows installer. 2017-02-20 17:37:06 +00:00
Chris Rankin
31843bbac8 CORPRIV-661: Refactor code for guaranteeing a .zip extension. 2017-02-20 15:49:13 +00:00
Chris Rankin
0f73b68d39 CORPRIV-661: Implement saving profiles. 2017-02-20 15:25:02 +00:00
Chris Rankin
ddd8d6a513 Upgrade to TornadoFX 1.6.2. 2017-02-20 09:13:02 +00:00
Chris Rankin
ac56c7d451 Merge branch 'master' into demobench 2017-02-17 08:23:08 +00:00
Patrick Kuo
638bfcd131 Merged in pat-doorman-jira (pull request #19)
Doorman-Jira integration

Approved-by: Shams Asari
2017-02-16 17:50:57 +00:00
Patrick Kuo
1611066c44 Addressed PR issues 2017-02-16 15:13:05 +00:00
Patrick Kuo
f999da3a4d Addressed PR issues 2017-02-16 15:11:25 +00:00
Patrick Kuo
5064cbb5c0 Addressed PR issues 2017-02-16 14:47:20 +00:00
Patrick Kuo
e2f93f64a9 Addressed PR issues 2017-02-16 14:45:36 +00:00
Patrick Kuo
d76db6d047 Addressed PR issues 2017-02-16 11:30:03 +00:00
Patrick Kuo
234863f88c Doorman-Jira integration 2017-02-15 15:42:41 +00:00
Chris Rankin
38e57d6342 CORPRIV-661: Allow profiles to be loaded into DemoBench. 2017-02-14 17:14:54 +00:00
Chris Rankin
0ae5713a47 Merge branch 'master' into demobench 2017-02-14 10:37:02 +00:00
Patrick Kuo
7cd8d952a9 Merged in pat-add-keygen-option-to-doorman (pull request #18)
Add keygen option to doorman

Approved-by: Shams Asari
2017-02-14 09:48:22 +00:00
Ross Nicoll
6622db80e7 Remove CashFlow
Remove the CashFlow flow, replacing it with CashFlowCommand which can be used for the use-cases
with instructions passed around as an object.
2017-02-13 17:50:05 +00:00
Andrius Dagys
ac2bc138ac Include Merkle tree root hash in FilteredTransaction
Remove no longer needed test. Make FilteredTransaction constructor private
2017-02-13 17:50:05 +00:00
Patrick Kuo
aff5148c9b Add support for contract upgrades (#165)
* Add support for contract upgrades
* Add interface for the upgraded contract to implement, which provides functionality for upgrading legacy states.
* Add shared upgrade command and verification code for it.
* Add DummyContractV2 to illustrate what an upgraded contract looks like.
* Add new functions to vault service to support upgrading state objects.
* Add contract upgrade flow
2017-02-13 17:50:05 +00:00
David Lee
ef52014504 Updated the notice
... to the last version reviewed & approved by legal counsel
2017-02-13 17:50:05 +00:00
Clinton Alexander
bbb6650632 Capsule fat JAR now contains a CDDL notice. 2017-02-13 17:50:05 +00:00
Shams Asari
71182ec8c1 End flow if waiting for ledger commit and committer flow errors 2017-02-13 17:50:05 +00:00
Ross Nicoll
3c0d6fd14f Split CashFlow into three flows
Split CashFlow into independent CashIssueFlow, CashExitFlow and CashPaymentFlow,
so that users can be given access to one but not the other(s).

Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-02-13 17:50:05 +00:00
Ross Nicoll
a9d9441411 Add AnonymousParty superclass of Party
Add AnonymousParty superclass of Party in preparation for anonymising parties stored in
contract states.

Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-02-13 17:50:05 +00:00
Konstantinos Chalkias
35253e53b8 minor changes in for/while loops. Sanity check for even number of nodes (in buildMerkleTree) has now been moved before entering the loop. 2017-02-13 17:50:05 +00:00
chalkido
dbe3b1636d Extract Class pattern: Move MerkleTree (from MerkleTransaction) to its own class file inside core.crypto package. 2017-02-13 17:50:05 +00:00
Joel Dudley
83bcae0cec Rebuilds docs. 2017-02-13 17:50:05 +00:00
Ross Nicoll
53e7c27d58 Split users for bank and big corp 2017-02-13 17:50:04 +00:00
Joel Dudley
e80001a831 Changes docs to point to cordapp-tutorial instead of cordapp-template as appropriate. 2017-02-13 17:50:04 +00:00
Andrius Dagys
0dddf7ce66 Update version to 0.9-SNAPSHOT 2017-02-13 17:50:04 +00:00
Andrius Dagys
3556967a0e Update notice on the docs index page to point to release M8
Regenerate docs
2017-02-13 17:50:04 +00:00
Andrius Dagys
66409395d4 Release notes for M8 (#213) 2017-02-13 17:50:03 +00:00
Andrius Dagys
e737fa5e9f Demo bug fixes (#217)
* Add webAddress back to NMS as it shifts the port allocation for all subsequent nodes and causes all demos to break.

* Attachment demo: fix node names

* Notary demo: fix certificate paths & ports

* IRS demo: role decider fixed to allocate roles properly. Previously it used to pick current node as the Fixer, causing both nodes to initiate the trade flow, resulting in double spend exceptions..
2017-02-13 17:50:03 +00:00
Andrius Dagys
e4c2a34611 Update version to 0.8 2017-02-13 17:50:03 +00:00
Gary Rowe
aea3f6f20e Fix the port numbers in the documentation to match actual values (build) 2017-02-13 17:50:03 +00:00
Gary Rowe
5787626032 Fix the port numbers in the documentation to match actual values 2017-02-13 17:50:03 +00:00
Shams Asari
26ddf5927d FlowException can be thrown from within UntrustworthyData.unwrap for better Java interop, and more checked exception annotations relating to flows 2017-02-13 17:50:03 +00:00
Ross Nicoll
cbd52b28d6 Update party match in vault service
Replaces the legacy name-only comparison in the vault service with a party comparison. `Party` now
has an equals method that only uses the owning key, and therefore this functions as expected.
2017-02-13 17:50:03 +00:00