Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

[asset-buyer] Fix order expiration calc bug and expose gas options to executeBuyQuote #1116

Merged
merged 7 commits into from
Oct 10, 2018

Conversation

fragosti
Copy link
Contributor

@fragosti fragosti commented Oct 5, 2018

Description

Some small tweaks that came out of playing with asset-buyer.

Testing instructions

Types of changes

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Prefix PR title with bracketed package name(s) corresponding to the changed package(s). For example: [sol-cov] Fixed bug.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@fragosti fragosti changed the title Fix order expiration calc bug and expose gas options to executeBuyQuote [asset-buyer] Fix order expiration calc bug and expose gas options to executeBuyQuote Oct 5, 2018
@coveralls
Copy link

coveralls commented Oct 5, 2018

Coverage Status

Coverage remained the same at 84.871% when pulling 8155d31 on feature/asset-buyer/api-tweaks into bd06ebd on development.

@fragosti fragosti requested a review from BMillman19 October 5, 2018 20:57
@@ -8,7 +8,7 @@ const MAINNET_NETWORK_ID = 1;
const DEFAULT_ASSET_BUYER_OPTS: AssetBuyerOpts = {
networkId: MAINNET_NETWORK_ID,
orderRefreshIntervalMs: 10000, // 10 seconds
expiryBufferSeconds: 15,
expiryBufferSeconds: 300,
Copy link
Contributor

Choose a reason for hiding this comment

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

How was this number chosen? Can you leave a comment?

* development:
  Define bundlewatch.ci.repoBranchBase
  Stop accesing ethers private methods
  Fix merge conflicts
  Fix ethers build issue
  Upgrade ethers.js version
  Fix branch name
  Add max sizes
  Use bundlewatch instead of bundlesize
  Move Metamask Error to OrderErrors
  Update the exported types for the packages which touch RPC providers
  Throw and handle errors from Providers.
  Clarifies use of schemas outside of Javascript/TypeScript.
  Detect MM on signature validation failure.
  Return SignedOrder from signing utils.
  Update 0x.js Changelog
  Add eth_signTypedData support to our wallet subproviders
  Move SignTypedData to utils package
  Introduce Metamask Subprovider.
  Expose eth_signTypedData functionality for order signing
@BMillman19 BMillman19 merged commit afb34da into development Oct 10, 2018
@BMillman19 BMillman19 deleted the feature/asset-buyer/api-tweaks branch October 10, 2018 01:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants