tendermint/go-amino
Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
GoNOASSERTION
Issues
- 0
SDK_Cosmos
#333 opened by MajiBND - 0
- 25
- 0
There is an invalid link in README.md
#330 opened by giskook - 2
Investigate amino performance/mem usage
#254 opened by liamsi - 0
how to enable or print some log msg in go-amino ?
#322 opened by wade-liwei - 2
How does slice decoding is done?
#309 opened by salahzsh - 1
Nested type marshal
#320 opened by SeavantUUz - 0
Typo in comments
#313 opened by hallazzang - 1
Floating points with `amino:"unsafe"` decode error
#230 opened by imuge - 4
- 1
- 0
Add ci fuzz testing
#288 opened by tac0turtle - 1
Enable more linters
#258 opened by liamsi - 2
New implementation for typescript(javascript)
#277 opened by Thunnini - 1
Java implementation of Amino
#299 opened by JamesChenmx - 1
go test error
#295 opened by biubiaa - 1
pointers to false round-trip as nil
#289 opened by msuess - 2
- 4
Disallow multidimensinal arrays
#272 opened by liamsi - 0
- 1
Reintroduce zigzag encoding via tag
#239 opened by liamsi - 0
- 2
Empty slices round-trip as nil
#275 opened by michaelfig - 0
Follow-up to #270: support registered type aliases
#273 opened by liamsi - 1
- 0
Disallow int de-/encoding
#268 opened by liamsi - 9
- 1
- 2
Fuzzer doesn't work with modules
#263 opened by liamsi - 0
Skip null fields on json decoding when omitempty
#261 opened by mossid - 2
JSON serialization of embedded types
#269 opened by alexanderbez - 11
Protobuf3 compatibility and repeated nulls
#260 opened by folex - 22
Is there any available JS-Amino implementation?
#210 opened by TanNgocDo - 1
Error message not concise
#251 opened by patrickwieth - 2
- 3
Encoding for time should be the same as Google.Protobuf.WellKnownTypes.Timestamp
#223 opened by ebuchman - 5
'decoder.go / encoder.go' overflows int issue when cross compile c(for android)
#245 opened by Lunagram - 1
- 3
Amino cannot encode big.Int from math/big correctly
#241 opened by nnkken - 1
Default encoding of unsigned ints
#237 opened by liamsi - 4
- 1
- 1
Remove the usage of "writers" for speedups
#226 opened by ValarDragon - 4
Incompatible encoding with difference versions
#220 opened by TanNgocDo - 0
- 1
- 2
Disallow `nil` in lists (repeated fields)
#212 opened by liamsi - 1
- 4
Marshal and UnMarshal Binary does not work if the field's name are not identical with field's type
#213 opened by TanNgocDo