-
Notifications
You must be signed in to change notification settings - Fork 0
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
Developed benchmarks and weights for afloat, closes #36 #43
Developed benchmarks and weights for afloat, closes #36 #43
Conversation
Dreyhh
commented
Apr 1, 2024
- Developed benchmarks and weights for afloat pallet.
- Changed Fruniques's Attributes type to a BoundedVec.
…trinsics from: rbac, gated_marketplace and fruniques
GPT summary of 57901a7: Error: couldn't generate summary |
GPT summary of 9667bcc: Error: couldn't generate summary PR summary so far: Error: couldn't generate summary |
GPT summary of 7f9cf81: Error: couldn't generate summary PR summary so far: Error: couldn't generate summary |
…action benchmark, replaced unwraps with assert_ok for calls to helpers functions that dont return a value in afloat benchmarks
GPT summary of bd05e7f: Error: couldn't generate summary PR summary so far: Error: couldn't generate summary |
@sebastianmontero aun no actualizo los weights, lo hare cuando tenga luz verde con los benchmarks |
…orageMaps values for Fruniques and GM, fixed set_gm_do_enlist_sell_offer_worst_case(), updated do_create_sell/buy_order() methods signature to return the created offer_id given that there was no other way to reliably get the offer_id, updated gm's offer_id creation to include also the item_id, removed unused variables and imports
@@ -32,7 +32,7 @@ gcloud-md5-ingress.yml | |||
.secrets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,727 @@ | |||
#![cfg(feature = "runtime-benchmarks")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -11,9 +11,9 @@ use pallet_rbac::types::{IdOrVec, RoleBasedAccessControl, RoleId}; | |||
use scale_info::prelude::vec; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -9,7 +9,6 @@ use sp_runtime::{ | |||
traits::{BlakeTwo256, IdentityLookup}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -350,9 +350,14 @@ impl<T: Config> Pallet<T> { | |||
Self::get_timestamp_in_milliseconds().ok_or(Error::<T>::TimestampError)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GPT summary of a4ac3ae: Error: couldn't generate summary PR summary so far: Error: couldn't generate summary |
@sebastianmontero no habia generado los weigths actualizados con los ultimos cambios, esperaba confirmacion con benchmarks, abrire otra PR para incluirlos. |