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

Attempt to fix CPU issues, need more work to fully remove RBS #2367

Closed
wants to merge 2 commits into from

Conversation

grumbach
Copy link
Member

@grumbach grumbach commented Oct 31, 2024

Shall get replaced by PR #2369

let _ = metrics_recorder
.current_reward_wallet_balance
.set(new_value);
.inc_by(storecost.as_atto().try_into().unwrap_or(i64::MAX)); // TODO maybe metrics should be in u256 too?

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
// info!("Verifying new balance on paying wallet is {new_balance} ...");
// let paying_wallet = wallet_client.into_wallet();
// assert_eq!(paying_wallet.balance(), new_balance);
// // assert_eq!(paying_wallet.balance(), new_balance);// TODO adapt to evm

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note test

Suspicious comment
// );
// println!("Verifying new balance on paying wallet is now {new_balance} ...");
// let paying_wallet = wallet_client.into_wallet();
// assert_eq!(paying_wallet.balance(), new_balance);
// // TODO adapt to evm

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note test

Suspicious comment
// let _ = wallet_client
// .mut_wallet()
// .local_send_storage_payment(&no_data_payments)?;
// // TODO adapt to evm

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note test

Suspicious comment
@jacderida
Copy link
Contributor

Closing as a result of merging #2369.

@jacderida jacderida closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants