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

v1.17: bank: do not remove trailing 0 bytes from return data (backport of #33639) #33685

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 13, 2023

This is an automatic backport of pull request #33639 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

This is creating havoc for Solang, as the return data is borsh encoded
and therefore `u64` values like 0x100 get truncated.

(cherry picked from commit 4751199)
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #33685 (b1e7cbd) into v1.17 (e1278e2) will decrease coverage by 0.1%.
The diff coverage is 100.0%.

@@            Coverage Diff            @@
##            v1.17   #33685     +/-   ##
=========================================
- Coverage    81.7%    81.7%   -0.1%     
=========================================
  Files         804      804             
  Lines      218112   218108      -4     
=========================================
- Hits       178409   178371     -38     
- Misses      39703    39737     +34     

@seanyoung seanyoung merged commit 10b00df into v1.17 Oct 13, 2023
@seanyoung seanyoung deleted the mergify/bp/v1.17/pr-33639 branch October 13, 2023 19:22
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.

3 participants