311 Commits

Author SHA1 Message Date
Michael Vines
67ccac9418 fix: catch up to account field renaming 2020-06-14 21:57:04 -07:00
Michael Vines
1f7b8f417d feat: switch to edge release channel 2020-06-14 21:57:04 -07:00
Michael Vines
680d2d18ea refactor: use env to locate bash 2020-06-14 21:57:04 -07:00
Tyera Eulberg
5ce16c2cbb fix: return signature from transfer transactions 2020-06-14 21:57:04 -07:00
Jack May
04962c5cec chore: remove elfy from rollup 2020-06-14 21:57:04 -07:00
Michael Vines
64658c33ee docs: update examples 2020-06-14 21:57:04 -07:00
Michael Vines
f20013a010 fix: update to 0.10.1 bpf sdk 2020-06-14 21:57:04 -07:00
jackcmay
71328e9420 fix: Pass full BPF ELF (#60) 2020-06-14 21:57:04 -07:00
Michael Vines
ee25e0278c refactor: don't pretty twice during ok 2020-06-14 21:57:04 -07:00
Michael Vines
1d6abb17cf refactor: employ prettier 2020-06-14 21:57:04 -07:00
Michael Vines
9a043344d5 fix: sendAndConfirmTransaction now returns the transaction signature 2020-06-14 21:57:04 -07:00
Michael Vines
c424b48cd2 fix(flow): add transaction instructions field 2020-06-14 21:57:04 -07:00
Michael Vines
4c18dabd62 test: add retries to account change notification test 2020-06-14 21:57:04 -07:00
Michael Vines
cbcb774c82 fix: use secure websocket when https JSON RPC endpoint is requested 2020-06-14 21:57:04 -07:00
Michael Vines
452fd1b785 fix: correct default websocket port 2020-06-14 21:57:04 -07:00
Michael Vines
8468d3ebd1 fix: limit concurrent Loads to improve stability 2020-06-14 21:57:04 -07:00
Michael Vines
7b1130b5bf fix: import last id failure error message 2020-06-14 21:57:04 -07:00
Michael Vines
f2f856356b fix: include rpc info logs by default 2020-06-14 21:57:04 -07:00
Michael Vines
f15dd68604 fix: validate bpf example 2020-06-14 21:57:04 -07:00
Michael Vines
6ff9d1a650 refactor: rename env var 2020-06-14 21:57:04 -07:00
Michael Vines
b1e811473a fix: add clang install info 2020-06-14 21:57:04 -07:00
Michael Vines
add7a00ace fix: update bpf sdk header 2020-06-14 21:57:04 -07:00
Michael Vines
bb71529fe0 fix: permit RUST_LOG to be overridden 2020-06-14 21:57:04 -07:00
Michael Vines
224f8b17e7 fix: include solana_bpf_loader in default logging 2020-06-14 21:57:04 -07:00
Michael Vines
0fbf024c8c fix: improve retry logic on AccountInUse 2020-06-14 21:57:04 -07:00
Michael Vines
33c59b73b4 fix: finalize/spawn in same transaction 2020-06-14 21:57:04 -07:00
Michael Vines
4897ed0872 fix: add BpfLoader flow definition 2020-06-14 21:57:04 -07:00
Michael Vines
99b18dbfef fix: ship src/ again 2020-06-14 21:57:04 -07:00
Michael Vines
d328d23faa feat: add bpf-c-noop example 2020-06-14 21:57:04 -07:00
Michael Vines
866e8d6892 chore: fetch bpf-sdk before publishing 2020-06-14 21:57:04 -07:00
Michael Vines
0d0f2a729b chore: delete .npmignore, use package whitelist instead 2020-06-14 21:57:04 -07:00
Michael Vines
79066b7d26 chore: add script to fetch bpf sdk 2020-06-14 21:57:04 -07:00
Michael Vines
66fbd4338f chore: update package-lock.json 2020-06-14 21:57:04 -07:00
Michael Vines
f3242c12a6 fix(flow): correct onAccountChange prototype 2020-06-14 21:57:04 -07:00
Michael Vines
66e572f2a8 fix(flow): correct removeAccountChangeListener prototype 2020-06-14 21:57:04 -07:00
Michael Vines
e7097340f2 feat: add account change notifications 2020-06-14 21:57:04 -07:00
Michael Vines
9839c087d7 fix: update budget wire format 2020-06-14 21:57:04 -07:00
Michael Vines
ec2a3690b2 fix: update program ids 2020-06-14 21:57:04 -07:00
Michael Vines
ad43705124 fix: expose websocket 2020-06-14 21:57:04 -07:00
Michael Vines
910ab671dc style: remove cicular imports 2020-06-14 21:57:04 -07:00
Michael Vines
55b2b4f598 chore: upgrade flow 2020-06-14 21:57:04 -07:00
Michael Vines
1d226a2e16 chore: package-lock.json 2020-06-14 21:57:04 -07:00
Michael Vines
40c68f3fcb fix: retry better 2020-06-14 21:57:04 -07:00
Michael Vines
ce6e840e03 fix: block until the JSON RPC API is available 2020-06-14 21:57:04 -07:00
Jack May
f871b0410a fix: Remove fs dep, bpf_loader now takes ELF as bytes 2020-06-14 21:57:04 -07:00
Michael Vines
224d929d4d docs: correct API params 2020-06-14 21:57:04 -07:00
Michael Vines
17720766df chore: update package-lock.json 2020-06-14 21:57:04 -07:00
Michael Vines
4a39d25127 fix: remove circular imports 2020-06-14 21:57:04 -07:00
Michael Vines
99e6b44d03 fix: expose token program instructions 2020-06-14 21:57:04 -07:00
jackcmay
e1c2498f74 feat: Submit program load transactions in parallel (#39)
feat: Submit program load transactions in parallel
2020-06-14 21:57:04 -07:00