getLogs API changes to return txHash, make contract arg optional. #81
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#81
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ashwinp-get-logs-tx-hash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of https://github.com/vulcanize/watcher-ts/issues/116
LGTM!
We could do HexToHash here and return a slice of
common.Hash
instead so don't need to do it in different places above this level, but that's super nitpicky and maybe there is a reason to leave it as a hex string at this level.