You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial changes to migrate to ibc v4
* added checksum to proposal
* begin and end block are now being called inside nextBlock
* added changelog
* linked pr on changelog
* remove local replace
* using error acks from osmoutils
* osmoutils tagged
* go sum
* added checksum
*[#2788](https://github.com/osmosis-labs/osmosis/pull/2788) Add logarithm base 2 implementation.
47
54
*[#3677](https://github.com/osmosis-labs/osmosis/pull/3677) Add methods for cloning and mutative multiplication on osmomath.BigDec.
48
55
*[#3676](https://github.com/osmosis-labs/osmosis/pull/3676) implement `PowerInteger` function on `osmomath.BigDec`
49
56
*[#3678](https://github.com/osmosis-labs/osmosis/pull/3678) implement mutative `PowerIntegerMut` function on `osmomath.BigDec`.
@@ -84,12 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
91
85
92
*[#3611](https://github.com/osmosis-labs/osmosis/pull/3611),[#3647](https://github.com/osmosis-labs/osmosis/pull/3647) Introduce osmocli, to automate thousands of lines of CLI boilerplate
86
93
*[#3634](https://github.com/osmosis-labs/osmosis/pull/3634) (Makefile) Ensure correct golang version in make build and make install. (Thank you @jhernandezb )
87
-
<<<<<<< HEAD
88
-
*[#3712](https://github.com/osmosis-labs/osmosis/pull/3712) replace `osmomath.BigDec``Power` with `PowerInteger`
89
-
90
-
=======
94
+
*[#3712](https://github.com/osmosis-labs/osmosis/pull/3712) replace `osmomath.BigDec``Power` with `PowerInteger`
91
95
*[#3711](https://github.com/osmosis-labs/osmosis/pull/3711) Use Dec instead of Int for additive `ErrTolerace` in `osmoutils`.
92
-
>>>>>>> 5ab7ebf6 (refactor(osmoutils): use Dec for additive tolerance instead of Int (#3711))
0 commit comments