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

feat(contract): explore the possibility to use a fully onchain orderbook on #439

Conversation

ptisserand
Copy link
Contributor

@ptisserand ptisserand commented Sep 9, 2024

Description

  1. Orderbook is now a component
  2. Remove messaging in Starknet part
  3. Add version and order_type in Orderbook component events
  4. Move dependencies version to workspace Scarb.toml
  5. Update to cairo 2.7.1, snforge 0.28 & OZ 0.15.1

What type of PR is this? (check all applicable)

  • 🍕 Feature (feat:)
  • 🐛 Bug Fix (fix:)
  • 📝 Documentation Update (docs:)
  • 🎨 Style (style:)
  • 🧑‍💻 Code Refactor (refactor:)
  • 🔥 Performance Improvements (perf:)
  • ✅ Test (test:)
  • 🤖 Build (build:)
  • 🔁 CI (ci:)
  • 📦 Chore (chore:)
  • ⏩ Revert (revert:)
  • 🚀 Breaking Changes (BREAKING CHANGE:)

Related Tickets & Documents

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 README.md
  • 📓 Documentation
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

PR Title and Description Guidelines:

  • Ensure your PR title follows semantic versioning standards. This helps automate releases and changelogs.
  • Use types like feat:, fix:, chore:, BREAKING CHANGE: etc. in your PR title.
  • Your PR title will be used as a commit message when merging. Make sure it adheres to Conventional Commits standards.

Closing Issues

Copy link

changeset-bot bot commented Sep 9, 2024

⚠️ No Changeset found

Latest commit: 002f42e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

linear bot commented Sep 9, 2024

@ptisserand ptisserand force-pushed the feature/dev-762-explore-the-possibility-to-use-a-fully-onchain-orderbook-on branch 2 times, most recently from 2ac9f8d to e5e921f Compare September 9, 2024 14:59
@ptisserand ptisserand force-pushed the feature/dev-762-explore-the-possibility-to-use-a-fully-onchain-orderbook-on branch from 280c420 to 002f42e Compare September 10, 2024 05:46
@ptisserand ptisserand marked this pull request as ready for review September 10, 2024 05:48
@ptisserand ptisserand merged commit f083deb into feat/contract-v2 Sep 10, 2024
2 checks passed
@ptisserand ptisserand deleted the feature/dev-762-explore-the-possibility-to-use-a-fully-onchain-orderbook-on branch September 10, 2024 07:59
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.

1 participant