-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Migrate to `pallet-revive` * Bump versions to `6.0.0-alpha` * Add compatibility matrix * Use Docker image `useink/ci` for CI * Clean up CI * Remove `debug-ci` * Fix `cargo fmt` in CI * Fix CI * Fix CI * Fix tests * Reduce code duplication * Fix CI * Fix CI * Fix issues with `CARGO_TARGET_DIR` * Use ink! `master` * Remove generic `Hash` where possible * Use `polkadot-sdk` compatible deps * Implement `contract info` + `contract storage` * Upgrade to scale `3.1.2` * Revert "Upgrade to scale `3.1.2`" This reverts commit 3a7c635. * Fix issue with `parity-scale-codec-derive` dep * Overwrite dep version everywhere * Remove `[replace]` * Revert "Remove `[replace]`" This reverts commit 3c86c9c. * Fix patch * Revert to `scale` 3.6.12 * Update `Cargo.lock` * Use particular ink! branch * Use `scale` 3.7.3 * Use `scale` 3.6.2 again * Use `scale` 3.6.12 * Use `ink` branch * Use ink! `master` * Make clippy happy * Apply `cargo fmt` * Add `default-features` * Fix `contract info` tests * Make clippy happy * Add test for adhering to limits * Add `cargo contract account` for resolving H160 addr * Clean up code * Clean up + update deps * Make clippy happy * Add integration tests * Clean up * Replace WebAssembly/Wasm terms with appropriate PolkaVM ones * Fix CI * Fix CI * Fix naming * Fix field names
- Loading branch information
Showing
72 changed files
with
5,724 additions
and
4,335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.