nspcc-dev / nspcc-dev/neofs-node
Aggregate multiple settlement transfers into single transaction
Open
Nobody has claimed this yet.
enhancement
I4
neofs-ir
performance
S2
U4
- Dominant language
- Go
- Stars
- 38
- Forks
- 51
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 38
Description
During the settlement, alphabet nodes generate many transfer invocations of balance contract. Instead of sending transaction per transfer, Alphabet node can try to group multiple transfers into single transaction.
Contributor guide
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
Start by tracing how settlement causes Alphabet nodes to create balance-contract transfer invocations and identify the transaction-building entry points. Review the settlement and contract interaction flow first; done means multiple transfers can be grouped into one transaction without changing settlement behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- blockchain, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100