chaind-eth

Queue server for ethereum
Info | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-06-07 09:51Implement chainsyncer dialectlash2+5-2
2023-06-07 09:28Upgrade erc20 deplash1+1-1
2023-06-07 09:19Reinstate chaind deplash1+1-1
2023-06-07 09:17Upgrade to chainlib 0.4.xlash4+13-7
2022-11-14 18:55Update readmelash2+6-6
2022-11-14 08:14Change license classifierlash2+4-2
2022-11-14 07:41Change license to AGPL3, waive copyrightlash5+119-87
2022-07-02 05:57Add settings for token modulelash2+2-1
2022-05-14 16:23Bump chaind deplash1+1-1
2022-05-14 16:20Bump minor versionlash1+1-1
2022-05-14 16:15Load config for syncer executablelash2+6-1
2022-05-14 12:41Add session cli arg handling to send, queuerlash2+2-2
2022-05-14 12:25Rehabilitate sendlash2+87-33
2022-05-13 13:47Rehabilitate queuer and syncer clilash3+69-54
2022-05-13 10:32WIP implement chaind-eth on chainlib 0.3.0 structurelash5+88-34
2022-05-09 20:21Bump versionlash1+1-1
2022-05-09 19:54Upgrade chainlib to 0.2.0lash3+4-5
2022-05-05 15:45Upgrade chaind to handle exception in filesystem shep listlash2+2-2
2022-05-05 15:08Single adapter instantiationlash3+14-11
2022-05-05 08:10Upgrade chaindlash2+5-5
2022-05-04 07:26Implement unsafe address for sendlash3+16-7
2022-05-04 05:41Factor out outgoing processorlash4+18-33
2022-05-02 09:59Defer processing backend error handling to parentlash4+9-17
2022-05-01 06:27Correct erc20 extension reqlash1+1-1
2022-04-30 18:44Catch backend racelash4+23-14
2022-04-29 06:30Advance nonce on gas token txs onlylash4+9-5
2022-04-28 12:49Update chain interface, add chainqueue settings to clilash6+17-5
2022-04-27 09:01Make sure syncer doesnt croak on invalidstatelash4+7-6
2022-04-27 06:36Correct paths between syncer and queuerlash5+175-160
2022-04-26 21:30Apply queue-specific settings to tasker clilash1+6-10
2022-04-26 19:40WIP implement tasker daemon on new settings setuplash3+41-39
2022-04-26 17:24implement settings rendererlash2+34-73
2022-04-26 15:43Add socket send option to send scriptlash3+26-2
2022-04-26 10:10Remove stale code, correct systemd syncer argslash9+22-55
2022-04-10 21:42Add conn to execution in chaind looplash3+11-5
2022-04-10 21:27Remove spam loglash3+6-4
2022-04-10 19:13Remove unimplemented backends from setuplash1+2-2
2022-04-10 19:13Remove irrelevant eth-token-indexlash1+0-1
2022-04-10 19:10Upgrade to chainlib release versionlash2+3-3
2022-04-10 19:03Add send cli tool, make token resolver pluggablelash24+331-1111
2022-04-10 17:13Add response on socketlash2+15-9
2022-04-10 16:45Handle duplicate tx exceptionlash1+2-0
2022-04-10 16:22Avoid duplicate txs, start store before synclash2+4-1
2022-04-10 13:58WIP implement chaind sync with shep chainsyncerlash4+155-7
2022-04-10 09:33WIP implement tasker (replacement for server.py)lash7+859-0
2022-03-15 09:32Add dispatch, testlash3+47-1
2022-03-15 09:13Code purge, start over with cache and testlash13+95-296
2021-10-20 12:31Patch unnormalized address in query to chainqueuenolash7+22-13
2021-09-09 11:17Clarify env vars for chainqueue list, fix socat commandsnolash1+12-6
2021-09-09 07:05Allow unsafe addresses in inputnolash2+14-5
2021-09-09 06:47Correct rpc env varnolash1+2-2
2021-09-09 06:40Add checksum address token resolver as defaultnolash6+194-40
2021-09-08 15:47Correct sqlite filenamenolash3+3-3
2021-09-08 15:17Add resend scriptnolash8+255-117
2021-09-08 14:18Add return hash on tx submit, return tx on hash submitnolash3+33-16
2021-09-08 07:00Add entry point entries, cli module in packagenolash1+3-0
2021-09-08 06:59Add token index to depsnolash2+2-1
2021-09-08 06:50Correct value resolution for token send listnolash3+76-20
2021-09-07 14:46Add tx processor and erc20/gas token tx muxernolash4+197-13
2021-09-07 07:59Add send script, input processornolash6+140-4
2021-08-27 12:38Chaind upgradenolash2+2-2
2021-08-26 15:28Bump versionnolash1+1-1
2021-08-26 15:15Bump depsnolash1+2-2
2021-08-26 15:14Implement error parser to rpc instantationnolash5+140-41
2021-08-26 08:03Implement retry on failed sendsnolash7+27-12
2021-08-25 10:54Upgrade chainlib, signernolash2+4-4
2021-07-21 06:41Upgrade chaindnolash4+5-3
2021-07-20 15:22More readme os specnolash1+1-1
2021-07-20 15:21Specify linux in readmenolash1+1-0
2021-07-20 15:19bug in readme, socket pathnolash1+3-3
2021-07-20 15:07Upgrade readmenolash1+12-9
2021-07-20 14:58Add inline config filesnolash5+142-3
2021-07-19 12:49Fix bug in dispatch test failing on no gas balance in example txnolash1+22-5
2021-07-19 12:17Rehabilitate syncer daemon runnablenolash1+39-39
2021-07-19 12:02Enable config overridenolash2+3-2
2021-07-19 10:47Rehabilitate server runnablenolash2+4-3
2021-07-18 11:57Upgrade depsnolash1+2-2
2021-07-18 11:29Implement chainlib cli processingnolash2+22-33
2021-07-18 10:02Add dispatch testsnolash6+92-33
2021-07-18 08:59Include chain interface in testsnolash4+52-5
2021-07-17 06:22Add base confignolash3+43-7
2021-07-17 05:39Add coverage checknolash4+24-0
2021-07-17 05:17Correct depsnolash2+12-1
2021-07-16 19:48add filter testnolash3+104-1
2021-07-16 18:03add missing files, make adapter test rely on chaintool alembicnolash9+120-24
2021-06-04 18:48Factor out dispatch to separate object, implement batch cap per addressnolash5+68-22
2021-06-03 20:23Add systemd setupnolash11+871-5
2021-06-03 14:15Avoid none overwrite of tx in filternolash1+27-0
2021-06-03 12:49Factor out commons to chaind packagenolash2+13-26
2021-06-03 09:03Initial commitnolash7+327-0