Shams Asari
e87a8ed496
Added CorDapp metdata to confidential-identities and cleaned-up dependencies ( #4540 )
2019-01-10 12:31:47 +00:00
Wawrzyniec Niewodniczański
bf4d7b1848
More 'not define'
...
- my Vim misbehaved and I had to run substitute again
2019-01-10 11:16:35 +00:00
Wawrzyniec Niewodniczański
3a742ca04a
Fix 'not define'
2019-01-10 10:51:01 +00:00
Wawrzyniec Niewodniczański
4e0a54faea
Further minor changes
2019-01-10 10:10:10 +00:00
Christian Sailer
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
Tudor Malene
60388a7a45
Add additional transactionality check. ( #4530 )
...
* Add additional transactionality check.
* Fix logic
2019-01-09 21:13:06 +00:00
Stefano Franz
82010fbb3e
fix issue with smoketest failing due to missing confidential-identities
2019-01-09 17:25:01 +00:00
James Carlyle
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
Nick Rogers
d97fac0eb7
Merge pull request #4529 from corda/FinalityFlowMigrationDocUpdate
...
Finality flow migration doc update
2019-01-09 10:58:01 -05:00
Andrius Dagys
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
josecoll
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
Michele Sollecito
dd6a007ff2
[CORDA-2408]: Formatting on Flow Overriding page wrong - code not rendering correctly (fixed). ( #4533 )
2019-01-09 14:14:08 +00:00
rogersanick
285c93e785
Fixed grammar and spelling
2019-01-08 16:37:14 -05:00
rogersanick
a78278927f
Updating FinalityFlow documentation with example code for use with SignTransactionFlow in flow responder.
2019-01-08 16:29:59 -05:00
Wawrzyniec Niewodniczański
628c336abd
First round of comments
2019-01-08 16:44:41 +00:00
Wawrzyniec Niewodniczański
6fc80604bf
Move docker in menu
2019-01-08 15:52:24 +00:00
Wawrzyniec Niewodniczański
e9f00204f9
Small fixes
2019-01-08 15:28:21 +00:00
Wawrzyniec Niewodniczański
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
Tudor Malene
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
Rick Parker
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
Wawrzyniec Niewodniczański
4eb7114134
Adjust deployment notes
...
- update to new config
2019-01-08 14:09:55 +00:00
Wawrzyniec Niewodniczański
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
Katarzyna Streich
93f12f9b20
Documentation fixes ( #4489 )
2019-01-08 13:26:26 +00:00
Manos Batsis
2acb3d37cb
AttachmentsClassLoader fails when calling setURLStreamHandlerFactory ( #4512 )
2019-01-08 13:23:47 +00:00
Shams Asari
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
Michele Sollecito
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
Lorenz aka Lolo Hänggi
ef1462ee5e
documentation adapted for OptionSerializer ( #4522 )
2019-01-08 11:07:59 +00:00
Roger Willis
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
Matthew Nesbit
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
Shams Asari
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
Tudor Malene
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
Wawrzyniec Niewodniczański
cc91ddf3c8
Adjustment to config values
2019-01-07 15:04:53 +00:00
Dimos Raptis
e39b2fbe9f
Exclude kotlin.jvm.internal from api scanning ( #4478 )
2019-01-07 15:02:32 +00:00
Tudor Malene
b13e92cb24
Fix tests ( #4513 )
2019-01-07 09:25:05 +00:00
Stefano Franz
119ed61a21
remove unused commercial paper samples
2019-01-04 17:58:43 +00:00
Stefano Franz
e98dbcc2af
move back into test-utils
2019-01-04 17:58:43 +00:00
Stefano Franz
c507326ed1
fix breakages due to package movement of the Finance dummy schemas
2019-01-04 17:58:43 +00:00
Stefano Franz
fba47256d4
add magic words to publish the test-contracts jar
2019-01-04 17:58:43 +00:00
Stefano Franz
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
Joel Dudley
ccd3ce6d59
Update CONTRIBUTORS.md
2019-01-04 11:23:56 +00:00
Joel Dudley
a2cde10df3
Update README.md ( #4507 )
2019-01-04 10:54:05 +00:00
Tudor Malene
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
Michele Sollecito
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
Shams Asari
f590300cdf
CORDA-2345: Updated docs to use the new TestCordapp API, rather than the old scan cordapp packages ( #4491 )
...
Also made some improvements to the API, especially for Java users.
2019-01-03 17:57:28 +00:00
Shams Asari
ad1a96fefb
CORDA-1942: Removed new deprecated overload of toLedgerTransaction ( #4492 )
2019-01-03 17:45:26 +00:00
Joel Dudley
8355c286cf
Update CONTRIBUTORS.md
2019-01-03 17:43:53 +00:00
fraspadafora
de5a49457c
Update ServiceHub.kt ( #4501 )
2019-01-03 17:39:28 +00:00
Roger Willis
d176b60fb5
Fix for dodgy formatting of the reference states part of api-transaction.rst ( #4495 )
2019-01-03 17:22:25 +00:00
Shams Asari
055beefd02
CORDA-2391: Revert behaviour of Try.on to V3 ( #4497 )
...
Apps may depend on the previous behaviour of catching Throwable rather than just Exception. Better to not risk this break and instead provide a helper to throw Errors.
Also using Consumer to avoid ugly usage in Java for doOnSuccess and doOnFailure.
2019-01-03 16:48:42 +00:00
JamesHR3
17c654803d
[CORDA-2298] Update trackBy documentation ( #4496 )
...
* Update the documentation for trackBy to better indicate that updates are not filtered according to the query criteria
* Add a test that shows the behaviour, which is skipped for now until a solution is implemented.
2019-01-03 16:23:54 +00:00