synapseweb3 / forcerelay

Apache License 2.0
10 stars 8 forks source link

chore: add contract deployment script and configs #345

Closed ashuralyk closed 10 months ago

ashuralyk commented 11 months ago

Closes: #285

Description

change logs:

  1. make deployment process automatically through ckb-cli, for the utility of manual deployment
  2. move the creation of connections-cell from the ibc-test to relayer core logic
  3. fix a bug which is a wrong use of query_channels in CKB endpoint
ashuralyk commented 11 months ago

I'm writing them right in the Forcerelay repo, if it's more suitable to move them into the contract repo?

Flouse commented 11 months ago

I'm writing them right in the Forcerelay repo, if it's more suitable to move them into the contract repo?

I think it's okey. It's appropriate to organize the integration-test deployment guild in the Forcerelay repo.

jjyr commented 11 months ago
image

Please config your editor to add a blank line at the end of file.

https://stackoverflow.com/questions/5813311/whats-the-significance-of-the-no-newline-at-end-of-file-log

ashuralyk commented 11 months ago

Please config your editor to add a blank line at the end of file.

@jjyr it's bee confirmed

ashuralyk commented 11 months ago

@jjyr https://github.com/synapseweb3/forcerelay/actions/runs/6478088104/job/17601648711?pr=345#step:16:418 do you know anything about this error ?

blckngm commented 11 months ago

@jjyr https://github.com/synapseweb3/forcerelay/actions/runs/6478088104/job/17601648711?pr=345#step:16:418 do you know anything about this error ?

This is probably because the sudt transfer packet is not relayed to axon.

ashuralyk commented 11 months ago

@jjyr https://github.com/synapseweb3/forcerelay/actions/runs/6478088104/job/17601648711?pr=345#step:16:418 do you know anything about this error ?

This is probably because the sudt transfer packet is not relayed to axon.

can this be fixed?