Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fix query version bit flag being unsupported in versions other than 0 #825

Merged
merged 4 commits into from
Jul 17, 2023

Conversation

xqft
Copy link
Contributor

@xqft xqft commented Jul 17, 2023

Fix query version bit flag being unsupported in versions other than 0

Description

Closes #824. Versions other than 0 using the bit flag were not being supported or taken into account.

Checklist

  • Linked to Github Issue
  • Unit tests added

@codecov-commenter
Copy link

Codecov Report

Merging #825 (6d839c2) into main (ae06254) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #825      +/-   ##
==========================================
+ Coverage   91.74%   91.76%   +0.01%     
==========================================
  Files          54       54              
  Lines       12530    12558      +28     
==========================================
+ Hits        11496    11524      +28     
  Misses       1034     1034              
Impacted Files Coverage Δ
src/transaction/declare_v2.rs 78.36% <100.00%> (ø)
src/transaction/invoke_function.rs 99.33% <100.00%> (ø)
src/transaction/verify_version.rs 100.00% <100.00%> (ø)

@juanbono juanbono added this pull request to the merge queue Jul 17, 2023
Merged via the queue into main with commit 4b90ba8 Jul 17, 2023
@MegaRedHand MegaRedHand deleted the fix_query_version branch July 17, 2023 16:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Handle transaction versions with the QUERY_VERSION_BASE set" isn't fix.
4 participants