Skip to content

Commit e7ca82d

Browse files
committed
Merge branch 'develop' into release/v0.34.2
2 parents 296a8c8 + 95e3d7d commit e7ca82d

File tree

193 files changed

+2653
-865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+2653
-865
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ jobs:
196196
command: |
197197
export PATH="$GOBIN:$PATH"
198198
export GO111MODULE=on
199-
scripts/multisim.sh 500 50 TestFullGaiaSimulation
199+
make runsim
200+
runsim 500 50 TestFullGaiaSimulation
200201
201202
test_sim_gaia_multi_seed:
202203
<<: *linux_defaults
@@ -214,7 +215,8 @@ jobs:
214215
command: |
215216
export PATH="$GOBIN:$PATH"
216217
export GO111MODULE=on
217-
scripts/multisim.sh 50 10 TestFullGaiaSimulation
218+
make runsim
219+
runsim 50 10 TestFullGaiaSimulation
218220
219221
test_cover:
220222
<<: *linux_defaults

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
22

33
# Primary repo maintainers
4-
* @alessio @alexanderbez @cwgoes @jackzampolin
4+
* @rigelrozanski @alexanderbez @jackzampolin @alessio @cwgoes

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,25 @@ about: Create a report to help us squash bugs!
88
v ✰ Thanks for opening an issue! ✰
99
v Before smashing the submit button please review the template.
1010
v Please also ensure that this is not a duplicate issue :)
11-
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
11+
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
1212

13-
## Summary of Bug
14-
<!-- Concisely describe the issue -->
13+
## Summary of Bug
14+
15+
<!-- Concisely describe the issue -->
16+
17+
## Version
18+
19+
<!-- Output from `gaiad version --long` and `gaiacli version --long` -->
1520

1621
## Steps to Reproduce
17-
<!-- What commands in order should someone run to reproduce your problem -->
22+
23+
<!-- What commands in order should someone run to reproduce your problem -->
1824

1925
____
26+
2027
#### For Admin Use
21-
- [ ] Not duplicate issue
22-
- [ ] Appropriate labels applied
23-
- [ ] Appropriate contributors tagged
24-
- [ ] Contributor assigned/self-assigned
28+
29+
- [ ] Not duplicate issue
30+
- [ ] Appropriate labels applied
31+
- [ ] Appropriate contributors tagged
32+
- [ ] Contributor assigned/self-assigned

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,28 @@ v ✰ Thanks for opening an issue! ✰
99
v Before smashing the submit button please review the template.
1010
v Word of caution: poorly thought-out proposals may be rejected
1111
v without deliberation
12-
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
12+
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
1313

1414
## Summary
15-
<!-- Short, concise description of the proposed feature -->
15+
16+
<!-- Short, concise description of the proposed feature -->
1617

1718
## Problem Definition
19+
1820
<!-- Why do we need this feature?
1921
What problems may be addressed by introducing this feature?
2022
What benefits does the SDK stand to gain by including this feature?
2123
Are there any disadvantages of including this feature? -->
2224

2325
## Proposal
24-
<!-- Detailed description of requirements of implementation -->
26+
27+
<!-- Detailed description of requirements of implementation -->
2528

2629
____
30+
2731
#### For Admin Use
28-
- [ ] Not duplicate issue
29-
- [ ] Appropriate labels applied
30-
- [ ] Appropriate contributors tagged
31-
- [ ] Contributor assigned/self-assigned
32+
33+
- [ ] Not duplicate issue
34+
- [ ] Appropriate labels applied
35+
- [ ] Appropriate contributors tagged
36+
- [ ] Contributor assigned/self-assigned
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#3715 query distr rewards returns per-validator
2+
rewards along with rewards total amount.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#4142 Turn gaiacli tx send's --from into a required argument.
2+
New shorter syntax: `gaiacli tx send FROM TO AMOUNT`
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#3715 Update /distribution/delegators/{delegatorAddr}/rewards GET endpoint
2+
as per new specs. For a given delegation, the endpoint now returns the
3+
comprehensive list of validator-reward tuples along with the grand total.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#4049 update tag MsgWithdrawValidatorCommission to match type
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#3775 unify sender transaction tag for ease of querying
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#4113 Fix incorrect `$GOBIN` in `Install Go`

0 commit comments

Comments
 (0)