Patrick Kuo
57412d4498
Enforce X500Name format defined in design doc ( #1427 )
...
* Standardise X500Name format - WIP
* address PR issues
* failing test fix and replace X500Name with getX500Name
* gradle plugin fix
* Added country code validation
2017-09-07 14:47:42 +01:00
Viktor Kolomeyko
d9d17be284
CORDA-540: Small changes to make "finance" tests pass in AMQP mode ( #1445 )
2017-09-07 13:31:41 +01:00
Shams Asari
c293d6b18a
Added check to receive and sendAndReceive to make sure the primitive classes aren't used ( #1400 )
2017-09-07 11:46:35 +01:00
Viktor Kolomeyko
50c51493c3
CORDA-540: AMQP-forge "example-code" ( #1439 )
2017-09-07 11:17:55 +01:00
Matthew Nesbit
916c25508e
Merge pull request #1440 from corda/mnesbit-remove-warnings
...
Remove some trivial syntax related warning messages.
2017-09-07 10:49:12 +01:00
Ross Nicoll
8d261faac0
Correct outInputState -> ourInputState ( #1435 )
2017-09-06 17:50:21 +01:00
Matthew Nesbit
291a55d2d2
Remove some trivial syntax related warning messages.
...
Fix whitespace
Address PR comment
2017-09-06 17:10:01 +01:00
Matthew Nesbit
e27e18a9ec
Merge pull request #1438 from corda/mnesbit-remove-dead-code
...
Remove dead and expensive call to key management service
2017-09-06 15:51:17 +01:00
Matthew Nesbit
810e6a230e
Remove dead and expensive call to key management service
2017-09-06 15:07:26 +01:00
Matthew Nesbit
0cfdc15a61
Merge pull request #1431 from corda/mnesbit-bounded-identities
...
Change PersistentIdentityService to have bounded memory
2017-09-06 15:06:46 +01:00
Viktor Kolomeyko
999515db95
CORDA-540: Allow maps as roots of serialization graph ( #1432 )
2017-09-06 15:06:35 +01:00
Ross Nicoll
6fa20e33da
Remove unused myKey
from TwoPartyDealFlow ( #1436 )
2017-09-06 15:00:34 +01:00
Matthew Nesbit
dc0b56432b
Change PersistentIdentityService to use AppendOnlyPersistentMap as this has bounded memory and works correctly for the use case of repeated duplicate inserts.
2017-09-06 13:58:25 +01:00
Andrzej Cichocki
b2051952d2
Add kotlin throwables to whitelist ( #1424 )
2017-09-06 12:58:06 +01:00
Ross Nicoll
fe17d26bb0
Reshuffle docs on NetworkRegistrationHelper ( #1429 )
...
Reshuffle docs on NetworkRegistrationHelper, and in particular note that it can cause the whole
process to exit.
2017-09-06 09:25:45 +01:00
Andrzej Cichocki
579abda044
Group test scope modules in testing dir ( #1419 )
2017-09-05 18:27:26 +01:00
Clinton Alexander
6a7f6a814e
Minor changes to PR template formatting - again
2017-09-05 18:08:51 +01:00
Clinton Alexander
bc28a2e062
Minor changes to PR template formatting
2017-09-05 18:08:29 +01:00
Clinton Alexander
8ded93c2a2
Minor changes to PR template.
2017-09-05 18:08:00 +01:00
Clinton Alexander
cb5ba4cc3b
Minor improvements to github templates.
2017-09-05 18:07:17 +01:00
Clinton
3ae56a00b2
Merge pull request #1425 from corda/clint-ghtemplate
...
Added pull request and issue templates for GitHub.
2017-09-05 17:43:59 +01:00
Clinton Alexander
3ccddf91ea
Addressed release comments.
2017-09-05 17:38:53 +01:00
Clinton Alexander
ccf231440f
Added a page to explain testing.
2017-09-05 17:21:07 +01:00
Andrzej Cichocki
df2ec0ca9b
Suppress output of jarsigner and friends. ( #1426 )
2017-09-05 17:17:33 +01:00
Viktor Kolomeyko
349692f831
CORDA-540: Tighten-up the unit test to prevent concrete collection classes to be used
2017-09-05 16:50:04 +01:00
Viktor Kolomeyko
cac2465ea5
CORDA-540: Special provisions when artificial "AnyType" is used
2017-09-05 16:50:04 +01:00
Viktor Kolomeyko
a01f390515
CORDA-540: Upgrade version of "org.apache.qpid:proton-j" used and minor project files changes
2017-09-05 16:50:04 +01:00
Viktor Kolomeyko
cd912f8add
CORDA-540: Allow lists as root object in AMQP serialization graph
2017-09-05 16:50:04 +01:00
Clinton Alexander
a86abc49aa
Addressed review comments.
2017-09-05 16:36:11 +01:00
Clinton Alexander
47e225825e
Added pull request and issue templates for GitHub.
2017-09-05 16:22:58 +01:00
josecoll
ebc9cacb53
Contract Upgrade API improvements + persistence ( #1392 )
...
* All Contract Upgrade functionality performed within a corresponding flow.
Removed RPC API calls for contract upgrade authorisation / de-authorisation.
Added persistence using AppendOnlyPersistentMap.
* Changed to using a PersistentMap to ensure entries can be removed (was causing failing de-authorisation tests).
Fixed all warnings.
* Added mandatory @Suspendable annotations to flows.
* Do not instantiate object unless overridden.
* Updated changelog and CordaDocs.
* Persistence simplification: only store upgrade contract class name (not serialized object)
* Remove nullability from contract_class_name DB column.
2017-09-05 13:23:19 +01:00
Maksymilian Pawlak
377ca95387
Fix steps references. Small text fixes.
2017-09-05 13:11:58 +01:00
mkit
3b789b5c2f
Restoring lib/quasar.jar from repo ( #1389 )
...
* Removing lib/quasar.jar from repo
* Restoring quasar.jar
2017-09-05 12:58:23 +01:00
Matthew Nesbit
5bb9556380
Merge pull request #1414 from corda/mnesbit-persistent-identityservice
...
Create Persistent Identity Service
2017-09-05 11:54:23 +01:00
Rick Parker
875cfabd50
Make SignedTransaction serializable and fix a test by adjusting constructor ( #1420 )
2017-09-05 11:34:55 +01:00
joeldudleyr3
17f7e39183
Makes set-up instructions clearer. Addresses a zsh-related bug.
2017-09-05 12:33:52 +02:00
Varun Mathur
81d83d707f
fix typo in notary docs
2017-09-05 12:32:28 +02:00
Roman Plášil
b6e8b05dea
Raft JMX reporting: initialize after server is created
2017-09-05 12:30:28 +02:00
Roman Plášil
0831fdfd4f
Add basic Raft cluster status metrics
2017-09-05 12:30:28 +02:00
Matthew Nesbit
8ef29d4736
Persistent Identity
...
Fixup tests after rebase
Add unit tests of Persistent Identity. Fix bugs in PersistentMap.
Wrap identity and network map RPC calls in database transaction
Address PR comments
2017-09-05 11:19:54 +01:00
Ross Nicoll
8076983e2e
Add missing finance CorDapp depdendency to example code ( #1413 )
...
The example code uses cash flows and contracts, but doesn't depend on the finance CorDapp. This happens to work at the moment but should be corrected anyway.
2017-09-05 10:22:34 +01:00
mkit
cbf89ba98b
Deprecating verifiedTransactions from the public API ( #1418 )
2017-09-05 10:07:55 +01:00
Andrzej Cichocki
15f741f315
Spinoff driver into own project with demorun ( #1401 )
2017-09-05 09:50:51 +01:00
Rick Parker
ead4d09011
Plumb in plugin whitelist additions to AMQP implementation. ( #1415 )
2017-09-05 08:35:26 +01:00
mkit
30687592c2
Making Quasar Jar to be copied from dependencies after the gradle build ( #1388 )
...
* Making Quasar Jar to be copied from dependencies after the gradle build
* Addressing review comments
2017-09-05 07:47:35 +01:00
mkit
7c9825eab1
Removing calls to the internal API - CordaFutureImpl ( #1395 )
...
* Removing calls to the internal API - CordaFutureImpl
* Addressing review comments
* Addressing review comments
2017-09-05 07:47:22 +01:00
Ross Nicoll
0df93e6e50
Start cleaning up node API Dokka comments ( #1397 )
...
* Change RPCApi comments to inline from Dokka, as the existing comments are not API documentation,
and render simply as "The RPC protocol:" in several places, which is unhelpful.
* Rewrite RPCApi comments to no longer be in semi-Dokka format, but instead better reflect they are functional documentation.
* Add Dokka documentation around RPC API
* Change JvmStatics to const
2017-09-04 22:29:41 +01:00
Clinton
8537adaa96
Merge pull request #1410 from corda/clint-cordformfiledepsfix
...
Fixed a crash in cordformation
2017-09-04 17:05:52 +01:00
Rick Parker
015483656a
Fix bad merge bdb87e38ca
( #1411 )
2017-09-04 16:21:58 +01:00
Andrzej Cichocki
0e250e9279
Add support for signed attachments ( #1369 )
2017-09-04 16:19:12 +01:00