- 17 Mar, 2021 1 commit
-
-
Michael Müller authored
This reverts commit 5a8beebf.
-
- 16 Mar, 2021 3 commits
-
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
- 12 Mar, 2021 1 commit
-
-
Michael Müller authored
* Add `.config` * Fix hunspell complaints * Run spellcheck in CI * Improve hunspell config * Fix 'pre' prefix * Remove `|` from dictionary * Add missing words to dictionary * Add missing words to dictionary * Add missing words to dictionary * Fix `n`-th → nth * Fix indentation * Remove comment * Fix number * Fix spacing * Remove regex * Apply suggestions from code review Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Fix dictionary * Fix dictionary * Implement review comments * Replace SRML with FRAME * Replace occurrences of 'spreaded' * Tuning text regarding 'spreaded' * Update crates/storage/src/lazy/entry.rs Co-authored-by:
Hero Bird <robin.freyler@gmail.com> Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> Co-authored-by:
Hero Bird <robin.freyler@gmail.com>
-
- 09 Mar, 2021 2 commits
-
-
Michael Müller authored
-
dependabot[bot] authored
Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 06 Mar, 2021 1 commit
-
-
Austin Abell authored
* Fix execution content variables in DNS example * Change lint back
-
- 05 Mar, 2021 5 commits
-
-
Michael Müller authored
-
Denis_P authored
-
Michael Müller authored
-
- 03 Mar, 2021 1 commit
-
-
Hsin Yi, Chen authored
* [ink_storage] Add missing docs for ink_storage_derive. (paritytech/ink#637). * Update crates/storage/derive/src/lib.rs Co-authored-by:
Hero Bird <robbepop@web.de> * Update crates/storage/derive/src/lib.rs Co-authored-by:
Hero Bird <robbepop@web.de> * Update crates/storage/derive/src/lib.rs Co-authored-by:
Hero Bird <robbepop@web.de> * Update crates/storage/derive/src/lib.rs Co-authored-by:
Hero Bird <robbepop@web.de> * Fix fmt. Co-authored-by:
Hero Bird <robbepop@web.de>
-
- 02 Mar, 2021 2 commits
-
-
Hero Bird authored
* adjust rustfmt.toml * add ink-fizz-tests feature guard to some test API * update ink! crates to version 3.0.0-rc3 * write release notes for ink! 3.0-rc3 * apply formatting to imports_granularity
-
Michael Müller authored
* Fix nightly clippy warning: `inconsistent_struct_constructor` * Provide suggestion for fixing unitialized execution context * Ensure consistent versioning * Fix typos
-
- 24 Feb, 2021 1 commit
-
-
Michael Müller authored
-
- 22 Feb, 2021 1 commit
-
-
Michael Müller authored
* Fix `clippy::upper-case-acronyms` * Fix typo * Add `#[cfg(test)]` to get rid of dead code warning
-
- 19 Feb, 2021 2 commits
-
-
Michael Müller authored
* Build contract bundles for delegator sub-contracts * Use `--manifest-path` instead of shell navigation * Make Andrew happy
-
Michael Müller authored
* Fix build warning * Fix `warn(clippy::redundant_slicing)` * Remove unnecessary feature * Reduce amount of ci fuzz tests, since it times out sometimes * Apply rustfmt * Revert "Remove unnecessary feature" This reverts commit fdad2e89. * Revert "Fix build warning" This reverts commit 00ea9038. * Fix build warning * Revert me: Hotfix for funty issue * Remove unstable `panic_any` * Fix use
-
- 10 Feb, 2021 1 commit
-
-
Michael Müller authored
* Improve ink! linker error protocol * Improve order of parameters * Encode `EnforcedError` object into function signature * Improve doc comments * Add doc comment * Improve doc comment
-
- 05 Feb, 2021 2 commits
-
-
Andrew Jones authored
* Temporarily use new scale-info branch until release * [metadata] update scale-info, remove string parameterization * Revert "Temporarily use new scale-info branch until release" This reverts commit 08a9c2ac * Upgrade scale-info to 0.6 * Add missing version update
-
Qinxuan Chen authored
Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 04 Feb, 2021 3 commits
-
-
Michael Müller authored
* Get rid of `generic-array` * Remove comment * Fmt and get rid of feature flags * Include Vec * Make clippy happy * Add `into_inner` back in * Do not allocate heap memory * Use `array_init` for initializing * Revert me: Activate `const-generics` feature in `array-init` * Remove `feature(array_map)` * Remove feature flag, since it is now stable on nightly * Add feature `ink-unstable` * Put `LazyArray` behind `ink-unstable` feature * Remove newline * Allow dead code in `LazyArray` when `ink-unstable` missing * Remove unnecessary allow
-
Hero Bird authored
* use BLAKE2b 256-bit hashes for selectors Before this PR we accidentally used BLAKE2b 512-bit hashing. Using 256-bit versions is important for smart contracts so that smart contracts can compute selector hashes on their own through the built-in contracts-pallet hash support which includes BLAKE2b 256-bit but not 512-bit. * apply rustfmt
-
Michael Müller authored
* Add generalized collection fuzz testing * Use `StorageHashMap::FromIter` * Use `saturating_mul` * Update to new `quickcheck` API * Adopt year to 2021 in license * Implement suggestions from review
-
- 03 Feb, 2021 2 commits
-
-
Michael Müller authored
-
Michael Müller authored
-
- 02 Feb, 2021 3 commits
-
-
Michael Müller authored
* Revert me: Run fuzz tests on this branch * Add debug output * Revert me: Decrease number of runs * Do not stop CI stage on exit code 1 * Revert "Revert me: Decrease number of runs" This reverts commit 88d6b2c5. * Revert "Add debug output" This reverts commit 2be03bce. * Revert "Revert me: Run fuzz tests on this branch" This reverts commit 7493421b.
-
Michael Müller authored
* Fix broken intra-doc links * Fix doc link * Add CI stage to test example docs * Revert me: Provoke doc failures in example * Remove intra-crate link to non-dependency * Remove `--all-features` * Revert "Revert me: Provoke doc failures in example" This reverts commit 563bfeb3. * Prettify paragraph * Remove unnecessary imports * Revert "Remove unnecessary imports" This reverts commit 05207133 . * Remove unnecessary imports * Remove `cfg(doc)` path resolution for doc comments * Improve language and formatting * Upgrade `scale` and `scale-info` for `rand-extension` * Make http link work * Remove `crate::` prefix from doc links * Apply suggestions from code review Co-authored-by:
Hero Bird <robin.freyler@gmail.com> Co-authored-by:
Hero Bird <robin.freyler@gmail.com>
-
hammeWang authored
* add #[ink:chain_extension] example contract * modify return content * fix rustfmt CI fail * bump codec and scale-info in rand-extension
-
- 28 Jan, 2021 6 commits
-
-
Andrew Jones authored
* Update to scale-info 0.5 * Update TypeInfo manual impls * Update parity-scale-code to 2.0 * Add Encode ?Sized bounds * Change type display name for Key custom TypeInfo impl * Add missing ?Sized constraint * Fmt * Missing ?Sized bound in example
-
Denis_P authored
* debug (CI): putting reports in artifacts [skip ci] * debug (CI): remove unneded jobs, revert lated * change (doc): fix artifacts * CI: debug codecov, again * CI: run with tests * CI: revert me * CI: change codesource form ./target to . * Revert "CI: revert me" This reverts commit 0d50efb3.
-
hammeWang authored
* add #[ink:chain_extension] example contract * modify return content * fix rustfmt CI fail
-
tylerztl authored
-
Michael Müller authored
-
- 27 Jan, 2021 1 commit
-
-
Michael Müller authored
* Fix typos * Add `ink-docs` link to readme
-
- 19 Jan, 2021 1 commit
-
-
Andrew Jones authored
* WIP * Add salt argument to instantiate call * Fix lang compilation * Fix salt to [u8; 4] * Make create builder generic over Salt * Use type state instead of () * Rename salt to salt_bytes * Fmt * Apply review suggestion: type state enum * Apply review suggestion: separate impl block for salt_bytes getter * Apply review suggestion: take salt bytes directly to avoid copy overhead * Apply review suggestion: use Salt type state instead of leftover concrete type * Apply review suggestion: fix doc tests
-
- 13 Jan, 2021 1 commit
-
-
Denis_P authored
-