Skip to content

refactor instance monitor#386

Merged
eigmax merged 3 commits intoGOATNetwork:devfrom
KSlashh:refactor/instance-monitor
Mar 2, 2026
Merged

refactor instance monitor#386
eigmax merged 3 commits intoGOATNetwork:devfrom
KSlashh:refactor/instance-monitor

Conversation

@KSlashh
Copy link
Collaborator

@KSlashh KSlashh commented Feb 26, 2026

  • Introduced cursor paginated scanning to ensure pending messages are processed in time and avoid long-tail starvation.
  • Corrected monitor flow edge cases to make status transitions and repeated requests more consistent and idempotent.
  • Simplified monitor/update paths and improved retry handling, reducing redundant work and improving runtime stability.

@KSlashh KSlashh marked this pull request as draft February 26, 2026 09:41
@KSlashh KSlashh marked this pull request as ready for review March 2, 2026 04:06

const BRIDGE_OUT_INSTANCE_ID_PREFIX: [u8; 4] = *b"BOID";

fn bridge_out_instance_id_from_escrow_hash(escrow_hash: &str) -> Uuid {
Copy link
Contributor

Choose a reason for hiding this comment

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

comments out how we construct the escrow hash originally

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

node/src/utils.rs::evm_swap_utils::hash_escrow_data

@eigmax eigmax merged commit 53f2911 into GOATNetwork:dev Mar 2, 2026
3 checks passed
@KSlashh KSlashh deleted the refactor/instance-monitor branch March 3, 2026 01:15
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