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: tx ordering options #2005

Merged
merged 4 commits into from
Jun 18, 2024
Merged

feat: tx ordering options #2005

merged 4 commits into from
Jun 18, 2024

Conversation

zone117x
Copy link
Member

Closes #1998

@zone117x zone117x requested a review from He1DAr June 17, 2024 14:04
@zone117x zone117x requested a review from rafaelcr June 17, 2024 14:04
Copy link

github-actions bot commented Jun 17, 2024

Vercel deployment URL: https://stacks-blockchain-b8jp5b0cc-blockstack.vercel.app 🚀

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

Attention: Patch coverage is 78.57143% with 6 lines in your changes missing coverage. Please review.

Project coverage is 72.75%. Comparing base (03a91ed) to head (96028b0).

Files Patch % Lines
src/api/routes/tx.ts 71.42% 4 Missing ⚠️
src/datastore/pg-store.ts 85.71% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2005      +/-   ##
===========================================
+ Coverage    72.74%   72.75%   +0.01%     
===========================================
  Files           94       94              
  Lines        12596    12624      +28     
  Branches      2940     2958      +18     
===========================================
+ Hits          9163     9185      +22     
- Misses        3272     3278       +6     
  Partials       161      161              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@rafaelcr rafaelcr left a comment

Choose a reason for hiding this comment

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

👏🏻

@zone117x zone117x marked this pull request as ready for review June 18, 2024 11:53
@zone117x zone117x merged commit ae78773 into develop Jun 18, 2024
30 checks passed
@zone117x zone117x deleted the feat/tx-ordering-opts branch June 18, 2024 11:54
blockstack-devops pushed a commit that referenced this pull request Jun 18, 2024
## [7.12.0-beta.1](v7.11.0...v7.12.0-beta.1) (2024-06-18)

### Features

* tx ordering options ([#2005](#2005)) ([ae78773](ae78773))

### Bug Fixes

* pox events should use same index as associated contract log event ([#1994](#1994)) ([b1d6be9](b1d6be9)), closes [#1983](#1983)
@blockstack-devops
Copy link

🎉 This PR is included in version 7.12.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

blockstack-devops pushed a commit that referenced this pull request Jul 8, 2024
## [7.12.0](v7.11.1...v7.12.0) (2024-07-08)

### Features

* tx list contract id/name filter options ([#2018](#2018)) ([9c2fd78](9c2fd78))
* tx list nonce filter option ([#2023](#2023)) ([88fc5ce](88fc5ce))
* tx list timestamp filter options ([#2015](#2015)) ([e7c224b](e7c224b))
* tx ordering options ([#2005](#2005)) ([ae78773](ae78773))
* tx to/from address options ([#2012](#2012)) ([542973c](542973c))
* update api toolkit ([71da884](71da884))

### Bug Fixes

* pox events should use same index as associated contract log event ([#1994](#1994)) ([b1d6be9](b1d6be9)), closes [#1983](#1983)
@blockstack-devops
Copy link

🎉 This PR is included in version 7.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ordering options to /extended/v1/tx
3 participants