Commit Graph

3 Commits

Author SHA1 Message Date
Dmitri Makarov 791cc8a776
Use target_os instead of target_arch for Solana conditional compilation (#3148) 2022-05-17 12:25:24 -07:00
Jarry Xiao c8963e8348
Updating Stateless Offer to Optionally Include Fees (#2507)
* 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)
2021-10-20 19:51:38 -05:00
Jarry Xiao 290833e76d
Building on top of Toly's PR, v1 compiles (#2476)
* 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
2021-10-09 16:16:49 -05:00