solana-program-library/shared-memory
Jon Cinque 21f8af34e7
Update all solana dependencies to 1.7.3, fix issues (#1958)
* Update all dependencies to 1.7.3, fix issues

* Remove esm from mocha

* Fix missed token test

* Also update rust version

* token-swap: update tolerance on sim test

* Run `cargo clippy --fix` for needless_borrow errors

* Rerun cargo fmt
2021-06-25 00:39:08 +02:00
..
program Update all solana dependencies to 1.7.3, fix issues (#1958) 2021-06-25 00:39:08 +02:00
README.md ci: Split out test-bpf into separate workflows for each program (#1893) 2021-06-11 22:35:00 +02:00

README.md

Shared memory program

A shared-memory program on the Solana blockchain, usable for sharing data between programs or within cross-program invocations.

Full documentation is available at https://spl.solana.com/shared-memory