Sameer

Results 9 comments of Sameer

> I think I identified the issue, actually not related to arrays. It's just that bellman enforces all private variables to be used in the constraints. A more minimal example...

Hi Thibaut ( @Schaeff ), In my program, I need to determine the exact quotient value for further processing and the remainder part doesn't have any impact on the logic....

@nono2357 As per my understanding (FieldPrime implementation in ZoKrates), your recommended solution will always return 0, no matter what input values you provide. `d*(nb/d)` will always evaluate to `nb`.

Using `apiClient.transaction.computeMinFee(txn)` for the following [mainnet transaction](https://mainnet.lisk.com/api/transactions/62e5b0a9a87561e902a6f6147a34318deec517f0be2b1696b5f1fca489047c71) returns `281000 beddows` instead of the expected value of `217000 beddows`. And, using `computeMinFee` directly from the Lisk elements (`@liskhq/lisk-transactions`, as implemented [here](https://github.com/LiskHQ/lisk-service/blob/998066fa20d57873bb2f7e2eb8770a44f9662aa4/services/core/shared/core/compat/sdk_v5/blocks.js#L100))...

@ManuGowda As per our last discussions, I've updated the issue to reflect the property name to be `Network Fees` instead of `Net Fees`. The corresponding PR in Lisk Service that...

Closing the issue. Following the instructions mentioned [here](https://lisk.com/documentation/lisk-core/setup/npm.html), I was able to install the lisk-core CLI on a new M1 MacBook.

@shuse2 In such case, Lisk Service should be able to manage the conversion of the addresses to proper format if the application metadata already supplies the necessary information in a...

We're addressing as many TODOs possible right now. Some TODOs are blocked upstream and cannot be resolved now. We'll be addressing the TODOs in multiple PRs as and when possible.

Blocked by https://github.com/LiskHQ/lisk-sdk/issues/7629.