bitshares / bitshares/bitshares-ui

Increment for BUY/SELL ORDER click

Open
#2,700 9 comments 0 reactions 0 assignees View on GitHub
[2] Needs Discussion
Dominant language
JavaScript
Stars
520
Forks
575
Avg merge
12h 7m
Merged PRs (30d)
5

Description

**Is your feature request related to a problem? Please describe.**
When filling the order book, I want to place my order slightly ahead of certain spots.
Now it depends on the rounding error, where my new order will be placed or I have to manually edit my sell/buy price.

**Describe the solution you'd like**
The BUY ORDER click should be multiplied by (1 + 10⁻5) for the input field number.
The SELL ORDER click should be multiplied by (1 - 10⁻5) for the input field number.

**Additional context**
This should also help to improve order book depth and spread.

Contributor guide

Open the contributing guide

Research direction

No file, test, or entry point is named. Start by searching the repository for the BUY ORDER and SELL ORDER labels and their input fields, then trace the click behavior. Done means the requested multipliers are applied consistently and the order-book price and spread behavior is covered by an appropriate test.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
blockchain, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.