Conversation
| let emitter = <Address as TestAddress>::generate(&env); | ||
| let res = client.try_post_message( | ||
| &emitter, | ||
| &123u32, |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
|
|
||
| let res = client.try_post_message( | ||
| &emitter, | ||
| &123u32, |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
|
|
||
| // `post_message` only accepts contract emitters. | ||
| let emitter = contract_id.clone(); | ||
| let nonce = 7u32; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
|
|
||
| let emitter = contract_id.clone(); | ||
| let emitter_bytes32 = address_to_bytes32(&emitter); | ||
| let nonce = 9u32; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| let emitter = contract_id.clone(); | ||
| let res = client.try_post_message( | ||
| &emitter, | ||
| &1u32, |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| env.mock_all_auths(); | ||
|
|
||
| let emitter = <Address as TestAddress>::generate(&env); | ||
| let nonce = 1u32; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| env.mock_all_auths(); | ||
|
|
||
| let emitter = contract_id.clone(); | ||
| let nonce = 42u32; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| env.mock_all_auths(); | ||
|
|
||
| let emitter = contract_id.clone(); | ||
| let nonce = 7u32; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical
Copilot Autofix
AI 3 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
No description provided.