Sourced from github.com/skip-mev/slinky's releases.
v1.0.3
What's Changed
- chore: Update size check in PrepareProposal by
@Eric-Warehime
in skip-mev/slinky#530- fix: Don't error on invalid price bytes size by
@Eric-Warehime
in skip-mev/slinky#531- chore: add initial docs folder with content for Slinky by
@handotdev
in skip-mev/slinky#528- feat: currency pair mapping query for x/oracle by
@technicallyty
in skip-mev/slinky#534- chore: Update Research URL by
@davidterpay
in skip-mev/slinky#535- chore(deps): bump docker/build-push-action from 5 to 6 by
@dependabot
in skip-mev/slinky#525New Contributors
@handotdev
made their first contribution in skip-mev/slinky#528Full Changelog: https://github.com/skip-mev/slinky/compare/v1.0.2...v1.0.3
v1.0.2
Changelog
- ad5c512a032068c8584b5e5281a311e3bb5f01fd: chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#523) (
@dependabot
[bot])- 2e40ec0343f5aea073c63edda006a62b824e7833: refactor: consolidate oracle and provider orchestrator (#503) (
@technicallyty
)- 243813c265d8ba188ba6b0ed03e822a2131ea91a: init (
@davidterpay
)- 40e712fc4ec1136e415c66088b72f5b20eea7660: chore: Update offchain ticker for apecoin on coingecko (#527) (
@Eric-Warehime
)- ec9c371230ad5968553410fe89b6f20b24c02c5d: fix: move abci logs to debug (#533) (
@nivasan1
)- 38173a365c3b5fd7697182d437ce2622d5f33f8b: fix: strip http from url [BLO-1278] (#532) (
@nivasan1
)v1.0.1
Changelog
- 4450444c5d6ca0b4509f455da419931ba35a2b91: chore(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 (#520) (
@dependabot
[bot])- dcbe393afce39a3946df008171bab93d75f84dc2: init (
@davidterpay
)- 30bf58f5ad6dcf417a3747b7cfffdc637ae3c70f: config nits (
@davidterpay
)v1.0.1-rc
Changelog
- aa4eefe5bef8586c73c32f5df72e630c1a49d07d: feat(ci): checkout head commit on PR (#497) (
@Zygimantass
)- 39115b8fce1b0aabf51cb4d2b4678ea7b78839f1: chore(deps): bump github.com/golangci/golangci-lint from 1.59.0 to 1.59.1 (#501) (
@dependabot
[bot])- 0be648cd731e570c8587b21c4c0851e7ee18707f: chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 (#502) (
@dependabot
[bot])- 5b1f22d74f5da8156044cf546add00d8b6f22d0c: chore(deps): bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#496) (
@dependabot
[bot])- 2f6c90bfb47a409f5c2dbd68ff292664a3f2e2fe: feat: Update dYdX Research URL (#481) (
@davidterpay
)- c7b955636e2616940a10a073c5a2ee8003e5629e: feat: Add Deployment WF for CoinGecko (#506) (
@davidterpay
)- aa0fa10286da7049288070509bd58417fcecca8b: chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#504) (
@dependabot
[bot])- 98786cfcc48eb6ffc5a60cbfc1204d5c00229bdf: fix: CoinGecko Markets with incorrect API IDs (#507) (
@davidterpay
)- 30902200cbe87096e9f392f093bfe419915f4e09: feat: Adding Sol Markets to CoinGecko (#508) (
@davidterpay
)- 5cec9e437770017f5776d7e354f091539d018a0b: fix(ci): build not only on tag push, but create too (#498) (
@Zygimantass
)- 7ceb8ff733ace100cf0deec6a0706b26f9cae56d: chore(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 (#510) (
@dependabot
[bot])- 0203d0881da95dbada2b8d49730786d19bb11d05: fix: raydium protocol fee adjustment (#509) (
@nivasan1
)- 8d008bc600dda163f8c2cf4a09f11fd6ef444ae7: fix: Val Exits (#512) (
@davidterpay
)v1.0.0
Changelog
... (truncated)
90423c4
chore(deps): bump docker/build-push-action from 5 to 6a3c58c9
init28c51a0
feat: currency pair mapping query for x/oracle (#534)372de72
chore: add initial docs folder with content for Slinky (#528)9be3bfb
fix: Don't error on invalid price bytes size (#531)a6f79fd
chore: Update size check in PrepareProposal (#530)38173a3
fix: strip http from url [BLO-1278] (#532)ec9c371
fix: move abci logs to debug (#533)40e712f
chore: Update offchain ticker for apecoin on coingecko (#527)243813c
init