solana-with-rpc-optimizations/programs
Greg Fitzgerald bfa2535ea1
Add non-fungible token program (#7007)
* Add non-fungible token program

* Remove issuer and id from state

* Boot NftInstruction and NftState

* Rename NFT to Ownable

Maybe this should be "Owned" to avoid confusion with an Ownable trait?

* Rename directory

* Delete unreachable branch

* Don't use copy_from_slice - need an error, not a panic.

* Rename contract_pubkey to account_pubkey
2019-11-18 18:09:42 -07:00
..
bpf Update Move support to accomadate Libra's changes to compiler behavior (#6993) 2019-11-18 16:47:01 -08:00
bpf_loader_api Check for LD_DW at the end of a program (#6821) 2019-11-08 13:30:44 -08:00
bpf_loader_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
btc_spv_api Bump serde from 1.0.101 to 1.0.102 (#6581) 2019-10-28 09:19:39 -07:00
btc_spv_bin Bump serde from 1.0.101 to 1.0.102 (#6581) 2019-10-28 09:19:39 -07:00
btc_spv_program Bump serde from 1.0.101 to 1.0.102 (#6581) 2019-10-28 09:19:39 -07:00
budget_api Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
budget_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
config_api Bump serde from 1.0.101 to 1.0.102 (#6581) 2019-10-28 09:19:39 -07:00
config_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
config_tests Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
exchange_api Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
exchange_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
failure_program Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
librapay_api Update Move support to accomadate Libra's changes to compiler behavior (#6993) 2019-11-18 16:47:01 -08:00
move_loader_api Update Move support to accomadate Libra's changes to compiler behavior (#6993) 2019-11-18 16:47:01 -08:00
move_loader_program Have cargo-install-all.sh also look in program target dirs for so's (#6631) 2019-10-31 14:40:54 -07:00
noop_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
ownable_api Add non-fungible token program (#7007) 2019-11-18 18:09:42 -07:00
stake_api Update Move support to accomadate Libra's changes to compiler behavior (#6993) 2019-11-18 16:47:01 -08:00
stake_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
stake_tests fix split instruction doc (#7022) 2019-11-18 15:31:17 -08:00
storage_api Remove unused dependencies (#6917) 2019-11-12 22:00:29 -08:00
storage_program Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
vest_api Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
vest_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00
vote_api Allow creating an vote program ix where the withdrawer is also the "to" account (#6992) 2019-11-18 12:43:47 -08:00
vote_program Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568) 2019-10-25 17:40:49 -06:00