- 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>
-
- 04 Jan, 2021 1 commit
-
-
Andrew Jones authored
-
- 09 Oct, 2020 1 commit
-
-
Hero Bird authored
* [*] normalize authors for all ink! crates * [lang, storage] add extern crate proc_macro This is somehow needed for cargo publishing.
-
- 01 Oct, 2020 1 commit
-
-
Hero Bird authored
* [*] split ink_core into ink_env and ink_storage The workspace does not yet compile! * [env] make compile again * [env] fix doc tests * [storage] make crate compile again * [env] fix some doc comment links * [README] flipper example: remove unused import * [storage/derive] fix compilation of generated code * [README] add ink_storage and ink_env doc links * [env, primitives, storage] fix docs * [lang] make compile again * [lang/codegen] use absolute paths in #[ink::test] proc. macro * [examples] make compile again * [*] apply rustfmt * [env] remove unneeded dependencies * [storage] remove all unneeded dependencies and crate features * [*] update outdated dependencies * [env, lang] remove unused dependencies * [*] fix comments * [*] fix some intra doc links * [ci] adjust to split ink_env and ink_storage crates * [ci] forgot to handle split ink_env and ink_storage in docs * [storage] fix fuzz tests * [examples] apply rustfmt * [examples] apply rustfmt (ERC-721)
-