solana/web3.js/src
Josh 368aeb2cee
feat: add Secp256k1 support to solana-web3.js (#12958)
* feat: add secp256k1 instruction

* feat: use buffer-layout for encoding as well

* style: use consistent naming for types

* style: update typings and make program functions static

* fix: attempt to resolve rollup issue

* fix: expose sysvar in typings

* fix: remove decode instruction functionality (for now)
2020-10-22 13:15:24 -07:00
..
util
account.js
agent-manager.js fix: use Node.js https agent when endpoint uses https (#12692) 2020-10-07 00:41:18 +08:00
blockhash.js
bpf-loader-deprecated.js
bpf-loader.js feat: support restarting failed bpf loader deploys (#12163) 2020-09-23 22:54:27 +08:00
connection.js feat: disable loader rate limiter for non solana endpoints (#13018) 2020-10-21 16:19:51 +08:00
fee-calculator.js
index.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
instruction.js
layout.js
loader.js feat: disable loader rate limiter for non solana endpoints (#13018) 2020-10-21 16:19:51 +08:00
message.js fix: ensure signatures are ordered correctly (#12165) 2020-09-13 09:30:51 +08:00
nonce-account.js
publickey.js fix: createProgramAddress now throws on an invalid seed length 2020-10-13 19:01:34 -07:00
secp256k1-program.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
stake-program.js
system-program.js
sysvar.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
timing.js
transaction.js chore: remove unnecessary if condition 2020-09-13 07:20:14 +00:00
validator-info.js
vote-account.js