Ross Nicoll
7c0ffc78f8
Use curl instead of wget
...
Use curl instead of wget, for compatibility with OS X.
2017-01-16 18:24:13 +00:00
Andrius Dagys
e467b3513e
Fix raft notary demo identity generation paths
2017-01-16 14:01:38 +00:00
Andrius Dagys
ca1b08ad37
Node memory leak fix ( #152 )
...
Perform Artemis message sending in a separate thread pool to avoid memory leaks
2017-01-13 18:29:56 +00:00
Andrius Dagys
d757429043
Update the demo date in order: first notary, then party nodes ordered by name.
2017-01-13 12:09:35 +00:00
Andrius Dagys
078a9e2b70
IRSDemoTest: wait until transactions have finished before completing the test.
...
The date to set the demo date to is now + 6 months.
2017-01-13 12:09:35 +00:00
Thomas Schroeter
6b7edf5af6
Tx validation detect duplicate inputs ( #138 )
...
* Move duplicate input detection to transaction verification
Duplicate detection was previously part of the NotaryFlow.
2017-01-13 11:37:28 +00:00
Mike Hearn
44065243bb
Merge pull request #149 from corda/mike-better-flowlogic-docs
...
FlowLogic cleanup
2017-01-12 16:09:55 +01:00
Mike Hearn
fb2b3e5b29
Merge pull request #148 from corda/sofus-universal-contracts
...
Sofus universal contracts
2017-01-12 13:41:46 +01:00
Mike Hearn
ef6e9786a8
Cleanup: improve api docs on FlowLogic, make it clearer when stuff is considered internal, rename an obscurely named field.
2017-01-12 13:30:10 +01:00
Mike Hearn
d26c44d08c
Configure Capsule/Driver to give Corda a relatively poxy 200mb heap by default: we don't seem to need more for development purposes. Switch to G1GC by default as well.
2017-01-12 11:37:10 +01:00
Andrius Dagys
d2d25c9954
TransactionDSL: identical input states should have distinct StateRefs
2017-01-12 10:29:43 +00:00
Rick Parker
354977ffea
Fix intermittent failure in ScheduledFlowTests ( #140 )
...
Allow a single latch for all activity in the MockNetwork
2017-01-12 09:54:08 +00:00
Sofus Mortensen
8ac7d7c189
universal: pretty print, more JVM<3 type erasure fun
2017-01-11 23:44:11 +01:00
Sofus Mortensen
abb361f207
universal: pretty print, type erasure workaround
2017-01-11 22:51:00 +01:00
Sofus Mortensen
336ce362e8
universal: swaption
2017-01-11 21:26:32 +01:00
Sofus Mortensen
bfd7aa4fc2
universal: pretty print
2017-01-11 21:26:32 +01:00
Sofus Mortensen
306a3cdff7
universal: prettyPrint
2017-01-11 21:26:32 +01:00
Sofus Mortensen
4fdeee5bf8
universal: pretty print
2017-01-11 21:26:32 +01:00
Sofus Mortensen
02e0b2218c
universal: wrong exception type
2017-01-11 21:26:32 +01:00
sofusmortensen
607fd67519
universal: added split command
2017-01-11 21:26:32 +01:00
sofusmortensen
66692542bd
universal: completed example FX Fwd Time Option
2017-01-11 21:26:32 +01:00
sofusmortensen
f19df50351
universal: simplied Actions squashing condition and actors together (suggested by Simon Peyton-Jones)
2017-01-11 21:26:32 +01:00
sofusmortensen
edc30717bb
universal: new example/unit test FX Fwd with Time Option
...
syntax enhancement with re-use of contracts.
2017-01-11 21:26:32 +01:00
Shams Asari
e589031d4b
Some clean up of the flow code
2017-01-11 16:33:59 +00:00
Ross Nicoll
95a33168d8
Merge pull request #145 from corda/rnicoll-amount-big-decimal
...
Add functions for converting Amount to/from decimal
2017-01-11 16:28:01 +00:00
Clinton Alexander
c9274f5388
Updated Corda to 0.8 snapshot.
2017-01-11 14:11:27 +00:00
Ross Nicoll
c1d5e5c82e
Add functions for converting Amount to/from decimal
...
Add new functions for converting amounts to/from decimal representation. Also adds clarification that
the constructor which takes in a BigDecimal drops any fractional part.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-01-11 14:08:07 +00:00
Clinton
a8fc858291
Merge pull request #143 from corda/clint-issue128
...
runnodes.bat no longer recursives when creating nodes.
2017-01-11 14:04:16 +00:00
Clinton
70bf16be99
Merge pull request #139 from corda/clint-issue134
...
Fixed TransactionSerializationTests.signWireTX by ensuring the signed…
2017-01-11 11:39:58 +00:00
Clinton Alexander
e38167c500
runnodes.bat no longer recursives when creating nodes.
2017-01-11 11:37:20 +00:00
josecoll
4d0fef4701
Colljos m7 minor config fix boc ( #137 )
...
* Fixed incorrect configuration of Issuer node.
* Fixed incorrect configuration of Bank of Corda gradle node config.
2017-01-11 11:01:16 +00:00
Clinton Alexander
e83c6e6b9d
Fixed TransactionSerializationTests.signWireTX by ensuring the signed transaction corruption always corrupts the signature.
2017-01-11 10:55:05 +00:00
josecoll
172be1301d
Fixed incorrect configuration of Issuer node. ( #136 )
2017-01-10 17:07:09 +00:00
Ross Nicoll
21194f2894
Merge pull request #135 from corda/rnicoll-require-message
...
Correct message when checking signing keys
2017-01-10 14:31:42 +00:00
Ross Nicoll
1fbad81773
Correct message when checking signing keys
...
The keys used to sign a command are tested for being a superset of the keys which own
the states, not for being an exact match (as the text previously suggested). This corrects
the message used if this requirement isn't met.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
2017-01-10 13:19:43 +00:00
Shams Asari
7cd281364f
Removed basedir from the config file as it's always overwritten by the --base-directory cmd line arg
2017-01-10 10:49:28 +00:00
Joel Dudley
d87c9eb9d2
Updates the docs landing page to give clear direction to new users.
2017-01-10 10:18:38 +00:00
Mike Hearn
5ae417fe49
Minor: typo fix in the technical whitepaper.
2017-01-09 20:20:10 +01:00
Shams Asari
334b91faf0
Testing that a node can communicate with a distributed service it's part of
2017-01-09 17:21:51 +00:00
Joel Dudley
e55833d147
Details of First/AnyComposition. Expands on clause workings. Typos.
2017-01-09 16:09:32 +00:00
Clinton
af42bb389b
Merge pull request #126 from corda/release-M7
...
Release notes for M7
2017-01-09 15:12:30 +00:00
Clinton Alexander
2d07014bf9
Fixed rendering of URLs on the release notes.
2017-01-09 15:03:53 +00:00
Mike Hearn
b3fa9d62c1
Make the attachments demo IntelliJ run configs work again.
2017-01-09 15:55:02 +01:00
Clinton
470c01c15f
Merge pull request #129 from corda/joel-docs-master
...
Regens docs.
2017-01-06 17:40:31 +00:00
Joel Dudley
a8a371fcda
Regens docs.
2017-01-06 17:38:23 +00:00
Clinton Alexander
b6a325e7c7
Updated M7 release notes.
2017-01-06 17:20:41 +00:00
Clinton Alexander
def621ad0d
Release notes updated.
2017-01-06 17:09:37 +00:00
Clinton Alexander
4c566d086e
Further improvements to the M7 release notes.
2017-01-06 17:00:59 +00:00
Clinton Alexander
e0197e8982
Updated release notes for M7.
2017-01-06 17:00:59 +00:00
Clinton Alexander
c40ada96f1
Improved release notes.
2017-01-06 17:00:59 +00:00