Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/relayer

Package Overview
Dependencies
Maintainers
4
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/relayer - npm Package Compare versions

Comparing version 0.21.4 to 0.21.5

12

CHANGELOG.md
# @0xsequence/relayer
## 0.21.5
### Patch Changes
- Give priority to metaTxnId returned by relayer
- Updated dependencies [undefined]
- @0xsequence/abi@0.21.5
- @0xsequence/chaind@0.21.5
- @0xsequence/config@0.21.5
- @0xsequence/transactions@0.21.5
- @0xsequence/utils@0.21.5
## 0.21.4

@@ -4,0 +16,0 @@

2

dist/0xsequence-relayer.cjs.dev.js

@@ -540,3 +540,3 @@ 'use strict';

utils$1.logger.warn(`[rpc-relayer/relay] got relay result ${JSON.stringify(metaTxn)}`);
return this.wait(signedTxs);
return this.wait(metaTxn.txnHash);
}

@@ -543,0 +543,0 @@

@@ -540,3 +540,3 @@ 'use strict';

utils$1.logger.warn(`[rpc-relayer/relay] got relay result ${JSON.stringify(metaTxn)}`);
return this.wait(signedTxs);
return this.wait(metaTxn.txnHash);
}

@@ -543,0 +543,0 @@

@@ -532,3 +532,3 @@ import { ethers } from 'ethers';

logger.warn(`[rpc-relayer/relay] got relay result ${JSON.stringify(metaTxn)}`);
return this.wait(signedTxs);
return this.wait(metaTxn.txnHash);
}

@@ -535,0 +535,0 @@

{
"name": "@0xsequence/relayer",
"version": "0.21.4",
"version": "0.21.5",
"description": "relayer sub-package for Sequence",

@@ -16,7 +16,7 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/relayer",

"dependencies": {
"@0xsequence/abi": "^0.21.4",
"@0xsequence/chaind": "^0.21.4",
"@0xsequence/config": "^0.21.4",
"@0xsequence/transactions": "^0.21.4",
"@0xsequence/utils": "^0.21.4",
"@0xsequence/abi": "^0.21.5",
"@0xsequence/chaind": "^0.21.5",
"@0xsequence/config": "^0.21.5",
"@0xsequence/transactions": "^0.21.5",
"@0xsequence/utils": "^0.21.5",
"ethers": "^5.0.32",

@@ -23,0 +23,0 @@ "fetch-ponyfill": "^7.1.0"

@@ -172,3 +172,3 @@ import { TransactionResponse, Provider, BlockTag } from '@ethersproject/providers'

return this.wait(signedTxs)
return this.wait(metaTxn.txnHash)
}

@@ -175,0 +175,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc