bosnet / bosnet/sebak

When validation of a transaction fails, informs the requester

Open
#404 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
44
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Currently sending a transaction to a node is a fire-and-forget operation.
Even if the transaction is very obviously wrong (missing field, wrong signature / hash, etc...) the node just doesn't report anything.
This makes writing tests much more complicated than it should be.

Contributor guide

Open the contributing guide

Research direction

Search the Go repository for the transaction submission and validation entry points, then trace how validation failures are currently handled. Define how a requester should receive errors for malformed transactions, invalid signatures or hashes, and add coverage for those failure cases. Done means transaction-sending tests can observe validation failures instead of treating submission as fire-and-forget.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
blockchain
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.