237 Commits

Author SHA1 Message Date
Michael Vines
a596e99b4a feat: Add sendAndConfirmTransaction 2020-06-14 21:57:04 -07:00
Michael Vines
f9cf7006df fix: avoid Buffer(), use Buffer.alloc() instead 2020-06-14 21:57:04 -07:00
Michael Vines
48c3ea8106 docs: correct toBuffer comment 2020-06-14 21:57:04 -07:00
Michael Vines
95efc7c3b0 fix: support creating a PublicKey from a base58 string 2020-06-14 21:57:04 -07:00
Michael Vines
4b2305434e refactor: remove magic number 2020-06-14 21:57:04 -07:00
Michael Vines
e090e7b600 fix: expose Buffer to bundlers 2020-06-14 21:57:04 -07:00
Michael Vines
aa1d6ba4d4 fix: zero pad correctly 2020-06-14 21:57:04 -07:00
Michael Vines
ca6965f8c2 feat: wrap public key in a class 2020-06-14 21:57:04 -07:00
Michael Vines
935d520ec9 refactor: AccountInfo userdata is now never null 2020-06-14 21:57:04 -07:00
Greg Fitzgerald
87e86c1cc8 Rename TimeStamp to Timestamp 2020-06-14 21:57:04 -07:00
Michael Vines
a3aecba1d0 Improve rpc result validation 2020-06-14 21:57:04 -07:00
Michael Vines
92af6e3341 Add getSignatureStatus() 2020-06-14 21:57:04 -07:00
Michael Vines
e3703cec29 Add BudgetProgram.payOnBoth 2020-06-14 21:57:04 -07:00
Michael Vines
a15a2424f4 s/contract/program/g 2020-06-14 21:57:04 -07:00
Michael Vines
4f2f41d25f s/contract_id/program_id 2020-06-14 21:57:04 -07:00
Michael Vines
18016444f8 API documentation updates 2020-06-14 21:57:04 -07:00
Michael Vines
914c54e071 Docs 2020-06-14 21:57:04 -07:00
Michael Vines
7148b0f7d8 Add getAccountInfo 2020-06-14 21:57:04 -07:00
Michael Vines
da2496872b Catch up to latest Transaction ABI changes 2020-06-14 21:57:04 -07:00
Michael Vines
d009e7e91b s/contract/program/ 2020-06-14 21:57:04 -07:00
Michael Vines
864940f63b Add budget example 2020-06-14 21:57:04 -07:00
Michael Vines
a96ab72e8e Add support for built-in contracts 2020-06-14 21:57:04 -07:00
Michael Vines
7dad281f69 Create TransferTokensTransaction class 2020-06-14 21:57:04 -07:00
Michael Vines
851ca7acc9 Catch up to solana 0.8 Transaction wire format changes 2020-06-14 21:57:04 -07:00
Michael Vines
fa5f3d81fd Update airdrop return type 2020-06-14 21:57:04 -07:00
Michael Vines
29148ef898 Add preliminary sendTokens() implementation 2020-06-14 21:57:04 -07:00
Michael Vines
92e602bd87 Mock Connection tests 2020-06-14 21:57:04 -07:00
Michael Vines
573dd99b31 Doc tweak 2020-06-14 21:57:04 -07:00
Michael Vines
7a618945f6 Add API documentation 2020-06-14 21:57:04 -07:00
Michael Vines
41a658c336 Add most of sendTokens() implementation 2020-06-14 21:57:04 -07:00
Michael Vines
16ee48b1ad Throw if endpoind is not provided 2020-06-14 21:57:04 -07:00
Michael Vines
392672a5a7 Implement requestAirdrop 2020-06-14 21:57:04 -07:00
Michael Vines
81f3efb436 Flow index.js 2020-06-14 21:57:04 -07:00
Michael Vines
4df189513e Add Connection class 2020-06-14 21:57:04 -07:00
Michael Vines
96f8a8620d Activate flow 2020-06-14 21:57:04 -07:00
Michael Vines
5a0206bcfe Add Account class 2020-06-14 21:57:04 -07:00
Michael Vines
7e109f22c2 Project boilerplate from eunikitin/modern-package-boilerplate 2020-06-14 21:57:04 -07:00