Commit Graph

3 Commits

Author SHA1 Message Date
dependabot[bot] 9572d6162f
build(deps): bump certifi in /binary-option/client (#3885)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

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>
2022-12-14 19:55:49 +01:00
Ikko Ashimine 9dd61d84ab
fix: typo in binary_option.py (#2732)
Initalize -> Initialize
2022-01-12 15:50:38 +01: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