Skip to content

Commit

Permalink
New Release (#113)
Browse files Browse the repository at this point in the history
* squash dev

* Fixes zemu tests (#111)

* fix: Update test vector addresses for sapling senders and outputs
Update snapshots

feat: Update builder tests in rust to use new addresses
fix transactions and add new production makefile rule

Update tests and snapshots
Update deps in zcashtools package

* Enable all targets

* feat: change app name (#112)

* Update snapshots

Increate timeout

Update snapshots

Fix approval for stax target

* Run test concurrently

* feat: update app version and snapshots

* feat: update a few more snapshots

* feat: update a few more snapshots

---------

Co-authored-by: Emmanuel <[email protected]>

---------

Co-authored-by: Juan Leni <[email protected]>
Co-authored-by: Natanael Mojica <[email protected]>
  • Loading branch information
3 people authored Jul 27, 2024
1 parent e9eef65 commit ce348bb
Show file tree
Hide file tree
Showing 458 changed files with 6,203 additions and 7,361 deletions.
13 changes: 10 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,26 @@ default:
COIN=$(COIN) $(MAKE) -C app $@
endif


prod:
PRODUCTION_BUILD=1 make

zcashtools_build:
cd zcashtools/neon && yarn install

zcashtools_test: zcashtools_build
cd zcashtools/neon && yarn test

zcashtools_test_rs: zcashtools_build
cd zcashtools/neon && RUST_LOG=trace cargo test

zemu_install: zcashtools_build

test_all:
PRODUCTION_BUILD=1 make
test_all: prod
make zemu_install
make zemu_test
make zcashtools_test
make zcashtools_test_rs
make zemu_test

test_ledger_try:
make zemu_install
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=4
# This is the minor version
APPVERSION_N=0
# This is the patch version
APPVERSION_P=0
APPVERSION_P=1
Loading

0 comments on commit ce348bb

Please sign in to comment.