-
Notifications
You must be signed in to change notification settings - Fork 6
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
Track features for v0.1.2 #60
Comments
beta, the pre built migration search : #64 |
fixed read_wasm binary found after the submit-runtime-upgrade script was publish New function created to solve problems: |
depricate chains/, not used #40 |
removed read_wasm_binary and replace it: - use libuptest::metadata::read_wasm_binary;
+ use libuptest::metadata::read_wasm_binary_correct; |
Uptest now supports compairing the old type and the new storage entry type #73 |
depricate unused chains/ dir |
pallet_storage_diff struct added, storage-changes in cli working and new |
cli upgraded:
|
fixed all example code so it compiles: |
Uptest code structure, moved uptest-cli to different folder, added readme for uptest-cli: #78 |
we have a delivery called "macro X" after doing some research, we decided to make into a callable function to make it more portable, feature flag + function created: #82 |
subxt feature introduced, libuptest::types::H256 is not compatible with subxt::utils::H256 |
input gen feature: |
Uptest release v0.1.2:uptest-cli is now renamed to uptest-cli and not just "uptest". Fixed bug #59, uptest can now properly detect the storage item type: Beta feature of migration search is live, feature allows you to automatically search for prewritten migrations in pallets: Submit runtime upgrade wasm file: Uptest cli added feature chain-info: Fixed bug that does not properly read the wasm file in libuptest: - use libuptest::metadata::read_wasm_binary;
+ use libuptest::metadata::read_wasm_binary_correct; Depricating the old function and added a new one: depricated the chains/ directory in libuptest: Uptest now supports compairing the old storage type(before upgrade) vs the new one(set after upgrade): Patched storage-changes uptest-cli function Public documentation updated: All example code has been fixed:
Subxt H256 is now compatible with libuptest's H256: As a promised milestone 2 delivery, we have enabled libuptest to support automatically generating u128, u64, u32, u8, f64, f32, bool and accountid32 addresses. Making it easier for developers to create temporary values, used for debugging. subxthelper feature flag has now been added to all feature flags: |
released! |
Fixed storagevalue raw_type bug:
#59
The text was updated successfully, but these errors were encountered: