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

Right Caret Added in Start Scheduler Button #783

Merged
merged 7 commits into from
Jul 2, 2024

Conversation

0xSaksham
Copy link
Contributor

this PR tries to implement #319

I still need to make the scheduler run in normal mode, and work flawlessly with npm start and npm run dev:start

@theborakompanioni
Copy link
Collaborator

Please don't merge this branch right now

Hey @0xSaksham!

PR has been converted to draft and reviewers removed! Please add them anytime you think the changes are ready for a review. 🙌

@0xSaksham
Copy link
Contributor Author

image

@0xSaksham 0xSaksham marked this pull request as ready for review July 2, 2024 05:42
@0xSaksham
Copy link
Contributor Author

You have to put 3 different addresses to make the scheduler start.

@0xSaksham
Copy link
Contributor Author

This is Ready to merge!

@0xSaksham 0xSaksham changed the title Attempt #1:Scheduler Right Caret Added in Start Scheduler Button Jul 2, 2024
@theborakompanioni
Copy link
Collaborator

This is Ready to merge!

Please remove everything not related to the icon change. e.g. passing tumbler_options, the commented-out section and the superfluous {' '}. Okay for you?

@@ -283,10 +284,23 @@ export default function Jam({ wallet }: JamProps) {
setAlert(undefined)
setIsWaitingSchedulerStart(true)

// const destinations = addressValueKeys(addressCount).map((key) => values[key])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
// const destinations = addressValueKeys(addressCount).map((key) => values[key])

Comment on lines 292 to 303
tumbler_options: {
addrcount: addressCount,
minmakercount: 1,
makercountrange: [1, 0],
mixdepthcount: addressCount,
mintxcount: 1,
txcountparams: [1, 0],
timelambda: 0.025, // 0.025 minutes := 1.5 seconds
stage1_timelambda_increase: 1.0,
liquiditywait: 13,
waittime: 0.0,
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
tumbler_options: {
addrcount: addressCount,
minmakercount: 1,
makercountrange: [1, 0],
mixdepthcount: addressCount,
mintxcount: 1,
txcountparams: [1, 0],
timelambda: 0.025, // 0.025 minutes := 1.5 seconds
stage1_timelambda_increase: 1.0,
liquiditywait: 13,
waittime: 0.0,
},

Comment on lines 356 to 359
{' '}
{
// MARK: Scheduler Page
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
{' '}
{
// MARK: Scheduler Page
}

@0xSaksham
Copy link
Contributor Author

Completed the Changes

@theborakompanioni theborakompanioni merged commit 4c5a2cf into master Jul 2, 2024
3 checks passed
@theborakompanioni theborakompanioni deleted the 0xsaksham-scheduler branch July 2, 2024 10:26
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.

2 participants