Skip to content

Commit

Permalink
xdr: update per xdr version e372df9 (#4930)
Browse files Browse the repository at this point in the history
* update

* update

* update

* bugfix

* update

* update per linter

* update per peer review.
  • Loading branch information
tsachiherman authored Jun 23, 2023
1 parent 6d2f9b6 commit 531797f
Show file tree
Hide file tree
Showing 26 changed files with 1,510 additions and 1,028 deletions.
4 changes: 3 additions & 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=7b403105788e33044e089c4c2f957df8ddabaca8
XDRNEXT_COMMIT=e372df9f677961aac04c5a4cc80a3667f310b29f

.PHONY: xdr xdr-clean xdr-update

Expand Down Expand Up @@ -54,6 +54,8 @@ xdr/xdr_generated.go: $(XDRS)
--namespace xdr \
--output xdr/ \
$(XDRS)'
# No, you're not reading the following wrong. Apperantly, running gofmt twice required to complete it's formatting.
gofmt -s -w $@
gofmt -s -w $@

xdr: gxdr/xdr_generated.go xdr/xdr_generated.go
Expand Down
Loading

0 comments on commit 531797f

Please sign in to comment.