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

feat: return proper transaction receipt logs #329

Merged
merged 4 commits into from
Aug 29, 2019

Conversation

troggy
Copy link
Member

@troggy troggy commented Aug 28, 2019

Resolves #327

@codecov
Copy link

codecov bot commented Aug 28, 2019

Codecov Report

Merging #329 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #329      +/-   ##
==========================================
+ Coverage   95.17%   95.19%   +0.01%     
==========================================
  Files          71       71              
  Lines        1058     1062       +4     
  Branches      197      198       +1     
==========================================
+ Hits         1007     1011       +4     
  Misses         45       45              
  Partials        6        6
Impacted Files Coverage Δ
src/api/methods/getTransactionReceipt.js 100% <100%> (ø) ⬆️

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 a11d83f...40bb550. Read the comment docs.

transactionIndex: txPos,
blockNumber,
transactionHash: hash,
address: bufferToHex(Buffer.from(log[0])),
Copy link
Member

Choose a reason for hiding this comment

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

this will probably contain the sigHash of the transaction, not the address of the contract 🤔

Copy link
Member

Choose a reason for hiding this comment

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

created an issue here: #331

Copy link
Member

@johannbarbie johannbarbie left a comment

Choose a reason for hiding this comment

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

@troggy troggy merged commit 3abf681 into master Aug 29, 2019
@troggy troggy deleted the feat/transaction-receipt-logs branch August 29, 2019 19:36
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.

logs in getTransactionReceipt doesn't comply with spec
2 participants