Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xdr: update per 7b403105 #4923

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c24ea00
Simplify ScError.Equals
Jun 16, 2023
589b907
Add missing case for ScVal.Equals
Jun 16, 2023
bae2667
Add LedgerEntry.SetContractData and LedgerEntry.SetContractCode methods
Jun 16, 2023
2a8993c
xdr updates
tsachiherman Jun 19, 2023
5fd68bf
fix formatting
tsachiherman Jun 19, 2023
a84d768
update
tsachiherman Jun 19, 2023
fddc028
update transfer_event_xdr.bin
tsachiherman Jun 19, 2023
6c20c66
update
tsachiherman Jun 19, 2023
aea29c1
update
tsachiherman Jun 19, 2023
48d92c6
update
tsachiherman Jun 19, 2023
d35abaa
bugfix
tsachiherman Jun 19, 2023
15f10d5
update
tsachiherman Jun 19, 2023
95fe4f9
update
tsachiherman Jun 19, 2023
fb82bd2
update
tsachiherman Jun 19, 2023
578dd89
handle nil entries
tsachiherman Jun 19, 2023
7a366a2
fix few linting issues
tsachiherman Jun 20, 2023
bc0f849
additional linting
tsachiherman Jun 20, 2023
3a612af
Fix missing err check
Jun 20, 2023
e375d07
fix missing nil check
tsachiherman Jun 20, 2023
3fd445e
Minor code checker fix
Jun 20, 2023
3ddcd2f
Fix minor naming
Jun 20, 2023
b2c7ef9
fix hard-coded values.
tsachiherman Jun 20, 2023
068a682
warn and don't set expiration ledger
Jun 20, 2023
ef3be2e
Warn and don't set expirationLedger
Jun 20, 2023
d510f2a
update new xdr
tsachiherman Jun 20, 2023
8af7252
update per peer review.
tsachiherman Jun 20, 2023
30fb944
Add effect for bumpFootprintExpirationOp
Jun 21, 2023
528b1a8
Fix govet-caught bug
Jun 21, 2023
c359f87
update per 7b403105788e33044e089c4c2f957df8ddabaca8
tsachiherman Jun 21, 2023
2389832
update fmt
tsachiherman Jun 21, 2023
be8c8aa
fix unit test
tsachiherman Jun 21, 2023
44b2b26
Update core image
chowbao Jun 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.1-1328.cfa6a8918.focal~authchanges
PROTOCOL_20_CORE_DOCKER_IMG: 2opremio/stellar-core:19.11.1-1328.cfa6a8918.focal-authchanges
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.11.1-1345.b5386da37.focal~soroban
PROTOCOL_20_CORE_DOCKER_IMG: chowbao/stellar-core:19.11.1-1345.b5386da37.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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xdr/Stellar-internal.x \
xdr/Stellar-contract-config-setting.x

XDRGEN_COMMIT=80e38ef2a96489f6b501d4db3a350406e5aa3bab
XDRNEXT_COMMIT=de264d81ea87dfaa19e089b60fed8eb0219b2ab4
XDRNEXT_COMMIT=7b403105788e33044e089c4c2f957df8ddabaca8

.PHONY: xdr xdr-clean xdr-update

Expand Down
Loading