Skip to content

Commit

Permalink
update webfiles to v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Aug 28, 2018
1 parent 39f7c89 commit e1f006e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

if [ \! -e webfiles ]; then
WEBFILES_REPO=${WEBFILES_REPO:-https://github.com/greenaddress/GreenAddressWebFiles.git}
WEBFILES_COMMIT=${WEBFILES_COMMIT:-jswally-v0.0.17}
WEBFILES_COMMIT=${WEBFILES_COMMIT:-jswally-v0.0.18}

git clone ${WEBFILES_REPO} webfiles
cd webfiles
Expand Down
4 changes: 2 additions & 2 deletions windows_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ if "%BITCOIN_NETWORK%"=="mainnet" (
REM Clone and checkout specific commit of webfiles
git clone https://github.com/greenaddress/GreenAddressWebFiles.git webfiles
cd webfiles
git checkout jswally-v0.0.17
git checkout jswally-v0.0.18

REM Clone and checkout a specific commit of libwally
REM FIXME: We should use the wally repo defined in webfiles
git clone https://github.com/ElementsProject/libwally-core.git libwally-core
cd libwally-core
git checkout d0a13e08b51fccf420e2be255e3c959831637aef
git checkout a92ee545c5dc8076fa454bdb2ad2ba10a6d61d59

REM Create wrappers for wallyjs node module
cd src
Expand Down

0 comments on commit e1f006e

Please sign in to comment.