Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| abci | ||
| adapters/signer_extraction_adapter | ||
| api/sdk | ||
| audits | ||
| block | ||
| contrib/images | ||
| img | ||
| lanes | ||
| proto | ||
| scripts | ||
| tests | ||
| testutils | ||
| tools | ||
| x | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| .markdownlint.json | ||
| .markdownlintignore | ||
| .mergify.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Block SDK 🧱
🤔 What is the Block SDK?
Note
: The Block SDK is midway through an audit. Please use at your own risk. Timeline for audit completion is early November.
🌐 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.
Audits
The Block SDK has undergone audits by the following firms:
- OtterSec (Sept 9th, 2023): Post audit code released as v1.2.0 and v2.0.0 for the
v1.x.xandv2.x.xrelease families, respectively.