MixinNetwork / MixinNetwork/computer

Optimize computer processing time

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
2
Forks
0
Avg merge
15h
Merged PRs (30d)
5

Description

Currently, the average processing time for computers/systems is at the minute level.

The majority of time is consumed in the internal transfer signing process of the signer. The optimal user practice requires completing cross-chain transactions within seconds.

Current proposed optimization strategies:

  1. Utilize Solana gRPC streaming (https://www.helius.dev/docs/grpc) - current analysis shows performance bottlenecks are not here
  2. Mixin network provides stream-based transaction data transmission (similar to gRPC stream). Computers can leverage this to accelerate internal transfer signing processes

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No implementation files or tests are named. Start by profiling the internal transfer signing process, then compare Mixin Network’s stream-based transaction transmission with the current flow; done means cross-chain transactions complete within seconds.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, grpc
Domain
blockchain, distributed-systems
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.