solana-labs / solana

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://solanalabs.com
Apache License 2.0
13.2k stars 4.28k forks source link

Merge token-exchange into main repo #3787

Closed mvines closed 5 years ago

mvines commented 5 years ago

token-exchange is too far away and hard to work with. Let's

jackcmay commented 5 years ago

sgtm

jackcmay commented 5 years ago

@mvines If we change the swapper to the same mechanism the block explorer uses will we again need a separate repo than Solana?

mvines commented 5 years ago

@mvines If we change the swapper to the same mechanism the block explorer uses will we again need a separate repo than Solana?

We're good. All the support for the block streamer socket is in the main repo. Blockexplorer provides a JS program that reads from the socket, which wouldn't be helpful for the swapper, so we'd need to write a Rust version of that program -- but that thing would nicely slide into sdk/

jackcmay commented 5 years ago

Cool

mvines commented 5 years ago

cc: #3826

jackcmay commented 5 years ago

cc: #3893