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

Add canyon network phase 2 #258

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

liuchengxu
Copy link
Contributor

@liuchengxu liuchengxu commented Aug 20, 2021

Milestone Delivery Checklist

Link to the application pull request: w3f/Grants-Program#488

@semuelle semuelle changed the title Add canyon network phrase 2 Add canyon network phase 2 Aug 20, 2021
@semuelle
Copy link
Member

Thank you for the delivery. We will look into it as soon as possible.

@semuelle
Copy link
Member

Hey @liuchengxu, I am trying to write data to my local node with the CLI, but I'm getting the following error. Can you advise? Both node and CLI are based on the w3f-grant-2 branch/tag.

❯ ./target/release/canyon-cli permastore store-with-data --data "test"
Error: Rpc error: Networking or low-level protocol error: Error in the WebSocket handshake: 0

Caused by:
    0: Networking or low-level protocol error: Error in the WebSocket handshake: 0
    1: Error in the WebSocket handshake: 0
    2: i/o error: Connection reset by peer (os error 104)
    3: Connection reset by peer (os error 104)

@liuchengxu
Copy link
Contributor Author

@semuelle Hi, this error is probably caused by the wrong websocket endpoint of the node, can you try specify the endpoint using --url?

# The default value for url is `ws:127.0.0.1:9944`
$./target/release/canyon-cli --url ws://127.0.0.1:9944 permastore store-with-data --path Cargo.lock

@semuelle
Copy link
Member

Got it. I was running the node through Docker, so I had to add --ws-external to the CLI call.

@semuelle
Copy link
Member

@liuchengxu, I just updated my evaluation notes and your milestone is hereby accepted. Congratulations!

I will forward your invoice for processing.

Going by the Future Work section of your application, you still have a way to go. Best of luck, and feel free to apply for another grant down the road.

@semuelle semuelle merged commit 7e7de16 into w3f:master Aug 27, 2021
@semuelle
Copy link
Member

Hey @liuchengxu, apparently the invoice number on the invoice is the same as on the previous one. Could you submit a new invoice with an updated number?

@liuchengxu
Copy link
Contributor Author

Hi @semuelle, I have resubmitted the invoice, please check it again. Sorry for the inconvenience.

@RouvenP
Copy link

RouvenP commented Sep 13, 2021

hi @liuchengxu we just transferred the payment.

@liuchengxu
Copy link
Contributor Author

@RouvenP Received, thank you!

@liuchengxu
Copy link
Contributor Author

Hi, @semuelle Is it recommended to create a new file for the next grant in https://github.com/w3f/Grants-Program or it's ok to modify the last one by appending a new milestone due to most content stays the same?

@semuelle
Copy link
Member

Hi @liuchengxu, I would recommend to create a new application. You can refer to the previous one to describe the background of the application, meaning it's not necessary to repeat all the basic information about your project. But please do describe what might have changed since your last application and, obviously, the goals and contents of the new milestone(s).

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