Skip to content

Commit

Permalink
feat: Add past delegation proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed May 6, 2024
1 parent 3dee9c1 commit 5dfb6b7
Show file tree
Hide file tree
Showing 22 changed files with 1,287 additions and 302 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@ send_relay:
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
http://localhost:42069/anvil

.PHONY: send_relay_to_gateway
send_relay_to_gateway:
@appAddr=$$(poktrolld keys show app1 -a) && \
curl -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
$(GATEWAY_URL)/anvil?applicationAddr=$$appAddr

# TODO_BLOCKER(@okdas): Figure out how to copy these over w/ a functional state.
# cp ${HOME}/.poktroll/config/app.toml $(POKTROLLD_HOME)/config/app.toml
# cp ${HOME}/.poktroll/config/config.toml $(POKTROLLD_HOME)/config/config.toml
Expand Down
Loading

0 comments on commit 5dfb6b7

Please sign in to comment.