JamesHR3
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
Mike Hearn
4f9a4a2c2b
Docs: address more review comments, add mention of some new features.
2018-12-18 12:48:51 +01:00
Shams Asari
e8b6f5f2f2
CORDA-2005: FinalityFlow has been made into an inlined flow to resolve issue with FinalityHandler ( #4050 )
...
FinalityHandler is insecure in that it is open to receive any transaction from any party.
Any CorDapp targeting platform version 4 or above is required use the new c'tors which take in FlowSession objects to the counterpart flow. This flow must subcall ReceiveFinalityFlow to receive and record the finalised transaction.
Old CorDapps (with target platform version < 4) will continue to work as previously. However if there are no old CorDapps loaded then the node will disable FinalityHandler.
2018-11-14 14:16:22 +00:00
Roger Willis
80591bc6fd
StatePointer ( #4074 )
...
* Introducing linear pointer.
* Added design document.
Added StatePointer interface.
Updated design document.
Updated StatePointer implementation.
Added doc section for state pointer.
* Updated design document.
Added API for StatePointer.
* Update core/src/main/kotlin/net/corda/core/contracts/Structures.kt
Co-Authored-By: roger3cev <roger.willis@r3cev.com>
* Update core/src/main/kotlin/net/corda/core/contracts/Structures.kt
Co-Authored-By: roger3cev <roger.willis@r3cev.com>
* Update core/src/main/kotlin/net/corda/core/contracts/Structures.kt
Co-Authored-By: roger3cev <roger.willis@r3cev.com>
* Update docs/source/design/linear-pointer/design.md
Co-Authored-By: roger3cev <roger.willis@r3cev.com>
* Update docs/source/design/linear-pointer/design.md
Co-Authored-By: roger3cev <roger.willis@r3cev.com>
* Resolve pointers
Added test to check pointers are resolved.
Updated docs and kdocs.
Reverted changes to api-current.txt
Revert "Reverted changes to api-current.txt"
This reverts commit dc1cece91a595a4e772f63917b830c7e1fd0586d.
Fix CI bug.
Made StatePointers type safe.
Resolving StatePointers is now optionally recursive
Addressed review comments.
Fixed compile error.
Addressed review comments.
Fixed bug in state pointer search.
Improved efficiency of state pointer search.
Removed whitespace.
TxBuilder logs warning when no service hub is supplied for resolving pointers as opposed to throwing an exception.
* Addressed review comments.
2018-11-05 10:33:26 +00:00
Roger Willis
dd60ae27f2
FungibleState and design document for tokens ( #4049 )
2018-10-20 10:52:24 +01:00
Roger Willis
6f05f639fb
Added more docs for reference states to key concepts and api docs. ( #4013 )
...
* Added more docs for reference states to key concepts and api docs.
* Updated with requested changes
2018-10-02 16:29:19 +01:00
Joel Dudley
fc38e4160a
Joel states api ( #1605 )
...
* Updates the states API page.
* Minor fixes.
* Further fixes.
* Adds ToC
* Addresses review feedback.
2017-09-22 15:14:16 +01:00
Andrzej Cichocki
93101f7c7d
Restore ContractState and TransactionState to docs. ( #1495 )
2017-09-13 11:49:05 +01:00
Matthew Nesbit
c86e78599f
Rename finance module to own package
...
Fixup after rebase
Correct bad merges
Fixup docs
Fix integration test
Correct doc references to finance
2017-08-22 13:25:31 +01:00
Alberto Arri
f4ddf6eada
Fixed another wrong signature for withNewOwner
2017-08-11 14:30:48 +01:00
Joel Dudley
d9d20f2215
Formatting and typos. Groups API docs in sidebar. Renames Persistence to API: Persistence and fixes some links.
2017-06-21 13:55:48 +01:00
Joel Dudley
201a4a13c1
Further docsite changes, including reorganising the index.
2017-06-07 16:14:01 +01:00
Joel Dudley
e5fba5d0af
Docsite reorg ahead of beta launch.
2017-06-05 13:37:23 +01:00