Skip to content

Commit

Permalink
Merge pull request #105 from autonomys/fix/chunking
Browse files Browse the repository at this point in the history
fix: chunking issue in @autonomys/[email protected]
  • Loading branch information
clostao authored Nov 18, 2024
2 parents cc213fc + 607335e commit fc8f033
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Binary file modified backend/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint . "
},
"dependencies": {
"@autonomys/auto-dag-data": "^1.0.7",
"@autonomys/auto-dag-data": "^1.0.8",
"@autonomys/auto-drive": "^1.0.5",
"@polkadot/api": "^12.3.1",
"@polkadot/types": "^13.0.1",
Expand Down
3 changes: 0 additions & 3 deletions backend/src/useCases/uploads/uploadProcessing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ const processChunk = async (
blockstore,
dataToProcess,
fileBuilders,
{
maxNodeSize: DEFAULT_MAX_CHUNK_SIZE,
},
)

await fileProcessingInfoRepository.updateFileProcessingInfo({
Expand Down
10 changes: 5 additions & 5 deletions backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ __metadata:
languageName: node
linkType: hard

"@autonomys/auto-dag-data@npm:^1.0.7":
version: 1.0.7
resolution: "@autonomys/auto-dag-data@npm:1.0.7"
"@autonomys/auto-dag-data@npm:^1.0.8":
version: 1.0.8
resolution: "@autonomys/auto-dag-data@npm:1.0.8"
dependencies:
"@ipld/dag-pb": "npm:^4.1.2"
"@peculiar/webcrypto": "npm:^1.5.0"
Expand All @@ -46,7 +46,7 @@ __metadata:
protobufjs: "npm:^7.4.0"
protons: "npm:^7.6.0"
protons-runtime: "npm:^5.5.0"
checksum: 10c0/6e11e11db4af0cefddb6fc5c11185c2cd03e29d48c33d13bec9c835f11653aca5932a7fd9f358df07134aad91a71c167c800afc83280b0439b7a861f453fe81f
checksum: 10c0/97b92114afa667aadccacabed0241b3e486854bd2e091e36b2d859bfd842e6f0aa4720138ba6ef9d9d3aaca8fc1d00ece0cfdf659fcb852867bcfd9dd05b771f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3013,7 +3013,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "data-access-layer@workspace:."
dependencies:
"@autonomys/auto-dag-data": "npm:^1.0.7"
"@autonomys/auto-dag-data": "npm:^1.0.8"
"@autonomys/auto-drive": "npm:^1.0.5"
"@polkadot/api": "npm:^12.3.1"
"@polkadot/types": "npm:^13.0.1"
Expand Down

0 comments on commit fc8f033

Please sign in to comment.