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

Addressed inconsistencies in the Typescript bindings in the browser #697

Merged
merged 5 commits into from
Feb 3, 2020

Conversation

jalextowle
Copy link
Contributor

Squashes some bugs in the browser Typescript bindings and in the Go to Javascript conversion functions.

@jalextowle jalextowle changed the title Fix/browser ts binding fixes Addressed inconsistencies in the Typescript bindings in the browser Feb 3, 2020
@jalextowle jalextowle marked this pull request as ready for review February 3, 2020 01:56
ordersInfos: WrapperOrderInfo[];
}

export interface GetOrdersResponse {
snapshotID: string;
snapshotTimestamp: number;
snapshotTimestamp: Date;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically a breaking change. I'm okay with merging for now but let's update the changelog later before we release 9.0.0.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0xee3512fbf0f301e14015c8f91ac02beeba256bfd0857457b7a05c2e41d089522

@@ -480,13 +486,13 @@ export interface ExchangeCancelEvent {

export interface ExchangeCancelUpToEvent {
makerAddress: string;
senderAddress: string;
orderSenderAddress: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change also.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi

@albrow albrow merged commit 442aa31 into development Feb 3, 2020
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.

2 participants