Skip to content

Commit

Permalink
Merge branch 'release-packages' into 'dev'
Browse files Browse the repository at this point in the history
increase version for release (and update CHANGELOG files)

See merge request ergo/rosen-bridge/rosen-chains!150
  • Loading branch information
vorujack committed Oct 28, 2024
2 parents 558134c + 7b9c4a6 commit 7b9960e
Show file tree
Hide file tree
Showing 33 changed files with 454 additions and 333 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/stupid-ducks-fail.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sweet-garlics-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-ears-grab.md

This file was deleted.

100 changes: 50 additions & 50 deletions package-lock.json

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

57 changes: 34 additions & 23 deletions packages/abstract-chain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,85 +1,96 @@
# @rosen-chains/abstract-chain

## 10.0.0

### Major Changes

- Add verifyPaymentTransaction function which checks data consistency within a PaymentTransaction Object
- Add arbitrary transaction type

### Minor Changes

- Add order encoder and decoder

## 9.0.2

### Patch Changes

- update rosen-extractor version
- update minimum-fee version
- Update rosen-extractor version
- Update minimum-fee version

## 9.0.1

### Patch Changes

- update rosen-extractor version
- Update rosen-extractor version

## 9.0.0

### Major Changes

- change `verifyLockTransactionExtraConditions` to async
- add reason and expectation status to isTxValid result
- Change `verifyLockTransactionExtraConditions` to async
- Add reason and expectation status to isTxValid result

## 8.0.0

### Major Changes

- add abstract NATIVE_TOKEN_ID variable
- add RosenTokens to constructor arguments
- consider decimals drop
- every function of `AbstractChain` and `AbstractUtxoChain` gets and returns the wrapped values
- network functions (functions of `AbstractChainNetwork` and `AbstractUtxoChainNetwork`) should still return **the actual values**
- change `getBoxInfo` and `getCoveringBoxes` functions to protected
- Add abstract NATIVE_TOKEN_ID variable
- Add RosenTokens to constructor arguments
- Consider decimals drop
- Every function of `AbstractChain` and `AbstractUtxoChain` gets and returns the wrapped values
- Network functions (functions of `AbstractChainNetwork` and `AbstractUtxoChainNetwork`) should still return **the actual values**
- Change `getBoxInfo` and `getCoveringBoxes` functions to protected

## 7.0.2

### Patch Changes

- update rosen-extractor and minimum-fee packages
- Update rosen-extractor and minimum-fee packages

## 7.0.1

### Patch Changes

- update rosen-extractor version
- Update rosen-extractor version

## 7.0.0

### Major Changes

- update minimum-fee to v1 and remove feeRatioDivisor from constructor
- Update minimum-fee to v1 and remove feeRatioDivisor from constructor

## 6.0.0

### Major Changes

- add generateMultipleTransactions to AbstractChain and implement generateTransaction
- implement verifyEvent and add verifyLockTransactionExtraConditions to be implemented in child classes
- Add generateMultipleTransactions to AbstractChain and implement generateTransaction
- Implement verifyEvent and add verifyLockTransactionExtraConditions to be implemented in child classes

### Minor Changes

- Introduced new error types for EvmChain

### Patch Changes

- allow undefined extractor
- Allow undefined extractor
- Updated rosen-extractor version

## 5.0.0

### Major Changes

- change verifyTransactionExtraConditions to abstract
implement getRWTToken
implement getTxConfirmationStatus
- change verifyTransactionFee to async
- Change verifyTransactionExtraConditions to abstract
- Implement getRWTToken
- Implement getTxConfirmationStatus
- Change verifyTransactionFee to async

### Patch Changes

- update dependencies versions
- Update dependencies versions

## 4.0.0

### Major Changes

- update event trigger type according to latest version of contracts
- Update event trigger type according to latest version of contracts
Loading

0 comments on commit 7b9960e

Please sign in to comment.