Skip to content

Feat/update v1#2068

Merged
ahmedraza118 merged 8 commits into
stage-op-node-updatefrom
feat/update-v1
May 29, 2025
Merged

Feat/update v1#2068
ahmedraza118 merged 8 commits into
stage-op-node-updatefrom
feat/update-v1

Conversation

@ahmedraza118
Copy link
Copy Markdown
Collaborator

@ahmedraza118 ahmedraza118 commented May 19, 2025

Fixes # .

Changes proposed in this PR:

  • shifted repo to type: module
  • fixed issues in test cases (all test passed)
  • updated next version
  • changes in compilation
  • build config changes
  • added ocean.js v4 dependencies
  • github actions config changes

@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
market ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2025 2:23pm

Comment thread .jest/jest.setup.tsx
// 👇 Add these lines to polyfill TextEncoder/TextDecoder
import { TextEncoder, TextDecoder } from 'util'

// 👇 Safely cast to any to bypass type mismatch in Node environment
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

Comment thread scripts/barge-env.sh
@@ -1,2 +1,2 @@
# Set
node ./scripts/load-development-addresses.js No newline at end of file
node ./scripts/load-development-addresses.cjs No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eof

Comment thread scripts/pregenerate.sh

# Fetch EVM networks metadata
node ./scripts/write-networks-metadata > content/networks-metadata.json No newline at end of file
node ./scripts/write-networks-metadata.cjs > content/networks-metadata.json No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eof

@ahmedraza118 ahmedraza118 merged commit bf49c6f into stage-op-node-update May 29, 2025
12 checks passed
@ahmedraza118 ahmedraza118 deleted the feat/update-v1 branch May 29, 2025 09:37
bogdanfazakas added a commit that referenced this pull request Aug 6, 2025
* Feat/update v1 (#2068)

* ocean v4 update in packkage.json

* converting to type:module

* shifting to OPF node instance insted of subgraph

* fixed npm install issue (updated peer dependencies)

* fixing issues in all tests

* updated github actions upload-artifacts to v4

* skipping storybook

* updated download artifact in github actions

* Feat/update v3 (#2070) merging to stage 

* ocean v4 update in packkage.json

* converting to type:module

* shifting to OPF node instance insted of subgraph

* fixed npm install issue (updated peer dependencies)

* fixing issues in all tests

* updated github actions upload-artifacts to v4

* skipping storybook

* updated download artifact in github actions

* Fetch price schema from node instead of subgraph

* NEXT_PUBLIC_NODE_URL  changed to 1.c2d

* updated generatebaseQuery for node instead of subgraph

* adding index to search query, fixing test, and price

* fixed router configs for blockchain data

* fixed sepolia, price and v3 blastapi issues

* debug changes for publish

* fix: getAccessDetails

* fix: fix

* fix: fix

* fix: fix

* query updates for oceanjs v4.1

* indexmetadata fixes

* updated to new OPF node

* debuging download push

* Method fix: code cleaning

* Pricing update in preview

* removing tests from cicd

* updated artifacts

* updated coverage

* removing test, coverage, storybook from CICD pipeline

* removed comments

* auto update provider

* fix: tags

* fixes in profile, home quries,

* fix: build

* remove console and fixes

* tags fixes

* fixed footer stats

* fixed Quries most sales, recently published

* removed Optimisam testnet, fixed tags

* fixed all dataset results

* commenting publishers profiles on home page

* fix: nativetoken balance, cleaning console.log

* implemented topPublishers : Fixes in profile and tags

* fixed pricing loading in AssetAction

* fixed: fetching price in AssetAction

* price sort fix

* changes in tests

* leaving filter in getpublishedAssets

* added chainId check in factory

---------

Co-authored-by: AdriGeorge <adrian7ko@gmail.com>

* Feat/update weth (#2073)

* ocean v4 update in packkage.json

* converting to type:module

* shifting to OPF node instance insted of subgraph

* fixed npm install issue (updated peer dependencies)

* fixing issues in all tests

* updated github actions upload-artifacts to v4

* skipping storybook

* updated download artifact in github actions

* Fetch price schema from node instead of subgraph

* NEXT_PUBLIC_NODE_URL  changed to 1.c2d

* updated generatebaseQuery for node instead of subgraph

* adding index to search query, fixing test, and price

* fixed router configs for blockchain data

* fixed sepolia, price and v3 blastapi issues

* debug changes for publish

* fix: getAccessDetails

* fix: fix

* fix: fix

* fix: fix

* query updates for oceanjs v4.1

* indexmetadata fixes

* updated to new OPF node

* debuging download push

* Method fix: code cleaning

* Pricing update in preview

* removing tests from cicd

* updated artifacts

* updated coverage

* removing test, coverage, storybook from CICD pipeline

* removed comments

* auto update provider

* fix: tags

* fixes in profile, home quries,

* fix: build

* remove console and fixes

* tags fixes

* fixed footer stats

* fixed Quries most sales, recently published

* removed Optimisam testnet, fixed tags

* fixed all dataset results

* commenting publishers profiles on home page

* fix: nativetoken balance, cleaning console.log

* implemented topPublishers : Fixes in profile and tags

* fixed pricing loading in AssetAction

* fixed: fetching price in AssetAction

* price sort fix

* AssetAction Page optimisation

* added chainId check in factory

* implemented weth payments

* static changes for testing WETH

* updating price conversion for weth

* fixing issue in decimals and getFeesAndPricing

* edit asset price fixed

* cleaning code and fetching address and symbol from env

* just to rebuild

* remove console

* fixing price issue in edit asset

* fixed chainid issue

* chainid issue resolved

* updating env variables in pricing and basetoken

---------

Co-authored-by: AdriGeorge <adrian7ko@gmail.com>

* Feat/fix v1 (#2074)

* fix: add token, provider label

* fixed file fields

* added mainnet chainIds

* ocean node docs url update

* Base network name added

* removed base network

* remove announcement

* fix build

* update provider reference

* update default ocean node placeholder

* fix: error in network change (#2075)

---------

Co-authored-by: AdriGeorge <adrian7ko@gmail.com>
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants