5a4db990e7
Update tutorial-building-transactions.rst
...
Addressed @tudor-malene's comment
2019-03-02 17:45:34 +01:00
dce411cfdf
Removed part about exchanging transaction builder between parties. You can't do this as TransactionBuilder is not serializable.
2019-03-02 17:45:34 +01:00
987cb23c2a
Clarify that bootstrapper only works in devMode
2019-03-02 17:39:32 +01:00
e7534b3a7d
Fix broken URL. ( #4835 )
2019-03-01 16:50:41 +00:00
cd321c9da2
Correct extending flows java docs and add note on overriding responders ( #4830 )
...
Add `@InitiatedBy` to the java docs on the responder flow, this is
already shown in the kotlin version.
Add a note on overriding responders, instructing developers to still
include the `@InitiatedBy` annotation on the new responder even though
the configuration setup can make developers think that defining the
override will guarantee the initiator and responder will join up
correctly.
2019-02-28 14:33:13 +00:00
b434d49111
Docs: fix backup recommendations link
2019-02-28 11:10:40 +01:00
b9e4804388
ENT-3128: Update documentation for Node Explorer. ( #4817 )
2019-02-27 14:32:39 +00:00
c11f42fc05
CORDA-2655 - Document CorDapp upgradeability guarantees in Corda 4. ( #4793 )
...
* Document CorDapp upgradeability guarantees.
* Incorporating feedback from RGB.
* Incorporating feedback from MH.
* Minor updates following re-review by RGB
* Updates following review by MH.
* Include new document in index.
* Incorporating review feedback from MH.
2019-02-26 17:30:10 +00:00
111acc5d6e
CORDA-2671: Remove broken ExplorerSimulator from Node Explorer. ( #4811 )
...
* CORDA-2671: Remove broken ExplorerSimulator from Node Explorer.
* CORDA-2671: Document that Node Explorer is included with DemoBench.
2019-02-25 18:11:06 +00:00
7b93cc8477
Docs: sync static versions list in master with release/4 branch
2019-02-25 16:54:30 +01:00
3a89bc774e
CORDA-2656 Docs: building a CorDapp for both OS and Enterprise ( #4797 )
...
* CORDA-2656 Explanation and steps for building a CorDapp for both OS and Enterprise.
* Added details and links to Jar Signing and CorDapp dependencies management.
2019-02-22 10:14:59 +00:00
b8ff7aa073
CORDA-2604 update certificate structure diagram
2019-02-22 11:13:17 +01:00
08ce12f068
CORDA-2610: Internal APIs made much clearer in API doc page
2019-02-22 11:12:17 +01:00
26c626f989
CORDA-2664 - Update Docker docs ( #4800 )
2019-02-21 18:22:49 +00:00
800697a907
CORDA-2654: Repair the DJVM CLI tool. ( #4796 )
...
* Replace SandboxedRunnable with Function interface.
Remove DJVM from "Key Concepts" release notes.
Update installation of shell tool.
Fix broken sandbox package names.
Make sure we only resolve each class once when loading.
Also remove some unused default parameter values.
Don't discard "bootstrap" sandbox.* classes because SourceClassLoader may need them.
* Restore DJVM to the "Key Concepts" docs.
* Remove all mention of "whitelisting" from the DJVM CLI.
2019-02-21 15:27:08 +00:00
c5c4df3037
Docs: address review comments
2019-02-21 12:05:07 +01:00
01f0c4b3d2
Docs: minor change to the release notes.
...
Babies don't typically get delayed by a few months due to backwards compatibility fixes so the opening no longer made sense :)
2019-02-21 12:05:07 +01:00
cac9b1cfc7
Docs: note that Corda 3.3 needs a bugfix to be usable with Corda 4
2019-02-21 12:05:07 +01:00
4e98ea3bbf
Docs: repair a lot of broken docs pages.
2019-02-21 12:05:07 +01:00
4ddaad5cef
Docs: truncate the changelog to remove obsolete releases.
2019-02-21 12:05:07 +01:00
4dee36adc7
Docs: introduce a page about upgrading the node.
2019-02-21 12:05:07 +01:00
f932fa591d
Docs: introduce a java_version substitution
2019-02-21 12:05:07 +01:00
4afa28bc77
Docs: fix changelog for C4
2019-02-21 12:05:07 +01:00
c4c0769763
changed corda network url
2019-02-20 18:50:12 +01:00
7979c2dfef
really minor tweaks to release notes
2019-02-20 18:50:12 +01:00
0da07c4371
really minor tweaks to release notes
2019-02-20 18:50:12 +01:00
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
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
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
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
6673e499a1
CORDA-2625 remove reference to Corda 4.1
2019-02-18 11:56:05 +01:00
9dadf0db96
Update doc to reflect removed RPC client. ( #4777 )
2019-02-17 17:33:06 +00:00
e0121f52ac
Syncing config file doc page with ENT ( #4772 )
2019-02-17 13:30:19 +00:00
a0705c2940
Deleted corda-repo-layout.rst as it's outdated and pointless to have ( #4768 )
2019-02-17 09:48:18 +00:00
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
d43d0c9640
Minor fix of node database doc page formatting ( #4762 )
2019-02-15 18:28:57 +00:00
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
e0c23c6996
Add docs.
2019-02-15 10:55:13 +01:00
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
ce8fa99e59
Update design doc to reflect new rules
2019-02-14 09:59:22 +01:00
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
34c7d3e8a7
Fix reference in "running a notary" doc
2019-02-14 09:54:40 +01:00
4ae5c1ee15
Merge pull request #4752 from corda/andrius/typo-fix-backport
...
DOCS - Changelog typo fix
2019-02-14 09:53:48 +01:00
6d32042e96
Merge pull request #4744 from corda/finalUpdatesToAPIStateDocs
...
Adding final grammatical / content changes suggested by RBG.
2019-02-14 09:53:22 +01:00
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
0137148d18
Add a bit more detail on how to use RPC with TLS. ( #4751 )
2019-02-13 17:54:30 +00:00
34184ca1ea
CORDA-2465 Address code review comments.
2019-02-13 15:51:57 +00:00
e4ae1a2aaa
CORDA-2465 Address code review comments.
2019-02-13 15:27:02 +00:00
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
b0eb85b4cf
DOCS - Changelog typo fix ( #4649 )
2019-02-13 14:00:02 +00:00