Commit Graph

4 Commits

Author SHA1 Message Date
Michael Vines 12732f8d5a Upgrade to Solana 1.8.0 2021-10-12 09:40:06 -07:00
Michael Vines 4406265d4a Upgrade to Solana 1.7.11 2021-08-30 12:41:08 -07:00
dependabot[bot] 0a85a9a533
build(deps): bump uint from 0.8.5 to 0.9.1 (#2216)
Bumps [uint](https://github.com/paritytech/parity-common) from 0.8.5 to 0.9.1.
- [Release notes](https://github.com/paritytech/parity-common/releases)
- [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.8.5...uint-v0.9.1)

---
updated-dependencies:
- dependency-name: uint
  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>
2021-08-04 11:18:37 +00:00
Jarry Xiao f7286134bb
Binary Option (#2056)
* Initial version of betting pool primitive

* Added instructions for settle and collect

* Added additional test case to confirm my intuition

* Update README.md

* update version in Cargo.toml

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* mc

* Scrubbed all mentions of betting pools

* Update binary-option/program/src/processor.rs

Co-authored-by: Jordan Sexton <jordan@jordansexton.com>

* Addressed some PR Comments

* Update binary-option/program/src/instruction.rs

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>

* cleaned up files

* change program_id.md

* Update binary-option/program/Cargo.toml

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>

* removed lamport transfer in collect

* Applied clippy and fmt

* fix some formatting

* Fixed clippy format

Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2021-08-02 16:18:25 -05:00