Nana Essilfie-Conduah
Nana Essilfie-Conduah
### Problem Currently the release notes flow in https://github.com/hashgraph/hedera-json-rpc-relay/blob/main/.github/workflows/release-automation.yml does not run due to a missing job ### Solution Reference https://github.com/hashgraph/hedera-mirror-node/blob/main/.github/workflows/release-automation.yml#L88C7-L95C52 to add the milestone step which should enable the...
**Is your feature request related to a problem? Please describe.** Currently each call to `HederaClient.getClient()` creates a new SDK client and doesn't close it's connections Additionally the "clients" that interact...
### Problem It's unclear to what degree https://github.com/ivicanikolicsg/MAIAN is supported against the network ### Solution Run a POC to see how well https://github.com/ivicanikolicsg/MAIAN integrates with Hedera. Create tickets out of...
### Problem It's unclear to what degree https://github.com/trailofbits/manticore is supported on the network ### Solution Explore https://github.com/trailofbits/manticore in a POC Capture any integration issues encountered ### Alternatives _No response_
### Problem It's unclear to what degree https://github.com/crytic/slither is supported on the network There was some previous exploration which potentially was blocked by some hardcoding on Slithers end that pointed...
### Problem Currently we've versioned the repo however other consumers of the system contract functions are forced to copy contracts and compile themselves. This results in inconsistency of the details...
### Problem The lifecycle of a HSCS transaction isn't clear to all and sometime result sin misconceptions or slowed troubleshooting. ### Solution Create an E2E life of a HSCS transaction...
### Problem No contract examples exist to capture the [new features of 0.8.24](https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/) ### Solution Add an example contract under `/contracts/solidity/versions/0.8.24` that highlights advancements from https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/ ### Alternatives _No response_...
### Problem Currently the repo has no static analysis to review code on PRs and commits ### Solution Consider [slither github action](https://github.com/marketplace/actions/slither-action) ### Alternatives _No response_