cosmos-sdk/tx/textual/internal/testdata
Amaury fd028db79a
feat(textual): Coin and Coins value renderers (#12729)
* wip coins

* Make coin test pass

* Remove useless file

* wip

* Fix tests

* Small tweaks

* reviews

* Add comment

* Add back go mod

* Add more coins test

* Update coins test

* Add more coins tests

* Reference todo issue

* Add metadata querier test

* add more tests

* Fix test build

* Improve comments

* Update tx/textual/internal/testdata/coin.json

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>

* json formatting

* add more test cases

* go mod tidy

* address review

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2022-09-14 12:32:52 +02:00
..
bytes.json feat(textual): bytes value renderer (#12734) 2022-07-27 15:55:42 +00:00
coin.json feat(textual): Coin and Coins value renderers (#12729) 2022-09-14 12:32:52 +02:00
coins.json feat(textual): Coin and Coins value renderers (#12729) 2022-09-14 12:32:52 +02: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
integers.json feat(textual): Value Renderers for numbers (#12088) 2022-07-25 16:55:24 +00:00
README.md feat(textual): Value Renderers for numbers (#12088) 2022-07-25 16:55:24 +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.