Skip to content

Commit

Permalink
Merge pull request #3470 from graydon/move-xdr-next-to-submodule
Browse files Browse the repository at this point in the history
Move xdr next to submodule

Reviewed-by: sisuresh,graydon
  • Loading branch information
latobarita committed Jul 7, 2022
2 parents 564f28c + a32ac97 commit a3d11b4
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 3,538 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -23,6 +23,6 @@
path = lib/spdlog
url = https://github.com/gabime/spdlog
ignore = dirty
[submodule "lib/rs-stellar-contract-env"]
path = lib/rs-stellar-contract-env
url = https://github.com/stellar/rs-stellar-contract-env
[submodule "src/protocol-next/xdr"]
path = src/protocol-next/xdr
url = https://github.com/stellar/stellar-xdr-next.git
1 change: 0 additions & 1 deletion lib/rs-stellar-contract-env
Submodule rs-stellar-contract-env deleted from bde44d
2 changes: 1 addition & 1 deletion make-mks
Expand Up @@ -20,7 +20,7 @@ message="# This file was generated by make-mks; don't edit it by hand."
echo "$message"
echo "SRC_H_FILES" = $(git ls-files '*.h' '*.[ih]pp' | tr " " "\n" | sort | uniq | egrep -v '(test|simulation)/' | tr "\n" " ")
echo "SRC_CXX_FILES" = $(git ls-files '*.cpp' | tr " " "\n" | sort | uniq | egrep -v '(test|simulation)/' | tr "\n" " ")
echo "SRC_X_FILES" = $(git ls-files '*.x' | tr " " "\n" | sort | uniq | tr "\n" " ")
echo "SRC_X_FILES" = $(git ls-files --recurse-submodules '*.x' | tr " " "\n" | sort | uniq | tr "\n" " ")
echo "SRC_TEST_H_FILES" = $(git ls-files '*.h' '*.[ih]pp' | tr " " "\n" | egrep '(test|simulation)/' | tr "\n" " ")
echo "SRC_TEST_CXX_FILES" = $(git ls-files '*.cpp' | tr " " "\n" | sort | uniq | egrep '(test|simulation)/' | tr "\n" " ")
echo "SRC_RUST_FILES" = $(git ls-files '*.rs' | tr " " "\n" | sort | uniq | tr "\n" " ")
Expand Down
1 change: 1 addition & 0 deletions src/protocol-next/xdr
Submodule xdr added at f0a767
86 changes: 0 additions & 86 deletions src/protocol-next/xdr/Stellar-SCP.x

This file was deleted.

144 changes: 0 additions & 144 deletions src/protocol-next/xdr/Stellar-contract.x

This file was deleted.

32 changes: 0 additions & 32 deletions src/protocol-next/xdr/Stellar-internal.x

This file was deleted.

0 comments on commit a3d11b4

Please sign in to comment.