solana-labs / solana

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

sdk catch-up #1418

Closed mvines closed 5 years ago

mvines commented 6 years ago

Once the code churn on master for 0.10 slows, it’ll be time to update the sdk with the Transaction ABI changes and surface new features that came in after 0.9 forked off.

In the mean time use this issue to collect the list of changes that have an SDK impact.

mvines commented 6 years ago

1381 affects the SDK

mvines commented 6 years ago

1435 affects the SDK

mvines commented 6 years ago

1439

mvines commented 6 years ago

1458

mvines commented 6 years ago

Need to also expose native programs in the SDK (SystemProgram::Load), #1461 is the start of that

jackcmay commented 6 years ago

I'm removing SystemProgram::load, pulling program handling out of system.

On Tue, Oct 9, 2018, 16:00 Michael Vines notifications@github.com wrote:

Need to also expose native programs in the SDK (SystemProgram::Load),

1461 https://github.com/solana-labs/solana/pull/1461 is the start of

that

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/solana-labs/solana/issues/1418#issuecomment-428381962, or mute the thread https://github.com/notifications/unsubscribe-auth/AmS8erWklAxD4648xGupNmVB5fkMCoeMks5ujSqigaJpZM4XFLua .

mvines commented 6 years ago

Ah, yeah I see it's moving into DynamicInstruction. np

mvines commented 5 years ago

https://github.com/solana-labs/solana/pull/1501

mvines commented 5 years ago

I've filed individual issues for the remaining work here