This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 465
Add MAP support to order-utils, order-watcher, and types #1363
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abandeali1
requested review from
albrow,
fabioberger and
LogvinovLeon
as code owners
November 30, 2018 23:53
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
2 times, most recently
from
November 30, 2018 23:58
b9a3478
to
466c177
Compare
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
3 times, most recently
from
December 2, 2018 06:33
f306210
to
039eae2
Compare
abandeali1
changed the title
Use new ABI encoder in assetDataUtils
Add MAP support to order-utils, order-watcher, and types
Dec 2, 2018
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
2 times, most recently
from
December 2, 2018 21:16
0274cba
to
e2f2bd6
Compare
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
December 2, 2018 22:43
131a72f
to
b5b044d
Compare
fabioberger
suggested changes
Dec 3, 2018
packages/order-watcher/src/order_watcher/dependent_order_hashes_tracker.ts
Outdated
Show resolved
Hide resolved
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
December 5, 2018 00:37
b5b044d
to
b2d5452
Compare
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
December 5, 2018 00:39
b2d5452
to
9dcb6a9
Compare
abandeali1
changed the title
Add MAP support to order-utils, order-watcher, and types
[WIP] Add MAP support to order-utils, order-watcher, and types
Dec 5, 2018
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
December 23, 2018 21:16
9dcb6a9
to
7a9f722
Compare
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
January 3, 2019 01:06
7a9f722
to
047a842
Compare
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
2 times, most recently
from
January 3, 2019 22:30
4c4fa4f
to
acf92b5
Compare
abandeali1
changed the title
[WIP] Add MAP support to order-utils, order-watcher, and types
Add MAP support to order-utils, order-watcher, and types
Jan 3, 2019
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
January 7, 2019 19:08
d71196d
to
feb8862
Compare
abandeali1
force-pushed
the
feat/order-utils/abiEncoder
branch
from
January 7, 2019 19:11
feb8862
to
fd37e88
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds support for the
MultiAssetProxy
inorder-utils
,order-watcher
,types
,fill-scenarios
, and partial support incontract-wrappers
. Also uses the new MAP encoding function in thecontracts
tests.Testing instructions
Types of changes
Checklist:
[WIP]
if necessary.