Commit 2257307
committed
CI: Move repo to a Makefile
#### Problem
The feature-gate repo is still using package.json commands even though
Makefile commands are great.
#### Summary of changes
Similar to many other repos:
* remove test-sbf and bpf-entrypoint features
* update all scripts
* upgrade rust renderer to 1.0.22 to pass clippy
* fix spellcheck errors
* update ring for audit error
* update fuzz program name, add README with info
This repo also generates IDLs from the program implementation, so this
PR also adds a `generate-idl-%` recipe for generating the IDL given a
path, similar to other Rust packages.
Requires solana-program/actions#14 to land.1 parent 34ff896 commit 2257307
File tree
51 files changed
+693
-1445
lines changed- .github
- actions/setup
- workflows
- clients/rust
- src/generated/instructions
- program
- fuzz
- src
- tests
- scripts
- ci
- client
- program
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+693
-1445
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments