Skip to content

Commit

Permalink
publish gas fixes (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca authored Nov 22, 2023
1 parent b321b41 commit 9dac6e3
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-jeans-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-foxes-destroy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-tables-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-frogs-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-kangaroos-change.md

This file was deleted.

7 changes: 7 additions & 0 deletions actors/balance-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.2

### Patch Changes

- Updated dependencies [5a3afc72]
- @nocturne-xyz/offchain-utils@0.6.4

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/balance-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/balance-monitor",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions actors/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.10.8

### Patch Changes

- Updated dependencies [b321b41b]
- Updated dependencies [5a3afc72]
- @nocturne-xyz/client@4.0.1
- @nocturne-xyz/offchain-utils@0.6.4

## 0.10.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/bundler",
"version": "0.10.7",
"version": "0.10.8",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions actors/deposit-screener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.13.2

### Patch Changes

- 5a3afc72: fix trm tx monitor command to only handle transfers where tx.from matches --from-address
- 5a3afc72: trm tx monitor uses rand uuid to avoid clashes of transfers within the same transaction
- Updated dependencies [5a3afc72]
- @nocturne-xyz/offchain-utils@0.6.4

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/deposit-screener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/deposit-screener",
"version": "0.13.1",
"version": "0.13.2",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions actors/insertion-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nocturne-xyz/insertion-writer

## 0.5.14

### Patch Changes

- Updated dependencies [5a3afc72]
- @nocturne-xyz/offchain-utils@0.6.4

## 0.5.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/insertion-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nocturne-xyz/insertion-writer",
"license": "MIT",
"version": "0.5.13",
"version": "0.5.14",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions actors/subtree-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.8.8

### Patch Changes

- Updated dependencies [5a3afc72]
- @nocturne-xyz/offchain-utils@0.6.4

## 0.8.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/subtree-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nocturne-xyz/subtree-updater",
"license": "MIT",
"version": "0.8.7",
"version": "0.8.8",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions actors/test-actor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.7.8

### Patch Changes

- Updated dependencies [b321b41b]
- Updated dependencies [5a3afc72]
- @nocturne-xyz/client@4.0.1
- @nocturne-xyz/offchain-utils@0.6.4
- @nocturne-xyz/op-request-plugins@2.1.15

## 0.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/test-actor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nocturne-xyz/test-actor",
"license": "MIT",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.1

### Patch Changes

- b321b41b: - reduce optimistic NF TTL to 90 seconds
- prune stale optimistic NFs every 90 seconds

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/client",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.11

### Patch Changes

- Updated dependencies [5a3afc72]
- @nocturne-xyz/offchain-utils@0.6.4

## 0.9.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"license": "ISC",
"author": "",
"version": "0.9.10",
"version": "0.9.11",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/frontend-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 7.1.2

### Patch Changes

- b321b41b: remove op from history if submission fails
- Updated dependencies [b321b41b]
- @nocturne-xyz/client@4.0.1
- @nocturne-xyz/op-request-plugins@2.1.15

## 7.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/frontend-sdk",
"version": "7.1.1",
"version": "7.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/offchain-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.4

### Patch Changes

- 5a3afc72: fix bug where response.clone() was prematurely consuming response, ser then deser to deep copy

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/offchain-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/offchain-utils",
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/op-request-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.15

### Patch Changes

- Updated dependencies [b321b41b]
- @nocturne-xyz/client@4.0.1

## 2.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/op-request-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/op-request-plugins",
"version": "2.1.14",
"version": "2.1.15",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9dac6e3

Please sign in to comment.