Fixed
- Valid instruction can contain no keys ([70](https://github.com/michaelhly/solana-py/pull/70))
Changed
- Commitment levels - deprecated `max`, `root`, `singleGossip`, `recent` and added `processed`, `confirmed`, `finalized` ([82](https://github.com/michaelhly/solana-py/pull/82))
Added
- Allocate instruction for system program - `solana.system_program.decode_allocate`, `solana.system_program.decode_allocate_with_seed`, `solana.system_program.allocate` ([79](https://github.com/michaelhly/solana-py/pull/79))
- Async support - `AsyncClient` and `AsyncToken` classes, refactors sync code, httpx dependency ([83](https://github.com/michaelhly/solana-py/pull/83))