Tags: taccatisid/besu
Tags
Privacy payload plugin (hyperledger#2377) * Hook up an empty plugin for future unrestricted privacy encryption Skeleton implementation for PrivacyPayloadEncryptionProvider Wire up unencrypted serialization for private transactions Signed-off-by: Antony Denyer <[email protected]> * wire up simple privacy plugin in acceptance tests Signed-off-by: Antony Denyer <[email protected]> * Pass the marker transaction through to plugin Signed-off-by: Antony Denyer <[email protected]> * Move getters/setters into consistent place Signed-off-by: Antony Denyer <[email protected]> * Rename plugin methods and config to be more generic - remove protections around transaction.restriction - the plugin is responsible for this - make plugin more generic so could be used for restricted/unrestricted Signed-off-by: Antony Denyer <[email protected]> * Provide more meaningful error message Signed-off-by: Antony Denyer <[email protected]> * Fix up test naming to match impl naming Signed-off-by: Antony Denyer <[email protected]> * Rename UNRESTRICTED_PRIVACY to PLUGIN_PRIVACY Signed-off-by: Antony Denyer <[email protected]> * fix typo in PrivacyParmeters::toString Signed-off-by: Antony Denyer <[email protected]> * Fix exception messages to be PrivacyPlugin Signed-off-by: Antony Denyer <[email protected]> * Remove blockNumber from getPrivateTransactionFromPayload Signed-off-by: Antony Denyer <[email protected]>
Privacy payload plugin (hyperledger#2377) * Hook up an empty plugin for future unrestricted privacy encryption Skeleton implementation for PrivacyPayloadEncryptionProvider Wire up unencrypted serialization for private transactions Signed-off-by: Antony Denyer <[email protected]> * wire up simple privacy plugin in acceptance tests Signed-off-by: Antony Denyer <[email protected]> * Pass the marker transaction through to plugin Signed-off-by: Antony Denyer <[email protected]> * Move getters/setters into consistent place Signed-off-by: Antony Denyer <[email protected]> * Rename plugin methods and config to be more generic - remove protections around transaction.restriction - the plugin is responsible for this - make plugin more generic so could be used for restricted/unrestricted Signed-off-by: Antony Denyer <[email protected]> * Provide more meaningful error message Signed-off-by: Antony Denyer <[email protected]> * Fix up test naming to match impl naming Signed-off-by: Antony Denyer <[email protected]> * Rename UNRESTRICTED_PRIVACY to PLUGIN_PRIVACY Signed-off-by: Antony Denyer <[email protected]> * fix typo in PrivacyParmeters::toString Signed-off-by: Antony Denyer <[email protected]> * Fix exception messages to be PrivacyPlugin Signed-off-by: Antony Denyer <[email protected]> * Remove blockNumber from getPrivateTransactionFromPayload Signed-off-by: Antony Denyer <[email protected]>
PreviousNext