We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ORML unfortunately doesn't provide benchmarking logic for their pallet: https://github.com/open-web3-stack/open-runtime-module-library/tree/v0.7.0/tokens
Acala implements them, but with a tail of Acala-dependencies https://github.com/AcalaNetwork/Acala/blob/master/runtime/mandala/src/benchmarking/tokens.rs
best way for us is to write our own benchmarking logic, it seems
The text was updated successfully, but these errors were encountered:
I did the same for orml-vesting in ajuna: ajuna-network/ajuna-pallets#25
Sorry, something went wrong.
This is the working branch for v1.10.0: ajuna-network/ajuna-pallets#45
No branches or pull requests
ORML unfortunately doesn't provide benchmarking logic for their pallet:
https://github.com/open-web3-stack/open-runtime-module-library/tree/v0.7.0/tokens
Acala implements them, but with a tail of Acala-dependencies
https://github.com/AcalaNetwork/Acala/blob/master/runtime/mandala/src/benchmarking/tokens.rs
best way for us is to write our own benchmarking logic, it seems
The text was updated successfully, but these errors were encountered: