File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ $ make localnet
4242## Resources
4343
4444- [ Documentation about Command-line and REST API Interfaces] ( ./docs/How-To/client.md )
45- - [ MVP Demo] ( ./docs/Tutorials/demo.md )
45+ - [ Demo] ( ./docs/Tutorials/demo )
Original file line number Diff line number Diff line change @@ -363,8 +363,19 @@ farmingd tx farming unstake 2500000poolD35A0CC16EE598F90B044CE296A405BA9C381E388
363363``` bash
364364# Harvest farming rewards from the farming plan
365365# Note that there won't be any rewards if the time hasn't passed by the epoch days
366+ farmingd tx farming harvest uatom \
367+ --chain-id localnet \
368+ --from user2 \
369+ --keyring-backend test \
370+ --broadcast-mode block \
371+ --yes \
372+ --output json | jq
373+
374+ # or
375+
376+ # Harvest all with --all flag
366377farmingd tx farming harvest \
367- --staking-coin-denoms= " uatom " \
378+ --all \
368379--chain-id localnet \
369380--from user2 \
370381--keyring-backend test \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/spf13/cobra v1.1.3
1616 github.com/spf13/pflag v1.0.5
1717 github.com/stretchr/testify v1.7.0
18- github.com/tendermint/budget v0.0.0-20210916135401-7d1b338fa02d
18+ github.com/tendermint/budget v0.1.0
1919 github.com/tendermint/tendermint v0.34.12
2020 github.com/tendermint/tm-db v0.6.4
2121 google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
Original file line number Diff line number Diff line change @@ -742,8 +742,8 @@ github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c h1:g+WoO5jjkqGAzH
742742github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c /go.mod h1:ahpPrc7HpcfEWDQRZEmnXMzHY03mLDYMCxeDzy46i+8 =
743743github.com/tendermint/btcd v0.1.1 h1:0VcxPfflS2zZ3RiOAHkBiFUcPvbtRj5O7zHmcJWHV7s =
744744github.com/tendermint/btcd v0.1.1 /go.mod h1:DC6/m53jtQzr/NFmMNEu0rxf18/ktVoVtMrnDD5pN+U =
745- github.com/tendermint/budget v0.0.0-20210916135401-7d1b338fa02d h1:d8DzeS7BmajE8/IbYvns4vDtgJ6RJRkrLU1T1+N5bn8 =
746- github.com/tendermint/budget v0.0.0-20210916135401-7d1b338fa02d /go.mod h1:49m91ZgK5qDsIXs5EHNeBrXXrb3XXaDQuFWvmiKxyyY =
745+ github.com/tendermint/budget v0.1.0 h1:V1rJUxQOn2tIrBmxVEmhkuB/48j5hQ1TC6xjeoTpKms =
746+ github.com/tendermint/budget v0.1.0 /go.mod h1:49m91ZgK5qDsIXs5EHNeBrXXrb3XXaDQuFWvmiKxyyY =
747747github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 h1:hqAk8riJvK4RMWx1aInLzndwxKalgi5rTqgfXxOxbEI =
748748github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 /go.mod h1:z4YtwM70uOnk8h0pjJYlj3zdYwi9l03By6iAIF5j/Pk =
749749github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2lyGa2E =
You can’t perform that action at this time.
0 commit comments