cosmos-sdk/tx/textual/internal/testdata
atheeshp 9d12a5fce3
feat: implement parse method for Int,Dec,Coin (#13696)
* wip: parse coins

* review changes

* update tests

* update tests

* Use ValueOfString

* fix tests

* fix coin tests

* FIXES

* Add empty coins test case

* fix tests

* fix tests

* review changes

* fix tests

* fix tests

* revert format.go

* revert `format.go`

* review changes

* fix tests & review changes

* review changes

* review changes

* review changes

* review changes

* review changes

* review changes

* proposal shorter code

* review changes

* conflicts

* review changes

* wip

* ParseRepeated for coins

* Revert listpb

* remove duplicate case

* revert some more

Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-12-02 14:26:25 +01:00
..
any.json fix: Remove google.golang.org/protobuf Any prefix (#14119) 2022-12-01 18:09:01 +00:00
bytes.json feat(textual): bytes value renderer (#12734) 2022-07-27 15:55:42 +00:00
coin.json feat: implement parse method for Int,Dec,Coin (#13696) 2022-12-02 14:26:25 +01:00
coins.json feat: implement parse method for Int,Dec,Coin (#13696) 2022-12-02 14:26:25 +01:00
decimals.json perf: fix: tx/textual/valuerender: use io.WriteString to skip str->byteslice + fix negative sign dropping (#12815) 2022-08-04 01:27:54 -07:00
duration.json feat: duration renderer for SIGN_MODE_TEXTUAL (#13312) 2022-10-07 02:26:47 +02:00
encode.json feat: deterministic CBOR encoding of textual rendering (#13697) 2022-11-28 17:34:46 +00:00
enum.json feat(textual): Add Enum value renderer (#13853) 2022-11-23 11:01:33 +00:00
integers.json feat(textual): Value Renderers for numbers (#12088) 2022-07-25 16:55:24 +00:00
message.json feat: string and message value renderers for textual (#13510) 2022-10-25 17:20:52 +00:00
README.md chore: run markdownlint on the whole repository (#14106) 2022-11-30 19:51:26 +00:00
repeated.json Support for repeated (#13604) 2022-11-29 16:37:29 +00:00
string.json feat: string and message value renderers for textual (#13510) 2022-10-25 17:20:52 +00:00
timestamp.json feat: value renderer for timestamp protos (#12860) 2022-08-23 19:58:29 +00:00

Testdata

This folder contains test vectors shared between CosmJS and the Cosmos SDK.