Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove feature gated code * Migrate code to `pallet-revive` Remove `LimitParamsV1` + `pallet-contracts` Use RISC-V target in CI Use latest `polkadot-sdk` `master` Use `H256` instead of `E::Hash` Remove generic from `ToAddr` and `FromAddr` Remove support for `no_implicit_prelude` Remove `Determinism` * Adding dry run for upload * Revert "Adding dry run for upload" This reverts commit 86411fa69b220972eb2194013bd6d7c614fabefb. * Increase limit * Remove generic `Salt` * Implement new `delegate_call` API * Fix CI, upgrade `dylint-link` * Apply linter * Fix copy from slice, deactivate `cargo fmt` * Update `Cargo.lock`, apply `clippy` fixes * Optimize CI * Clean up more disc space * Try to save more disk space * Debug CI space issues * Fix types for endowent and balance * Fix tests and clippy errors * Debug CI + fix types * Fix linting tests * Fix CI * Fix `erc20` + `trait-erc20` * Fix `erc721` + `contract-ref` * Fix `erc1155` * Update to `polkadot-sdk` `b7afe48ed0bfef30836e7ca6359c2d8bb594d16e` * Fix `dns` * Debug CI * Debug CI * Fix `lazyvec` * Debug CI * Debug CI * Fix `cross-contract-calls` partly * Debug `cross-contract-calls` * Fix `contract-transfer` * Debug strange bug * Add stack bug reproducer * Make clippy happy * Fix types * Fix types * Fix `custom-environment`, `multisig`, `contract-terminate`, `contract-transfer` * Fix more examples * Fix more tests * Run tests with `--all` * Debug CI * Debug CI * Debug CI * Debug CI * Debug CI * Debug CI * Debug CI * Debug CI * Debug CI * Debug CI * Fix tests for `lazy` + `delegator` * Debug strange bug * Revert "Debug strange bug" This reverts commit fbd23ee. * Fix tests * Make `clippy` happy * Fix tests + add debugging output * Debug `mapping` test * Fix GHA * Add `unstable` feature * Fix GHA * Debug `mapping` tests * Update CI confgi * Fix `mapping` + `events` tests * Fix CI config for `mapping` * Add `unstable` feature everywhere * Add missing `unstable` feature for integration tests * Add `unstable` for `linting` * Add `unstable` for `linting` * Add `unstable` for `conditional-compilation` * Debug `events` * Add `unstable` for `lang-err` tests * Fix `static-buffer` tests * Implement todo's * Apply `cargo fmt` * Fix spellcheck + zepter * Apply `cargo fmt` * Fix CI + reenable test * Apply `clippy` fixes * Fix CI * Apply `cargo fmt` * Add failsafe for scripts * Debug `examples-test-mapping` * Debug `examples-test-mapping` * Debug `examples-test-mapping` * Temporarily `nightly-2024-11-28` for `mapping` * Use latest `nightly` for `mapping` * Fix URL * Disable `doctest` for `mapping` * Use self-hosted runner * Fix path for `delegator` * Update labels for runner * Revert "Update labels for runner" This reverts commit d4a2366. * Revert "Use self-hosted runner" This reverts commit d995e27. * Add words to dictionary * Use self-hosted runner * Update labels for runner * Adapt for instantiation testability * Remove `unstable` feature * Update test fixtures * Revert running on self-hosted * Replace `test_instantiate` feature with `test` * Add `e2e_tests` module to `contract-invocation` * Revert "Replace `test_instantiate` feature with `test`" This reverts commit 79c311a. * Cleaning up `contract-invocation` * Add `test_instantiate` to integration tests * Fix CI * Deduplicate E2E-built contracts * Fix CI * Fix CI * Fix CI * Update test fixtures, propagate `test_instantiate` * Debug CI * Update test fixtures * Allow `unexpected_cfgs` * Add `allow(unexpected_cfgs)` to ui tests * Use `std` instead of `test_instantiate` * Remove `test_instantiate` feature throughout * Update fixtures * Fix inner attribute * Remove println's * Fix linting tests * Make `panic` an `unreachable` * Get rid of `unreachable_code` errs * Update test fixtures * Fix `contract-invocation` * Get rid of `unreachable_code` errs * Update values for `contract-invocation` asserts * Fix `contract-invocation` tests * Update test fixtures * Fix `own_code_hash` * Use `nightly` for measuring contract sizes (ICE) * Migrate to `U256` * Revert "Migrate to `U256`" This reverts commit ae62747. * Code cleanup * Apply `cargo fmt`
- Loading branch information