Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson committed Jul 31, 2024
1 parent efdc609 commit 000a6bc
Show file tree
Hide file tree
Showing 14 changed files with 204 additions and 906 deletions.
1 change: 0 additions & 1 deletion Builds/VisualStudio/stellar-core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,6 @@ exit /b 0
<ClCompile Include="src\$(Configuration)\generated\xdr\XDRFilesSha256.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\lib\bloom_filter.hpp" />
<ClInclude Include="..\..\lib\catch.hpp" />
<ClInclude Include="..\..\lib\clara.hpp" />
<ClInclude Include="..\..\lib\util\finally.h" />
Expand Down
3 changes: 0 additions & 3 deletions Builds/VisualStudio/stellar-core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1754,9 +1754,6 @@
<ClInclude Include="..\..\src\util\xdrquery\XDRQueryParser.h">
<Filter>util\xdrquery</Filter>
</ClInclude>
<ClInclude Include="..\..\lib\bloom_filter.hpp">
<Filter>lib</Filter>
</ClInclude>
<ClInclude Include="..\..\lib\clara.hpp">
<Filter>lib</Filter>
</ClInclude>
Expand Down
9 changes: 0 additions & 9 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ lib/binaryfusefilter.h:
Licensed under the Apache License, Version 2.0
(<https://www.apache.org/licenses/LICENSE-2.0>)

lib/bloom_filter.hpp:

The C++ Open Bloom Filter Library,
Copyright 2000 Arash Partow
(arash at partow dot net)
(https://www.partow.net/programming/bloomfilter/index.html)
Licensed under the MIT license
(http://opensource.org/licenses/MIT)

lib/catch.hpp:

The Catch library,
Expand Down
47 changes: 23 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ members = ["src/rust", "lib/tracy-client-sys"]

[patch.crates-io]
tracy-client-sys = { path = "lib/tracy-client-sys" }
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "ae805d0f8c28ca86327a834eea9ce7d29b0a63bb" }

#[patch."https://github.com/stellar/rs-soroban-env"]
#soroban-env-common = { path = "../rs-soroban-env/soroban-env-common" }
Expand All @@ -13,7 +14,6 @@ tracy-client-sys = { path = "lib/tracy-client-sys" }
# stellar-xdr = { path = "../rs-stellar-xdr/" }

# [patch.crates-io]
# stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "2775f4b6" }
# wasmi = { package = "soroban-wasmi", git = "https://github.com/stellar/wasmi", rev = "862b32f5" }
# soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
# soroban-native-sdk-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
Expand Down
Loading

0 comments on commit 000a6bc

Please sign in to comment.