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

feat: apply view tag to reduce sync time #50

Merged
merged 5 commits into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ set(
${MONERO_SRC}/crypto/random.c
${MONERO_SRC}/crypto/tree-hash.c
${MONERO_SRC}/cryptonote_core/cryptonote_tx_utils.cpp
${MONERO_SRC}/common/threadpool.cpp
${MONERO_SRC}/common/base58.cpp
${MONERO_SRC}/common/aligned.c
${MONERO_SRC}/common/util.cpp
${MONERO_SRC}/epee/src/hex.cpp
${MONERO_SRC}/epee/src/string_tools.cpp
${MONERO_SRC}/epee/src/memwipe.c
Expand Down
2 changes: 1 addition & 1 deletion monero_utils/MyMoneroCoreCpp_WASM.js

Large diffs are not rendered by default.

Binary file modified monero_utils/MyMoneroCoreCpp_WASM.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -e # Exit on any error

## These should be audited!
mymonero_core_cpp_url='https://github.com/ExodusMovement/mymonero-core-cpp'
mymonero_core_cpp_hash='e96f8830bc4a1cb07985ef66f02f4d89815bb51c'
mymonero_core_cpp_hash='4e9110545e44abd3ef47324e0c031170e0999de8'
monero_core_custom_url='https://github.com/ExodusMovement/monero-core-custom'
monero_core_custom_hash='0c23c8d58c4247bae91c0f62c77fb815f5bb5e08'
monero_core_custom_hash='4716e69840a2c61f29b4b58a0366e4684a4e1020'

## Boost, hash should match upstream documented
boost_url='https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.gz'
Expand Down