Skip to content

Commit

Permalink
Merge pull request #183 from Fairblock/0.8.3-release
Browse files Browse the repository at this point in the history
0.8.3 release
  • Loading branch information
p0p3yee authored Aug 23, 2024
2 parents 9af7227 + 0b4ecd9 commit f2d755d
Show file tree
Hide file tree
Showing 161 changed files with 69,419 additions and 22,985 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,12 @@ integration-test-all: init-test-framework \
devnet-up: init-devnet
@echo "Fairyring Devnet is now running in the background, run 'make devnet-down' to stop devnet."

devnet-down: clean-devnet-data
devnet-down:
@echo "Killing fairyringd, fairyport, fairyringclient, ShareGenerationClient and removing previous data"
-@killall fairyringd 2>/dev/null
-@killall fairyport 2>/dev/null
-@killall fairyringclient 2>/dev/null
-@killall ShareGenerationClient 2>/dev/null

test-tx-limit:
@echo "Testing Block tx limit..."
Expand Down
190 changes: 173 additions & 17 deletions api/fairyring/pep/genesis.pulsar.go

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

Loading

0 comments on commit f2d755d

Please sign in to comment.