RodDaSilva

Results 3 issues of RodDaSilva

(NOTE: this report is in the context of "server-side" Blazor app hosting) It is possible to host Blazor in a child directory by: 1) Adding an app.Map() in the Startup.Configure()...

area-blazor
feature-routing
Priority:2
feature-blazor-server
Pillar: Technical Debt

The HederaTokenService.sol Solidity smart contract (https://github.com/hashgraph/hedera-smart-contracts/blob/main/hts-precompile/HederaTokenService.sol) has function signatures that require array parameter types, such as: **function transferTokens(address token, address[] memory accountIds, int64[] memory amounts) internal returns (int responseCode)** The...

enhancement

As coded NeworkResult.ToRecord() fails when fetching a record for a smart contract call because it is processed as a smart contract create. The fix is: internal TransactionRecord ToRecord() { if...

bug