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

added the ability to pass a set of passcodes to the events client #9

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

0xluk
Copy link
Contributor

@0xluk 0xluk commented Feb 7, 2025

Implements #8

@0xluk 0xluk linked an issue Feb 7, 2025 that may be closed by this pull request
c.conPool.PutBack(ch, err)
}()

err = injectPasscode(requestData, ch.conn.RemoteAddr(), passcodes)
Copy link
Contributor

Choose a reason for hiding this comment

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

is the passcode mandatory and if yes, shouldn't it be possible without passcode?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

passcode is mandatory if you are using PerformCoreRequestWithPasscode method

@qubicmio
Copy link
Contributor

qubicmio commented Feb 7, 2025

lgtm

@0xluk 0xluk force-pushed the 8-accept-passcodes-for-qubic-nodes branch 2 times, most recently from 02445a8 to 270e198 Compare February 7, 2025 15:08
@0xluk 0xluk force-pushed the 8-accept-passcodes-for-qubic-nodes branch from 270e198 to 5d0cacf Compare February 7, 2025 15:09
@0xluk 0xluk merged commit c1aabf7 into main Feb 7, 2025
4 checks passed
@0xluk 0xluk deleted the 8-accept-passcodes-for-qubic-nodes branch February 7, 2025 16:12
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.

make connector/client to accept passcodes for qubic nodes
2 participants