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

Match orders #12

Merged
merged 22 commits into from
Apr 15, 2024
Merged

Match orders #12

merged 22 commits into from
Apr 15, 2024

Conversation

jeremyjams
Copy link
Member

No description provided.

@jeremyjams jeremyjams marked this pull request as ready for review April 15, 2024 07:03
@jeremyjams jeremyjams self-assigned this Apr 15, 2024
contracts/VoucherHub.sol Show resolved Hide resolved
contracts/VoucherHub.sol Outdated Show resolved Hide resolved
test/beacon/Voucher.test.ts Show resolved Hide resolved
test/beacon/Voucher.test.ts Outdated Show resolved Hide resolved
contracts/VoucherHub.sol Show resolved Hide resolved
test/VoucherHub.test.ts Outdated Show resolved Hide resolved
test/VoucherHub.test.ts Outdated Show resolved Hide resolved
test/VoucherHub.test.ts Outdated Show resolved Hide resolved
test/VoucherHub.test.ts Outdated Show resolved Hide resolved
test/VoucherHub.test.ts Show resolved Hide resolved
test/beacon/Voucher.test.ts Show resolved Hide resolved
test/beacon/Voucher.test.ts Outdated Show resolved Hide resolved
contracts/VoucherHub.sol Outdated Show resolved Hide resolved
contracts/beacon/Voucher.sol Outdated Show resolved Hide resolved
contracts/beacon/Voucher.sol Outdated Show resolved Hide resolved
contracts/IVoucherHub.sol Outdated Show resolved Hide resolved
@@ -6,6 +6,7 @@ pragma solidity ^0.8.20;
interface IVoucher {
event AccountAuthorized(address indexed account);
event AccountUnauthorized(address indexed account);
event VoucherMatchOrders(bytes32 dealId);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
event VoucherMatchOrders(bytes32 dealId);
event VoucherOrdersMatched(bytes32 dealId);

?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestl, I am not sure about this suggestion. I don't know if "VoucherOrders" makes sense.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes thanks, here is Rename match event which sounds the most meaningful option so far 😄 ..!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contracts/beacon/Voucher.sol Outdated Show resolved Hide resolved
contracts/mocks/IexecPocoMock.sol Outdated Show resolved Hide resolved
Co-authored-by: Zied Guesmi <[email protected]>
contracts/VoucherHub.sol Show resolved Hide resolved
contracts/beacon/Voucher.sol Outdated Show resolved Hide resolved
@jeremyjams jeremyjams requested a review from zguesmi April 15, 2024 14:55
Copy link
Contributor

@gfournieriExec gfournieriExec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great 👾

Copy link
Member

@zguesmi zguesmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor comments but it looks good to me ✔️
Thanks!

test/VoucherHub.test.ts Outdated Show resolved Hide resolved
test/beacon/Voucher.test.ts Outdated Show resolved Hide resolved
test/beacon/Voucher.test.ts Outdated Show resolved Hide resolved
test/VoucherHub.test.ts Outdated Show resolved Hide resolved
@jeremyjams jeremyjams merged commit 57120b8 into develop Apr 15, 2024
1 check passed
@jeremyjams jeremyjams deleted the feature/match-orders branch April 15, 2024 15:51
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