MixinNetwork / MixinNetwork/computer
Optimize computer processing time
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:
- Utilize Solana gRPC streaming (https://www.helius.dev/docs/grpc) - current analysis shows performance bottlenecks are not here
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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