eth-monitor

Monitor and cache ethereum transactions with match filters
git clone git://git.defalsify.org/eth-monitor.git
Info | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-07-04 18:12Add tx hash selector flag for rules matchinglash11+123-3
2024-06-27 15:10Define cache spec arg to allow other backendslash5+20-13
2024-04-02 11:31Bump versionlash1+1-1
2024-04-02 11:21Fix pysha breaklash2+5-5
2023-08-19 10:04Add state rundir with block height outputlash9+83-2
2023-08-17 12:27Skip cache rules filter when deactivatedlash2+5-1
2023-08-17 11:48Add match-all criteria and flaglash11+329-50
2023-08-17 09:28Start filter test writinglash2+59-5
2023-08-14 08:48Upgrade chainsyncer, remove state corruption bug on interrupt and partial filter listlash3+4-2
2023-08-13 17:36Handle crash on conrtact creation when recipient filter is activelash3+5-1
2023-08-13 16:58Implement and expose dialect filters for chain interfacelash5+11-15
2023-08-08 18:17Update man page with rpc batch limit settinglash7+885-2
2023-08-08 08:10Update man pageslash5+11-5
2023-08-07 11:48Handle missing context key arglash5+9-6
2023-08-06 18:32Implement syncer contextlash10+75-4
2023-08-06 13:10Implement RPC batch limitlash5+11-8
2023-06-03 07:32Make rpc dialect work with chain interfacelash5+9-5
2023-05-13 20:46Add readmelash5+297-2
2023-05-13 20:05Add man in packaging, add missing config dir in manifestlash4+16-8
2023-03-22 10:38Upgrade depslash3+5-3
2023-02-23 07:16Correct tx index in default log sync cli outputlash3+6-4
2022-11-14 07:55Change license to AGPL3, waive copyrightlash4+81-86
2022-11-12 09:20Add missing log module in cli liblash1+21-0
2022-11-10 13:43Reactivate cache rpclash1+6-2
2022-11-10 10:05Bump versionlash1+1-1
2022-11-10 08:07Update filter and callback signatures to chainsyncer 0.7.xlash7+16-16
2022-11-04 07:50Handle missing filters from arglash3+10-9
2022-10-14 15:41Handle filters and renderers from args in settingslash4+17-4
2022-10-13 07:22Avoid having to specify session dir when using mem backendlash1+1-0
2022-10-13 07:13Avoid having to specify session dir when using mem backendlash1+16-9
2022-05-14 20:58Update syncer settings code callslash3+21-16
2022-05-14 19:32Bump minor versionlash3+4-2
2022-05-13 07:11Implement chainlib 0.3.0 structurelash6+337-304
2022-05-10 18:33Upgrade chainsyncerlash1+1-1
2022-05-10 18:28Move remaining setup to settings modulelash10+134-148
2022-05-10 14:21Move rules handling to settings modulelash8+284-235
2022-05-10 11:25WIP move rules compilation to settings modulelash5+112-47
2022-05-10 11:07WIP implement chainlib cli and settingslash8+155-107
2022-05-10 10:10Bump version, upgrade chainlib to 0.2.0lash3+7-5
2022-05-07 11:33Add block filter cmd optionlash4+28-6
2022-05-05 07:59Upgrade depslash3+10-4
2022-04-28 15:45Bump depslash3+5-5
2022-04-26 08:32Add memory state storelash5+24-13
2022-04-21 05:44Loosen python version constraintlash2+4-2
2022-04-20 17:42Add rocksdb backendlash5+36-7
2022-04-09 19:17Bump chainsyncerlash4+5-3
2022-04-05 14:02Add data-ilash5+60-6
2022-04-05 11:44add data filterlash5+85-13
2022-04-02 11:29Add filter loggerlash1+11-2
2022-04-02 07:32Fix until flaglash2+3-3
2022-03-31 17:32Forcen new session id on single flaglash1+5-4
2022-03-30 08:21Update depslash1+1-1
2022-03-30 08:11Implement sync runnable on shep chainsyncerlash5+53-91
2022-03-08 17:11Implement keep-alive flaglash3+31-14
2022-03-08 09:47Add import and list to man makelash1+2-0
2022-03-06 19:42Allow filter and renderers set with config, envslash7+84-21
2022-03-05 07:01Correct nullstore packagelash1+1-1
2022-03-03 17:27Add man pages for import, listlash10+88-10
2022-03-01 18:54Add address index testlash4+123-2
2022-03-01 12:10Factor out cache rpc and store to eth-cachelash9+14-278
2022-02-28 22:22Add vanilla gas transfer filterlash3+23-1
2022-02-28 21:56Add tx by address lister clilash9+305-22
2022-02-27 14:21Implement 'fresh' flaglash1+6-3
2022-02-27 13:52Enable read block and rcpt from cachelash9+108-14
2022-02-27 11:48Add override args, add individual include list modification optionslash9+208-80
2022-02-25 15:30WIP custom man sectionslash4+112-7
2022-02-25 14:23Add man page startlash4+35-4
2022-01-30 23:22Use chain spec instead of chain strlash2+3-2
2022-01-30 20:00Remove missing deplash2+3-2
2022-01-30 19:50Bump versionlash2+3-1
2022-01-30 19:44Add renderer interface to out filterlash6+60-24
2022-01-30 14:43Add output filterlash3+64-5
2022-01-30 14:11Upgrade deps, add nullstore for discard executionlash7+721-8
2022-01-24 01:06Add block start entry for addresslash1+20-1
2022-01-24 00:17Limit cache of tx by address to addresses within ruleslash5+83-33
2022-01-23 22:44Factor out tx, block storelash5+86-79
2022-01-23 22:07Add etherscan importerlash6+212-14
2022-01-23 18:07Add mock filters and flag for manually adding filterslash5+50-8
2022-01-23 17:49Make backend properties static across filterslash5+113-29
2022-01-23 17:28Factor out address filterlash4+270-26
2021-06-27 09:01Add cache filter with leveldir backendnolash3+52-13
2021-06-26 12:04Initial commitnolash5+154-0