cosmos-sdk/math
2024-01-19 09:16:56 +00:00
..
testdata test(math): added integer file to fix test (#15490) 2023-03-20 22:55:34 +00:00
unsafe fix(math): double method call (#15768) 2023-04-10 15:34:10 +00:00
CHANGELOG.md perf: Remove duplicate overflow check from int.Mul (#18874) 2023-12-26 12:04:10 +00:00
dec_internal_test.go style: make lint-fix everything (#15631) 2023-03-30 17:27:39 +00:00
dec_test.go fix(math): preventative ciel call (#18519) 2023-11-20 10:28:15 +00:00
dec.go chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
doc.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
fuzz_test.go fix(math): Revert "perf: optimize math.Int.Size for small values (#17497)" (#17736) 2023-09-14 16:55:58 +00:00
go.mod build(deps): Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 in /x/auth (#18397) 2023-11-07 14:49:12 +00:00
go.sum build(deps): Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 in /x/auth (#18397) 2023-11-07 14:49:12 +00:00
int_internal_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
int_test.go feat(math): add safe arithmetic (#18552) 2023-11-28 07:54:04 +00:00
int.go perf: Remove duplicate overflow check from int.Mul (#18874) 2023-12-26 12:04:10 +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: make sonarcloud more quiet (#14585) 2023-01-12 10:24:56 +00:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go feat(math): add mutative api for Uint.BigInt() (#18247) 2023-11-07 08:35:17 +00:00
uint.go docs: documenting some panicking APIs (#19115) 2024-01-19 09:16:56 +00:00