Justin Starry
|
54775ffedf
|
feat: support restarting failed bpf loader deploys (#12163)
* feat: support restarting failed bpf loader deploys
* chore: add error message if program already exists
|
2020-09-23 22:54:27 +08:00 |
Justin Starry
|
4bb6c2fffb
|
fix: ensure signatures are ordered correctly (#12165)
|
2020-09-13 09:30:51 +08:00 |
Justin Starry
|
e1abb64f41
|
feat: require feePayer account before tx serialization (#12109)
* feat: require feePayer account before tx serialization
* feat: add setSigners method
* feat: rename signPartial to partialSign
|
2020-09-10 14:04:09 +08:00 |
Justin Starry
|
11b199cccf
|
feat: use pubsub to confirm transactions (#12095)
|
2020-09-08 13:12:47 +08:00 |
Jack May
|
2395e57f45
|
fix: use bpf-loader-deprecated explicitly (#11818)
|
2020-08-25 09:05:33 -07:00 |
Justin Starry
|
177c9c3aec
|
feat: add simulateTransaction API
|
2020-08-11 17:08:27 +08:00 |
Justin Starry
|
b36e60738e
|
feat: add getParsedConfirmedTransaction API
|
2020-08-06 23:14:46 +08:00 |
Justin Starry
|
8547ae43ce
|
feat: add skipPreflight option
|
2020-06-14 21:57:04 -07:00 |
Justin Starry
|
839e93480c
|
feat: update transaction confirming apis
|
2020-06-14 21:57:04 -07:00 |
Jack May
|
f02e73cd5e
|
fix: remove return value from load, unnecessary
|
2020-06-14 21:57:04 -07:00 |
Justin Starry
|
e6fb146809
|
feat: specify program account when using bpf loader
|
2020-06-14 21:57:04 -07:00 |
Tyera Eulberg
|
369afecfeb
|
fix: update rpc methods to upstream changes
|
2020-06-14 21:57:04 -07:00 |
Tyera Eulberg
|
cc550dfb08
|
fix: properly fund BPF payer accounts
|
2020-06-14 21:57:04 -07:00 |
Justin Starry
|
189807f5a5
|
feat: add commitment param to JSON RPC API requests (#549)
* feat: add commitment param to json rpc requests
* fix: tests and examples
* fix: docs
* fix: epoch info test
* fix: budget example
* fix: test timeout
* fix: remove MAX_COMMITMENT and RECENT_COMMITMENT types
|
2020-06-14 21:57:04 -07:00 |
Tyera Eulberg
|
d0c89f7fa3
|
fix: update accounts to readonly/writable
|
2020-06-14 21:57:04 -07:00 |
Jack May
|
81c2e8f9c1
|
fix: loader report minimum number of signatures required (#535)
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
c705ac01f5
|
fix: adapt tests to higher default transaction signature fee (#531)
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
a8d0b6f9f1
|
fix: add more lamports to payer accounts to account for higher fees
|
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
|
41d14bec22
|
style: Prettify
|
2020-06-14 21:57:04 -07:00 |
Jack May
|
4c4f5a0fb9
|
Add BPF Rust noop example (#316)
|
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
|
759d7b9cc2
|
fix: adjust DEFAULT_TICKS_PER_SLOT to match main repo
|
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
|
6b3eeb5504
|
fix: bpf programs are now shared objects
|
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
|
1d6abb17cf
|
refactor: employ prettier
|
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 |
Jack May
|
f871b0410a
|
fix: Remove fs dep, bpf_loader now takes ELF as bytes
|
2020-06-14 21:57:04 -07:00 |
Michael Vines
|
378e766178
|
test: timeout++
|
2020-06-14 21:57:04 -07:00 |
jackcmay
|
02787df7b9
|
Add BpfLoader (#34)
feat: Add BpfLoader
|
2020-06-14 21:57:04 -07:00 |