willclarktech requested changes on this pull request.
> @@ -107,7 +107,7 @@
«jsdoc»: «=3.4.3»,
«jsdox»: «=0.4.10»,
«lint-staged»: «=6.1.0»,
— «lisk-js»: «1.0.0-beta.2»,
+ «lisk-elements»: «beta»,
This should be pinned to `1.0.0-beta.4` to avoid unexpected breakages if we release another beta version.
Похожие записи
-
[LiskHQ/lisk] Remove unused constants - Closes #1732 (#1768)4miners commented on this pull request. > @@ -118,8 +99,7 @@ var constants = { // Testnet 'da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba', ], - numberLength: 100000000, - requestLength: 104, + normalizer: 100000000, @ManuGowda be creative 😃
[LiskHQ/lisk] Remove unused constants - Closes #1732 (#1768)ManuGowda commented on this pull request. > @@ -118,8 +99,7 @@ var constants = { // Testnet 'da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba', ], - numberLength: 100000000, - requestLength: 104, + normalizer: 100000000, @diego-G @4miners any suggestions for the name?
[LiskHQ/lisk] Remove unused constants - Closes #1732 (#1768)diego-G commented on this pull request. > @@ -118,8 +99,7 @@ var constants = { // Testnet 'da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba', ], - numberLength: 100000000, - requestLength: 104, + normalizer: 100000000, `normalizer` is ok to me. It was…
-