Skip to content

Commit

Permalink
Merge pull request #10245 from vegaprotocol/fix/10219-candles-data-co…
Browse files Browse the repository at this point in the history
…ntains-gaps

fix: candles data contains gaps
  • Loading branch information
guoguojin authored Dec 13, 2023
2 parents 0844211 + 7644deb commit 2295690
Show file tree
Hide file tree
Showing 63 changed files with 99,204 additions and 226 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
- [10233](https://github.com/vegaprotocol/vega/issues/10233) - Fix expiring stop orders panic.
- [10215](https://github.com/vegaprotocol/vega/issues/10215) - Rework pagination to align with the natural reverse-chronological order of the block explorer.
- [10241](https://github.com/vegaprotocol/vega/issues/10241) - Do not include start epoch on referees set statistics.
- [10219](https://github.com/vegaprotocol/vega/issues/10219) - Candles API should fill gaps when there are periods with no trades.

## 0.73.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
]
}
},
"Duration": 27341026
}
"Duration": 2163432
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
]
}
},
"Duration": 2502861
}
"Duration": 1546725
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
]
}
},
"Duration": 6151239
}
"Duration": 3713090
}
Original file line number Diff line number Diff line change
Expand Up @@ -1184,5 +1184,5 @@
]
}
},
"Duration": 32579420
}
"Duration": 48098361
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestBalances_Positions
Original file line number Diff line number Diff line change
Expand Up @@ -1184,5 +1184,5 @@
]
}
},
"Duration": 22138218
}
"Duration": 4935888
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"targetAddress": "0x0b755ae366FE0368F5b0D1879002B06e9Af40f26"
}
},
"Duration": 3184934
}
"Duration": 1855847
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestEpochs_CurrentEpoch
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
}
}
},
"Duration": 5996193
}
"Duration": 2972972
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestEpochs_EpochByBlock
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
}
}
},
"Duration": 3037208
}
"Duration": 5540371
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}
}
},
"Duration": 17844220
}
"Duration": 6504054
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestEpochs_SpecificEpoch
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
}
}
},
"Duration": 15647951
}
"Duration": 2920870
}
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@
]
}
},
"Duration": 6022109
}
"Duration": 2862761
}
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@
]
}
},
"Duration": 5362151
}
"Duration": 4310381
}
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@
]
}
},
"Duration": 7351322
}
"Duration": 4198982
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestGovernance_Proposals
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
]
}
},
"Duration": 6761712
}
"Duration": 3327352
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestMarkets
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@
]
}
},
"Duration": 3706499
}
"Duration": 3321136
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestMarkets_Accounts
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
]
}
},
"Duration": 3026333
}
"Duration": 1732086
}
4 changes: 2 additions & 2 deletions datanode/integration/testdata/golden/TestMarkets_Basic
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
]
}
},
"Duration": 1068482
}
"Duration": 444126
}
Loading

0 comments on commit 2295690

Please sign in to comment.