8000 feat(network): `network rewards release` command by Pantani · Pull Request #2516 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(network): network rewards release command #2516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 64 commits into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
f199290
network connect cmd
Pantani May 17, 2022
f9383cc
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani May 17, 2022
aa59965
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani May 18, 2022
3a92ef7
rly commands
Pantani May 18, 2022
b8d97dc
fetch client id from target chain
Pantani May 18, 2022
159d71d
change connect logic order
Pantani May 18, 2022
1b381c8
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani May 18, 2022
b18e54a
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani May 19, 2022
99f84ff
find client state
Pantani May 20, 2022
9cc2b82
network connect
Pantani May 20, 2022
f35ab7d
remove comments and add TODO's
Pantani May 21, 2022
6d48179
fetch client id from spn
Pantani May 22, 2022
5609b91
improve the node client
Pantani May 22, 2022
c2431e1
fecth client id from the monitoring client package
Pantani May 25, 2022
92efd1c
avoid unecessary link
8000 Pantani May 25, 2022
32c7fa8
fix get path from relayer
Pantani May 25, 2022
e15cb58
add todo comment
Pantani May 25, 2022
06730da
pass session to the nodetime call log
Pantani May 25, 2022
059f755
Merge branch 'develop' into feat/network-connect
ilgooz May 25, 2022
4fe04b6
change the client and channel queries
Pantani May 25, 2022
74815b1
update spn version
Pantani May 25, 2022
2256931
update mock campaign queries
Pantani May 25, 2022
c4ddd23
remove session from tsrelayer pkg
Pantani May 25, 2022
bbe6b1a
fix start relayer background job
Pantani May 26, 2022
f91093d
change create client command to reward release
Pantani May 26, 2022
f5edb85
remove unused context InterfaceRegistry
Pantani May 26, 2022
81cd197
fetch spn chain id from status
Pantani May 26, 2022
5c4e3e5
fetch chain id form network
Pantani May 26, 2022
143b600
use the chain stake denom
Pantani May 26, 2022
a1e6a1f
Merge branch 'develop' into feat/network-connect
Pantani May 27, 2022
d587937
remove duplicated method
Pantani May 27, 2022
1af35cf
fix channel id fetch for spn
Pantani May 27, 2022
bcdecba
add validation for already established and is missing in one of the c…
Pantani May 28, 2022
d1b9740
Merge branch 'develop' into feat/network-connect
ilgooz May 31, 2022
eb7aeeb
Merge branch 'develop' into feat/network-connect
Pantani Jun 1, 2022
fcf82db
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani Jun 2, 2022
318ad86
update spn
Pantani Jun 3, 2022
1fb4f11
Merge branch 'develop' into feat/network-connect
Pantani Jun 3, 2022
b66194e
make RPC port public
Jun 7, 2022
e4f982e
make RPC port public
Jun 7, 2022
17dc16f
Merge branch 'develop' into feat/network-connect
Pantani Jun 7, 2022
b600893
convert node into a private var for network
Pantani Jun 8, 2022
5cf23f7
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani Jun 9, 2022
1b9e0af
Merge remote-tracking branch 'origin/develop' into feat/network-connect
Pantani Jun 9, 2022
6f9c5fe
fix ibc-go version
Pantani Jun 9, 2022
ae4e328
refactor: network release (#2572)
ilgooz Jun 10, 2022
5d9606e
Merge branch 'develop' into feat/network-connect
ilgooz Jun 10, 2022
db9813b
Merge branch 'develop' into feat/network-connect
Pantani Jun 14, 2022
61c5ad9
fix methods and var names
Pantani Jun 15, 2022
be2a836
Merge branch 'develop' into feat/network-connect
Pantani Jun 16, 2022
bc167dd
Merge branch 'develop' into feat/network-connect
Pantani Jun 22, 2022
da2045d
conflicts
lumtis Jul 19, 2022
a131f53
fix import names
lumtis Jul 20, 2022
f39b497
Merge branch 'develop' into feat/network-connect
lumtis Jul 26, 2022
bc84d2a
conflicts
lumtis Jul 27, 2022
91c9bcf
errorIs
lumtis Jul 28, 2022
66bc68f
remove unused id
lumtis Jul 28, 2022
8000 4eef340
Merge branch 'develop' into feat/network-connect
lumtis Jul 28, 2022
f3e3650
refactor create client
lumtis Jul 28, 2022
35996ea
Merge branch 'feat/network-connect' of https://github.com/ignite/cli …
lumtis Jul 28, 2022
39f9fb9
simplify start
lumtis Jul 28, 2022
c6683f2
import
lumtis Jul 28, 2022
b3e0036
lint
lumtis Jul 28, 2022
9e96797
Merge branch 'develop' into feat/network-connect
lumtis Jul 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ tasks:
ports:
- port: 1317
- port: 26657
visibility: public
- port: 26659
visibility: public
- port: 8080
- port: 7575
visibility: public
Expand Down
1 change: 0 additions & 1 deletion ignite/cmd/network.go
8000
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func NewNetwork() *cobra.Command {
NewNetworkCampaign(),
NewNetworkRequest(),
NewNetworkReward(),
NewNetworkClient(),
NewNetworkProfile(),
)

Expand Down
20 changes: 0 additions & 20 deletions ignite/cmd/network_client.go

This file was deleted.

67 changes: 0 additions & 67 deletions ignite/cmd/network_client_create.go

This file was deleted.

1 change: 1 addition & 0 deletions ignite/cmd/network_reward.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func NewNetworkReward() *cobra.Command {
}
c.AddCommand(
NewNetworkRewardSet(),
NewNetworkRewardRelease(),
)
return c
}
Loading
0