Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

contract events, indexed string fix #2108

Merged
merged 5 commits into from
Sep 19, 2016
Merged

contract events, indexed string fix #2108

merged 5 commits into from
Sep 19, 2016

Conversation

jacogr
Copy link
Contributor

@jacogr jacogr commented Sep 16, 2016

When an event has an indexed string parameter, the actual string value does not get returned as part of the event, rather the sha3 appears in-place. Decode this properly returning the bytes32 value as part of the actual log.

@jacogr jacogr added A0-pleasereview 🤓 Pull request needs code review. M-UI labels Sep 16, 2016
@parity-cla-bot
Copy link

It looks like this contributor signed our Contributor License Agreement. 👍

Many thanks,

Ethcore CLA Bot

@jacogr
Copy link
Contributor Author

jacogr commented Sep 16, 2016

@ngotchac Phew.

@ngotchac ngotchac added the A8-looksgood 🦄 Pull request is reviewed well. label Sep 16, 2016
@jacogr jacogr added A4-gotissues 💥 Pull request is reviewed and has significant issues which must be addressed. and removed A0-pleasereview 🤓 Pull request needs code review. A8-looksgood 🦄 Pull request is reviewed well. labels Sep 16, 2016
@jacogr jacogr added A0-pleasereview 🤓 Pull request needs code review. M6-rpcapi 📣 RPC API. and removed A4-gotissues 💥 Pull request is reviewed and has significant issues which must be addressed. M-UI labels Sep 17, 2016
@jacogr jacogr changed the title jsabi - indexed string fix contract events, indexed string fix Sep 18, 2016
@jacogr jacogr added F2-bug 🐞 The client fails to follow expected behavior. and removed F2-bug 🐞 The client fails to follow expected behavior. labels Sep 18, 2016
@ngotchac ngotchac added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Sep 19, 2016
@jacogr jacogr merged commit 241ea7c into js Sep 19, 2016
@jacogr jacogr deleted the jg-abi-indexd-string-fix branch September 19, 2016 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M6-rpcapi 📣 RPC API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants