Skip to content

Commit

Permalink
Custom AccountId32 impl, remove substrate deps (#1010)
Browse files Browse the repository at this point in the history
* Custom AccountId32 impl, remove substrate deps

* Explanation of copy of AccountId32

* CHANGELOG.md
  • Loading branch information
ascjones authored Mar 10, 2023
1 parent 5cb3e6e commit 4ccd237
Show file tree
Hide file tree
Showing 7 changed files with 869 additions and 112 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Limit input length for `decode` command - [#982](https://github.com/paritytech/cargo-contract/pull/982)
- Pass contract features to metadata gen package - [#1005](https://github.com/paritytech/cargo-contract/pull/1005)
- Custom AccountId32 impl, remove substrate deps - [#1010](https://github.com/paritytech/cargo-contract/pull/1010)
- Fixes issue with with incompatible `wasmtime` versions when dependant project has old substrate dependencies.

### [2.0.2]

Expand Down
Loading

0 comments on commit 4ccd237

Please sign in to comment.