You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(e2e): only call map_account if account is not mapped yet (#2483)
* feat: if not mapped yet
* chore: fix method name and add CHANGELOG
* fix: clippy warnings
* original_account_entry
* chore: minor fixes
* chore: add new error type
* chore: Remove `skip_clippy_and_linting` from contract_build args
See use-ink/cargo-contract#2015
---------
Co-authored-by: davidsemakula <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ You can find binary releases of the node [here](https://github.com/use-ink/ink-n
226
226
## Fixed
227
227
-[E2E] Have port parsing handle comma-separated list ‒ [#2336](https://github.com/use-ink/ink/pull/2336)
228
228
- Always use ink! ABI/ SCALE codec for constructor and instantiation related builders and utilities - [#2474](https://github.com/use-ink/ink/pull/2474)
229
+
- Get rid of "extrinsic for call failed: Pallet error: Revive::AccountAlreadyMapped" - [2483](https://github.com/use-ink/ink/pull/2483)
0 commit comments