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

Log enhancements #19

Open
1 of 2 tasks
kilrau opened this issue Apr 23, 2020 · 1 comment
Open
1 of 2 tasks

Log enhancements #19

kilrau opened this issue Apr 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kilrau
Copy link

kilrau commented Apr 23, 2020

  • Add "Successfully opened channel to **ALIAS** log entry, momentarily we only print start and failure of the lnd channel open procedure:
INFO : 2020/04/23 15:23:45 Opening LTC channel to **QuitDutch** (`02c2c793417421d363b845072998f857c56917b98478a52df7d8d6338757287e0c`)
WARN : 2020/04/23 15:23:45 Could not open LTC channel to **QuitDutch** (`02c2c793417421d363b845072998f857c56917b98478a52df7d8d6338757287e0c`): rpc error: code = Unkn
INFO : 2020/04/23 15:23:45 Opening BTC channel to **MeadowOccur** (`02a9e4bbb083440d3147f7682b150df04771812b5fb60961364f07f4dcad13db1c`)
INFO : 2020/04/23 15:24:11 Opening LTC channel to **MeadowOccur** (`02a9e4bbb083440d3147f7682b150df04771812b5fb60961364f07f4dcad13db1c`)
  • For connext we already have an entry for sending on-chain tokens: INFO : 2020/04/23 15:31:55 Sent tokens to 0x9dcD89894DBca306530528d4B8d94B80ad9C3DDd`` There should also be an entry for the client opening (depositing) a channel and another one for the node successfully depositing into the channel
@kilrau kilrau added the enhancement New feature or request label Apr 23, 2020
@michael1011 michael1011 self-assigned this Apr 23, 2020
@michael1011
Copy link
Contributor

There should also be an entry for the client opening (depositing) a channel and another one for the node successfully depositing into the channel

That one could be tricky since right now the bot only connects to XUD which doesn't provide a way to query this.

But the bot could also connect to the connext client. @erkarl does connext have events for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants