Skip to content

Releases: ojo-network/ojo

v0.2.0-rc1

16 Aug 16:06
dcc5ccc
Compare
Choose a tag to compare

Changelog

  • dcc5ccc ci: updated go version used in ci to 1.20 (#249)
  • 1fd4eb8 ci: update tidy go version in goreleaser to 1.20 (#247)
  • cb99a92 chore: upgrade to sdk 0.47 (#224)
  • 59d5355 docs: Fix typo in README (#219)
  • 5511246 chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 (#236)
  • 6c8fcbf chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#234)
  • 2238ce3 feat: CLI commands for airdrop module (#230)
  • e182b43 chore(deps): bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 (#227)
  • c2881aa feat: airdrop module e2e test claiming airdrop (#178)
  • 0274eed chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#225)
  • 692c75a feat: Add airdrop module simulation tests (#175)
  • 5adb7aa remove endblocker metrics (#222)
  • 90d916b chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1 (#212)
  • 05b08b8 chore(deps): bump github.com/golangci/golangci-lint from 1.52.2 to 1.53.3 (#210)
  • ba765d6 chore(deps): bump github.com/cosmos/cosmos-proto (#186)
  • 938ce33 chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#180)
  • 363de7f docs: update changelog (#209)
  • 2b86b02 fix: store validator reward set via single key (#207)
  • 3eb3354 chore(deps): update cosmos sdk to v0.46.13 (#203)
  • c1ce467 fix: add migration to update ValidatorRewardSet to list (#202)
  • 22f80cb fix: Store ValidatorRewardSet as an array instead of a map (#200)
  • 224422a fix: potential wincount calculation (#197)
  • a54407d ci: remove depguard from golanglint (#195)
  • ba22743 fix(gov): set standard for denomlist symbols (#182)
  • 58a26ef ci: update mergify for 0.1.x backports (#183)
  • c5d1486 chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#181)
  • e01ff6b chore(deps): bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#174)
  • 07b722d chore(deps): bump github.com/mgechev/revive from 1.3.1 to 1.3.2 (#176)
  • aa86342 chore(deps): bump github.com/cosmos/ibc-go/v5 from 5.2.0 to 5.3.1 (#179)
  • 84676e9 update e2e tests to include multiple mandatory assets (#185)
  • e3e5fab chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#177)
  • 016ad37 docs: whitepaper refs
  • 16705d7 chore(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#173)
  • 3061841 feat: Airdrop module abci and msg_server (#172)
  • 3c3338b feat: update whitepaper
  • d41c9e8 chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#170)

v0.1.4

12 Jun 22:10
75a4474
Compare
Choose a tag to compare

Changelog

v0.1.4 - 2023-06-12

State Machine Breaking

Improvements

  • #182 Set standard for oracle parameter symbols

Fixes

  • #197 Fix potential win count calculations.
  • #202 Migration to update ValidatorRewardSet from map to list.
  • #207 Store validator reward set in one key instead of by block

v0.1.4-rc1

09 Jun 21:55
bf95b8e
Compare
Choose a tag to compare

Changelog

  • bf95b8e chore(deps): update cosmos sdk to v0.46.13 (#203) (#206)
  • 27816b1 fix: add migration to update ValidatorRewardSet to list (#202) (#205)
  • ce734dd fix: Store ValidatorRewardSet as an array instead of a map (#200) (#201)
  • 85ee7ad fix: potential wincount calculation (#197) (#198)
  • fb78399 fix(gov): set standard for denomlist symbols (#182) (#193)
  • 18e733f update e2e tests to include multiple mandatory assets (#185) (#192)
  • 87a329b chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#181) (#191)
  • 0c42f09 chore(deps): bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#174) (#190)
  • d55411f chore(deps): bump github.com/mgechev/revive from 1.3.1 to 1.3.2 (#176) (#189)
  • 400373c chore(deps): bump github.com/cosmos/ibc-go/v5 from 5.2.0 to 5.3.1 (#179) (#187)
  • e3e5fab chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#177)
  • 016ad37 docs: whitepaper refs
  • 16705d7 chore(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#173)
  • 3061841 feat: Airdrop module abci and msg_server (#172)
  • 3c3338b feat: update whitepaper
  • d41c9e8 chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#170)

v0.1.3

08 May 18:29
6519ddc
Compare
Choose a tag to compare

Changelog

  • 6519ddc feat: update default gov voting period (#171)
  • 533b45d fix: check gov auth on oracle param updates (#167)
  • 82b1d5d feat: Airdrop genesis and params (#168)
  • 7888098 feat: airdrop module boilerplate and keepers (#159)
  • de62979 chore(deps): bump github.com/ory/dockertest/v3 from 3.9.1 to 3.10.0 (#156)
  • 467017d ci: remove github docker cache (#161)
  • 72766ac fix: Update outdated and vulnerable dependencies (#157)
  • 448bd25 Revert "wip airdrop keepers" (#158)
  • 7005f9d Merge remote-tracking branch 'origin/main' into zarazan/airdrop-keepers
  • 7a6eca9 wip airdrop keepers
  • b7c83f8 chore(deps): bump github/super-linter from 4 to 5 (#155)
  • 2d8e56b chore(deps): bump github.com/rs/zerolog from 1.29.0 to 1.29.1 (#154)
  • f03b6ae feat: Weigh price votes by power (#153)
  • c41680b fix: Create ValidatorRewardSet type to only reward validators that are in the network at the beginning of the Slash Window (#143)
  • 107a702 feat: Airdrop proto files (#147)
  • 0716d39 chore(deps): bump mvdan.cc/gofumpt from 0.4.0 to 0.5.0 (#148)
  • edffbca feat: reduce vote period to 3 blocks (#144)
  • 7bdd18c feat: Validate slash window is multiple of vote period (#152)
  • e166f4f chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#136)
  • 63b7427 chore(deps): bump cosmossdk.io/math from 1.0.0-rc.0 to 1.0.0 (#135)
  • f6ee622 chore(deps): bump github.com/golangci/golangci-lint from 1.52.0 to 1.52.2 (#139)
  • 2cc2af1 chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#145)
  • f7069f8 chore(deps): bump github.com/docker/docker (#146)
  • ce6a512 chore(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#142)
  • 3cc0338 docs: whitepaper
  • a5c870d feat: Output docker logs on e2e failure (#132)
  • a5b895f fix: drop false assets instead of erroring (#133)
  • 9d1a64d feat: Add custom prometheus metrics (#119)
  • 949ce60 chore(deps): bump cosmossdk.io/math from 1.0.0-beta.6 to 1.0.0-rc.0 (#120)
  • 388d2e3 chore(deps): bump github.com/golangci/golangci-lint (#129)
  • 6426553 fix e2e tests (#131)
  • a7c287a chore(deps): bump actions/setup-go from 3 to 4 (#125)
  • d055d1d docs: airdrop design (#117)
  • 386c304 chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#116)
  • 0d0b017 chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.15.0 (#114)
  • 91d82cf docs(design): historacle
  • 0632039 chore(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.0.0-beta.6 (#113)
  • 5c0fed6 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#110)
  • a5f566c fix: Standard deviation and update params e2e test (#115)
  • 974a691 feat: e2e test suite (#103)
  • da34fa8 chore: update ignite-cli config version (#99)
  • 4e9b9ba feat: Update oracle gov param process (#101)
  • e00e927 Backport fixes and update endblocker tests (#111)
  • 4c4129e chore(deps): bump actions/checkout from 2 to 3 (#108)
  • 6129c68 chore(deps): update go version (#106)
  • c6481bf chore(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#107)
  • e0ba8f8 chore(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 (#102)
  • 0b3993b docs: small copypasta cleanup (#100)

v0.1.2

16 Feb 00:00
ad5a237
Compare
Choose a tag to compare

Changelog

  • ad5a237 feat: individual reward bands per denom (#98)
  • 7c4f3a4 chore(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.0.0-beta.6 (#92)
  • 0b56c97 chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#93)
  • 7513db9 sync with umee (#97)
  • 27246e3 feat: spam prevention / tx prioritization (#87)
  • 60d7d1f chore(deps): bump github.com/golangci/golangci-lint (#91)
  • 518087f chore(deps): bump github.com/golangci/golangci-lint (#90)
  • 8de18be refactor: Historacle backport and ExchangeRateTuple -> sdk.DecCoin (#86)
  • 39ccd1f chore(deps): bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (#88)
  • c0f7286 chore(deps): bump github.com/mgechev/revive from 1.2.4 to 1.2.5 (#89)
  • 9b25846 chore(deps): bump google.golang.org/grpc from 1.52.1 to 1.52.3 (#85)
  • eb2d819 chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.1 (#83)
  • 3922612 chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#78)

v0.1.1

12 Jan 22:44
4795eef
Compare
Choose a tag to compare

Changelog

  • 4795eef feat: devnet infra (#77)
  • 95b5821 chore(deps): bump github.com/rs/zerolog from 1.27.0 to 1.28.0 (#76)

v0.1.0

09 Jan 23:14
9f3e41c
Compare
Choose a tag to compare

Changelog

  • 9f3e41c ci: goreleaser fix (#74)
  • 501128f feat: historacle (#72)
  • b313e4e chore: cleanup float<>dec math (#71)
  • 9ab70f6 test: Oracle endblocker validator reward test (#70)
  • 102db81 ci: add simulation tests (#68)
  • 5f88227 feat: Enforce voting threshold (#65)
  • f474468 feat: reward validators based on miss counters instead of consensus power (#53)
  • 7d54af9 feat: move init to address prefix (#63)
  • ff38a88 chore(deps): bump github.com/cosmos/ibc-go/v5 from 5.1.0 to 5.2.0 (#62)
  • 38cd470 docs: x/oracle readme (#56)
  • 1db78e9 chore(deps): bump github.com/cosmos/cosmos-sdk from 0.46.6 to 0.46.7 (#58)
  • 6e346f0 chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#57)
  • df21546 feat: mandatory list (#52)
  • 6da2400 feat: Miss Counter Multiplier (#48)
  • 09ed5f0 chore(deps): bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (#51)
  • e498431 ci: add mergify auto merge (#49)
  • 5b45730 chore(deps): bump github.com/cosmos/cosmos-proto (#41)
  • 738b3fe ci: unit tests (#39)
  • eb60a91 docs: add readme (#38)
  • d74d207 docs: icq (#23)
  • 814789d chore: add apache license (#36)
  • d7c2b07 Merge pull request #32 from ojo-network/zarazan/fix-linter
  • 529805c Merge branch 'main' into zarazan/fix-linter
  • e2b49c1 chore: remove cosmoscmd from deps (#33)
  • 92ccf65 Merge branch 'main' into zarazan/fix-linter
  • 9481ca7 add golangci timeout
  • 1298820 fix linter issues
  • 225e130 fix golangci github action
  • 09ccf8f fix: proto-gen (#29)
  • 32fc41e chore: update deps (#28)
  • 70049ff chore(deps): bump actions/dependency-review-action from 2 to 3 (#19)
  • 561171f chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#25)
  • 2a2ed29 docs: add design docs folder (#21)
  • 5a22ec2 chore(deps): bump github.com/golangci/golangci-lint (#6)
  • 931ec45 chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#11)
  • ce8d1c0 chore(deps): bump mvdan.cc/gofumpt from 0.3.1 to 0.4.0 (#8)
  • 3895caf chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (#4)
  • 88c4495 chore: lint, GH actions, makefiles, cleanup (#2)
  • 6bfcc79 feat: init x/oracle (#1)
  • fa93431 cleanup
  • 048e03e init ojo