refactor: rename Assertion to Account and update related code

This commit is contained in:
Prad Nukala
2024-11-26 00:07:45 -05:00
parent 9e7f70c455
commit 179a69df1c
47 changed files with 2781 additions and 25381 deletions
+12 -1
View File
@@ -286,10 +286,21 @@ testnet-basic: setup-testnet
sh-testnet: mod-tidy
CHAIN_ID="sonr-testnet-1" BLOCK_TIME="1000ms" CLEAN=true sh scripts/test_node.sh
.PHONY: setup-testnet set-testnet-configs testnet testnet-basic sh-testnet
###############################################################################
### extras ###
###############################################################################
.PHONY: buf-publish templ-gen
templ-gen:
templ generate
buf-publish:
cd ./proto && bunx buf dep update && bunx buf build && bunx buf push
.PHONY: setup-testnet set-testnet-configs testnet testnet-basic sh-testnet buf-publish
###############################################################################
### help ###