Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	src/RadixDlt.CoreApiSdk/Model/CommittedTransactionBalanceChanges.cs
#	src/RadixDlt.CoreApiSdk/core-api-spec-copy.yaml
#	src/RadixDlt.CoreApiSdk/generated/Model/CommittedTransactionBalanceChanges.cs
#	src/RadixDlt.CoreApiSdk/generated/Model/CostingParameters.cs
#	src/RadixDlt.CoreApiSdk/generated/Model/LtsCommittedTransactionOutcome.cs
  • Loading branch information
PawelPawelec-RDX committed Jan 26, 2024
2 parents cfca36c + 684f26b commit d914c03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

## 1.3.0
Release Date: _unreleased_

Expand All @@ -10,6 +11,12 @@ Release Date: _unreleased_
### Deprecations
- Obsoleted `vm_type`, `code_hash_hex` and `code_hex` properties of `StateEntityDetailsResponsePackageDetails` in favor of `codes` collection. With upcoming protocol upgrade it's going to be allowed to have multiple codes per package. Obsoleted properties will contain effective copy of the first element of the new collection for backwards compability.


## 1.2.5
Release Date: 26.01.2024

- Fixed broken (incompatible) Core API SDK

## 1.2.4
Release Date: 4.01.2024

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This system is designed to be the Radix-run publicly exposed gateway into the Ba

For documentation on the Gateway API, see the [Gateway API docs](https://docs-babylon.radixdlt.com/main/apis/api-specification.html).

## Community Involvement

If you have questions, suggestions or bug reports, please come to the [Network Gateway channel](https://discord.com/channels/417762285172555786/1149370695206318151) on the [Radix DLT Discord server](http://discord.gg/radixdlt).

## Structure

The system is in three main parts:
Expand Down

0 comments on commit d914c03

Please sign in to comment.