* Updating Stateless Offer PDA seeds to only require main wallet and mint types
* Added optional payment of creator fees for NFTs
* Addressed formatting issues
* Fixed bugs in fee paying code, removed logs to lower compute limit
* Add in check to make sure the proper metadata is passed in
* Added workflow for taker posting NFT (maker pays fees)
* Building on top of Toly's PR, v1 compiles
* formatting
* minor architecture changes and comments
* more formatting
* refactor of processor
* Might pass formatting now; TODO add native token logic
* Comment typos
* clippy
* order swap
* changed the ordering of some print statements
* modified source code to transfer SOL directly in the case that the taker mint is equal to Native SOL
* formatting
* Explicitly check for delegate in the source code
* formatting
* Added debug logs to test client, fixed some lingering bugs
* Clippy