Skip to content

Releases: digicatapult/sqnc-matchmaker-api

Release v0.6.10

20 Apr 10:49
d387d9f
Compare
Choose a tag to compare
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

20 Apr 01:59
Compare
Choose a tag to compare
Update npm - all minor and patch updates to ^10.3.4

Release v0.6.8

19 Apr 09:14
852b053
Compare
Choose a tag to compare
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

19 Apr 00:20
Compare
Choose a tag to compare
Update npm - all minor and patch updates to ^10.3.3

Release v0.6.6

18 Apr 15:07
c265852
Compare
Choose a tag to compare
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

14 Apr 03:28
Compare
Choose a tag to compare
Update npm - all minor and patch updates

Release v0.6.4

13 Apr 10:23
20e463c
Compare
Choose a tag to compare
Divide tests into offchain/onchain/unit (#59)

* offchain and onchain tests
* unit in matrix

Release v0.6.3

12 Apr 21:35
Compare
Choose a tag to compare
Update npm - all minor and patch updates

Release v0.6.2

12 Apr 14:47
5e39e77
Compare
Choose a tag to compare
Prepare runProcess transaction + store hash (#58)

* split run process

* reduce repitition

* more reduce rep

* db docs

Release v0.6.1

12 Apr 10:34
78d72b3
Compare
Choose a tag to compare
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