solana-program-library/binary-oracle-pair
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 Binary oracle implementation (#1347) 2021-03-18 18:18:20 +01:00

README.md

Simple Oracle Pair Token

  1. pick a deposit token
  2. pick the decider's pubkey
  3. pick the mint term end slot
  4. pick the decide term end slot, must be after 3

Each deposit token can mint one Pass and one Fail token up to the mint term end slot. After the decide term end slot the Pass token converts 1:1 with the deposit token if and only if the decider had set pass before the end of the decide term, otherwise the Fail token converts 1:1 with the deposit token.