Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add no cryptoKeyPair method #386

Open
wants to merge 10 commits into
base: dev-2.0
Choose a base branch
from
Open

add no cryptoKeyPair method #386

wants to merge 10 commits into from

Conversation

dalaocu
Copy link
Collaborator

@dalaocu dalaocu commented Nov 12, 2021

  1. TransactionProcessorInterface中 添加无cryptoKeyPair参数等接口,并在TransactionProcessor提供实现。
  2. TransactionProcessor中的实现对cryptoKeyPair添加判断,如果传入cryptoKeyPair为空,则使用构造时默认传入的cryptoKeyPair。
  3. TransactionProcessor 中CryptoKeyPair属性默认非final,并提供get和set的接口。
  4. AssembleTransactionProcessor 添加带CryptoKeyPair参数的接口。

@ghost
Copy link

ghost commented Nov 12, 2021

Sider has detected 4 warnings on analyzing the commit 5e64e5e.

If the errors persist even after retrying, the following actions may resolve them:

If you still have problems, feel free to ask us via chat. 💬


You can turn off such notifications if unnecessary.

@ghost
Copy link

ghost commented Nov 12, 2021

Sider has detected 4 warnings on analyzing the commit 19e2d3b.

If the errors persist even after retrying, the following actions may resolve them:

If you still have problems, feel free to ask us via chat. 💬


You can turn off such notifications if unnecessary.

@sonarcloud
Copy link

sonarcloud bot commented Nov 12, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@kyonRay kyonRay changed the base branch from dev to dev-2.0 July 14, 2022 06:34
@sonarcloud
Copy link

sonarcloud bot commented Jul 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants