Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix selector encoding #264

Closed
wants to merge 6 commits into from
Closed

Fix selector encoding #264

wants to merge 6 commits into from

Conversation

cmichi
Copy link
Collaborator

@cmichi cmichi commented Nov 20, 2019

By encoding as array of strings instead of a stringified array.

Before:

"[\"0x8C",\"0x97",\"0xDB",\"0x39"]"

After:

["0x8C", "0x97", "0xDB", "0x39"] 

Needs to be communicated to polkadot-js before merge.

By encoding as array of strings instead of a stringified array.
@Robbepop
Copy link
Collaborator

Will merge as soon as Polkadot JS side is ready.

Copy link
Collaborator

@Robbepop Robbepop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please update this branch to current master so we see if CI is happy with it as well.

@codecov-io
Copy link

codecov-io commented Nov 26, 2019

Codecov Report

Merging #264 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   41.73%   41.73%           
=======================================
  Files          55       55           
  Lines        3680     3680           
=======================================
  Hits         1536     1536           
  Misses       2144     2144
Impacted Files Coverage Δ
abi/src/specs.rs 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19fe191...5a34ee5. Read the comment docs.

@Robbepop Robbepop mentioned this pull request Dec 10, 2019
@Robbepop
Copy link
Collaborator

Superseeded by #296.

@Robbepop Robbepop closed this Dec 23, 2019
@HCastano HCastano deleted the cmichi-fix-selector-encoding branch July 29, 2022 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants