Skip to content

Commit

Permalink
chore: v1.0.5 release (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
boolafish authored May 22, 2020
1 parent 1671b0c commit faf8e3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.5] - 2020-05-21
No contract code change, mainly dependency changes, CI improvement and private repo synchronization.
- chore: upgrade truffle and fix python linter ([#630](https://github.com/omisego/plasma-contracts/pull/630))
- chore: stabilize python tests ([#619](https://github.com/omisego/plasma-contracts/pull/619))
- feat: deploy payment v2 with experiment feature flag ([#616](https://github.com/omisego/plasma-contracts/pull/616))
- feat: auto syncing between public and private repo ([#615](https://github.com/omisego/plasma-contracts/pull/615))
- chore: check api token before submission + save to artifact ([#613](https://github.com/omisego/plasma-contracts/pull/613))
- test: check that inputs can not be exited from restarted ife after outputs finalized on processing the first ife ([#611](https://github.com/omisego/plasma-contracts/pull/611))
- chore: npm audit fix ([#610](https://github.com/omisego/plasma-contracts/pull/610))
- chore: depbot upgrades ([#608](https://github.com/omisego/plasma-contracts/pull/608), [#609](https://github.com/omisego/plasma-contracts/pull/609))
- fix: slow test exceed circle ci timeout limit ([#600](https://github.com/omisego/plasma-contracts/pull/600))
- docs: add more on transaction validity. ([#597](https://github.com/omisego/plasma-contracts/pull/597))

## [1.0.4] - 2020-03-10
- Fix broken canonicity in IFE processing. ([#591](https://github.com/omisego/plasma-contracts/pull/591))
- Fix in-flight exit input-spend-challenge using wrong index. ([#593](https://github.com/omisego/plasma-contracts/pull/593))
Expand Down
2 changes: 1 addition & 1 deletion plasma_framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plasma_framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasma_framework",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plasma Framework",
"directories": {
"test": "test"
Expand Down

1 comment on commit faf8e3e

@bg1156
Copy link

@bg1156 bg1156 commented on faf8e3e May 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work, keep it coming

Please sign in to comment.