5e32e718ae
[CORDA-2326] Ensure right step is rendered by AnsiProgressRenderer ( #4514 )
...
* Add test to reproduce problem
* Remap step indices when the step tree changes
2019-01-11 09:53:58 +00:00
7bbe4668d6
CORDA-2388 Deprecate CommandWithParties.signingParties
( #4520 )
...
* Deprecate `CommandWithParties.signingParties` as it should not be used in contract verification code as it is non-deterministic.
* Remove the remaining usage in contract verification code - replaced by signers collection.
2019-01-11 09:41:16 +00:00
79601681da
[CORDA-2385] Ensure codesets are included in documentation ( #4546 )
...
* Add headers to documentation pages using codesets that are missing the relevant includes
2019-01-11 09:22:45 +00:00
819405bd74
Fix one important block
2019-01-10 15:49:06 +00:00
0624e4eb1d
Adjust 'important' to be bold
2019-01-10 15:27:09 +00:00
575a68b028
Re-enable signing of finance contracts jar. ( #4545 )
2019-01-10 14:56:26 +00:00
9b8fda0d6d
CORDA-2375 Ensure node has unique attachment contract classname/version from signed JARs ( #4535 )
...
Corda Node ensures a given contract class and version can be sourced from only one signed and trusted Attachment (JAR).
An attempt to import a signed JAR as a trusted uploader (or promote to be trusted) with a class and version already present in the other trusted Attachment will raise DuplicateContractClassException.
Minor fixes to Hibernate Attachment Query parser (original query to select attachment without signers would always return no attachments)
2019-01-10 14:13:00 +00:00
e87a8ed496
Added CorDapp metdata to confidential-identities and cleaned-up dependencies ( #4540 )
2019-01-10 12:31:47 +00:00
bf4d7b1848
More 'not define'
...
- my Vim misbehaved and I had to run substitute again
2019-01-10 11:16:35 +00:00
3a742ca04a
Fix 'not define'
2019-01-10 10:51:01 +00:00
4e0a54faea
Further minor changes
2019-01-10 10:10:10 +00:00
b5fc095288
Use FlowTimeOut exception rather than SQL deadlock in unit tests to avoid hitting the exponential back-off. ( #4527 )
2019-01-10 09:59:21 +00:00
60388a7a45
Add additional transactionality check. ( #4530 )
...
* Add additional transactionality check.
* Fix logic
2019-01-09 21:13:06 +00:00
82010fbb3e
fix issue with smoketest failing due to missing confidential-identities
2019-01-09 17:25:01 +00:00
8acc2f6d36
Merge pull request #4465 from corda/james-update-cn-docs
...
Updated introduction to Corda Network, with some content removed.
2019-01-09 16:23:33 +00:00
d97fac0eb7
Merge pull request #4529 from corda/FinalityFlowMigrationDocUpdate
...
Finality flow migration doc update
2019-01-09 10:58:01 -05:00
fa025dedeb
ENT-2822: Move experimental raft and bft-smart notaries back into node, fix reference state support ( #4509 )
...
Move Raft and BFT-Smart notaries back into node to preserve backwards compatibility.
* Allow overriding full node config when using internal mock network parameters.
* Make BFT-Smart notary start up in prod mode as well
* Move raft & bftsmart notaries to net.corda.notary.experimental package
* Make sure Raft notary handles reference state edge cases correctly.
* Make sure BFT-Smart notary handles reference state edge cases correctly.
* Include notary schemas in node internal schemas
* Undo Raft notary table schema changes to maintain compatibility.
2019-01-09 15:52:42 +00:00
4530a5e982
CORDA-2395 Add cordapp code signing dev key to production blacklist. ( #4519 )
...
* Add cordapp code signing dev key to production blacklist.
* Remove code used to generate the actual PK hash (it is now attached to the JIRA story)
* Remove wiki page reference.
* Remove the non redundant cash transfer.
2019-01-09 15:41:24 +00:00
dd6a007ff2
[CORDA-2408]: Formatting on Flow Overriding page wrong - code not rendering correctly (fixed). ( #4533 )
2019-01-09 14:14:08 +00:00
285c93e785
Fixed grammar and spelling
2019-01-08 16:37:14 -05:00
a78278927f
Updating FinalityFlow documentation with example code for use with SignTransactionFlow in flow responder.
2019-01-08 16:29:59 -05:00
628c336abd
First round of comments
2019-01-08 16:44:41 +00:00
6fc80604bf
Move docker in menu
2019-01-08 15:52:24 +00:00
e9f00204f9
Small fixes
2019-01-08 15:28:21 +00:00
78a758364e
Move commandline to own chapter
...
- move commandline section to separate file
- remove old way of passing Java options
2019-01-08 15:20:17 +00:00
d33cb16c5e
ENT-2923 - remove db access code from the verification thread pool ( #4504 )
...
* ENT-2923 - remove db access code from the verification thread pool
* Remove worker pool for tx verification and disable db access.
* Address code review comments
2019-01-08 14:37:26 +00:00
ce250cfafd
ENT-2924 Fix performance of identity checking. ( #4515 )
...
* Concentrate accesses to the identity cache.
* Fix tests to reflect change in semantics / method name.
* Delete unused method and tests.
2019-01-08 14:35:32 +00:00
4eb7114134
Adjust deployment notes
...
- update to new config
2019-01-08 14:09:55 +00:00
29a17d9de4
Refactor fields + other file ajustment
...
- finish fixing fields format in node configuration
- rename few chapters
- adjust hyperlink
2019-01-08 13:49:29 +00:00
93f12f9b20
Documentation fixes ( #4489 )
2019-01-08 13:26:26 +00:00
2acb3d37cb
AttachmentsClassLoader fails when calling setURLStreamHandlerFactory ( #4512 )
2019-01-08 13:23:47 +00:00
8e61d11a49
CORDA-2399: Samples using public TestCordapp API rather than internal one ( #4521 )
...
Also moved the contents of TestCordappUtils.kt to InternalTestUtils.kt to make it more obvious they're internal.
2019-01-08 11:55:23 +00:00
8e0b2558ad
[CORDA-2394]: Fixed ABI issue with VaultQueryCriteria. ( #4516 )
...
* [CORDA-2394]: Fixed ABI issue with VaultQueryCriteria.
* [CORDA-2394]: Fixed ABI issue with VaultCustomQueryCriteria.
2019-01-08 11:39:33 +00:00
ef1462ee5e
documentation adapted for OptionSerializer ( #4522 )
2019-01-08 11:07:59 +00:00
eea348768b
CORDA-2098: State pointers are now comparable. ( #4494 )
...
* State pointers are now data classes, so now comparable.
* Pointers now are not data classes. Implemented hashCode and equals for comparability.
2019-01-08 11:03:57 +00:00
93d256649f
Reduce the operation of ip autodetect to nodes specifying localhost ( #4435 )
...
* Reduce the operation of ip autodetect to nodes specifying localhost, rather than any node with a 192.168.x.x or 10.x.x.x address. Also, catch the common user error of specifying 0.0.0.0 in p2pAddress.
* Fix test that uses invalid config
2019-01-08 09:55:16 +00:00
6d2f8fee5f
CORDA-2345: Removed TestCordapp.scanPackage to allow in future different ways of finding CorDapps other can package scanning ( #4508 )
2019-01-08 09:50:45 +00:00
57a70fa1e8
Attempt to fix master ( #4517 )
...
* Attempt to fix master
* Attempt to fix master
* Attempt to fix master
* Attempt to fix master
* Ignore failing test
* Ignore failing test
2019-01-08 08:02:38 +00:00
cc91ddf3c8
Adjustment to config values
2019-01-07 15:04:53 +00:00
e39b2fbe9f
Exclude kotlin.jvm.internal from api scanning ( #4478 )
2019-01-07 15:02:32 +00:00
b13e92cb24
Fix tests ( #4513 )
2019-01-07 09:25:05 +00:00
119ed61a21
remove unused commercial paper samples
2019-01-04 17:58:43 +00:00
e98dbcc2af
move back into test-utils
2019-01-04 17:58:43 +00:00
c507326ed1
fix breakages due to package movement of the Finance dummy schemas
2019-01-04 17:58:43 +00:00
fba47256d4
add magic words to publish the test-contracts jar
2019-01-04 17:58:43 +00:00
5081fcc9a8
break out the FungibleAsset testing schemas into module to prevent having to publish a test-jar.
2019-01-04 17:58:43 +00:00
ccd3ce6d59
Update CONTRIBUTORS.md
2019-01-04 11:23:56 +00:00
a2cde10df3
Update README.md ( #4507 )
2019-01-04 10:54:05 +00:00
24d91c5f89
CORDA-2384 - Fix driver classpath ( #4472 )
...
* Fix driver classpath
* Fix tests
* Fix classloader bug.
* Fix tests
* Fix tests
* Fix api
* Disable failing irs test.
* Address code review comments
* Remove @Ignore from test
* Remove @Ignore from tests
* Address code review comments.
* Attempt to fix simm valuation test
* Attempt to fix simm valuation test
* Comment failing functionality.
2019-01-03 20:06:35 +00:00
5d3b24dcfa
[CORDA-2387]: Seeing warnings for "Double insert in net.corda.node.utilities.AppendOnlyPersistentMap" (fixed) ( #4499 )
...
* [CORDA-2387]: Reproduced the issue in a test.
* [CORDA-2387]: Fixed.
* [CORDA-2387]: Fixed.
2019-01-03 17:59:34 +00:00