forked from use-ink/ink
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Hide top level `collections` and `lazy` modules * Ignore failing doc-tests These use types from `collections` which are not available publicly anymore. * Stop using `Lazy` in `ERC-20` example * Use `Mapping` re-export in `ERC-721` example * Update UI tests to match updated examples * Allow `dead_code` in `lazy` and `collections` modules * Remove `Box` and `Pack` from top level `ink_storage` re-exports * Stop using `Lazy` in `multisig` example * Remove `Lazy` usage from DNS example * Update path of `Mapping` in `ERC-1155` example * Stop using `Lazy` in `trait-erc20` example * Undo changes to `alloc` tests * Add TODOs noting why we're ignoring certain doctests * Remove references to `storage::Box` from doc comments * Stop re-exporting `boxed::Box` * Remove storage collection benches It doesn't looks like there's a way to keep these compiling if we're hiding the collection module, so the next best thing to do is to remove them completely. * Remove `Lazy` from `delegator` example * Appease Clippy * Mention tracking issue for code removal instead of blank TODO
- Loading branch information
Showing
23 changed files
with
71 additions
and
1,178 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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.