Page MenuHomePhabricator

test: Properly deserialize integers in little-endian
ClosedPublic

Authored by PiRK on Nov 5 2020, 13:27.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC0511730c0f53: test: Properly deserialize integers in little-endian
Summary

This fixes a bug in a functional test. The bug was detected after Core started running CI tests for a big endian platform (see PR17591 and PR17599).

This is a partial backport of Core PR17599
https://github.com/bitcoin/bitcoin/pull/17599/commits/fad9fdbea5dfb19328282afda9588edc6f1d0ddf

Test Plan

ninja && test/functional/test_runner.py interface_rest

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Nov 5 2020, 13:27
PiRK requested review of this revision.Nov 5 2020, 13:27
PiRK edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 5 2020, 15:56