This website requires JavaScript.
Explore
Help
Sign In
oceanprotocol
/
market
Watch
1
Star
0
Fork
0
You've already forked market
mirror of
https://github.com/oceanprotocol/market.git
synced
2024-12-02 05:57:29 +01:00
Code
Releases
Activity
df4349f63f
market
/
.jest
/
__mocks__
/
is-url-superb
/
index.ts
4 lines
50 B
TypeScript
Raw
Normal View
History
Unescape
Escape
adding ipfs / arweave support (#1765) * support storage type publish * adding storageType to edit form * add IPFS type * fix testst and rollback ipfs typing * update oceanjs lib * fix Ipfs type * Update package-lock.json * added graphql and smartcontract options UI (WIP) * update package.json * removed graphql and smartcontracts * make various fixes for edit and publish with IPFS (missing Arweave) * removed no-case-declarations lines * moved ipfs utils * renamed getFileUrlInfo to getFileInfo * added is-ipfs to jest mock * Update package-lock.json * fix things * npm is fun * rename url to file in getFileInfo * refactor publish form (storage type field) * fix tab value when changing tabs * refactoring edit form * more refactor edit form * fix edit validation * fix validation when input is empty on edit form * fix validation when loading asset in edit form * change URL to file confirmed * change messages based on service type * Update form.json * fix FileInput tests and added ipfs / arweave tests * removed unnecessary comment * Update index.tsx * cleanup logic * update @oceanprotocol/lib * Update package-lock.json * fix test error * fix test assetsWithAccessDetails Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-11-25 15:07:55 +01:00
export
default
function
isUrl() {
return
true
}
Copy Permalink