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

(Contracts) Consolidate events 3: Update OB entry point params #180

Open
memarin opened this issue Jan 16, 2025 · 1 comment
Open

(Contracts) Consolidate events 3: Update OB entry point params #180

memarin opened this issue Jan 16, 2025 · 1 comment
Assignees

Comments

@memarin
Copy link

memarin commented Jan 16, 2025

Sub Task 3:

🏗️ Since we are no longer calling the option round directly, the user will need to specify which round they are referencing when submitting the txn (all but 2).

  • place_bid & update_bid are both only for the current round ID. This means we do not have to reference which round ID the user is placing/updating bids for, since it will always only be for the current round.
  • refund_unused_bids & exercise_options & mint_options can each be for any round ID (≤ current round ID). This means we will need to add an input param for round_id (i.e., Alice is exercising options for round_id X).
@memarin
Copy link
Author

memarin commented Jan 16, 2025

@eugenPtr @0xDegenDeveloper for which repo is this ticket?

@memarin memarin transferred this issue from OilerNetwork/pitchlake-ui-new Jan 20, 2025
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

No branches or pull requests

2 participants