Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Streamr Config #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update Streamr Config #1

wants to merge 3 commits into from

Conversation

xlassix
Copy link

@xlassix xlassix commented Aug 15, 2024

  • Fixed Streamr config compatibility issues @streamr/node>=v100
  • Added Test cases for setConfig and TxId

Copy link
Member

@outerlook outerlook left a comment

Choose a reason for hiding this comment

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

Hi, @xlassix! Good job there!

To review it, I tried to do the following:

  1. start docker-compose-testnet.yaml services (more info)
  2. deploy the schema
  3. try to query following the next steps

However, I couldn't get data from it.

Then, using main branch, I tried again, and noticed that the latest from streamr/node image was not compatible with the current configuration - that's why you changed right?

But while trying an older version to get the previous behavior (streamr/node:v100.2.3 from 3 months ago), I could make it work

There appears to be some incompatibility with the current version and our setup here. Can you also fix it on this PR to make it work, or try to determine why this is happening for a new PR? If it wasn't an error on my end ofc.

Again, good job so far!

@xlassix
Copy link
Author

xlassix commented Aug 17, 2024

Hi, @outerlook!,

I appreciate the review.

I experienced similar difficulties with retrieving data from docker-compose-testnet.yaml config. To resolve this, I ran the streamr-node locally. Additionally, I attempted to export the port as per the instructions in the StreamR SDK Config Schema. However, I'm still working on finding the precise configuration and port settings for the latest StreamR version to ensure compatibility. I'll continue investigating and aim to address.

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.

3 participants