wavesplatform / wavesplatform/gowaves
Add support of custom header in API.
Open
@alexeykiselev is already working on this.
Since Oct 5, 2022.
enhancement
- Dominant language
- Go
- Stars
- 251
- Forks
- 73
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 28
Description
In this moment in Go node missing support of custom header large-significand-format=string. If this header will be used, all numbers that can exceed limit MAX_SAFE_INTEGER (2^53 – 1) would be encode in string data type.
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.
Assessment
This issue has not been assessed yet.