Commit Graph

8 Commits

Author SHA1 Message Date
Tyera Eulberg 83c3ffad25
Bump solana crates to v1.9.5 (#2780)
* Bump solana crates to v1.9.5

* Update sol_set_return_data type signature and un-ignore test
2022-01-21 22:52:10 -07:00
Jon Cinque 78e7a9538e
associated-token-account: Bump dependent token version to 3.3 (#2766)
* associated-token-account: Bump dependent token version to 3.3

* Fix uses of deprecated instruction
2022-01-21 11:01:06 +01:00
Jon Cinque 81f50127f1
token: Bump version to 3.3.0 (#2765) 2022-01-21 01:47:02 +01:00
Jon Cinque 6ee008d256
Update SDK to 1.9.2, fix warnings (#2674)
* Update SDK to 1.9.2, fix warnings

* Upgrade honggfuzz

* Use `get_latest_blockhash` correctly
2021-12-28 23:02:47 -05:00
Michael Vines 9acb082dc3 Upgrade to Solana v1.8.1 2021-10-20 22:52:19 -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
Michael Vines 12732f8d5a Upgrade to Solana 1.8.0 2021-10-12 09:40:06 -07: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