76f45a87de
Merge pull request #164 from s-matthew-english/patch-1
...
Enforce consistent capitalization of the word "notary".
2017-01-18 13:45:44 +00:00
82716b3fdb
enforcing consistency of capitalization
...
changing outlying instances of "Notaries" to "notaries", reconciling them with the rest of the document
2017-01-18 14:02:21 +01:00
cbb66f87f3
Regen docsite with new JavaDoc format API reference
2017-01-18 13:42:22 +01:00
a88efac283
Merge pull request #160 from corda/mike-upgrade-dokka
...
Upgrade Dokka
2017-01-18 13:35:38 +01:00
701f7adcab
Docs: upgrade Dokka, start building a javadoc version of the API docs alongside the Kotlin API docs. Switch to using gradle to download/invoke it.
2017-01-18 13:18:04 +01:00
61b25a4abd
Notary demo now uses RPC directly instead of using an intermediate webserver.
2017-01-18 12:05:01 +00:00
5d40a03e60
Merge pull request #161 from corda/clint-traderdemorpc
...
Trader demo now uses RPC to communicate with nodes
2017-01-17 15:43:55 +00:00
0ec27fe11a
Driver parameter cleanup in trader demo Main.
2017-01-17 14:52:15 +00:00
082fec1362
Trader demo now works from the command line in new RPC only mode.
2017-01-17 14:17:31 +00:00
e6da4909d3
Trader demo IntelliJ configurations and driver updated to work with the new RPC style demo.
2017-01-17 14:17:31 +00:00
f512bd2e71
Trader demo now uses RPC to node rather than via a HTTP server.
2017-01-17 14:17:31 +00:00
c4e3b258c7
Introducing Observable.toFuture() extension method
2017-01-17 12:56:59 +00:00
429fbb3b97
Change clauses diagrams after clauses clean-up.
2017-01-17 11:34:21 +00:00
2efd44d46b
Clean up semantics of composite clauses
...
This deprecates the existing composition clauses and adds new better named versions,
as well as changing 'AnyOf' to require at least one matching subclase (better matching
the name of the clause).
2017-01-17 11:34:21 +00:00
7c0ffc78f8
Use curl instead of wget
...
Use curl instead of wget, for compatibility with OS X.
2017-01-16 18:24:13 +00:00
e467b3513e
Fix raft notary demo identity generation paths
2017-01-16 14:01:38 +00:00
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
d757429043
Update the demo date in order: first notary, then party nodes ordered by name.
2017-01-13 12:09:35 +00:00
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
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
44065243bb
Merge pull request #149 from corda/mike-better-flowlogic-docs
...
FlowLogic cleanup
2017-01-12 16:09:55 +01:00
fb2b3e5b29
Merge pull request #148 from corda/sofus-universal-contracts
...
Sofus universal contracts
2017-01-12 13:41:46 +01:00
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
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
d2d25c9954
TransactionDSL: identical input states should have distinct StateRefs
2017-01-12 10:29:43 +00:00
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
8ac7d7c189
universal: pretty print, more JVM<3 type erasure fun
2017-01-11 23:44:11 +01:00
abb361f207
universal: pretty print, type erasure workaround
2017-01-11 22:51:00 +01:00
336ce362e8
universal: swaption
2017-01-11 21:26:32 +01:00
bfd7aa4fc2
universal: pretty print
2017-01-11 21:26:32 +01:00
306a3cdff7
universal: prettyPrint
2017-01-11 21:26:32 +01:00
4fdeee5bf8
universal: pretty print
2017-01-11 21:26:32 +01:00
02e0b2218c
universal: wrong exception type
2017-01-11 21:26:32 +01:00
607fd67519
universal: added split command
2017-01-11 21:26:32 +01:00
66692542bd
universal: completed example FX Fwd Time Option
2017-01-11 21:26:32 +01:00
f19df50351
universal: simplied Actions squashing condition and actors together (suggested by Simon Peyton-Jones)
2017-01-11 21:26:32 +01:00
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
e589031d4b
Some clean up of the flow code
2017-01-11 16:33:59 +00:00
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
c9274f5388
Updated Corda to 0.8 snapshot.
2017-01-11 14:11:27 +00:00
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
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
70bf16be99
Merge pull request #139 from corda/clint-issue134
...
Fixed TransactionSerializationTests.signWireTX by ensuring the signed…
2017-01-11 11:39:58 +00:00
e38167c500
runnodes.bat no longer recursives when creating nodes.
2017-01-11 11:37:20 +00:00
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
e83c6e6b9d
Fixed TransactionSerializationTests.signWireTX by ensuring the signed transaction corruption always corrupts the signature.
2017-01-11 10:55:05 +00:00
172be1301d
Fixed incorrect configuration of Issuer node. ( #136 )
2017-01-10 17:07:09 +00:00
21194f2894
Merge pull request #135 from corda/rnicoll-require-message
...
Correct message when checking signing keys
2017-01-10 14:31:42 +00:00
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
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