cosmos-sdk/math
dependabot[bot] a03c90beb2
build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#23389)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-15 21:23:22 +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 chore: prep collections v1 and api v0.8.0 (#23198) 2025-01-06 15:38:06 +00:00
dec_bench_test.go feat(math): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +00:00
dec_examples_test.go feat(math): Implement custom hybrid un-/marshal model (#22529) 2024-12-05 20:28:14 +00:00
dec_rapid_test.go feat(math): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +00:00
dec_test.go chore: clean-up main (#22787) 2024-12-06 14:16:59 +00:00
dec.go feat(math): Implement custom hybrid un-/marshal model (#22529) 2024-12-05 20:28:14 +00:00
doc.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
go.mod build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#23389) 2025-01-15 21:23:22 +00:00
go.sum build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (#23389) 2025-01-15 21:23:22 +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): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +00:00
int.go chore: fix some function names in comment (#23008) 2024-12-19 15:47:48 +00:00
legacy_dec_fuzz_test.go feat(math): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +00:00
legacy_dec_internal_test.go feat(math): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +00:00
legacy_dec_test.go chore: linting fixes (#23136) 2024-12-31 16:32:02 +00:00
legacy_dec.go feat(math): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +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 chore: force reload sonar cloud (#20480) 2024-05-29 11:12:09 +00:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go feat(math): Upstream GDA based decimal type (#21982) 2024-11-22 10:29:01 +00:00
uint.go chore: make fmt.Errorf use %w to wrap error instead of %v (#20350) 2024-05-12 08:11:25 +00:00