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

Release version 9.3.0 #789

Merged
merged 18 commits into from
Apr 20, 2020
Merged

Release version 9.3.0 #789

merged 18 commits into from
Apr 20, 2020

Conversation

albrow
Copy link
Contributor

@albrow albrow commented Apr 16, 2020

No description provided.

albrow and others added 18 commits March 20, 2020 15:11
…up (#764)

* Periodically rerun ordersync instead of running it only once on startup

* Add a random jitter to ordersync delay

* Change ordersyncApproxDelay to 1 hour

* Add log message when starting ordersync service

* Improve comment clarity
* Update Ganache DevUtils address

* Update Ganache snapshot version

* Update Dummy ERC1155 contract address
* Add a polyfill for WebAssembly.instantateStreaming

* Fix linter error

* Update changelog
* ADDS check that configured chain id matches RPC WIP

* FIXES async error channel race condition and clean up code

* FIXES remove unnecessary wait group, move chain id fetch into helper

* FIXES use ParseBig256 for parsing chain id response from eth_chainId

* Fix race condition in core.App.Start

* Update changelog

Co-authored-by: Alex Browne <stephenalexbrowne@gmail.com>
* Add custom order filters docs

* Fix nits

* Add doc to menu

* Improve limitations description

* Add example filters

* Merge the two example sections
* Automated the documentation update step

* Ignored exported fields that shouldn't be documented

* Addressed @albrow's review feedback

* Revert "Addressed @albrow's review feedback"

This reverts commit 75f48c0.
* Fix small bug in expirationwatcher

* Add a test to ensure that a "barely expired" order will be pruned

* Update CHANGELOG with PR number
* WIP Improve scenario package

* Create orderopts package. Update scenario and ordervalidator to use it

* Fix remaining ordervalidator tests

* Update most orderwatcher tests

* Support setting taker state and enable remaining orderwatcher tests

* Fix remaining tests (only MultiAsset disabled)

* Uncomment test that depends on on-chain state for a StaticCall order

* Fix browser integration test

* Remove unneeded ethClient parameter in a few places

* Move sleep statement in order_watcher_test.go

* Address Alex Towle's feedback

* Remove old comment
* scenario: Add ability to create multiple orders in a single batch

* Fix some typos
* Add missing regression test for ordersync pagination subprotocol

Also fixes a minor bug where the exponential backoff for ordersync
was too long in some circumstances.

* Remove some duplicated code in core_test.go
@@ -58,7 +58,7 @@ var GanacheAccountToPrivateKey = map[common.Address][]byte{
var GanacheDummyERC721TokenAddress = common.HexToAddress("0x07f96aa816c1f244cbc6ef114bb2b023ba54a2eb")

// GanacheDummyERC1155MintableAddress is the dummy ERC1155 token address in the Ganache snapshot
var GanacheDummyERC1155MintableAddress = common.HexToAddress("0x8d42e38980ce74736c21c059b2240df09958d3c8")
var GanacheDummyERC1155MintableAddress = common.HexToAddress("0x038f9b392fb9a9676dbaddf78ea5fdbf6c7d9710")
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this wrong before? I wasn't aware that we changed it's location in the migration script.

Copy link
Contributor

Choose a reason for hiding this comment

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

It did change with the updated snapshot we're now using (6.2.4). Prior to this version, we were on version 5.1.0. It must have changed sometime between those two versions.


Loads the Wasm module that is provided by a response.

**Parameters:**

Name | Type | Description |
------ | ------ | ------ |
`response` | `Response or Promise<Response>` | The Wasm response that supplies the Wasm binary |
`response` | `Response &#124; Promise<Response>` | The Wasm response that supplies the Wasm binary |
Copy link
Contributor

Choose a reason for hiding this comment

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

🤞 that this renders correctly.

@albrow albrow merged commit 555bbc1 into master Apr 20, 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.

4 participants