Skip to content

Commit

Permalink
Merge pull request #110 from onflow/tarak/develop-pop
Browse files Browse the repository at this point in the history
New node registration transaction (with proof of possession)
  • Loading branch information
tarakby authored Feb 6, 2025
2 parents 59dc006 + 2b14a7b commit 6ca4df2
Show file tree
Hide file tree
Showing 3,145 changed files with 2,997 additions and 6,136 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include $(BOLOS_SDK)/Makefile.defines
APPNAME = "Flow"

APPVERSION_M=0
APPVERSION_N=14
APPVERSION_N=15
APPVERSION_P=0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pytest tests/ --tb=short -v --device flex

Note that in case ledger-app-dev-tools:latest is updated there is a chance that slight changes in gui happen. In that case it is necessary to re-generate the snapshots, e.g.
```shell
pytest tests/ --tb=short -v --device nanos –golden_run
pytest tests/ --tb=short -v --device nanos –-golden_run
```
and review the changes in test/snapshots directory

Expand Down
Loading

0 comments on commit 6ca4df2

Please sign in to comment.