/japanese/font-mplus/

/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : dexon-0x-contracts
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/order_utils/test/test_generate_order_hash_hex.py
blob: 6869a40ed32bb48cd55fbcc6ca204d2d0cc49f18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
"""Test zero_ex.order_utils.get_order_hash_hex()."""

from zero_ex.order_utils import generate_order_hash_hex, make_empty_order


def test_get_order_hash_hex__empty_order():
    """Test the hashing of an uninitialized order."""
    expected_hash_hex = (
        "faa49b35faeb9197e9c3ba7a52075e6dad19739549f153b77dfcf59408a4b422"
    )
    actual_hash_hex = generate_order_hash_hex(make_empty_order())
    assert actual_hash_hex == expected_hash_hex
| 
* make the patch work on both -current and -stableijliao2002-10-012-12/+24
|
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-201-5/+12
| | | | | | | - Support install macros PR: 42892 Submitted by: Ports Fury
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-203-12/+16
| | | | | | | - Do not install useless .la files PR: 42886 Submitted by: Ports Fury
* add mmtk 2.2ijliao2002-09-166-0/+1047
| | | | | | | An Open Source program library for molecular simulation applications PR: 42332 Submitted by: Glenn Johnson <glennpj@charter.net>
* fix patch pathijliao2002-09-164-8/+8
|
* fix build on -currentijliao2002-09-164-0/+96
|
* Fix build on -stable.marcus2002-09-162-2/+2
| | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Approved by: timeout from maintainer
* Fix plistkris2002-09-151-0/+2
|
* Deploy USE_GNOMENG infrastructurelioux2002-09-023-3/+6
| | | | | PR: 42303 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Rename this port to mpqc-mpich to avoid conflicting with mpqc port.kris2002-08-311-0/+2
| | | | Pointy hat to: ijliao
* Update to 1.5.naddy2002-08-3113-57/+163
| | | | | | | Loosely based on PR: 41652 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
* Add missing .pyo files to each pkg-plistperky2002-08-231-0/+53
|
* Update to version 2.36kevlo2002-08-222-2/+2
| | | | | PR: 41867 Submitted by: Chia-Hsing Yu <b7506061@csie.ntu.edu.tw>
* add glens 0.3ijliao2002-08-087-0/+65
| | | | OpenGL gravitational lens simulator
* add bblimage 0.66ijliao2002-07-2211-0/+135
| | | | A set of software tools for medical image processing
* INTERNALLIB has a different meaning in the new bsd.lib.mkru2002-07-222-4/+0
| | | | | API -- build (but do not install) a static library _only_. Not defining LIB avoids building the static library.
* correct the installation pathijliao2002-07-171-7/+2
| | | | Submitted by: maintainer
* forgot a "\"ijliao2002-07-161-1/+1
| | | | Submitted by: "Dan Langille" <dan@langille.org>
* add mpqc-mpichijliao2002-07-162-0/+26
| | | | | PR: 40631 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
* fix broken and make some enhancementijliao2002-07-163-7/+175
| | | | | | | | | | | | | | | 1. using math/atlas(added lapack, blas flags for other choices of lapack, blas package) It improves the performance for few percent. 2. override CFLAGS, FFLAGS for C++, C, FORTRAN compiler 3. override CC, F77, C++ for other choices of C++, C, FORTRAN compiler 4. support for parallel computing using MPI. pass maintainership to submitter PR: 40631 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> (new maintainer) No Response from: original maintainer (mail bounce)
* - GNU_CONFIGURE -> USE_LIBTOOLijliao2002-07-1410-12/+72
| | | | | | | | - Support CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly - Strip binaries PR: 40498 Submitted by: Ports Fury
* PERL -> REINPLACE_CMDijliao2002-07-081-4/+5
| | | | | PR: 39273 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* oops... forgot to add this oneijliao2002-07-072-0/+22
|
* add HDF5 1.4.4ijliao2002-07-07