Commit Graph

9758 Commits

Author SHA1 Message Date
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 f120ef21ee fix: adapt to SolKeyedAccount name change 2020-06-14 21:57:04 -07:00
Michael Vines e4d1497c9d fix: surface system_program info logs by default 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 916a5eb3d2 fix: flatten symlinks in bpf-sdk/ as |npm pack| strips all symlinks 2020-06-14 21:57:04 -07:00
Michael Vines 8e3785989e fix: update some devDependencies 2020-06-14 21:57:04 -07:00
Michael Vines f032e45bcd chore: delete stray swap file 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 5311ed7f68 fix: catch up to sol_deserialize() signature change 2020-06-14 21:57:04 -07:00
Michael Vines 921ae797d8 fix: stabilize tests 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 3ef167f8fa chore: package-lock.json 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
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