We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue bundles together 3 possible improvements to the entropy-tss testing setup following #1147 which could be done as follow ups:
spawn_tss_nodes_and_start_chain
entropy-tss
entropy-testing-utils
ChainSpecType
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue bundles together 3 possible improvements to the entropy-tss testing setup following #1147 which could be done as follow ups:
spawn_tss_nodes_and_start_chain
function - as it currently returns a tuple with 5 fields - suggested by @HCastano : Allow offchain worker requests to all TSS nodes inentropy-tss
test environment #1147 (comment)spawn_tss_nodes_and_start_chain
fromentropy-testing-utils
, as @dvdplm suggested: https://github.com/entropyxyz/entropy-core/pull/1147/files/18c91cc6e3fa81888bc08eefb1676c6a956afa27#r1864869983ChainSpecType
to allow testing using the development chainspec. I removed it because we currently don't use it. See comment: Allow offchain worker requests to all TSS nodes inentropy-tss
test environment #1147 (comment)The text was updated successfully, but these errors were encountered: