Skip to content

Commit

Permalink
Fix merge develop merge conflicts (#42)
Browse files Browse the repository at this point in the history
* Pbsa develop (#28)

* Sonar (#22)

* ci: sonarlint

WAL-223

* chore: rebuild

* chore(release): 0.6.1

* PJL-24: security patches (#26)

* Sonar (#22)

* ci: sonarlint

WAL-223

* chore: rebuild

* chore(release): 0.6.1

* ci(packages): update packages to latest where possible

two audit reports cannot be resolved as we cannot update a packages dependencies ourself. They are
dev only issues so production is safe from these warnings

PJL-24-security-patches

* build: rebuild after npm package upgrades

* chore: rebuild after pbsa-develop merge sync and conflict resolution

* Patch npmignore file (#29)

* chore(release): 0.6.2

* chore(release): 0.6.3

* chore(.npmignore): patch npmignore file

ignore irrelevant files when publishing to NPM

* Update readme with sonar scan badges (#30)

* chore(release): 0.6.2

* chore(release): 0.6.3

* docs(readne): update readme to show status reports of repo

status reports are automatically synced/updated with sonarcloud

* sync with master (#31) (#32)

* Pbsa develop (#28)

* Sonar (#22)

* ci: sonarlint

WAL-223

* chore: rebuild

* chore(release): 0.6.1

* PJL-24: security patches (#26)

* Sonar (#22)

* ci: sonarlint

WAL-223

* chore: rebuild

* chore(release): 0.6.1

* ci(packages): update packages to latest where possible

two audit reports cannot be resolved as we cannot update a packages dependencies ourself. They are
dev only issues so production is safe from these warnings

PJL-24-security-patches

* build: rebuild after npm package upgrades

* chore: rebuild after pbsa-develop merge sync and conflict resolution

* Patch npmignore file (#29)

* chore(release): 0.6.2

* chore(release): 0.6.3

* chore(.npmignore): patch npmignore file

ignore irrelevant files when publishing to NPM

* Update readme with sonar scan badges (#30)

* chore(release): 0.6.2

* chore(release): 0.6.3

* docs(readne): update readme to show status reports of repo

status reports are automatically synced/updated with sonarcloud

* 0.6.4 release (#36)

* ci: sonarlint

WAL-223

* chore: rebuild

* chore(release): 0.6.1

* Sonar (#22)

* ci: sonarlint

* feat: add param to vesting_balance_create

vesting_balance_type new requirement due to gpos additions on mainnet

WAL-250

* build(packages): several packages updated

some potential breaking changes, test impact on updates

* docs: readme update indicating patch change reason

PJL-23

* build: rebuild

merged tag overlapping which adds sonarcloud files (no source code impact) and added new tag bump

PJL-23

* chore: rebuild and merge security PR in

* fix: use string instead of bool for balance type in vesting create

* build: rebuild

* improvement(vesting_balance_create): use enumerator for balance_type

vesting_balance_create balance_type parameter using enumerator now for serializing the transaction
to match the blockchain type for balance_type

* improvement(vesting_balance_create): use enumerator for balance_type

vesting_balance_create balance_type parameter using enumerator now for serializing the transaction
to match the blockchain type for balance_type

* improvement: vesting_balance_type enum

* improvement: re-add policy items

* improvement: re-add policy items

* fix: add export data for vesting balance type

* Revert "fix: add export data for vesting balance type"

This reverts commit 24138cc.

* fix: remove wrong export item

* fix: add vesting_policy_initializer to exports

* feat(account_update): added value.update_last_voting_time

added value.update_last_voting_time to account_update serializer extensions object

WAL-281

* feat: add balance_type to vesting balance withdraw

* chore: sync with master

some different versions existed, selected latest version from conflicts and reinstalled hence the
update to shrinkwrap file.

* chore: rebuild

* chore(release): 0.6.4

* fix: remove vesting_balance_type from vesting_balance_withdraw_operation (#37)

* Revert "fix: remove vesting_balance_type from vesting_balance_withdraw_operation (#37)" (#38)

This reverts commit 6d3293b.

Co-authored-by: Roshan Syed <[email protected]>
Co-authored-by: mseaward <[email protected]>
Co-authored-by: jotprabh1 <[email protected]>
Co-authored-by: Bobinson K B <[email protected]>
  • Loading branch information
5 people authored Jan 7, 2020
1 parent d217f72 commit a6af8c7
Show file tree
Hide file tree
Showing 40 changed files with 10,072 additions and 7,647 deletions.
44 changes: 37 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,62 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.6.3](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.0...v0.6.3) (2019-12-12)
### [0.6.4](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.2...v0.6.4) (2019-12-16)

### [0.6.2](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.0...v0.6.2) (2019-12-12)

### Features

* add balance_type to vesting balance withdraw ([c560b84](https://github.com/peerplays-network/peerplaysjs-lib/commit/c560b845713d563c8fe6278eded9b261f8eb0219))
* **account_update:** added value.update_last_voting_time ([00dbac4](https://github.com/peerplays-network/peerplaysjs-lib/commit/00dbac4a9ac1f1ac78c752378a4293650bda1db5))


### Bug Fixes

* add export data for vesting balance type ([24138cc](https://github.com/peerplays-network/peerplaysjs-lib/commit/24138ccc15d0e8ea0218c2a5018fbaba967fa7e9))
* add vesting_policy_initializer to exports ([982b859](https://github.com/peerplays-network/peerplaysjs-lib/commit/982b85930f4d0c85b269308521d8b730b31921e9))
* remove wrong export item ([0d8d0a1](https://github.com/peerplays-network/peerplaysjs-lib/commit/0d8d0a1d96e7d6db65a47ed2fad8a680557db9aa))
* use string instead of bool for balance type in vesting create ([da0dec9](https://github.com/peerplays-network/peerplaysjs-lib/commit/da0dec97b82925676f1318bb5fc94cee98a49d72))

### [0.6.3](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.2...v0.6.3) (2019-12-12)

<a name="0.6.2"></a>
## [0.6.2](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.1...v0.6.2) (2019-10-03)

### Changed

- updated packages to address security warnings

<a name="0.6.1"></a>
## [0.6.1](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.0...v0.6.1) (2019-05-10)

### Added

- added sonarcloud util and initial scan data

<a name="0.6.0"></a>
# [0.6.0](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.5.0...v0.6.0) (2019-04-15)


### build
### Build

* **peerplaysjs-ws:** peerplaysjs-ws merge into peerplaysjs-lib ([9f6c247](https://github.com/peerplays-network/peerplaysjs-lib/commit/9f6c247))


<a name="0.5.0"></a>
# [0.5.0](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.4.25...v0.5.0) (2019-04-05)

<a name="0.4.0"></a>
# [0.4.0](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.3.0...v0.4.0)

### Added

## v0.4.0
- Add AccountLogin class

### Changed

- Clean up imports
- Use babel for tests
## v0.3.0

<a name="0.3.0"></a>
# 0.3.0

### Changed
- Extract websocket library to separate peerplaysjs-ws lib
Loading

0 comments on commit a6af8c7

Please sign in to comment.