Releases: rsksmart/2wp-api
Releases · rsksmart/2wp-api
1.3.0-rc
What's Changed
- changing the version to 1.3.0 by @alexjavabraz in #150
- Feature/batch pegout status by @alexjavabraz in #151
- change version of node on build.yml by @alexjavabraz in #158
- Feature/test codeql by @alexjavabraz in #168
- adding linting and coverage, with minimum code change by @alexjavabraz in #164
- Backmerge rc/1.2.0 by @ronaldsg20 in #170
- removing markdown coverage results by @alexjavabraz in #177
- verify and open connection by @alexjavabraz in #176
- Sonar coverage by @josedahlquist in #179
- Feature/health check by @alexjavabraz in #180
- Backmerge/1.2.1 by @ronaldsg20 in #189
- Health check endpoint by @alexjavabraz in #194
- ajusting return of pegout REJECTED by @alexjavabraz in #190
- feat(): add cicd pipelines for 2wp-api by @ivanIOV in #197
- remove invalid characters on rskTxHash after batchPegout event received by @alexjavabraz in #196
- Initial audit fix by @ronaldsg20 in #200
- adjusting logs by @alexjavabraz in #199
- Remove pegout subscriber when daemon stops by @lserra-iov in #202
- Backmerge 1.2.2 by @ronaldsg20 in #204
- fix(): Install packages required for pipeline run by @ivanIOV in #212
- fix(): Add dependency packages for ci pipeline by @ivanIOV in #217
- added userAdmin creation to READme by @julia-zack in #205
New Contributors
Full Changelog: v1.2.1...1.3.0-rc
v1.2.1
What's Changed
- fix enoughBalance response by @ronaldsg20 in #173
- Upate package-lock.json by @alexjavabraz in #187
Full Changelog: v1.2.0...v1.2.1
v.1.2.0
This release most relevant changes are:
- Pegin transaction construction without refund address (liquality supoort)
- dependencies packages updates
- pegout status support on /tx-status endpoint
For a comprehensive list of all the changes introduced, please refer to the following section.
- adding ENV_VARIABLES and link in README by @alexjavabraz in #136
- 1.1.0 to main by @josedahlquist in #137
- Fixes npm audit by @josedahlquist in #139
- correcting the number convertion based on env variable by @alexjavabraz in #142
- Liquality integration by @ronaldsg20 in #143
- Pegout status integration by @josedahlquist in #145
- Update API version to 1.2.0 by @josedahlquist in #148
- Bugfix/enough balance condition by @ronaldsg20 in #146
- Fix refund address response when is not provided by @ronaldsg20 in #149
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Develop rebase by @josedahlquist in #68
- Rebase with staging by @ronaldsg20 in #74
- Feature/fix pegin tx test by @ronaldsg20 in #72
- Adds new env variables to .env.test file. by @jeremy-then in #73
- Rebase/1.0.1 by @ronaldsg20 in #85
- Adds RskBlock::fromWeb3BlockWithTransactions and RskTransaction::fromWe… by @jeremy-then in #87
- Renames RegisterBtcTransactionDataParser to PeginDataProcessor by @jeremy-then in #88
- Include transactions when fetching the next block by @jeremy-then in #89
- Removes all extra forked blocks when the synced db blocks are forked … by @jeremy-then in #86
- Update unused address enpoint by @ronaldsg20 in #90
- Fix change output when are used all balance by @ronaldsg20 in #94
- Implement deamonservice refactor changes by @jeremy-then in #93
- Add dynamic api information by @alexjavabraz in #96
- adjust to work when started by node or npm or docker by @alexjavabraz in #100
- update README.md documentation by @alexjavabraz in #99
- Bugfix/dust value by @ronaldsg20 in #102
- Adding Max burn dust value by @ronaldsg20 in #128
- Updating logs messages by @ronaldsg20 in #134
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Security by @bcodesido in #75
- Deleting IDe files by @ronaldsg20 in #79
- Logs by @jeremy-then in #80
- Adding npm-ci by @ronaldsg20 in #81
- EncodeURI mongoDB by @ronaldsg20 in #82
- Deleting URI log by @ronaldsg20 in #83
- Set version as 1.0.1 by @josedahlquist in #84
New Contributors
- @bcodesido made their first contribution in #75
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- Includes first input as change address if change address is empty by @pamgonzalez in #61
- Change Address check on balance Controller by @ronaldsg20 in #63
- Updating session repository by @ronaldsg20 in #64
- Updating Fee calculation by @ronaldsg20 in #62
- Add logging for troubleshooting by @josedahlquist in #67
- updating fee request by @ronaldsg20 in #66
- updating tx Fee calculation log by @ronaldsg20 in #69
- Change tx size calculation in fee controller by @josedahlquist in #70
- Set release version by @josedahlquist in #71
Full Changelog: v0.3.0...v1.0.0
RC 0.2.0 MVP
First RC for MVP of 2wp-api
v0.1.3
Merge pull request #17 from rsksmart/pegin-status-integration Pegin status integration