josecoll
512de2690d
Added changelog entry. ( #1691 )
2017-09-27 15:29:00 +01:00
Rick Parker
39160de0a3
BIGINT fix for H2 coin selection. ( #1659 )
2017-09-27 15:15:34 +01:00
Rick Parker
0c910640bb
Misc documentation fixes ( #1690 )
2017-09-27 15:14:39 +01:00
Shams Asari
0ce0baa235
Removed initialiseSerialization param from CordaRPCClient, mirroring change in 1.0 branch
2017-09-27 14:43:04 +01:00
Andras Slemmer
2054827528
Merge pull request #1650 from corda/aslemmer-rpc-delay-arg-deserialisation
...
Delay RPC arguments deserialisation to allow routing of errors
2017-09-27 13:47:19 +01:00
Andrius Dagys
7a55855afb
Fix validating notary flow to handle notary change transactions properly.
...
Add a notary change test for checking longer chains involving both regular and notary change transactions.
2017-09-27 13:44:57 +01:00
josecoll
241f843555
Unification of VaultQuery And VaultService APIs (into single VaultService interface) to simplify node bootstrapping and usability. ( #1677 )
2017-09-27 13:33:23 +01:00
Maksymilian Pawlak
06cf741c0d
Merge pull request #1684 from corda/m4ksio_irs_demo_fixes
...
IRS Demo UI Fixes
2017-09-27 13:21:13 +01:00
mkit
d1891faa4d
FlowSnapshot serialization error ( #1671 )
...
* Converting SubList to list due to the Kryo lack of support
* Adding test
* Addressing review comments
2017-09-27 13:17:55 +01:00
Andrzej Cichocki
9874e1ff34
uncheckedCast crusade ( #1667 )
2017-09-27 12:58:48 +01:00
Maksymilian Pawlak
c8739e83a9
IRS Fixes to bring UI closer to declared financial types
2017-09-27 12:41:40 +01:00
Andras Slemmer
762b2a5123
More memory to attachment demo test nodes
2017-09-27 11:41:34 +01:00
Chris Rankin
c6c4c13bee
Declare this internal message string as "const". ( #1674 )
2017-09-27 11:32:10 +01:00
Mike Hearn
1b349214ff
Docs: mention RPC access in NodeInfo javadoc
2017-09-27 11:47:34 +02:00
Mike Hearn
df453bdaa8
Docs: add @suppress to a few things that were polluting the Dokka docs.
2017-09-27 11:47:34 +02:00
Mike Hearn
6686b054a2
Docs: flesh out javadocs on ServiceHub
2017-09-27 11:47:34 +02:00
Mike Hearn
b75c9f9254
Ironic: upgrade the version of the Gradle plugin that checks for upgraded versions of things.
...
It had broken due being incompatible with the new versions of Gradle
itself.
2017-09-27 11:47:34 +02:00
Mike Hearn
7a082a6598
Add an IntelliJ scope that covers the currently supported Corda API.
...
This is useful when used in combination with the "Highlight public
declarations with missing KDoc" inspection.
2017-09-27 11:47:34 +02:00
Mike Hearn
c79d14cb6e
RPC: make RPCConnection non-internal, as it's a core API. Move docs around so they're on public API not internal API.
2017-09-27 11:47:34 +02:00
Mike Hearn
e49da94418
Minor: use package descriptions in Kotlin build of api docs too, not just javadocs.
2017-09-27 11:47:34 +02:00
Mike Hearn
d3e1a8e1c0
Minor: improve javadocs in NodeInfo
2017-09-27 11:47:34 +02:00
Viktor Kolomeyko
8a842d1d53
CORDA-540: Ensure that covariance of type is handled correctly when serializing with AMQP ( #1631 )
2017-09-27 09:19:25 +01:00
Ross Nicoll
aff4d35ccb
Enforce JSON serialized key format ( #1606 )
...
Move Jackson public key encode/decode support away from Kryo serialization format for compactness and to DER format encoded as base64 for compatibility with other systems.
2017-09-26 18:22:35 +01:00
Clinton
24ff7efd5f
Cordapps now have a name field ( #1645 )
...
* Cordapps now have a name field.
2017-09-26 17:15:11 +01:00
Michele Sollecito
35924ba737
Upgraded to Kotlin 1.1.50. ( #1657 )
2017-09-26 14:34:13 +01:00
Patrick Kuo
474a72d1d2
[CORDA-624] Node Explorer on Issuing cash throws MissingContractAttachements exception ( #1654 )
2017-09-26 14:21:40 +01:00
Ross Nicoll
e1b040ba0e
Replace for ..-1 with until ( #1513 )
2017-09-26 13:37:13 +01:00
Michele Sollecito
63168c0299
[CORDA-481]: GH 965: Java 8 lambdas don't work properly in checkpointing ( #1619 )
2017-09-26 13:22:59 +01:00
Alberto Arri
246ab26d30
Properly escape backslashes in windows paths ( #1556 )
...
* fix some backslashes in the windows paths in the docs
This reverts commit 4532bca580
.
2017-09-26 12:54:28 +01:00
Andras Slemmer
9d115a2111
Delay RPC arguments deserialisation to allow routing of errors
2017-09-26 11:18:11 +01:00
Shams Asari
4df8b427d2
Removed SSLConfiguration parameter from CordaRPCClient, thus removing SSL support.
...
The current use of SSL RPC relies on access to the node's keystore file, and further to that some uses where using the NODE_USER to login on the p2p port.
2017-09-26 10:41:43 +01:00
Viktor Kolomeyko
b4e674c2fe
CORDA-540: Implementation of path in the serialization graph ( #1484 )
2017-09-26 10:31:37 +01:00
Ross Nicoll
da82a0be40
CORDA-499: Dokka cleanup ( #1575 )
...
* Make functions in CompositeSignature static
* Make contract IDs constant
* Remove use of "e.g." which Dokka will take as end of the first sentence
* Move example onto function that it actually works with
* Change comment which refers to comment above it, without any linkage, to directly describe the function
* Move implementation notes out of Dokka comment
* Change contract IDs to constants in companion objects
2017-09-26 10:26:44 +01:00
Mike Hearn
20a9892123
RPC: Report failures during deserialisation of method arguments to the client as an exception.
2017-09-26 11:15:29 +02:00
Shams Asari
4030903fee
Merge pull request #1642 from corda/shams-fix-attachment-demo-test
...
Fixed AttachmentDemoTest
2017-09-26 09:45:25 +01:00
Katelyn Baker
7c63597937
Merge pull request #1622 from corda/feature/kat/carpenterRespectWhitelist
...
CORDA-601 - Start adding whitelist support to the carpenter
2017-09-26 09:39:07 +01:00
szymonsztuka
3218fd513d
optional warning when adding duplicated key to AppendOnlyPersistenMap ( #1635 )
...
* logging duplication warning is optional when adding to AppendOnlyPersistentMap
* suppress warnings in PersistentIdentityService
2017-09-26 09:34:14 +01:00
Shams Asari
faadfd6954
Fixed AttachmentDemoTest
2017-09-26 09:09:06 +01:00
Viktor Kolomeyko
8bab2ae9a1
Derive list of countries from JDK ( #1558 )
2017-09-26 08:57:28 +01:00
Viktor Kolomeyko
bef640d887
Add integration test to verify that ProcessUtilities work as expected ( #1561 )
2017-09-26 08:56:51 +01:00
Chris Rankin
8cc091b3e1
Transform Kotlin's EmptyList, EmptySet and EmptyMap into Java classes ( #1550 )
...
* Transform Kotlin's EmptyList, EmptySet and EmptyMap into Java classes before serialising them.
* Transform Kotlin's EmptyList, EmptySet and EmptyMap to their unmodifiable Java equivalents.
2017-09-26 08:33:30 +01:00
Ross Nicoll
be0e7a8877
Correct flow calls to generateSpend() ( #1643 )
...
Correct flow calls to generateSpend() to match 1.0 API changes
2017-09-25 22:53:49 +01:00
Ross Nicoll
7258c910c8
CORDA-249: Remove cyclic call from CompositeKey ( #1602 )
...
Remove cyclic call from `CompositeKey` cycle detection code. Previously when trying to report a cyclic graph in a `CompositeKey`, it called `toString()` which resulted in serialization of the graph, which of course was cyclic, so it failed.
2017-09-25 22:01:13 +01:00
Ross Nicoll
23f16b4b25
CORDA-604: Update cash spending to handle multiple identities ( #1534 )
...
Update cash spending to handle multiple identities per node. For test cases nodes typically have a single identity, which we extract using `chooseIdentity()`, however for production environments we need to support nodes having multiple identities they can represent, with none being special.
2017-09-25 22:00:24 +01:00
Clinton
0a9e4f40fe
Bumping gradle plugins to match the 1.0.0 major version. ( #1640 )
2017-09-25 20:26:34 +01:00
Joel Dudley
afc0bbe7ec
Adds ToC and internal links.
2017-09-25 18:55:36 +01:00
Ross Nicoll
369d204e7a
Add warning to notary demo Cordform extensions ( #1477 )
...
Add warning to not use the notary demo Cordform extension pattern, as it's experimental and should be replaced later on.
2017-09-25 18:37:46 +01:00
Ross Nicoll
798e99a588
Move identity service tests ( #1548 )
...
Move identity service tests from net.corda.services.network to net.corda.services.identity to match the service classes they correspond to.
2017-09-25 18:30:41 +01:00
Konstantinos Chalkias
6ddb6c7cc2
Command toString signers-keys format ( #1609 )
2017-09-25 18:25:18 +01:00
Rick Parker
175e53d3d2
Extract identity helpers ( #1636 )
...
* First compiling version. internal package accessed from finance and irsdemo
* Renaming
2017-09-25 17:49:34 +01:00