Tyera Eulberg
|
87c1becbef
|
fix: Squash budget bugs
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
c99d8dd15c
|
fix: Add preliminary handling for credit-only account designation
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
78ad376bcd
|
fix: Appease flow
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
34cb08bd84
|
fix: Update transaction format; include numCreditOnlySignedAccounts and numCreditOnlyUnsignedAccounts bytes, remove programIds
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
53958a8b1e
|
fix: Repair getRecentBlockhash bug in non-legacy formats
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
4cf234618e
|
fix: support v0.14 GetRecentBlockhash too
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
a1ce705d15
|
fix: adapt to GetRecentBlockhash RPC API signature change
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
f7a02e54df
|
fix: correctly count duplicate signing keys
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
48f0bcc2bf
|
fix: pay transaction fees from system accounts
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
f803b2ae1f
|
fix: adapt to program id changes
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
456f34e95b
|
fix: add fullnodeExit()
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
2292b5910e
|
doc: correct getClusterNodes() summary
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
a90cbcee9e
|
test: give more time
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
a2cd9180b5
|
feat: add getSlotLeader()/getClusterNodes()
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
c1bbb9b291
|
s/move/transfer in system program to match solana
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
507fac06ee
|
fix: Appease flow
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
7f72bbeba3
|
fix: Update signature status result type
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
f2b38bcc56
|
fix: Remove deprecated length field
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
efd0392706
|
BREAKING CHANGE: requires Solana version v0.13.0 or greater
feat: Update to current solana tx format
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
33bc00d711
|
fix: adjust DEFAULT_TICKS_PER_SLOT
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
c78ca47547
|
chore: npm run pretty
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
5c6c3a8ea8
|
fix: consider ticks_per_slot while sleeping
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
7469eb5732
|
fix: remove stray console.log
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
759d7b9cc2
|
fix: adjust DEFAULT_TICKS_PER_SLOT to match main repo
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
6fe0e08a80
|
fix: rename userdata to data
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
f6afbe1a72
|
fix: Plumb program-based subscriptions
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
3cb328f1eb
|
fix: Revert s/tokens/lamports in comments in token program
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
be8821e0d0
|
fix: rename tokens to lamports
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
f655c30159
|
fix: add timing constants to better set timeouts
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
294dd4f4e7
|
fix: Rename lastId to blockhash
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
5b9665098a
|
fix: getConfirmationTime() was removed upstream
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
6311cbf335
|
fix: retry harder to obtain a last_id
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
41865547ee
|
fix: remove spawn
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
564d09fdfe
|
fix: remove unwanted u64 length from raw Transaction bytes, it's RPC API specific
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
79bc47a631
|
fix: Add Transaction method to parse from wire fmt; update Transaction.serialize
|
2020-06-14 21:57:04 -07:00 |
|
Tyera Eulberg
|
ac6e503b35
|
fix: Add transaction encoding helper functions
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
bc05966765
|
fix: resend transactions a couple times before giving up
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
88abaa3cc9
|
fix: rename getFinality to getConfirmationTime
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
62c1efc955
|
fix: add testnetChannelEndpoint()
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
bfefb2403c
|
chore: update eslint-plugin-jest
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
cd4da00a68
|
fix: avoid packaging bpf-sdk binaries that the user downloads
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
2962eef2c7
|
fix: add sendAndConfirmRawTransaction()
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
4acccb3976
|
fix: add flowtype for SignaturePubkeyPair
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
0026b44531
|
feat: add support for partial Transaction signing
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
ac4bfaad32
|
feat: add sendRawTransaction()
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
aee383eaec
|
refactor: add constant for max Transaction size
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
b175a53f4b
|
fix: default transaction fee is now 1 (was 0)
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
fa7e2722d1
|
fix: support multiple Transaction signatures
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
44047a8d63
|
fix: adapt transaction wire format for multiple signatures
|
2020-06-14 21:57:04 -07:00 |
|
Michael Vines
|
67ccac9418
|
fix: catch up to account field renaming
|
2020-06-14 21:57:04 -07:00 |
|