Dmitry
Dmitry
@alexanderniebuhr, > I use the version "windicss": "^3.1.3".(cli) Answer: **CLI**
- `createTransactionPayload` - what exactly is needed here? Transaction payload could be created by hand with `TransactionPayload()` helper from `@iroha2/data-model`: ```ts import { TransactionPayload, OptionU32, MapNameValue } from '@iroha2/data-model' const...
I close this issue after merging of #124. - You can scaffold a transaction payload with a new helper for it - `makeTransactionPayload()` - You can make signature of a...
I guess this issue is closed after merging of #124. Now you can compute transaction hash with ease in the following pipeline: ```ts import { Client, computeTransactionHash, makeSignedTransaction, makeTransactionPayload }...
@6r1d, please mention me directly and add `iroha2` label to the issue so it can be more accessible for my attention. Thanks. In general, I think it is a versioning...
Related issue in Iroha repo: - https://github.com/hyperledger/iroha/issues/2880
I moved it to the same directory with `docker-compose` files to reduce confusion. There are indeed tests relying on these files, but I considered this coupling as secondary, while being...
I have created https://github.com/hyperledger/iroha-javascript/issues/186 to track it.
Related: - #3507
I have looked into the comments and thoughts, but don't have any comments/objections.