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

Delayed Orders #1728

Merged
merged 36 commits into from
Dec 8, 2022
Merged

Delayed Orders #1728

merged 36 commits into from
Dec 8, 2022

Conversation

Tburm
Copy link
Contributor

@Tburm Tburm commented Dec 7, 2022

Enables delayed and market orders including delayed order execution.

Description

  • Add delayed orders as default order type
  • Add execution and cancellation of delayed orders
  • Set up order data fetching
  • Improve trade inputs
  • Remove funding rate object and display currentFundingRate

LeifuChen and others added 30 commits December 2, 2022 16:18
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.32 to 2.1.35.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4238421...b2a92eb)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Some contracts and types

* Add these

* Maybe work?

* It actually works

* Remove rewards from getClaimableRewards return

* Perf things

* Fix small issues

* Use vestEnabled

* Remove anonymous functions in EscrowTable

* Restructure SDK functions

* Add approve default

* Switch to using BigNumber amounts

* Fix types

* Handle disabling buttons when action is loading

* Add multicall things

* Remove unused useGetFiles hook

* Make wei changes

* Remove unused import

* Replace ethers.BigNumber with BigNumber

* Small performance improvement

* More small optimizations

* Remove redundant async annotation

* Add consideration to README

* Some fixes

* Disable claim when totalRewards is zero

* Fix unstake for LP tokens

* Fix ABI issue

* Claimable rewards
@vercel
Copy link

vercel bot commented Dec 7, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
kwenta ✅ Ready (Inspect) Visit Preview Dec 8, 2022 at 5:44PM (UTC)

@platschi platschi mentioned this pull request Dec 7, 2022
@vercel vercel bot temporarily deployed to Preview December 7, 2022 23:43 Inactive
@vercel vercel bot temporarily deployed to Preview December 8, 2022 06:37 Inactive
@vercel vercel bot temporarily deployed to Preview December 8, 2022 06:56 Inactive
@vercel vercel bot temporarily deployed to Preview December 8, 2022 17:44 Inactive
@Tburm Tburm merged commit f53ce9a into perps-v2 Dec 8, 2022
@platschi platschi deleted the delayed-orders branch March 22, 2023 17:13
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.

5 participants