Skip to content

Commit

Permalink
chore: update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 30, 2024
1 parent fe9df95 commit 607ccae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Contains bug fixes.
Contains all the PRs that improved the code without changing the behaviors.
-->

# v1.0.1-Prerelease

## Added
- Thorchain Claims Proto Updates
- Documentation of Testnet Setup using local build and Cosmovisor

## Fixed
- Testnet binary generation using go build

# v1.0.0-Prerelease

## Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ localnet: build-docker

install-testnet-binary:
@TAG=testnet $(MAKE) $(TESTNET_BUILD)
@sudo cp dist/arkeod-$(BUILD_OS)-$(IMAGE_ARCH)_$(BUILD_OS)_$(IMAGE_ARCH)$(if $(filter amd64,$(IMAGE_ARCH)),_v1)/arkeod /usr/local/bin
@cp dist/arkeod-$(BUILD_OS)-$(IMAGE_ARCH)_$(BUILD_OS)_$(IMAGE_ARCH)$(if $(filter amd64,$(IMAGE_ARCH)),_v1)/arkeod $(HOME)/go/bin

testnet-fullnode:
@docker run --rm -it -p 1317:1317 -p 26656:26656 -p 26657:26657 -v ./scripts:/scripts --entrypoint /scripts/fullnode.sh ghcr.io/arkeonetwork/arkeo:latest
Expand Down
2 changes: 1 addition & 1 deletion chain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
v1.0.1-Prerelease

0 comments on commit 607ccae

Please sign in to comment.