Skip to content

Backend - #44

Open
sjyim0513 wants to merge 3 commits into
mainfrom
backend
Open

Backend#44
sjyim0513 wants to merge 3 commits into
mainfrom
backend

Conversation

@sjyim0513

Copy link
Copy Markdown
Collaborator

Summary

Closes #

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes existing behavior)
  • Documentation only
  • Build / CI / tooling

Area

  • Contracts (contracts/)
  • Worker — service / assess / tracker (worker/)
  • CLI
  • Deploy / wiring (deploy/, tasks/, layerzero.config.ts)
  • Docs / tooling

Security / compliance impact

How was this tested?

  • forge test
  • pnpm test:worker
  • pnpm lint
  • pnpm typecheck:worker
  • Manual / on-chain verification (describe below)
<test output>

Checklist

  • My code follows the style of this project (pnpm lint:fix is clean).
  • I added or updated tests that prove my change works.
  • I updated documentation (README / guides) where behavior changed.
  • My commits follow Conventional Commits.
  • I reviewed the security / compliance impact above.
  • This change does not weaken compliance enforcement (screening, veto, denylist coverage). If it touches that path, I explained why above.

Notes for reviewers

@sjyim0513
sjyim0513 requested a review from qj0r9j0vc2 as a code owner August 1, 2026 04:04

event JobAssigned(uint32 dstEid, bytes32 payloadHash, uint64 confirmations, address sender);
event OperatorSet(address operator);
event SendUlnSet(address sendUln);
emit OperatorSet(_operator);
}

function setSendUln(address _sendUln) external onlyOwner {
Comment thread contracts/MyOFT.sol
/// with no way to obtain tokens cannot be used to exercise the DVN at all. Do NOT ship
/// this to a network where the token has value.
/// `virtual` because MyOFTMock declares the same function for the hardhat tests.
function mint(address _to, uint256 _amount) public virtual {
Comment thread contracts/MyOFT.sol
/// with no way to obtain tokens cannot be used to exercise the DVN at all. Do NOT ship
/// this to a network where the token has value.
/// `virtual` because MyOFTMock declares the same function for the hardhat tests.
function mint(address _to, uint256 _amount) public virtual {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants