Go to file
dependabot[bot] 242fdf279d
chore(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.2 (#558)
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.4 to 1.1.2.
- [Release notes](https://github.com/golang/vuln/releases)
- [Commits](https://github.com/golang/vuln/compare/v1.0.4...v1.1.2)

---
updated-dependencies:
- dependency-name: golang.org/x/vuln
  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>
2024-07-02 15:26:16 -04:00
.github feat: Cache Tx Decoder (#528) 2024-06-20 17:03:22 -04:00
abci chore: Default Process Proposal (#543) 2024-06-25 10:48:18 -04:00
adapters/signer_extraction_adapter chore: Upgrade module path for v2 (#383) 2024-01-24 09:06:20 -08:00
api/sdk/auction rm (#530) 2024-06-24 12:56:06 -04:00
audits chore: Add Ottersec Audit to Repo (#220) 2023-11-16 09:57:46 -05:00
block fix: Evict txs from mempool exceeding size limits (#550) 2024-06-25 11:58:04 -04:00
contrib/images feat: Cache Tx Decoder (#528) 2024-06-20 17:03:22 -04:00
img img (#22) 2023-08-23 12:51:53 -04:00
lanes fix: Evict txs from mempool exceeding size limits (#550) 2024-06-25 11:58:04 -04:00
proto rm (#530) 2024-06-24 12:56:06 -04:00
scripts generating new protos 2023-08-17 17:29:48 -04:00
tests chore: Default Process Proposal (#543) 2024-06-25 10:48:18 -04:00
testutils rm (#530) 2024-06-24 12:56:06 -04:00
tools chore: add govulncheck (#316) 2023-12-20 14:52:33 -05:00
x/auction rm (#530) 2024-06-24 12:56:06 -04:00
.gitignore feat: gRPC mempool service (#275) 2023-12-08 13:33:58 -05:00
.golangci.yml init (#5) 2023-08-21 11:15:37 -04:00
.goreleaser.yml chore: Get goreleaser working for releases (#290) 2023-12-12 08:18:22 -08:00
.markdownlint.json feat: Greedy Algorithm for Lane Verification (#236) 2023-11-27 16:43:09 -05:00
.markdownlintignore [ENG-711]: First write through of the spec (#57) 2023-04-18 19:46:43 +00:00
.mergify.yml chore: backport all PRs to main (#343) 2023-12-27 13:02:23 -05:00
go.mod chore(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.2 (#558) 2024-07-02 15:26:16 -04:00
go.sum chore(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.2 (#558) 2024-07-02 15:26:16 -04:00
LICENSE chore: Create Apache 2.0 LICENSE (#158) 2023-05-31 15:04:49 +00:00
Makefile chore: add govulncheck (#316) 2023-12-20 14:52:33 -05:00
README.md Update README.md 2024-04-26 13:32:50 -04:00

Block SDK 🧱

Logo
Repo Status License License

🤔 What is the Block SDK?

Note

: The BlockSDK is open source software that Skip maintains. We strive to be responsive to questions and issues within 1-2 weeks - please ask in our #block-sdk-support discord channel, or open a GitHub issue!

Please note the status of BlockSDK maintainenace:

  1. We are not currently providing hands-on support for new integrations.
  2. We have not yet completed our entire testing process for the FreeLane. We recommend integrators who want to have the best experience utilize the MEV Lane and the Default Lane only at this time.
  3. Integrators are responsible for the design, testing, and correctness of custom lanes they build.

🌐 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: