solana-program-library/stake-pool
dependabot[bot] 3f6b5e4836
build(deps): bump json5 from 2.2.0 to 2.2.3 in /stake-pool/js (#3952)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 00:11:27 +01:00
..
cli Update repo to `edition = "2021"` (#3900) 2022-12-13 23:46:26 +01:00
js build(deps): bump json5 from 2.2.0 to 2.2.3 in /stake-pool/js (#3952) 2023-01-04 00:11:27 +01:00
program stake-pool: Support stake redelegation (#3856) 2022-12-24 15:45:39 +01:00
py build(deps): bump certifi from 2022.6.15 to 2022.12.7 in /stake-pool/py (#3886) 2022-12-14 02:42:47 +01:00
README.md stake-pool-py: Create and deserialize stake pools (#2557) 2021-12-10 00:43:25 +01:00

README.md

stake-pool program

Full documentation is available at https://spl.solana.com/stake-pool

The command-line interface tool is available in the ./cli directory.

Javascript bindings are available in the ./js directory.

Python bindings are available in the ./py directory.