Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
 ## [0.1.0](v0.0.6...v0.1.0) (2022-09-18)

### 🧩 Features

* **2847512314:** Add Stark Error Code ([#16](#16)) ([b276cda](b276cda))
* **2847512320:** adjust numeric types ([#20](#20)) ([37550b7](37550b7))
* **3075511177:** support multi-transaction ([#21](#21)) ([d788a18](d788a18))
* **3127780111:** drop support for availability gateway ([#25](#25)) ([bf8bbcf](bf8bbcf))
* **3127791831:** dynamic versioning ([#27](#27)) ([935dd55](935dd55))
* **3200394536:** gateway - add mark_transaction_for_replacement support ([#29](#29)) ([da402e7](da402e7))
* **3202221738:** feeder gateway - add v4.5 capabilities ([#26](#26)) ([a6b5975](a6b5975))

### 📚 Docs

* generate v4.5 canary docs ([#33](#33)) ([b8c2d71](b8c2d71))
  • Loading branch information
semantic-release-bot committed Sep 18, 2022
1 parent d7a28bb commit f23770e
Show file tree
Hide file tree
Showing 26 changed files with 199 additions and 181 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.1.0](https://github.com/starkware-libs/starkex-js/compare/v0.0.6...v0.1.0) (2022-09-18)


### 🧩 Features

* **2847512314:** Add Stark Error Code ([#16](https://github.com/starkware-libs/starkex-js/issues/16)) ([b276cda](https://github.com/starkware-libs/starkex-js/commit/b276cdae756e01461252472e5b5e7cc348e4e1e1))
* **2847512320:** adjust numeric types ([#20](https://github.com/starkware-libs/starkex-js/issues/20)) ([37550b7](https://github.com/starkware-libs/starkex-js/commit/37550b7d1d1a858e8a3afe93c0ecfe06e8419978))
* **3075511177:** support multi-transaction ([#21](https://github.com/starkware-libs/starkex-js/issues/21)) ([d788a18](https://github.com/starkware-libs/starkex-js/commit/d788a1823c0d2786250c915c1bf9891683a2478b))
* **3127780111:** drop support for availability gateway ([#25](https://github.com/starkware-libs/starkex-js/issues/25)) ([bf8bbcf](https://github.com/starkware-libs/starkex-js/commit/bf8bbcf4da9c2d3f528662c0014c91e31f142fcf))
* **3127791831:** dynamic versioning ([#27](https://github.com/starkware-libs/starkex-js/issues/27)) ([935dd55](https://github.com/starkware-libs/starkex-js/commit/935dd552ffa3a3790d1c107b024d4c8a51c6e337))
* **3200394536:** gateway - add mark_transaction_for_replacement support ([#29](https://github.com/starkware-libs/starkex-js/issues/29)) ([da402e7](https://github.com/starkware-libs/starkex-js/commit/da402e71d3764a5364f807fadb923c71aba67c29))
* **3202221738:** feeder gateway - add v4.5 capabilities ([#26](https://github.com/starkware-libs/starkex-js/issues/26)) ([a6b5975](https://github.com/starkware-libs/starkex-js/commit/a6b59755ffb1d46c82495f6cb05275a4ee8a33dc))


### 📚 Docs

* generate v4.5 canary docs ([#33](https://github.com/starkware-libs/starkex-js/issues/33)) ([b8c2d71](https://github.com/starkware-libs/starkex-js/commit/b8c2d7120779a835c76ae3ff08c7a5b6edca6422))

## [0.1.0-dev.7](https://github.com/starkware-libs/starkex-js/compare/v0.1.0-dev.6...v0.1.0-dev.7) (2022-09-08)


Expand Down
6 changes: 3 additions & 3 deletions docs/classes/AvailabilityGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GatewayBase.constructor

#### Defined in

[availability-gateway/availability-gateway.ts:8](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/availability-gateway/availability-gateway.ts#L8)
[availability-gateway/availability-gateway.ts:8](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/availability-gateway/availability-gateway.ts#L8)

## Methods

Expand All @@ -57,7 +57,7 @@ GatewayBase.constructor

#### Defined in

[availability-gateway/availability-gateway.ts:15](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/availability-gateway/availability-gateway.ts#L15)
[availability-gateway/availability-gateway.ts:15](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/availability-gateway/availability-gateway.ts#L15)

---

Expand All @@ -77,4 +77,4 @@ GatewayBase.constructor

#### Defined in

[availability-gateway/availability-gateway.ts:24](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/availability-gateway/availability-gateway.ts#L24)
[availability-gateway/availability-gateway.ts:24](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/availability-gateway/availability-gateway.ts#L24)
18 changes: 9 additions & 9 deletions docs/classes/FeederGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:8](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L8)
[feeder-gateway/feeder-gateway.ts:8](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L8)

## Methods

Expand All @@ -63,7 +63,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:29](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L29)
[feeder-gateway/feeder-gateway.ts:29](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L29)

---

Expand All @@ -83,7 +83,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:40](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L40)
[feeder-gateway/feeder-gateway.ts:40](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L40)

---

Expand All @@ -103,7 +103,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:23](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L23)
[feeder-gateway/feeder-gateway.ts:23](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L23)

---

Expand All @@ -123,7 +123,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:52](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L52)
[feeder-gateway/feeder-gateway.ts:52](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L52)

---

Expand All @@ -137,7 +137,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:58](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L58)
[feeder-gateway/feeder-gateway.ts:58](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L58)

---

Expand All @@ -157,7 +157,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:62](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L62)
[feeder-gateway/feeder-gateway.ts:62](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L62)

---

Expand All @@ -171,7 +171,7 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:15](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L15)
[feeder-gateway/feeder-gateway.ts:15](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L15)

---

Expand All @@ -185,4 +185,4 @@ GatewayBase.constructor

#### Defined in

[feeder-gateway/feeder-gateway.ts:19](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/feeder-gateway/feeder-gateway.ts#L19)
[feeder-gateway/feeder-gateway.ts:19](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/feeder-gateway/feeder-gateway.ts#L19)
30 changes: 15 additions & 15 deletions docs/classes/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:19](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L19)
[gateway/gateway.ts:19](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L19)

## Methods

Expand All @@ -69,7 +69,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:72](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L72)
[gateway/gateway.ts:72](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L72)

---

Expand All @@ -89,7 +89,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:54](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L54)
[gateway/gateway.ts:54](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L54)

---

Expand All @@ -109,7 +109,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:90](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L90)
[gateway/gateway.ts:90](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L90)

---

Expand All @@ -129,7 +129,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:81](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L81)
[gateway/gateway.ts:81](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L81)

---

Expand All @@ -143,7 +143,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:33](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L33)
[gateway/gateway.ts:33](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L33)

---

Expand All @@ -157,7 +157,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:29](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L29)
[gateway/gateway.ts:29](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L29)

---

Expand All @@ -177,7 +177,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:23](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L23)
[gateway/gateway.ts:23](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L23)

---

Expand All @@ -191,7 +191,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:44](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L44)
[gateway/gateway.ts:44](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L44)

---

Expand All @@ -211,7 +211,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:37](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L37)
[gateway/gateway.ts:37](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L37)

---

Expand All @@ -231,7 +231,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:58](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L58)
[gateway/gateway.ts:58](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L58)

---

Expand All @@ -251,7 +251,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:99](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L99)
[gateway/gateway.ts:99](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L99)

---

Expand All @@ -271,7 +271,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:62](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L62)
[gateway/gateway.ts:62](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L62)

---

Expand All @@ -291,7 +291,7 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:68](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L68)
[gateway/gateway.ts:68](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L68)

---

Expand All @@ -311,4 +311,4 @@ GatewayBase.constructor

#### Defined in

[gateway/gateway.ts:48](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway.ts#L48)
[gateway/gateway.ts:48](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway.ts#L48)
10 changes: 5 additions & 5 deletions docs/classes/StarkExClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#### Defined in

[starkex-client.ts:12](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/starkex-client.ts#L12)
[starkex-client.ts:12](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/starkex-client.ts#L12)

## Properties

Expand All @@ -39,7 +39,7 @@

#### Defined in

[starkex-client.ts:10](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/starkex-client.ts#L10)
[starkex-client.ts:10](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/starkex-client.ts#L10)

---

Expand All @@ -49,7 +49,7 @@

#### Defined in

[starkex-client.ts:9](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/starkex-client.ts#L9)
[starkex-client.ts:9](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/starkex-client.ts#L9)

---

Expand All @@ -59,7 +59,7 @@

#### Defined in

[starkex-client.ts:7](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/starkex-client.ts#L7)
[starkex-client.ts:7](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/starkex-client.ts#L7)

---

Expand All @@ -69,4 +69,4 @@

#### Defined in

[starkex-client.ts:6](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/starkex-client.ts#L6)
[starkex-client.ts:6](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/starkex-client.ts#L6)
18 changes: 9 additions & 9 deletions docs/enums/GatewayRequestType.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#### Defined in

[gateway/gateway-request-type.ts:4](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L4)
[gateway/gateway-request-type.ts:4](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L4)

---

Expand All @@ -34,7 +34,7 @@

#### Defined in

[gateway/gateway-request-type.ts:5](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L5)
[gateway/gateway-request-type.ts:5](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L5)

---

Expand All @@ -44,7 +44,7 @@

#### Defined in

[gateway/gateway-request-type.ts:9](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L9)
[gateway/gateway-request-type.ts:9](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L9)

---

Expand All @@ -54,7 +54,7 @@

#### Defined in

[gateway/gateway-request-type.ts:8](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L8)
[gateway/gateway-request-type.ts:8](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L8)

---

Expand All @@ -64,7 +64,7 @@

#### Defined in

[gateway/gateway-request-type.ts:6](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L6)
[gateway/gateway-request-type.ts:6](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L6)

---

Expand All @@ -74,7 +74,7 @@

#### Defined in

[gateway/gateway-request-type.ts:10](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L10)
[gateway/gateway-request-type.ts:10](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L10)

---

Expand All @@ -84,7 +84,7 @@

#### Defined in

[gateway/gateway-request-type.ts:2](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L2)
[gateway/gateway-request-type.ts:2](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L2)

---

Expand All @@ -94,7 +94,7 @@

#### Defined in

[gateway/gateway-request-type.ts:3](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L3)
[gateway/gateway-request-type.ts:3](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L3)

---

Expand All @@ -104,4 +104,4 @@

#### Defined in

[gateway/gateway-request-type.ts:7](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-request-type.ts#L7)
[gateway/gateway-request-type.ts:7](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-request-type.ts#L7)
4 changes: 2 additions & 2 deletions docs/enums/OrderTypeObsolete.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Defined in

[gateway/gateway-types.ts:36](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-types.ts#L36)
[gateway/gateway-types.ts:36](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-types.ts#L36)

---

Expand All @@ -27,4 +27,4 @@

#### Defined in

[gateway/gateway-types.ts:37](https://github.com/starkware-libs/starkex-js/blob/26f82a7/src/lib/gateway/gateway-types.ts#L37)
[gateway/gateway-types.ts:37](https://github.com/starkware-libs/starkex-js/blob/d7a28bb/src/lib/gateway/gateway-types.ts#L37)
Loading

0 comments on commit f23770e

Please sign in to comment.