Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escrow contract with support for ERC20 tokens #47

Merged
merged 3 commits into from
May 8, 2024
Merged

Conversation

unknownunknown1
Copy link
Contributor

@unknownunknown1 unknownunknown1 commented May 4, 2024

PR-Codex overview

This PR introduces the EscrowToken contract for ERC20 token transactions with arbitration.

Detailed summary

  • Added EscrowToken contract for ERC20 token transactions with arbitration.
  • Implemented enums, structs, storage, events, modifiers, and governance functions.
  • Included functions for creating transactions, updating parameters, and changing governors/arbitrators.

The following files were skipped due to too many changes: contracts/src/EscrowToken.sol, contracts/deployments/arbitrumSepoliaDevnet/EscrowToken.json

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@unknownunknown1 unknownunknown1 requested review from jaybuidl and kemuru May 4, 2024 09:40
Copy link

netlify bot commented May 4, 2024

Deploy Preview for kleros-escrow-v2 ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/kleros-escrow-v2/deploys/663bef320fdfdb091bc09d22
😎 Deploy Preview https://deploy-preview-47--kleros-escrow-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jaybuidl jaybuidl changed the title feat(Escrow): add escrow token Escrow contract with support for ERC20 tokens May 8, 2024
@jaybuidl jaybuidl merged commit 0202ff4 into master May 8, 2024
2 of 6 checks passed
@jaybuidl jaybuidl deleted the feat/escrow-token branch May 8, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants