Sycning with upstream

This commit is contained in:
Chris Troutner
2025-02-09 09:57:56 -07:00
4 changed files with 9433 additions and 5394 deletions
+9420 -5384
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -12,7 +12,7 @@
"bch-message-lib": "2.2.1", "bch-message-lib": "2.2.1",
"bootstrap": "5.2.0", "bootstrap": "5.2.0",
"crypto-browserify": "3.12.1", "crypto-browserify": "3.12.1",
"process": "^0.11.10", "process": "0.11.10",
"qrcode.react": "4.2.0", "qrcode.react": "4.2.0",
"query-string": "7.1.1", "query-string": "7.1.1",
"react": "19.0.0", "react": "19.0.0",
@@ -20,7 +20,7 @@
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-router-dom": "7.1.3", "react-router-dom": "7.1.3",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"stream-browserify": "^3.0.0", "stream-browserify": "3.0.0",
"use-local-storage-state": "19.5.0", "use-local-storage-state": "19.5.0",
"use-query-params": "1.2.3", "use-query-params": "1.2.3",
"vm-browserify": "1.1.2" "vm-browserify": "1.1.2"
@@ -50,8 +50,8 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"minimal-slp-wallet": "5.8.5", "minimal-slp-wallet": "5.13.0",
"react-app-rewired": "^2.2.1", "react-app-rewired": "2.2.1",
"standard": "17.0.0", "standard": "17.0.0",
"web3.storage": "4.3.0" "web3.storage": "4.3.0"
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -72,11 +72,14 @@ function NftsForSale (props) {
const tokenData = await wallet.getTokenData(thisOffer.tokenId) const tokenData = await wallet.getTokenData(thisOffer.tokenId)
console.log('complete tokenData: ', tokenData) console.log('complete tokenData: ', tokenData)
const mutableCid = tokenData.mutableData.slice(7) // const mutableCid = tokenData.mutableData.slice(7)
const url1 = `https://free-bch.fullstack.cash/ipfs/file-info/${mutableCid}` // const url1 = `https://free-bch.fullstack.cash/ipfs/file-info/${mutableCid}`
console.log('url1: ', url1) // console.log('url1: ', url1)
const resp1 = await axios.get(url1) // const resp1 = await axios.get(url1)
console.log('resp1.data: ', resp1.data) // console.log('resp1.data: ', resp1.data)
const mutableData = await wallet.cid2json({ cid: tokenData.mutableData })
console.log('mutableData: ', mutableData)
} }
return rawOffers return rawOffers