Mike Hearn
4ddaad5cef
Docs: truncate the changelog to remove obsolete releases.
2019-02-21 12:05:07 +01:00
Mike Hearn
4dee36adc7
Docs: introduce a page about upgrading the node.
2019-02-21 12:05:07 +01:00
Mike Hearn
f932fa591d
Docs: introduce a java_version substitution
2019-02-21 12:05:07 +01:00
Mike Hearn
4afa28bc77
Docs: fix changelog for C4
2019-02-21 12:05:07 +01:00
Richard Gendal Brown
c4c0769763
changed corda network url
2019-02-20 18:50:12 +01:00
Richard G Brown
7979c2dfef
really minor tweaks to release notes
2019-02-20 18:50:12 +01:00
Richard G Brown
0da07c4371
really minor tweaks to release notes
2019-02-20 18:50:12 +01:00
carolynequinn
d86ef26e68
Update index.rst
...
Updating the casing from uat.md to UAT.md, as it wasn't linking with the lower case (thanks to @farm !)
2019-02-20 18:49:41 +01:00
JamesHR3
36665e114b
Add a note to the changelog indicating issuableCurrencies is now part of the workflows config ( #4787 )
2019-02-19 10:52:09 +00:00
Cais Manai
2eb6169a11
Updating wording to make things slightly clearer and indicate when th… ( #4785 )
...
* Updating wording to make things slightly clearer and indicate when the Spring Boot server is ready.
* fixing typo
2019-02-19 10:32:41 +00:00
Mike Hearn
1ed5fce6a6
Backwards compat: Put the confidential-identities module back in the node classpath by default. Separating it out into a standalone "app" needs more thought and design work, if we do it at all.
2019-02-18 14:02:36 +01:00
Dominic Fox
6673e499a1
CORDA-2625 remove reference to Corda 4.1
2019-02-18 11:56:05 +01:00
Joel Dudley
9dadf0db96
Update doc to reflect removed RPC client. ( #4777 )
2019-02-17 17:33:06 +00:00
Shams Asari
e0121f52ac
Syncing config file doc page with ENT ( #4772 )
2019-02-17 13:30:19 +00:00
Shams Asari
a0705c2940
Deleted corda-repo-layout.rst as it's outdated and pointless to have ( #4768 )
2019-02-17 09:48:18 +00:00
JamesHR3
9353e4dd93
[CORDA-2561] Use the attachments classloader to deserialise contract states in migrations ( #4754 )
...
* Use the attachments classloader to deserialize contract states in migrations
* Added some comments to explain serialisation behaviour and how tests work.
* Add debug log to indicate when attachment classloading has failed.
* Use a servicesForResolution to load states for compatibility with notary changes and contract upgrades
* Add test case to cover notary change transactions
* Address review comments
* Change logging message in MigrationServicesForResolution
* Read the network-parameters file if there is nothing in the database
* Update documentation and provide a warning if there are many states.
2019-02-17 08:24:02 +00:00
szymonsztuka
d43d0c9640
Minor fix of node database doc page formatting ( #4762 )
2019-02-15 18:28:57 +00:00
bpaunescu
37f9eb31f7
Fixed typo in bootstrapper doc; specify text for anchor ( #4764 )
...
* Fixed typo in bootstrapper doc; specify text for anchor
* used a better name
2019-02-15 16:45:55 +00:00
josecoll
e0c23c6996
Add docs.
2019-02-15 10:55:13 +01:00
Anthony Keenan
aad1ae5945
[CORDA-2560] Add upgrade notes for custom configuration and improve cordapp config… ( #4730 )
...
* Add upgrade notes for custom configuration and improve cordapp configuration documentation.
* Address review comments
* Couple of minor nitpicks
2019-02-14 14:57:34 +00:00
Dominic Fox
ce8fa99e59
Update design doc to reflect new rules
2019-02-14 09:59:22 +01:00
carolynequinn
1c80fde518
Update index.rst
...
Adding a UAT page for the left-hand pane menu, under Corda Network title banner. (Content has already been created.)
2019-02-14 09:55:54 +01:00
Thomas Schroeter
34c7d3e8a7
Fix reference in "running a notary" doc
2019-02-14 09:54:40 +01:00
Mike Hearn
4ae5c1ee15
Merge pull request #4752 from corda/andrius/typo-fix-backport
...
DOCS - Changelog typo fix
2019-02-14 09:53:48 +01:00
Mike Hearn
6d32042e96
Merge pull request #4744 from corda/finalUpdatesToAPIStateDocs
...
Adding final grammatical / content changes suggested by RBG.
2019-02-14 09:53:22 +01:00
Mike Hearn
d1206b3af5
Merge pull request #4607 from corda/feature/CORDA-2465/document_whitelist_migration
...
CORDA-2465 Document the whitelist to signature constraint migration p…
2019-02-13 22:41:36 +01:00
Matthew Nesbit
0137148d18
Add a bit more detail on how to use RPC with TLS. ( #4751 )
2019-02-13 17:54:30 +00:00
Tudor Malene
34184ca1ea
CORDA-2465 Address code review comments.
2019-02-13 15:51:57 +00:00
Tudor Malene
e4ae1a2aaa
CORDA-2465 Address code review comments.
2019-02-13 15:27:02 +00:00
tudor.malene@gmail.com
0d1765ad0e
Merge branch 'master' into feature/CORDA-2465/document_whitelist_migration
...
# Conflicts:
# docs/source/api-contract-constraints.rst
2019-02-13 14:59:04 +00:00
Andrius Dagys
b0eb85b4cf
DOCS - Changelog typo fix ( #4649 )
2019-02-13 14:00:02 +00:00
szymonsztuka
10e7c07c11
CORDA-2577 Disable or delete the no-downgrade rule ( #4741 )
...
With (Contract JARs) rolling upgrades the downgrade rule cannot be effectively check as the platform can't tell the difference between a transaction that's downgrading because of an attack, vs a transaction that's downgrading because Alice has upgraded but Bob hasn't yet. During a rolling upgrade we would expect state versions to fluctuate up and down as data gets read/written by a mix of nodes. With the feature as implemented Alice will upgrade and start trading with Bob. Bob will be able to read and process the states Alice sent him, but the moment he tries to consume such a state he will fail. This will result in cascading flow deaths and a hung business network the moment an upgrade starts.
2019-02-13 11:36:43 +00:00
Joel Dudley
873e9a5442
Updates docs to match new cordapp-example structure. ( #4748 )
2019-02-13 07:37:27 +00:00
Mike Hearn
db41f660e0
Merge pull request #4737 from corda/mike-docs-4.0-tweaks
...
Docs: fix various issues for C4.
2019-02-12 16:47:15 +01:00
rogersanick
7723887d5e
Adding final grammatical / content changes suggested by RBG.
2019-02-12 10:35:11 -05:00
Anthony Keenan
8cec8182a4
Revert "DOCS - correct command docs for clear network map cache ( #4677 )" ( #4732 )
...
This reverts commit 0a50d76ab1
.
2019-02-12 15:24:34 +00:00
JamesHR3
4e2a295eb6
[CORDA-2487] Provide a migration for vault states when moving from V3 to V4.1 ( #4699 )
...
* Create a new custom migration for populating the state_party table and the relevancy_status column within the vault_states table when migrating from V3 to V4.
* Add a corresponding unit test suite.
* Small refactorings to expose data required by the migration: the isRelevant function in the NodeVaultService, and the node's legal name from the configuration.
2019-02-12 15:22:15 +00:00
Mike Hearn
a0bcfe3fd4
Docs: address review comments from Richard.
2019-02-12 15:21:44 +01:00
Mike Hearn
46188598c4
Merge pull request #4556 from corda/updatesToAPISTATESdocs
...
Updates to API-State docs (StatePointers)
2019-02-12 12:29:33 +01:00
Mike Hearn
2e7b2f64ff
Merge pull request #4710 from corda/carolynequinn-UAT-additions
...
Adding new page on UAT environment
2019-02-12 12:27:27 +01:00
Dimos Raptis
59719a8a61
[CORDA-2420] - Make boundary of public API explicit in docs ( #4735 )
2019-02-12 10:04:16 +00:00
Mike Hearn
ca49c5e94d
Docs: fix various issues for C4.
...
- Delete information about hash->signature constraint migration. That
won't work for C4.0
- Rewrite parts of the api-contract-constraints.rst file to fix grammar
problems and reduce the weight of the page. Some detail isn't really
necessary at this point in the docs.
- Mention more things in the upgrade notes.
2019-02-11 20:02:06 +01:00
Mike Hearn
2074718e7d
Add a section to the coding guidelines about updating the docsite.
2019-02-11 16:15:05 +01:00
carolynequinn
18a1d93e6d
Update UAT.md
2019-02-11 10:56:02 +00:00
Dimos Raptis
49fb03bf6b
Fix documentation issues ( #4721 )
2019-02-06 12:49:47 +00:00
Cais Manai
0e770bbb85
Merge pull request #4705 from corda/cais-docs-cordapp-tutorial
...
Updating the docs for tutorial cordapp to reflect Spring Boot changes
2019-02-06 11:13:24 +00:00
Dominic Fox
6cdd9f96b8
CORDA-2423 document draining requirements in flow state machines ( #4707 )
...
* CORDA-2423 document draining requirements in flow state machines
* Expand and move to warning block
* Add warning to hello-world-flow.rst
2019-02-05 14:19:08 +00:00
szymonsztuka
bb0ceda8d0
Addressing PR comments - added links to jarSigner and corda-gradle-plugins signing and explain which one to use.
2019-02-05 11:49:30 +00:00
carolynequinn
bf2881ca29
Adding new page on UAT environment
...
We need to have an external page which talks about UAT, as agreed with marketing this should be on docs.corda.net rather than elsewhere.
The idea is that this cannot be corda.network since UAT is part of R3, not the Foundation.
2019-02-04 09:46:29 +00:00
Shams Asari
c39c61ecab
CORDA-2467: Moved non-contract things out of finance-contracts and into finance-workflows ( #4700 )
...
This includes all of the cash selection logic, JSON support using jackson and a bunch of utilities which are not relevant to contract verification. The exception to this are Interpolator which has been moved to the IRS demo, and PhysicalLocationStructures.kt which is now in explorer.
2019-02-01 17:31:12 +00:00
CaisR3
5c38cb3aaf
minor fixes including the splitting of finance jar into contracts and workflows
2019-02-01 16:14:16 +00:00
CaisR3
c7f4f6af7b
Reverting change to one of the ports
2019-02-01 15:57:31 +00:00
CaisR3
0ff9235521
Removing all references to web/example as Spring serves up the page from the home page
2019-02-01 15:51:44 +00:00
CaisR3
93fcf1be5a
Updating tutorial to reflect spring boot replacing legacy bundled web-server
2019-02-01 15:15:51 +00:00
Austin Moothart
0a50d76ab1
DOCS - correct command docs for clear network map cache ( #4677 )
2019-01-31 17:12:32 +00:00
Katelyn Baker
12693ab175
RELEASE - Reflect newer kotlin version
2019-01-31 14:11:09 +00:00
Stefano Franz
e255ef38cf
address review comments re: documentation
2019-01-31 08:12:34 +00:00
Stefano Franz
544d09ea18
update docs to reflect the removal of the bundled finance app
2019-01-31 08:12:34 +00:00
Stefano Franz
41c4016a83
remove bundled finance app
2019-01-31 08:12:34 +00:00
Stefano Franz
fab3e113fb
do not install documentation with textlive
2019-01-30 15:33:46 +00:00
Stefano Franz
b5d80e0c3c
add --rm flag for the windows docs build
2019-01-30 15:33:46 +00:00
Stefano Franz
875d2eb02a
run docs build as local user
2019-01-30 15:33:46 +00:00
Stefano Franz
1dcc1c6e05
fix issue with api docs
2019-01-30 15:33:46 +00:00
Stefano Franz
fe0cafd06e
dockerize docs building
2019-01-30 15:33:46 +00:00
Andrius Dagys
9c8928ee41
ENT-2822: Update notary configuration docs
2019-01-29 19:30:55 +01:00
Tudor Malene
c3f0dfd8a7
Address code review comments.
2019-01-29 16:48:01 +00:00
Joel Dudley
8f3e527d98
Table formatting.
2019-01-29 13:26:28 +00:00
Joel Dudley
fc6c1e81e3
Typo
2019-01-29 13:25:09 +00:00
James Brown
6b0b8b394c
CORDA-2367 update threat model diagram
2019-01-28 21:33:04 +01:00
JamesHR3
6433401b76
[CORDA-2516] Fix missing ending markers in the node database table ( #4657 )
2019-01-28 14:21:08 +00:00
Tommy Lillehagen
b79cb55ce5
CORDA-2419 - JavaFX requirement for Node Explorer ( #4659 )
2019-01-28 14:11:59 +00:00
Shams Asari
fc7428a40d
CORDA-2503: Added installCordaService to UnstartedMockNode to allow tests with custom test-only services ( #4655 )
2019-01-28 13:49:01 +00:00
Oliver Knowles
631f04e348
Improve documentation surrounding network parameter updates/flag day ( #4652 )
...
Improve documentation surrounding network parameter updates and flag days
2019-01-28 13:32:50 +00:00
JamesHR3
f04a2e72e0
[CORDA-2516] Add missing database tables to documentation ( #4651 )
...
* Add missing tables to the database documentation
2019-01-28 11:22:53 +00:00
Tommy Lillehagen
f76dc96d5e
Fix link to errors.corda.net in release notes ( #4650 )
2019-01-28 08:20:38 +00:00
Dimos Raptis
16d53505d7
[CORDA-2496] - Adjust CorDappResolver to handle same CorDapp registered multiple times ( #4631 )
2019-01-24 17:06:05 +00:00
szymonsztuka
1b89ece09b
CORDA-2504 improve error message of missing contract attachments ( #4628 )
...
* CORDA-2504 Improved MissingContractAttachments error to ensure it contains contractClassName.
* CORDA-2504 Improved MissingContractAttachments error to ensure it contains contractClassName.
* CORDA-2504 Improved MissingContractAttachments error to ensure it contains contractClassName - additional API overloaded method.
* CORDA-2504 Improved MissingContractAttachments error to ensure it contains contractClassName - unnecessary change.
* Docs
* fix docs
* fix docs 2
* fix docs 3
2019-01-24 15:48:07 +00:00
James Brown
8722e9f0cf
ENT-2945 Update postgresql dependency ( #4550 )
...
Update postgresql to 42.2.5
2019-01-24 14:58:30 +00:00
Katarzyna Streich
35acbc8107
CORDA-2361: Split samples into contracts and workflows ( #4575 )
2019-01-23 13:26:33 +00:00
Shams Asari
c4b5ac2e01
Fixed example use of jarDirs config field ( #4610 )
2019-01-21 15:28:39 +00:00
Tudor Malene
0ce7a602fa
CORDA-2465 Document the whitelist to signature constraint migration process.
2019-01-18 15:57:33 +00:00
JamesHR3
6b149f8aad
CORDA-2432 - Update documentation for filtering by state relevancy in vault queries ( #4577 )
...
* Update changelog with changes to vault queries
* Move choice of relevancy state to QueryCriteria
* Ensure relevancy default is correct for all query types
* Remove superfluous imports
* Update documentation for queries using state relevancy
* Fix merge damage
* Revert change to use RELEVANT as the default and update docs
* Revert missed instance of relevancy change
* Rewrite of upgrade notes for vault state query updates
* Address review comments
2019-01-16 19:53:49 +00:00
Andrius Dagys
017186d1d3
ENT-2822: Add a note about experimental notary upgradability
2019-01-16 14:37:27 +00:00
Tudor Malene
4dba0c5865
Document connection pool configuration. ( #4592 )
2019-01-16 13:31:24 +00:00
Mike Hearn
dd2f1f9798
Mention Docker images in the release notes.
2019-01-16 13:33:25 +01:00
josecoll
3675fb2783
Fix incorrect spelling of "licence" in sample config snippet. ( #4591 )
2019-01-16 11:19:37 +00:00
Wawrzyniec 'Wawrzek' Niewodniczanski
e003eedd38
Merge branch 'master' into wn-redo-node-conf-docs
2019-01-15 10:05:00 +00:00
Wawrzyniec Niewodniczański
df5a8005a0
Merge branch 'wn-redo-node-conf-docs' of github.com:corda/corda into wn-redo-node-conf-docs
2019-01-14 16:13:17 +00:00
Wawrzyniec Niewodniczański
27d29c731f
More internal links
2019-01-14 16:12:51 +00:00
Shams Asari
24a7821dce
CORDA-2434: CordaRPCClient now only has c'tors rather a mix of c'tors and factory methods ( #4569 )
2019-01-14 16:07:56 +00:00
Joel Dudley
5a72525d7d
Moves Contrib and Network sections up in index. Makes requesting a contribution more prominent. ( #4573 )
...
* Moves Contrib and Network sections up in index. Makes requesting a contribution more prominent.
* Review feedback.
2019-01-14 15:58:00 +00:00
Wawrzyniec 'Wawrzek' Niewodniczanski
2f18ce9440
Merge branch 'master' into wn-redo-node-conf-docs
2019-01-14 15:31:32 +00:00
Wawrzyniec Niewodniczański
75ebc2b26e
Address few more comments
2019-01-14 15:28:36 +00:00
Wawrzyniec Niewodniczański
1b41c517fc
Apply further changes suggested in review
2019-01-14 15:19:09 +00:00
josecoll
b505f770c1
Merge corda private design documents ( #4572 )
...
* CORDA-2119 Design doc for contract versioning
* CORDA-2119 formatting
* CORDA-2119 formatting
* CORDA-2119 add missing context
* CORDA-2120 migration to the signature constraint
* CORDA-2120 Address review comments
* CORDA-2120 Address review comments
* Better introduction
* small changes
* CORDA-2119 address code review comments
* CORDA-2119 address code review comments
* Address PR comments
* Address PR comments
2019-01-14 14:59:43 +00:00
Wawrzyniec Niewodniczański
a2d4df1918
Another file adjusted
2019-01-14 10:55:39 +00:00
Wawrzyniec Niewodniczański
d55c527b3b
More fixes
2019-01-14 10:07:51 +00:00
Wawrzyniec Niewodniczański
b4b1d7d020
Move CRL to Corda Network
...
- not sure if that the best place. CRL is is Corda Network specific, but
current text sound the Corda Network specific.
2019-01-14 09:56:13 +00:00
JamesHR3
36cd9b9791
[CORDA-2402] Ensure out of order transactions result in correct vault state ( #4559 )
...
* Pass states to record through to transaction resolution
* Add a test case
* Add comment indicating why states are always added in tx resolution
* Update observer node documentation
2019-01-13 15:03:53 +00:00
szymonsztuka
7a4b6b3e44
CORDA-2405 Update versions of whitelisted attachments ( #4549 )
...
The version of contract attachments that are whitelisted should be read from NetworkParameters.whitelistedContractImplementations.
It use the lattes network map from db with the highest epoch.
2019-01-13 11:38:19 +00:00