Commit Graph

15 Commits

Author SHA1 Message Date
Jon Cinque c1ee6a58be
Update Solana crates to 1.10.29 (#3303) 2022-07-01 16:51:01 -04:00
Dmitri Makarov 791cc8a776
Use target_os instead of target_arch for Solana conditional compilation (#3148) 2022-05-17 12:25:24 -07:00
Dmitri Makarov f1c1d440e9
Bump solana to v1.10.15 (#3176) 2022-05-17 11:27:30 -07:00
Tyera Eulberg b3fe5b6d5d
Bump token-2022 (#3113)
* Bump token-2022

* Bump solana dependencies
2022-04-26 12:15:26 -06:00
Jon Cinque 1d1c2b178b
Upgrade crates to 1.10.8 (#3076) 2022-04-11 22:25:27 +02:00
Tyera Eulberg f4c5fdcfcf
Bump solana to v1.9.9 (#2902) 2022-02-23 16:20:55 -07:00
Tyera Eulberg 83c3ffad25
Bump solana crates to v1.9.5 (#2780)
* Bump solana crates to v1.9.5

* Update sol_set_return_data type signature and un-ignore test
2022-01-21 22:52:10 -07:00
Ikko Ashimine 9dd61d84ab
fix: typo in binary_option.py (#2732)
Initalize -> Initialize
2022-01-12 15:50:38 +01:00
Jon Cinque 6ee008d256
Update SDK to 1.9.2, fix warnings (#2674)
* Update SDK to 1.9.2, fix warnings

* Upgrade honggfuzz

* Use `get_latest_blockhash` correctly
2021-12-28 23:02:47 -05:00
Yang Hau 8eb2c3ce60
fix: Fix typos (#2625) 2021-12-12 02:48:06 -07:00
Michael Vines 9acb082dc3 Upgrade to Solana v1.8.1 2021-10-20 22:52:19 -07:00
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