mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Include getFilterLogs operation.
This commit is contained in:
parent
a8415d38bc
commit
e857a77c74
@ -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)) ~]
|
||||
|
@ -43,6 +43,7 @@
|
||||
adr=(list address)
|
||||
top=(list octs)
|
||||
==
|
||||
[%eth-get-filter-logs fid=@ud]
|
||||
[%eth-get-filter-changes fid=@ud]
|
||||
==
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user