Jon Cinque
|
aef1e239b3
|
token: Add SyncNative instruction (program, CLI, JS) (#2091)
* Add SyncNative to program
* Add CLI support
* Add JS bindings
* Fix syncNative test to not run for existing token program
* Combine checks
|
2021-07-19 21:50:42 +02:00 |
Michael Vines
|
80e29ef6b9
|
Port SPL to solana-program and `cargo build-bpf`
|
2020-10-24 19:21:38 -07:00 |
Jack May
|
15aa02760a
|
retain v2 error values
|
2020-09-21 17:08:37 -07:00 |
Jack May
|
51dc1ae267
|
backport #448 to v2
|
2020-09-21 17:08:37 -07:00 |
Greg Fitzgerald
|
6761f440ab
|
Token nits (#353)
|
2020-08-28 10:12:05 -06:00 |
Michael Vines
|
b60eb8fbee
|
Add Transfer2/Approve2/MintTo2/Burn2 instructions for improved hardware wallet support
|
2020-08-28 00:47:35 +00:00 |
Tyera Eulberg
|
b2b20444e5
|
Require valid Mint for InitializeAccount
|
2020-08-27 16:17:38 -07:00 |
Tyera Eulberg
|
a5c1bb470d
|
Pass rent_sysvar into init Instructions and check rent-exempt
|
2020-08-27 09:40:31 -07:00 |
Michael Vines
|
81d18e590d
|
InitializeMint's mint authority is no longer optional
|
2020-08-26 23:43:45 -07:00 |
Michael Vines
|
2815165c14
|
Relocate program2 into program
|
2020-08-26 23:10:18 -07:00 |
Michael Vines
|
20b6ee04a3
|
Remove token 1.0
|
2020-08-26 23:10:18 -07:00 |
Jack May
|
9df7b22087
|
Fix overflow when amounts are u64::MAX (#310)
|
2020-08-25 08:48:26 -07:00 |
Michael Vines
|
26ab9bb26a
|
Reorganize crates based on program
|
2020-08-08 15:25:47 -07:00 |