cosmos-sdk/math
Julien Robert 6d0ef15b0a
refactor: migrate to `cosmos/gogoproto` (#13070)
2022-09-08 17:27:48 +00:00
..
CHANGELOG.md refactor: Move sdk.Dec to math package (#12634) 2022-07-20 15:13:45 +00:00
dec.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
dec_internal_test.go refactor: Move sdk.Dec to math package (#12634) 2022-07-20 15:13:45 +00:00
dec_test.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
doc.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
go.mod feat: go workspaces (#12675) 2022-07-26 21:35:31 +02:00
go.sum feat: go workspaces (#12675) 2022-07-26 21:35:31 +02:00
int.go math: derive marshalled byte length from copy, not blind assumptions (#12010) 2022-05-23 12:08:11 +02:00
int_internal_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
int_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
proto.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
uint.go math: derive marshalled byte length from copy, not blind assumptions (#12010) 2022-05-23 12:08:11 +02:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go fix: math: fix Uint.Unmarshal's lack of negative value checking (#11996) 2022-05-19 20:28:06 +00:00