Get Contract Events by Contract Hash #3583
Labels
Discussion
Initial issue state - proposed but not yet accepted
Enhancement
Type - Changes that may affect performance, usability or add new features to existing modules.
Summary or problem description
ApplicationLog
already saves a log of all the events per transaction. Searchable bycontract hash
ortransaction hash
. You can also already view this information inneo-cli
by commandlog contract
. This is very useful for syncing or looking at missed contract events. If user were to do this they would need to build a plugin to watch for this activity on their own.Do you have any solution you want to propose?
Enable this data to
end-user
byHTTP RPC
. What this will do is allow users to get the events by a contract hash, returning transaction hash (a list of events).Method Name:
getcontractlog
Example of Command:
Where in the software does this update applies to?
The text was updated successfully, but these errors were encountered: