Skip to content

v0.5.0-dev.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 16:10
· 41 commits to main since this release
c7cf653

Bug Fixes

  • deps: update cosmos-sdk v0.50.11 (0fcc528)
  • tally: return zero for filter gas used if filter has not been applied (f363304)
  • x/tally: do not divide by 0 on extremely low gas limits (c2ba9a6)
  • x/tally: fix tally gas used tracking (a59f7f5)
  • x/tally: multiply commit gas cost with request gas price (7cc82fe)
  • x/tally: outlier list is an inverted error list in case of consensus in error (60b8c2f)
  • x/tally: use int64 concrete type for std dev filter and add length check of parsed numbers (0666253)

Features

  • ante: allow free gas for eligible commit/reveal messages (59dca71)
  • batching: add double batch signing evidence submission (c2937a1), closes #459
  • tally: filter gas metering (03cb3c4)
  • tally: query endpoint for module parameters (035b083)
  • x/batching: change data result gas_used to uint128 (c7cf653)
  • x/tally: data provider payout (a3826fd)
  • x/tally: executor payout in case of divergent gas reporting (f36dec4)
  • x/tally: executor payout in uniform case (618558f)
  • x/tally: fixed payout to committers when data request expires (41ad8db)
  • x/tally: fixed payout to committers when data request expires (94863f1)
  • x/tally: fixed payout to committers when data request expires (15a9544)

Full Changelog: v0.4.0-dev.10...v0.5.0-dev.0