Skip to content

Conversation

@GTC6244
Copy link
Contributor

@GTC6244 GTC6244 commented Jan 14, 2026

…fline phase data function.

Copilot AI review requested due to automatic review settings January 14, 2026 01:04
@github-actions
Copy link

github-actions bot commented Jan 14, 2026

PASS [ 44.540s] (3/3) lit_node::test toxiproxy::perf_tests::load_with_no_latency
PASS [ 44.708s] (2/3) lit_node::test toxiproxy::perf_tests::load_with_50ms_latency_single_link
PASS [ 89.057s] (1/3) lit_node::test toxiproxy::perf_tests::load_with_50ms_latency_all_links

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.


fn set_chain_defaults(&mut self) {
async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) ->Result<()>{

Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

Empty line should be removed. The function body should start immediately after the opening brace.

Copilot uses AI. Check for mistakes.
}

fn set_chain_defaults(&mut self) {
async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) ->Result<()>{
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

Missing space before the opening brace in the Result type. Should be 'Result<()>' with proper spacing, or '-> Result<()>' with a space after the arrow.

Suggested change
async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) ->Result<()>{
async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) -> Result<()> {

Copilot uses AI. Check for mistakes.
Copy link
Contributor

@DashKash54 DashKash54 left a comment

Choose a reason for hiding this comment

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

We're launching Naga keyset without presigs? So this won't be merged right now?

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