cosmos-sdk/math
Jacob Gadikian 1bb0629846
chore: iavl-v0.20-alpha1 and cosmos-db (#14411)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2022-12-28 21:42:00 +01:00
..
CHANGELOG.md feat: math: add generics versions of Max, Min to cater to all numeric types (#14166) 2022-12-25 07:26:59 +00:00
dec_internal_test.go refactor: Move sdk.Dec to math package (#12634) 2022-07-20 15:13:45 +00:00
dec_test.go refactor: Move FormatCoins to core (#13306) 2022-10-19 11:21:24 +00:00
dec.go fix: math: add LegacyNewDecFromStr fuzzers + remove unnecessary error wrapping (#14252) 2022-12-11 09:02:51 +00:00
doc.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
fuzz_test.go fix: math: add LegacyNewDecFromStr fuzzers + remove unnecessary error wrapping (#14252) 2022-12-11 09:02:51 +00:00
go.mod chore: iavl-v0.20-alpha1 and cosmos-db (#14411) 2022-12-28 21:42:00 +01:00
go.sum feat: math: add generics versions of Max, Min to cater to all numeric types (#14166) 2022-12-25 07:26:59 +00:00
int_internal_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
int_test.go perf: math: optimize and test FormatInt + simplify LegacyNewDecFromStr (#14010) 2022-11-29 21:00:47 +00:00
int.go perf: math: optimize and test FormatInt + simplify LegacyNewDecFromStr (#14010) 2022-11-29 21:00:47 +00:00
max_min_test.go feat: math: add generics versions of Max, Min to cater to all numeric types (#14166) 2022-12-25 07:26:59 +00:00
max_min.go feat: math: add generics versions of Max, Min to cater to all numeric types (#14166) 2022-12-25 07:26:59 +00:00
proto.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
sonar-project.properties ci: configure monorepo sonarcloud (#13944) 2022-11-23 10:47:18 +00:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go feat: add uint IsNil method (#13381) 2022-09-25 09:19:50 +00:00
uint.go feat: add uint IsNil method (#13381) 2022-09-25 09:19:50 +00:00