Skip to content

Commit

Permalink
xdr: Update XDR to meet core's fees changes (#4854)
Browse files Browse the repository at this point in the history
Update XDR to meet core's fees changes
  • Loading branch information
tsachiherman authored May 4, 2023
1 parent dd8a56e commit a6e68f5
Show file tree
Hide file tree
Showing 29 changed files with 12,495 additions and 10,321 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
env:
HORIZON_INTEGRATION_TESTS_ENABLED: true
HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }}
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.8.1-1246.064a2787a.focal~soroban
PROTOCOL_20_CORE_DOCKER_IMG: sreuland/stellar-core:19.8.1-1246.064a2787a.focal-soroban
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.9.1-1270.04f2a6d5c.focal~soroban
PROTOCOL_20_CORE_DOCKER_IMG: sreuland/stellar-core:19.9.1-1270.04f2a6d5c.focal-soroban
PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.5.0-1108.ca2fb0605.focal
PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.5.0-1108.ca2fb0605.focal
PGHOST: localhost
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ xdr/Stellar-overlay.x \
xdr/Stellar-transaction.x \
xdr/Stellar-types.x \
xdr/Stellar-contract-env-meta.x \
xdr/Stellar-contract-meta.x \
xdr/Stellar-contract-spec.x \
xdr/Stellar-contract.x \
xdr/Stellar-internal.x
xdr/Stellar-internal.x \
xdr/Stellar-contract-config-setting.x

XDRGEN_COMMIT=80e38ef2a96489f6b501d4db3a350406e5aa3bab
XDRNEXT_COMMIT=d01024346cc0a23e155b9cbf4dbf1780adf3890d
XDRNEXT_COMMIT=b721f812a353e15db286b6e1a3c095b9be9f4bd4

.PHONY: xdr xdr-clean xdr-update

Expand Down
Loading

0 comments on commit a6e68f5

Please sign in to comment.