Include getFilterLogs operation.

This commit is contained in:
Fang 2018-04-17 16:18:13 +02:00
parent a8415d38bc
commit e857a77c74
2 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,9 @@
:^ ~ 'topics' %a
(turn `(list octs)`top.req :(cork render-hex-bytes prefix-hex tape))
==
::
%eth-get-filter-logs
['eth_getFilterLogs' (tape (num-to-hex fid.req)) ~]
::
%eth-get-filter-changes
['eth_getFilterChanges' (tape (num-to-hex fid.req)) ~]

View File

@ -43,6 +43,7 @@
adr=(list address)
top=(list octs)
==
[%eth-get-filter-logs fid=@ud]
[%eth-get-filter-changes fid=@ud]
==
::