Skip to content

Commit

Permalink
Merge pull request #161 from tqtezos/pasqu4le/v1.7.1
Browse files Browse the repository at this point in the history
[Chore] 1.7.1 release
  • Loading branch information
pasqu4le authored Feb 3, 2021
2 parents 404cbc6 + e08f358 commit 95469c3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SPDX-License-Identifier: MIT
<!-- Don't forget to update the gas/transaction costs tables in the
README when a new version is released. -->

## 1.7.1

* [#160](https://github.com/tqtezos/stablecoin/pull/160)
* Add network tests on `008` local-chain and `edonet`.
* Bump `morley`, `lorentz` and other dependencies to run `008` network tests.

## 1.7.0

* [#155](https://github.com/tqtezos/stablecoin/pull/155)
Expand Down
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,27 @@ Please refer to the [`haskell/`](/haskell/) directory for details.
## Gas / Transaction costs

The tables below show the gas and transaction costs of both versions (FA1.2 and FA2) of
the stablecoin contract [v1.7.0](https://github.com/tqtezos/stablecoin/releases/tag/v1.7.0) in Delphinet.
the stablecoin contract [v1.7.1](https://github.com/tqtezos/stablecoin/releases/tag/v1.7.1) in Delphinet.

### Delphinet

* [FA1.2 operations](https://better-call.dev/delphinet/KT1XTHGszzN9C2yVzUQqRUd9huEtvGcZEcUZ/operations)
* [FA2 operations](https://better-call.dev/delphinet/KT1J1S1Fo6bYip25t99Nke2u7Wgid4SWNiEb/operations)
* [FA1.2 operations](https://delphi.tzstats.com/KT1JoPqNTPwdxgvu4dtykSPuj9qECRpWfxuF)
* [FA2 operations](https://delphi.tzstats.com/KT1AokQQnJxNyi4FbUHN7evkfYvaEnmTy6Ry)

| | FA1.2 Gas cost | FA2 Gas cost | FA1.2 Tx cost | FA2 Tx cost |
| ----------- | -------------- | ------------ | ------------- | ----------- |
| origination | 65562 | 62794 | 2.866679 ꜩ | 2.816453 ꜩ |
| transfer | 67566 | 65206 | 0.007092 ꜩ | 0.006870 ꜩ |
| origination | 63003 | 61250 | 2.794888 ꜩ | 2.778397 ꜩ |
| transfer | 65006 | 63661 | 0.006836 ꜩ | 0.006716 ꜩ |

### Edonet

* [FA1.2 operations](https://edo.tzstats.com/KT1Cfwhgp4W9t3mQKu2nxu5KsHTKwhRFwGRj)
* [FA2 operations](https://edo.tzstats.com/KT1N8PMWmc5qEmBBEB4hrSnhtrjPVQeVD2hk)

| | FA1.2 Gas cost | FA2 Gas cost | FA1.2 Tx cost | FA2 Tx cost |
| ----------- | -------------- | ------------ | ------------- | ----------- |
| origination | 65090 | 63320 | 2.792846 ꜩ | 2.777354 ꜩ |
| transfer | 66986 | 65600 | 0.007034 ꜩ | 0.006909 ꜩ |

### Measuring

Expand Down
2 changes: 1 addition & 1 deletion haskell/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<<: !include "./hpack/module.yaml"

name: stablecoin
version: 1.7.0
version: 1.7.1

extra-source-files:
- README.md
Expand Down

0 comments on commit 95469c3

Please sign in to comment.