Go to file
Richard Patel 3a0f58b1e3 rocksdb: build with all CPUs
As always, Bazel caching is broken and kind of useless.
It constantly rebuilds RocksDB for no particular reason.
Each build takes over a minute. Make it faster.

Change-Id: I337addd842f2446734b1b47dc35b8e5b9d815b0f
2023-01-24 14:00:36 +00:00
cmd radiance: use new shred API 2023-01-24 13:53:19 +00:00
doc doc: add ledger-history.md 2022-10-31 11:36:26 +01:00
fixtures fixtures: add merkle shreds 2022-12-17 03:49:30 +00:00
pkg blockstore: use new shred API 2023-01-24 13:53:19 +00:00
proto bazel: add Go rules 2022-10-30 08:17:36 +01:00
python_client python_client: print as JSON 2022-08-12 19:54:07 +02:00
queries queries: add a bunch 2022-09-09 15:34:02 +02:00
schema cmd/rpc/slots: add kafka publishing 2022-06-16 02:13:17 +02:00
third_party rocksdb: build with all CPUs 2023-01-24 14:00:36 +00:00
web web: add sveltekit stub 2022-06-21 12:47:05 +02:00
.bazelrc bazel: add Go rules 2022-10-30 08:17:36 +01:00
.bazelversion bazel: add Bazel v5.3.2, rules_go v0.35.0 with Go v1.19.2, Gazelle v0.28.0 2022-10-29 15:56:41 +02:00
.gitattributes Remove Git LFS 2022-09-19 16:21:37 +02:00
.gitignore gitignore: add Bazel 2022-10-29 20:18:45 +02:00
.gitmodules third_party: remove rocksdb submodule 2022-10-29 20:18:46 +02:00
BUILD Update Bazel deps 2022-12-17 04:21:51 +00:00
INSTALL.md README.md: update and split install instructions to INSTALL.md 2022-10-30 08:32:54 +01:00
LICENSE
README.md README.md: update and split install instructions to INSTALL.md 2022-10-30 08:32:54 +01:00
WORKSPACE bazel: switch to rules_proto-5.3.0-21.7 2023-01-24 14:51:52 +01:00
buf.gen.yaml
codereview.cfg add codereview.cfg 2022-12-17 04:37:06 +00:00
generate.sh generate.sh: fix go-ipldtool installation instructions 2022-10-28 20:33:08 +00:00
go.mod go.mod: update deps 2023-01-22 15:03:38 +00:00
go.sum go.mod: update deps 2023-01-22 15:03:38 +00:00

README.md

radiance ☀️

Assortment of Solana protocol modules written in Go.

⚠️ No guarantees, no support. Check back later unless you're ready to read and understand the code. ⚠️

Go Reference