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 new extrinsics #6

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Add new extrinsics #6

wants to merge 6 commits into from

Conversation

leonardocustodio
Copy link
Collaborator

No description provided.

@leonardocustodio leonardocustodio self-assigned this Oct 4, 2023
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

static const char* STR_IT_deposit_backer = "Deposit backer";
static const char* STR_IT_ethereum_address = "Ethereum address";
static const char* STR_IT_recipients = "Recipients";
static const char* STR_IT_config = "Config";

Check notice

Code scanning / CodeQL

Unused static variable

Static variable STR_IT_config is never read.

// Methods names
static const char* STR_ME_TRANSFER = "Transfer";
static const char* STR_ME_FORCE_TRANSFER = "Force transfer";
static const char* STR_ME_TRANSFER_ALLOW_DEATH = "Transfer allow death";
static const char* STR_ME_TRANSFER_KEEP_ALIVE = "Transfer keep alive";
static const char* STR_ME_TRANSFER_ALL = "Transfer all";
static const char* STR_ME_FORCE_UNRESERVE = "Force unreserve";
static const char* STR_ME_UPGRADE_ACCOUNTS = "Upgrade accounts";

Check notice

Code scanning / CodeQL

Unused static variable

Static variable STR_ME_UPGRADE_ACCOUNTS is never read.

// Methods names
static const char* STR_ME_TRANSFER = "Transfer";
static const char* STR_ME_FORCE_TRANSFER = "Force transfer";
static const char* STR_ME_TRANSFER_ALLOW_DEATH = "Transfer allow death";
static const char* STR_ME_TRANSFER_KEEP_ALIVE = "Transfer keep alive";
static const char* STR_ME_TRANSFER_ALL = "Transfer all";
static const char* STR_ME_FORCE_UNRESERVE = "Force unreserve";

Check notice

Code scanning / CodeQL

Unused static variable

Static variable STR_ME_FORCE_UNRESERVE is never read.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant