mirror of
https://github.com/corda/corda.git
synced 2024-12-27 16:28:56 +00:00
838c99c6e4
* CORDA-2115: Notary whitelist verification changes - For regular and contract upgrade transactions: check that the notary is in the network parameter whitelist - For notary change transactions: check the the new notary is in the network parameter whitelist. This enabled support for network merging: the old notary doesn't have to be in the current network's notary whitelist for re-pointing old states to another notary. These checks are done during transaction construction/verification and also by the non-validating notary. * Address comments * Remove stale todo * Use notary whitelist of current network parameters for platform versoin 3 * Cleanup test * Move `getHistoricNotary` to `HistoricNetworkParameterStorage` in `core.internal` * Require `newNotary` to be notary on the network map during notary change |
||
---|---|---|
.. | ||
dependency-checker | ||
api-current.txt | ||
check-api-changes.sh | ||
ci-gradle-build-cache-init.sh | ||
kill_corda_procs.cmd | ||
README.md |
!! DO NOT MODIFY THE API FILE IN THIS DIRECTORY !!
The api-current.txt
file contains a summary of Corda's current public APIs,
as generated by the api-scanner
Gradle plugin. (See here for a detailed description of this plugin.) It will be regenerated and the copy in this repository updated by the Release Manager with
each new Corda release. It will not be modified otherwise except under special circumstances that will require extra approval.
Deleting or changing the existing Corda APIs listed in api-current.txt
may
break developers' CorDapps in the next Corda release! Please remember that we
have committed to API Stability for CorDapps.