cosmos-sdk/x/tx/textual
Facundo Medica 74ff94fdd5
fix: Format decimals correctly for signmode textual (#15129)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2023-02-27 12:34:20 +00:00
..
internal fix: Format decimals correctly for signmode textual (#15129) 2023-02-27 12:34:20 +00:00
any_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
any.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
bench_test.go chore(tx): fix staticcheck issues (#15150) 2023-02-24 15:02:56 +00:00
bytes_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
bytes.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
coin_test.go chore(tx): fix staticcheck issues (#15150) 2023-02-24 15:02:56 +00:00
coins_test.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
coins.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
dec_test.go fix: Format decimals correctly for signmode textual (#15129) 2023-02-27 12:34:20 +00:00
dec.go fix: Format decimals correctly for signmode textual (#15129) 2023-02-27 12:34:20 +00:00
duration_test.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
duration.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
e2e_test.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
encode_test.go refactor: Move to x/tx package (#14634) 2023-01-17 10:00:31 +00:00
encode.go chore: Clean-ups after Textual Title/Content PR (#14973) 2023-02-09 13:18:44 +00:00
enum_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
enum.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
int_test.go fix: Format decimals correctly for signmode textual (#15129) 2023-02-27 12:34:20 +00:00
int.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
message_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
message.go chore(tx): fix staticcheck issues (#15150) 2023-02-24 15:02:56 +00:00
protoreflect_list_test.go refactor: Move to x/tx package (#14634) 2023-01-17 10:00:31 +00:00
repeated_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
string_test.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
string.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
timestamp_test.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
timestamp.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
tx_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
tx.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
types.go refactor(textual): Use Title/Content instead of Text (#14730) 2023-02-02 14:22:51 +00:00
valuerenderer_test.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00
valuerenderer.go feat(x/tx): add basic handler types + sign mode direct (#14787) 2023-02-09 15:01:27 +00:00