1.37.0 (2022-03-28)
Features
- add getEstimatedFee to Transaction (#23579) (45b41c6)
- adds getBlockProduction RPC call (0910f60)
- web3.js: expose rpcEndpoint in client for web3.js (#23719) (569561a)
Bug Fixes
- add type-check script to web3.js package (#23109) (cb94e48)
- add TypeScript buffer type to ed25519-program.ts (fcdb8e9)
- add TypeScript buffer type to instruction.ts (d64f3cf)
- add TypeScript buffer type to layout.ts (2322ca4)
- add TypeScript buffer type to loader.ts (e097ac8)
- add TypeScript buffer type to message.ts (a1d207f)
- add TypeScript buffer type to nonce-account.ts (aa2f8c7)
- add TypeScript buffer type to secp256k1-program.ts (15aca68)
- add TypeScript buffer type to stake-program.ts (f75bcb3)
- add TypeScript buffer type to system-program.ts (009f76f)
- add TypeScript buffer type to vote-account.ts (c3f0bc8)
- add TypeScript buffer type to vote-program.ts (74d2bed)
- add TypeScript types to the rustString buffer layout helper (fc2baf9)
- fix spelling of timestamp in BlockTimestamp type (2f54ad9)
- repair web3 connection tests by making fewer assumptions about the existence of particular blocks (#23921) (3c0d0dd)
- update 'borsh' dependency to v0.7.0 (#22425) (8853e2a)
- web3.js browser cjs build (#23500) (b2f933f)
- when there is no instruction index, default to the current instruction by supplying u16:MAX (4123869)