chainqueue

Blockchain transaction queue control
Info | Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2022-11-14 08:12Change license classifierlash1+2-2
2022-11-14 07:34Update license filelash2+3-1
2022-11-14 07:33Replace license file with correctlash1+67-80
2022-11-14 07:29Change license to APL3, waive copyrightlash5+54-8
2022-11-06 15:17Implement shep 0.3.x, chainlib 0.4.xlash4+7-4
2022-05-14 16:29Bump minor versionlash2+3-1
2022-05-14 12:38Add data modulelash3+1-153
2022-05-13 13:46Update cli module for chainlib 0.3.0, fix remaining settings processinglash3+18-30
2022-05-13 09:29Implement settings on chainlib 0.3.0 structurelash5+97-89
2022-05-09 19:40Rehabilitate tests after by state signature changelash4+8-12
2022-05-06 14:00Deduplicate multiple matches in by-state listlash2+2-1
2022-05-06 08:47Add prerelease versionlash1+1-1
2022-05-06 08:47Add state parser cli toollash4+56-17
2022-05-06 08:30Rehabilitate list tool, enhance settings and configlash10+182-51
2022-05-05 17:06Update changeloglash1+2-0
2022-05-05 17:03Upgrade shep, omit sync on persist setlash2+3-3
2022-05-05 15:42Update changeloglash1+2-0
2022-05-05 15:37Upgrade shep to handle exception in filestore listlash2+2-2
2022-05-05 15:11Upgrade sheplash2+2-1
2022-05-05 14:22Remove sync for each getlash3+3-2
2022-05-04 18:37Raise correct error in index store exists checklash3+26-4
2022-05-04 05:44Allow for sync skip in queue store instantiationlash2+8-3
2022-05-02 20:21Add purge to chainqueue store objectlash3+3-2
2022-05-01 07:40Remove spam loglinelash2+2-2
2022-05-01 06:44Remove race waits (defer to client layer)lash4+24-30
2022-05-01 06:27Add race delaylash1+4-0
2022-04-30 18:31Allow backend objects to move between sync and getlash1+25-5
2022-04-30 16:43Sort statewise resultslash1+8-2
2022-04-30 05:42Add upcoming tests, event callback pass to sheplash4+65-4
2022-04-29 06:28Add reserved check methodlash3+11-1
2022-04-28 15:37Remove unneeded depslash1+6-6
2022-04-28 12:37Add cli handling and settingslash6+34-11
2022-04-27 06:23Sync chainqueue state store on getlash1+1-0
2022-04-26 21:35Move outputter module to explicit module path in clilash4+159-2
2022-04-26 09:21Upgrade sheplash2+2-2
2022-04-12 13:44Handle duplicate tx attemptslash5+33-3
2022-04-10 15:31Update setuplash1+6-8
2022-04-10 15:30Ignore missing txs, sync store on startlash1+6-2
2022-04-10 14:00Add change test for chainqueue entrylash5+32-1
2022-03-15 09:32Add tx src memberlash1+1-0
2022-03-15 09:00Implement chainspec in entry, cache txlash3+8-7
2022-03-15 08:06Force hashing of tx inside putslash5+44-43
2022-03-14 21:17Add state finalizerslash7+33-11
2022-03-14 19:53Add reserve, send enclosurelash3+24-1
2022-03-13 17:24Remove log spamlash1+0-5
2022-03-13 17:22Add date modified to state dirslash2+37-4
2022-03-13 16:04Harden query testslash2+49-9
2022-03-13 15:45Implement upcoming query on storelash2+13-1
2022-03-13 15:40Implement upcoming query on storelash7+58-14
2022-03-13 14:58Add store test, move store to subdir modulelash7+148-31
2022-03-12 14:22Add missing provision in cache testlash2+1-3
2022-03-12 14:19handle strings in tx inputs in test token cache tx objectlash1+4-1
2022-03-12 14:12WIP crossroads on hex vs bytes interpretationlash4+68-49
2022-03-12 13:48Prepare integration testlash8+128-168
2022-03-12 12:49Add embedded normalization to filter, cache txlash2+134-23
2022-03-12 12:02Add network token value to core cache tx objectlash2+33-11
2022-03-12 09:14Add cache interface methods, move old testslash10+30-7
2022-03-12 08:48Add cache handlinglash7+174-28
2022-03-11 21:49Simplify queueentrylash3+31-36
2022-03-11 20:16Normalize hex in queueentrylash3+39-10
2022-03-11 19:43Implement strict get matchlash2+6-3
2022-03-11 19:38implement get tx by statelash9+279-161
2022-03-11 14:10Add addrses to nonce index on new tx objectlash3+129-16
2022-03-11 12:15WIP Implement transition setters on sheplash3+103-7
2022-03-11 11:05Rename gas state namelash2+4-5
2022-03-11 11:02Initial shep provisionslash6+144-3
2022-03-11 07:35Bump versionlash1+1-1
2022-02-28 12:44Release v0.6.0rc3William Luke1+1-1
2022-02-28 12:34fix(get_latest_txs): use desc ordering and switch orderwilliamluke3+2-3
2022-02-28 12:33fix(get_latest_txs): use desc ordering and switch orderWilliam Luke3+2-3
2022-02-09 09:56Release v0.6.0rc2William Luke2+3-15
2022-02-08 12:01Merge pull request 'lash/backmerge' (#2) from lash/backmerge into masterwilliamluke9+342-216
2022-02-08 12:01Merge pull request 'feat: add `get_latest_txs` query' (#3) from feat/get_latest_txs into lash/backmergewilliamluke4+124-1
2022-02-07 12:35feat: add `get_latest_txs` queryWilliam Luke4+124-1
2022-02-07 11:55chore: bump leveldirWilliam Luke2+2-2
2021-11-15 13:23Upgrade deps, bump versionnolash2+5-5
2021-11-15 05:54Fix missing normalizer symbolnolash2+3-1
2021-10-20 07:24Rehabilitate sql query testsnolash3+13-12
2021-10-19 12:35Uncomment testsnolash1+199-199
2021-10-19 12:29Merge branch 'master' of file:///home/lash/src/client/cic/grassrootseconomics/chainqueuenolash3+51-2
2021-10-18 12:45Upgrade depsnolash2+2-2
2021-09-15 06:33Merge branch 'daven/0.0.0' into 'master'Daven Savoie1+6-1
2021-09-15 05:52Update .gitlab-ci.ymlDaven Savoie1+6-1
2021-09-15 04:49Merge branch 'daven/0.0.0' into 'master'Daven Savoie4+47-3
2021-09-14 18:06Update run_tests.shDaven Savoie1+3-1
2021-09-14 17:21Update .gitlab-ci.ymlDaven Savoie1+1-1
2021-09-13 19:00Update test_requirements.txtDaven Savoie1+1-1
2021-09-13 18:56Update requirements.txtDaven Savoie1+1-1
2021-09-13 18:47Update requirements.txtDaven Savoie1+1-1
2021-09-13 16:27Add new fileDaven Savoie1+42-0
2021-09-09 06:38Add columns selector to list clinolash3+17-5
2021-09-08 15:19Add output column selectornolash6+64-53
2021-08-29 09:56Doc typonolash1+1-1
2021-08-29 09:32Rename doc dirnolash5+0-0
2021-08-29 08:15More docs, include backend 'abstract' interfacenolash6+210-11
2021-08-28 04:28Remove inconistent data normalizationnolash3+5-10
2021-08-28 01:16Add tx normalizer docstringnolash2+12-13
2021-08-28 01:10Add missing encode modulenolash2+49-1
2021-08-28 01:08Add tx data normalizer to sql backendnolash4+32-32
2021-08-28 00:25WIP docsnolash1+4-3
2021-08-27 12:38Fix typo in chainqueue sql query count_txnolash1+2-2
2021-08-27 09:10Add docstring to cli outputter, register summary on individual tx addsnolash3+41-4
2021-08-27 08:52WIP docstringsnolash7+129-18
2021-08-27 07:44Bump versionnolash1+1-1
2021-08-27 07:44Remove unused block number property in tx-cache, add docstringsnolash6+230-74
2021-08-26 15:07Add error parser to backendnolash4+20-10
2021-08-26 09:59Factor out outputter class from cli toolnolash3+68-59
2021-08-26 08:05Merge branch 'lash/improve-adapter' into '0.0.3-dev'Louis Holbrook41+1188-658
2021-08-26 08:05Consolidate adapter interfaceLouis Holbrook41+1188-658
2021-06-07 05:00Start of component documentationnolash4+166-1
2021-06-04 17:38Bump versionnolash1+1-1
2021-06-04 17:37Add tx count querynolash3+85-1
2021-06-03 14:17Bump versionnolash1+1-1
2021-06-03 12:41Add license, manifestnolash2+675-0
2021-06-03 12:05Bump versionnolash3+11-3
2021-06-03 08:48Remove server, eth specific codenolash3+2-240
2021-06-03 08:17implement data path for databasenolash2+55-18
2021-06-02 19:58Reinstate block on recv, shorter timeout when have data or submitsnolash1+32-7
2021-06-02 13:05add tx dispatchnolash3+45-7
2021-06-02 12:07Add upcoming getternolash5+74-11
2021-06-02 11:09WIP server sql backend adapter handle duplicatesnolash4+24-5
2021-06-02 10:59WIP add transaction servernolash9+322-1
2021-06-01 11:53Rename fs queue controller modulenolash3+140-137
2021-06-01 11:47Add purge queue entry methodnolash2+33-4
2021-06-01 11:26Add change tx state, move queue statenolash4+83-3
2021-06-01 10:43Add fs queue backend add filenolash7+317-154
2021-06-01 09:46Add test for verify existing dirnolash2+7-5
2021-06-01 09:37Add hexdir handler, testnolash2+172-0
2021-05-28 09:13Rehabilitate tests to new package structurenolash10+88-72
2021-05-02 16:09Update urlnolash3+61-6
2021-04-15 18:42Bump versionnolash1+1-1
2021-04-15 18:41Move all interfaces to sql sub modulenolash4+0-0
2021-04-06 15:00Bump versionnolash1+1-1
2021-04-06 08:33Add chain spec to method calls in testsnolash9+124-91
2021-04-06 04:53Add session to reset call in cancel statenolash2+6-5
2021-04-05 11:00Bump versionnolash1+1-1
2021-04-05 10:59Add external session to tx obsolete methodnolash1+7-4
2021-04-04 09:25Use chain spec in decodernolash2+2-4
2021-04-02 22:17Accept external db sessions in methodsnolash4+64-65
2021-04-02 17:48Move chainspec to first position increate methodnolash5+9-9
2021-04-02 12:59Add test for nonce txs, paused txs queriesnolash2+166-3
2021-04-02 12:56Add test for nonce txs, paused txs queriesnolash1+2-4
2021-04-02 12:45Add nonce list testnolash5+60-37
2021-04-02 12:02Add state log, tx cache test, add final setter on tx cachenolash11+226-43
2021-04-02 11:04WIP port state transition unit testsnolash3+126-7
2021-04-02 09:51Add API modulesnolash10+848-48
2021-04-02 08:48Add tx cache testnolash5+44-14
2021-04-02 08:41Add models, otx add testnolash7+909-26
2021-04-02 08:31Initial commitnolash16+646-0