Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0604b2c
Set up the typescript scaffolding for the browser conversion tests
jalextowle Jan 16, 2020
73b127d
Moved some types around so that the test wasm binary can use them
jalextowle Jan 17, 2020
ea6340a
Organized code so that builds work correctly
jalextowle Jan 17, 2020
a6b30e8
Created failing test
jalextowle Jan 19, 2020
62ff596
Created a passing test that uses real data
jalextowle Jan 23, 2020
87a64e0
Created the first real test
jalextowle Jan 24, 2020
f5d0c19
Fixed issues in encoding logic to enable test to pass
jalextowle Jan 27, 2020
d927883
Copied over the contract event scenarios from other PR
jalextowle Jan 27, 2020
ec846c8
Added second real test
jalextowle Jan 27, 2020
489afe5
Added logic to improve the DevEx of working with the tests
jalextowle Jan 27, 2020
c886e59
Add more tests
jalextowle Jan 28, 2020
37b724a
Refactored and completed remaining exchange event tests
jalextowle Jan 28, 2020
18af97e
Completed the Go --> TS tests for ContractEvent
jalextowle Jan 28, 2020
906a877
Implemented a build script in the tests so that they will run correct…
jalextowle Jan 28, 2020
3b729c5
Improved the test scraper
jalextowle Jan 28, 2020
a10505c
Added tests for SignedOrder conversion to JSValue
jalextowle Jan 29, 2020
f0cb46c
Created first OrderEvent test
jalextowle Jan 30, 2020
cab6d2a
Added second test for OrderEvent conversions
jalextowle Jan 30, 2020
5e75abf
Added a JSValue function for validation results
jalextowle Jan 30, 2020
b8d25bc
Fixed linting issues
jalextowle Jan 31, 2020
0b8d3c1
Fixed branch after rebase
jalextowle Jan 31, 2020
230e971
Added more comprehensive tests for ValidationResults.JSValue
jalextowle Jan 31, 2020
9736729
Disabled the conversion test for wasm builds
jalextowle Jan 31, 2020
19ddbcf
Remove redundant command from Makefile
jalextowle Jan 31, 2020
c96dc1b
Added a more realistic test case for ValidationResults
jalextowle Jan 31, 2020
8d44d5e
Added tests for Stats.JSValue
jalextowle Jan 31, 2020
4422eb3
Added an empty test for GetOrderResponse.JSValue
jalextowle Jan 31, 2020
73a63f9
Added more comprehensive tests for GetOrdersResponse.JSValue
jalextowle Jan 31, 2020
85911b5
Split out the typescript of the conversion tests into a seperate dire…
jalextowle Jan 31, 2020
609838a
Addressed review feedback
jalextowle Feb 4, 2020
1b64f79
Removed fixmes
jalextowle Feb 4, 2020
3331a95
Addressed lingering review comment
jalextowle Feb 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions browser/.prettierignore

This file was deleted.

6 changes: 0 additions & 6 deletions browser/.prettierrc

This file was deleted.

710 changes: 368 additions & 342 deletions browser/conversion-tests/conversion_test.ts

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions browser/conversion-tests/generated/test_wasm_buffer.ts

This file was deleted.

179 changes: 95 additions & 84 deletions browser/go/conversion-test/conversion_test.go

Large diffs are not rendered by default.

Loading