AtomicLoans / agent

πŸ’₯ Atomic Agent
1 stars 3 forks source link

An in-range update of @liquality/ethereum-networks is breaking the build 🚨 #123

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @liquality/ethereum-networks was updated from 0.4.19 to 0.4.20.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@liquality/ethereum-networks is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/AtomicLoans/agent/builds/647293665?utm_source=github_status&utm_medium=notification)). - βœ… **coverage/coveralls:** First build on greenkeeper/@liquality/ethereum-networks-0.4.20 at 34.513% ([Details](https://coveralls.io/builds/28588033)).

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 0.4.19 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 0ab379e 0.4.21
  • b857b77 Merge pull request #251 from liquality/fix-import-bitcoin-js-wallet-provider
  • a24ee2f Fix imports for bitcoin js wallet provider
  • f1d2c0f Merge pull request #250 from liquality/add-test-for-redeem-one-p2sh
  • 30a2ba3 Add test for redeem one p2sh

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits.

  • d99432b v0.4.22
  • 6db965f Merge pull request #252 from liquality/fix-used-address-calc
  • 3d4c225 Bitcoin providers: fix used address calculation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 6 commits.

  • dc400d0 v0.4.23
  • e826727 Ethereum Wallet Provider: Calculate nonce based on pending transactions
  • 53afaf7 check not null condition before checking the length (#254)
  • d99432b v0.4.22
  • 6db965f Merge pull request #252 from liquality/fix-used-address-calc
  • 3d4c225 Bitcoin providers: fix used address calculation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 commits.

  • 0f590f7 v0.4.24
  • 001c48a EthereumMetaMaskProvider: Set default gas to average
  • dc400d0 v0.4.23
  • e826727 Ethereum Wallet Provider: Calculate nonce based on pending transactions
  • 53afaf7 check not null condition before checking the length (#254)
  • d99432b v0.4.22
  • 6db965f Merge pull request #252 from liquality/fix-used-address-calc
  • 3d4c225 Bitcoin providers: fix used address calculation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 10 commits.

  • 111911e v0.4.25
  • ee93e13 EthereumJsWalletProvider: gas price multiplier option
  • 0f590f7 v0.4.24
  • 001c48a EthereumMetaMaskProvider: Set default gas to average
  • dc400d0 v0.4.23
  • e826727 Ethereum Wallet Provider: Calculate nonce based on pending transactions
  • 53afaf7 check not null condition before checking the length (#254)
  • d99432b v0.4.22
  • 6db965f Merge pull request #252 from liquality/fix-used-address-calc
  • 3d4c225 Bitcoin providers: fix used address calculation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 11 commits.

  • 8d5f081 v0.4.27
  • 111911e v0.4.25
  • ee93e13 EthereumJsWalletProvider: gas price multiplier option
  • 0f590f7 v0.4.24
  • 001c48a EthereumMetaMaskProvider: Set default gas to average
  • dc400d0 v0.4.23
  • e826727 Ethereum Wallet Provider: Calculate nonce based on pending transactions
  • 53afaf7 check not null condition before checking the length (#254)
  • d99432b v0.4.22
  • 6db965f Merge pull request #252 from liquality/fix-used-address-calc
  • 3d4c225 Bitcoin providers: fix used address calculation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 12 commits.

  • 209a5ff fix getInputsForAmount in bitcoinjs wallet provider (#258)
  • 8d5f081 v0.4.27
  • 111911e v0.4.25
  • ee93e13 EthereumJsWalletProvider: gas price multiplier option
  • 0f590f7 v0.4.24
  • 001c48a EthereumMetaMaskProvider: Set default gas to average
  • dc400d0 v0.4.23
  • e826727 Ethereum Wallet Provider: Calculate nonce based on pending transactions
  • 53afaf7 check not null condition before checking the length (#254)
  • d99432b v0.4.22
  • 6db965f Merge pull request #252 from liquality/fix-used-address-calc
  • 3d4c225 Bitcoin providers: fix used address calculation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 21 commits.

  • 5073a2c Update to 0.4.30
  • 4e47227 Merge pull request #283 from liquality/add-get-connected-network-to-kiba
  • 9a63b9f Add getConnectedNetwork to kiba
  • f7c94b7 0.4.29
  • 4b57fb7 Merge pull request #272 from liquality/bitcoin-kiba-provider
  • e796fc2 Implement Bitcoin Kiba Provider
  • c9d9a71 [Snyk] Upgrade bitcoinjs-lib from 5.1.3 to 5.1.7 (#263)
  • 567bb71 [Snyk] Upgrade bitcoinjs-lib from 5.1.3 to 5.1.7 (#261)
  • 56439f5 Fix eth findClaimSwapTransaction (#259)
  • 209a5ff fix getInputsForAmount in bitcoinjs wallet provider (#258)
  • 8d5f081 v0.4.27
  • 111911e v0.4.25
  • ee93e13 EthereumJsWalletProvider: gas price multiplier option
  • 0f590f7 v0.4.24
  • 001c48a EthereumMetaMaskProvider: Set default gas to average

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 24 commits.

  • 6bd9c2a Update to 0.4.31
  • 2e473ae Merge pull request #284 from liquality/fix-btc-kiba-provider-sigs
  • adf415a Ensure sign p2sh fns return buffers
  • 5073a2c Update to 0.4.30
  • 4e47227 Merge pull request #283 from liquality/add-get-connected-network-to-kiba
  • 9a63b9f Add getConnectedNetwork to kiba
  • f7c94b7 0.4.29
  • 4b57fb7 Merge pull request #272 from liquality/bitcoin-kiba-provider
  • e796fc2 Implement Bitcoin Kiba Provider
  • c9d9a71 [Snyk] Upgrade bitcoinjs-lib from 5.1.3 to 5.1.7 (#263)
  • 567bb71 [Snyk] Upgrade bitcoinjs-lib from 5.1.3 to 5.1.7 (#261)
  • 56439f5 Fix eth findClaimSwapTransaction (#259)
  • 209a5ff fix getInputsForAmount in bitcoinjs wallet provider (#258)
  • 8d5f081 v0.4.27
  • 111911e v0.4.25

There are 24 commits in total.

See the full diff