Skip to content

Commit

Permalink
Merge branch '0xsequence:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dargon789 committed Sep 5, 2024
2 parents 9b5807f + 0eafe34 commit 6e7a9ed
Show file tree
Hide file tree
Showing 70 changed files with 1,950 additions and 1,999 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,17 @@
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"ws@>=2.1.0 <5.2.4": ">=5.2.4"
"ws@>=2.1.0 <5.2.4": ">=5.2.4",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8"
}
},
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"babel-core": "^6.26.3",
"flag": "^5.0.1",
"geth": "^0.4.0",
"viem": "2.x",
"wagmi": "0.0.0-canary-20240806164344"
Expand Down
24 changes: 24 additions & 0 deletions packages/0xsequence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 0xsequence

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11
- @0xsequence/account@1.10.11
- @0xsequence/api@1.10.11
- @0xsequence/auth@1.10.11
- @0xsequence/core@1.10.11
- @0xsequence/guard@1.10.11
- @0xsequence/indexer@1.10.11
- @0xsequence/metadata@1.10.11
- @0xsequence/migration@1.10.11
- @0xsequence/multicall@1.10.11
- @0xsequence/network@1.10.11
- @0xsequence/provider@1.10.11
- @0xsequence/relayer@1.10.11
- @0xsequence/sessions@1.10.11
- @0xsequence/signhub@1.10.11
- @0xsequence/utils@1.10.11
- @0xsequence/wallet@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/0xsequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0xsequence",
"version": "1.10.10",
"version": "1.10.11",
"description": "Sequence: a modular web3 stack and smart wallet for Ethereum chains",
"repository": "https://github.com/0xsequence/sequence.js",
"source": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @0xsequence/abi

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/abi",
"version": "1.10.10",
"version": "1.10.11",
"description": "abi sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi",
"source": "src/index.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @0xsequence/account

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11
- @0xsequence/core@1.10.11
- @0xsequence/migration@1.10.11
- @0xsequence/network@1.10.11
- @0xsequence/relayer@1.10.11
- @0xsequence/sessions@1.10.11
- @0xsequence/utils@1.10.11
- @0xsequence/wallet@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/account",
"version": "1.10.10",
"version": "1.10.11",
"description": "tools for migrating sequence wallets to new versions",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account",
"source": "src/index.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/account/tests/signer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ describe('Account signer', () => {
})

describe('with new account', () => {
var account: Account
var config: any
var accountSigner: ethers.Wallet
let account: Account
let config: any
let accountSigner: ethers.Wallet

beforeEach(async () => {
accountSigner = randomWallet('Should create a new account')
Expand Down Expand Up @@ -220,8 +220,8 @@ describe('Account signer', () => {
})

describe('select fee', () => {
var account: never
var getAccount: (feeOptions: FeeOption[], feeQuote: FeeQuote) => Promise<Account>
let account: never
let getAccount: (feeOptions: FeeOption[], feeQuote: FeeQuote) => Promise<Account>

beforeEach(async () => {
class LocalRelayerWithFee extends LocalRelayer {
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @0xsequence/api

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/api",
"version": "1.10.10",
"version": "1.10.11",
"description": "api sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export * from './api.gen'

import { API as ApiRpc } from './api.gen'

const fetch = typeof global === 'object' ? global.fetch : window.fetch
const fetch = globalThis.fetch

export class SequenceAPIClient extends ApiRpc {
constructor(
Expand Down
19 changes: 19 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @0xsequence/auth

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11
- @0xsequence/account@1.10.11
- @0xsequence/api@1.10.11
- @0xsequence/core@1.10.11
- @0xsequence/indexer@1.10.11
- @0xsequence/metadata@1.10.11
- @0xsequence/migration@1.10.11
- @0xsequence/network@1.10.11
- @0xsequence/sessions@1.10.11
- @0xsequence/signhub@1.10.11
- @0xsequence/utils@1.10.11
- @0xsequence/wallet@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/auth",
"version": "1.10.10",
"version": "1.10.11",
"description": "auth sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/auth",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @0xsequence/core

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/core",
"version": "1.10.10",
"version": "1.10.11",
"description": "core primitives for interacting with the sequence wallet contracts",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.10.10'
export const VERSION = '1.10.11'
8 changes: 8 additions & 0 deletions packages/deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @0xsequence/deployer

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/utils@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/deployer",
"version": "1.10.10",
"version": "1.10.11",
"description": "deployer sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/deployer",
"source": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/estimator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @0xsequence/estimator

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11
- @0xsequence/core@1.10.11
- @0xsequence/utils@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/estimator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/estimator",
"version": "1.10.10",
"version": "1.10.11",
"description": "estimator sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/estimator",
"source": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @0xsequence/guard

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/account@1.10.11
- @0xsequence/core@1.10.11
- @0xsequence/signhub@1.10.11
- @0xsequence/utils@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/guard",
"version": "1.10.10",
"version": "1.10.11",
"description": "guard sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/guard",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/guard/src/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { encodeTypedDataDigest, TypedData } from '@0xsequence/utils'
import { BytesLike, ethers, TypedDataDomain } from 'ethers'
import { AuthMethodsReturn, Guard, RecoveryCode as GuardRecoveryCode } from './guard.gen'

const fetch = typeof global === 'object' ? global.fetch : window.fetch
const fetch = globalThis.fetch

export class GuardSigner implements signers.SapientSigner {
private guard: Guard
Expand Down
6 changes: 6 additions & 0 deletions packages/indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @0xsequence/indexer

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/indexer",
"version": "1.10.10",
"version": "1.10.11",
"description": "indexer sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/indexer",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export * from './indexer.gen'

import { Indexer as IndexerRpc } from './indexer.gen'

const fetch = typeof global === 'object' ? global.fetch : window.fetch
const fetch = globalThis.fetch

export class SequenceIndexer extends IndexerRpc {
constructor(
Expand Down
6 changes: 6 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @0xsequence/metadata

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/metadata",
"version": "1.10.10",
"version": "1.10.11",
"description": "metadata sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/metadata",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export * from './metadata.gen'

import { Metadata as MetadataRpc, Collections as CollectionsRpc } from './metadata.gen'

const fetch = typeof global === 'object' ? global.fetch : window.fetch
const fetch = globalThis.fetch

export class SequenceMetadata extends MetadataRpc {
constructor(
Expand Down
10 changes: 10 additions & 0 deletions packages/migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @0xsequence/migration

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11
- @0xsequence/core@1.10.11
- @0xsequence/wallet@1.10.11

## 1.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/migration",
"version": "1.10.10",
"version": "1.10.11",
"description": "tools for migrating sequence wallets to new versions",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/migration",
"source": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/multicall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @0xsequence/multicall

## 1.10.11

### Patch Changes

- waas: updated intent.gen without webrpc types, errors exported from authenticator.gen
- Updated dependencies
- @0xsequence/abi@1.10.11
- @0xsequence/network@1.10.11
- @0xsequence/utils@1.10.11

## 1.10.10

### Patch Changes
Expand Down
Loading

0 comments on commit 6e7a9ed

Please sign in to comment.