Ohm

Results 26 issues of Ohm

### Description Hi team, I am getting the following error when trying to deploy a medium - large smart contracts. Even though Truffle returned error, the transaction was actually successful....

bug

### Problem There is a request from our community member for the smart contract to be able to manage an HCS topic. They want to set a smart contract as...

enhancement

**Describe the bug** A user from Discord reported that when installing dependencies, he got the following error ``` Module not found: Error: Can't resolve '@hashgraph/hedera-custodians-integration' in '/workspace/stablecoin-studio/sdk/build/esm/src/port/out/hs/hts/custodial' ERROR in ../sdk/build/esm/src/port/out/hs/hts/custodial/CustodialTransactionAdapter.js...

**Describe the bug** Currently our installation script has the following line that use `cp` command which causes a problem on Windows machine as they don't have `cp` command https://github.com/hashgraph/stablecoin-studio/blob/1a67b7c4d63459ba8825cc89118dd9d1af563684/cli/package.json#L20 **To...

### Problem Currently, our toString function on any object does not return a proper string; instead, it returns an object. We should implement an internal function that serializes a JSON...

enhancement
good first issue
hacktoberfest

The public key can be derived from the private key. We do not have to require the user to enter the public key in .env file. The following environment variables...

Improvement