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 |
Michael Vines
|
bb0730f86e
|
fix(flow): add Transaction.add()
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
378e766178
|
test: timeout++
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
f168cdfd70
|
fix: multiple transaction instructions are now supported
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
e50b705de3
|
fix: remove decimal string support from PublicKey ctor
|
2020-06-14 21:57:04 -07:00 |
jackcmay
|
02787df7b9
|
Add BpfLoader (#34)
feat: Add BpfLoader
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
b8d586c67e
|
feat: add room in the API for Transactions with multiple Instructions
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
90c9df15ef
|
fix: retry transactions on AccountInUse errors
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
96c685eb5d
|
fix: PublicKey.toBuffer() now zero pads correctly
|
2020-06-14 21:57:04 -07:00 |