Releases: digicatapult/sqnc-matchmaker-api
Releases · digicatapult/sqnc-matchmaker-api
Release v0.6.10
Chore/ipfs upload on attachment (#67) * IPFS upload on attachment creation We need to upload on attachment creation rather than on submission so that the db doesn't need to store binary data as this will be unavailabe to the block indexer. Also note size has been made optional to reflect that the indexer will not have this information either but instead it is updated on fetching the resource. I will also try to get this information oportunistically in the indexer but if we don't have it null is better than the indexer failing. * 0.6.9 * Update db docs * 0.6.10 * Ignore unused vars with rest spread
Release v0.6.9
Update npm - all minor and patch updates to ^10.3.4
Release v0.6.8
Feat/block handler part 1 (#64) * First part of block handler Implements some basic structures around block handling. Still missing are: * handleEvent doesn't actually process the event and is currently untested. This will change in the next PR * the event processors are not implemented but the basic type structure is in place. Again next PR * 0.6.6 * Fix linting on tests * UTXO NFT * 0.6.7 * More linting fixes * 0.6.8
Release v0.6.7
Update npm - all minor and patch updates to ^10.3.3
Release v0.6.6
Sets the max upload limit (#63) * First commit * move loation of filesize in tsoa.json config * Increase file size limit to 100mb * Linting * Lint and test body response * Remove not * Add body to test * Auto corrected async
Release v0.6.5
Update npm - all minor and patch updates
Release v0.6.4
Divide tests into offchain/onchain/unit (#59) * offchain and onchain tests * unit in matrix
Release v0.6.3
Update npm - all minor and patch updates
Release v0.6.2
Prepare runProcess transaction + store hash (#58) * split run process * reduce repitition * more reduce rep * db docs
Release v0.6.1
Add Status parameter to GET Transactions (#56) * Additional query added * Test error * Remove second query * Put second query back * Update query functions * Add another test * Version bump * Another test * Add additional checks * Use same function test * Reuse function * Change function * Change db function * Remove unused functions * Version bump