Open Issues Need Help
View All on GitHub Remove the transaction from the `TransactionExecuted` event about 1 month ago
AI Summary: The task involves removing the redundant `transaction` parameter from the `TransactionExecuted` event in a Solidity smart contract. This requires modifying the `IProtocolAdapter.sol` interface and updating the rest of the codebase accordingly. Two new tests need to be written to verify the changes: one for a non-empty transaction and one for an empty transaction.
Complexity:
3/5
good first issue
A protocol adapter contract written in Solidity enabling Anoma Resource Machine transaction settlement on EVM-compatible chains.
Solidity
#anoma#evm#protocol-adapter