Go to file
dependabot[bot] 6865dd0ffb
chore(deps): bump amannn/action-semantic-pull-request (#121)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 17:27:50 -04:00
.github chore(deps): bump amannn/action-semantic-pull-request (#121) 2023-09-25 17:27:50 -04:00
abci chore: format (#38) 2023-09-07 11:17:21 -04:00
api/sdk/auction feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
block feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
contrib/images feat(e2e): add integration tests (#100) 2023-09-18 10:03:11 -04:00
img img (#22) 2023-08-23 12:51:53 -04:00
lanes feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
proto feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
scripts generating new protos 2023-08-17 17:29:48 -04:00
tests chore(deps): bump github.com/docker/docker in /tests/integration (#109) 2023-09-18 10:36:03 -04:00
testutils feat(docs): rename x/builder -> x/auction (#55) 2023-09-12 14:37:25 -04:00
tools chore: format (#38) 2023-09-07 11:17:21 -04:00
x/auction feat(e2e): add integration tests (#100) 2023-09-18 10:03:11 -04:00
.gitignore feat(e2e): add integration tests (#100) 2023-09-18 10:03:11 -04:00
.golangci.yml init (#5) 2023-08-21 11:15:37 -04:00
.goreleaser.yml init 2023-08-17 16:40:59 -04:00
.markdownlint.json [ENG-711]: First write through of the spec (#57) 2023-04-18 19:46:43 +00:00
.markdownlintignore [ENG-711]: First write through of the spec (#57) 2023-04-18 19:46:43 +00:00
.mergify.yml init (#7) 2023-08-21 13:05:17 -04:00
go.mod feat(e2e): add integration tests (#100) 2023-09-18 10:03:11 -04:00
go.sum chore(deps): bump cosmossdk.io/api from 0.7.0 to 0.7.1 (#103) 2023-09-15 17:43:46 -04:00
LICENSE chore: Create Apache 2.0 LICENSE (#158) 2023-05-31 15:04:49 +00:00
Makefile feat(e2e): add integration tests (#100) 2023-09-18 10:03:11 -04:00
README.md chore(docs): Release matrix for each lane (#31) 2023-08-25 16:25:16 -04:00

Block SDK 🧱

Logo
Repo Status License License

🤔 What is the Block SDK?

🌐 The Block SDK is a toolkit for building customized blocks. The Block SDK is a set of Cosmos SDK and ABCI++ primitives that allow chains to fully customize blocks to specific use cases. It turns your chain's blocks into a highway consisting of individual lanes with their own special functionality.

Skip has built out a number of plug-and-play lanes on the SDK that your protocol can use, including in-protocol MEV recapture and Oracles! Additionally, the Block SDK can be extended to add your own custom lanes to configure your blocks to exactly fit your application needs.

Release Compatibility Matrix

Block SDK Version Cosmos SDK
v1.x.x v0.47.x
v2.x.x v0.50.x

📚 Block SDK Documentation

To read more about how the Block SDK works, check out the How it Works.

🏪 Lane App Store

To read more about Skip's pre-built lanes and how to use them, check out the Lane App Store.

🎨 Lane Development

To read more about how to build your own custom lanes, check out the Build Your Own Lane.