dependabot[bot]
49b3d51e57
chore: bump prettier from 2.0.5 to 2.1.1 in /web3.js ( #12107 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.1.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 08:22:28 +00:00
dependabot[bot]
529c7fe683
chore: bump acorn from 7.4.0 to 8.0.1 in /web3.js ( #12106 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.4.0 to 8.0.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.4.0...8.0.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 08:21:22 +00:00
Justin Starry
11b199cccf
feat: use pubsub to confirm transactions ( #12095 )
2020-09-08 13:12:47 +08:00
dependabot[bot]
4013447c08
chore: bump @typescript-eslint/eslint-plugin in /web3.js ( #12090 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 3.10.1 to 4.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.0.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 04:08:51 +00:00
Justin Starry
cfe9b8b744
feat: add idle timeout and fix subscription race ( #12093 )
2020-09-07 23:12:22 +08:00
dependabot[bot]
ee646aa7a2
chore: bump @commitlint/config-conventional in /web3.js ( #12091 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 08:25:47 +00:00
Justin Starry
d4cbd0d171
fix: use heartbeat to keep ws connection alive ( #12079 )
2020-09-07 10:24:16 +08:00
Justin Starry
b529fc7fb9
fix: update rpc-websockets to fix reconnect issue ( #12081 )
2020-09-06 19:10:40 +08:00
Justin Starry
3b1dbfcce2
fix: update rpc-websockets to fix notification race ( #12074 )
2020-09-06 13:33:30 +08:00
Justin Starry
6367d02277
chore: update typescript-eslint dependencies ( #12076 )
2020-09-06 13:09:22 +08:00
Paul
3bd3795e2c
chore: improve docs for Connection.confirmTransaction method ( #11889 )
...
Co-authored-by: Paul Schaaf <[email protected] >
2020-09-05 15:34:03 +08:00
dependabot[bot]
023bb8f150
chore: bump typescript from 3.9.7 to 4.0.2 in /web3.js ( #11925 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-05 15:31:56 +08:00
Justin Starry
24f551a9e8
fix: speed up get leader schedule ( #12049 )
2020-09-05 00:33:23 +08:00
Jack May
e048e08dae
fix: update Pubkey typescript bindings ( #11971 )
2020-09-01 11:14:41 -07:00
Justin Starry
d1c08d0b04
chore: fix token tests ( #11975 )
2020-09-01 10:58:40 -07:00
Jack May
d167feda98
fix: bn clipping in create_program_address ( #11951 )
2020-08-31 15:02:21 -07:00
dependabot[bot]
9081f672d3
chore: bump jayson from 3.3.3 to 3.3.4 in /web3.js
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/commits )
Signed-off-by: dependabot[bot] <[email protected] >
2020-08-28 16:50:00 -07:00
Jon Cinque
0bbfd59540
Add quotes to new argument
2020-08-28 16:49:28 -07:00
Jon Cinque
8c43a3da32
Update nofile flag in Docker to run Solana
...
Currently, the Solana Docker container does not start because it
requires `nofile` to be at least 500000, and the default behavior is
1024.
This fixes the documentation and running script to properly set the ulimit to
500000.
2020-08-28 16:49:28 -07:00
Justin Starry
2e0fefd1ce
fix: export bpf loader program id consts ( #11854 )
2020-08-26 17:10:02 +08:00
Justin Starry
79deb98486
fix: update rpc-websockets to fix pubsub race ( #11846 )
2020-08-26 16:08:58 +08:00
Justin Starry
7aa8b1c658
fix: lock recent blockhash poll to prevent concurrent polling
2020-08-26 15:57:56 +08:00
Justin Starry
d6ecb2699f
chore: npm run lint:fix
2020-08-26 15:57:56 +08:00
Justin Starry
b0e5714ca0
chore: disable assertion in getBlockTime test ( #11850 )
2020-08-26 15:40:48 +08:00
Jack May
2395e57f45
fix: use bpf-loader-deprecated explicitly ( #11818 )
2020-08-25 09:05:33 -07:00
Dafydd Durairaj
4593c3a172
Exponential backoff on waiting between 429 Errors in connection.js
2020-08-25 09:00:43 -07:00
Justin Starry
72fa1d29a9
chore: fix failing getBlockTime integration test ( #11825 )
2020-08-25 17:40:50 +08:00
Greg Fitzgerald
f02a78d8ff
Add StakeInstruction::AuthorizeWithSeed ( #11700 )
...
* Add StakeInstruction::AuthorizeWithSeed
* chore: add authorize-with-seed to web.js
* fix: add address_owner
* Add SystemInstruction::TransferWithSeed
* Update ABI hash
* chore: better variable names
* Add AuthorizeWithSeedArgs
* Reorder and rename arguments for clarity
2020-08-21 18:28:01 +00:00
Michael Vines
41868f8adb
Remove reference to old jsfiddle link
2020-08-21 09:27:48 -07:00
dependabot[bot]
d459a03ea5
chore: bump rpc-websockets from 5.3.1 to 7.0.0 in /web3.js ( #11778 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.3.1 to 7.0.0.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v5.3.1...v7.0.0 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:21:01 +00:00
dependabot[bot]
bfe31137a9
chore: bump @babel/core from 7.11.1 to 7.11.4 in /web3.js ( #11776 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.1 to 7.11.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.4/packages/babel-core )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:18:12 +00:00
dependabot[bot]
d3a17d25e1
chore: bump @commitlint/travis-cli from 9.1.1 to 9.1.2 in /web3.js ( #11774 )
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:16:36 +00:00
dependabot[bot]
fe7ce94dac
chore: bump @babel/plugin-transform-runtime in /web3.js ( #11578 )
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.10.5 to 7.11.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 11:48:00 +08:00
dependabot[bot]
432138f645
chore: bump @babel/preset-env from 7.10.4 to 7.11.0 in /web3.js ( #11344 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.10.4 to 7.11.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 11:47:14 +08:00
dependabot[bot]
c8b40da7ab
chore: bump @babel/core from 7.10.5 to 7.11.1 in /web3.js ( #11731 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.10.5 to 7.11.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.1/packages/babel-core )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-20 08:39:11 +00:00
Justin Starry
cf941b0eda
fix: properly decode account notifications ( #11724 )
2020-08-20 12:36:42 +08:00
Jack May
eb007a233f
fix: bpf loader flow definition ( #11714 )
2020-08-19 15:35:45 -07:00
dependabot[bot]
e2d66cf796
chore: bump rollup from 2.23.1 to 2.26.4 in /web3.js ( #11708 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.23.1 to 2.26.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.23.1...v2.26.4 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-19 08:17:23 +00:00
dependabot[bot]
48e281c5bd
chore: bump bn.js from 5.1.2 to 5.1.3 in /web3.js ( #11685 )
...
Bumps [bn.js](https://github.com/indutny/bn.js ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/indutny/bn.js/releases )
- [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/indutny/bn.js/compare/v5.1.2...v5.1.3 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 08:45:23 +00:00
Michael Vines
eb83604eaf
fix: adapt to binary64 -> base64 rename
2020-08-17 22:19:49 -07:00
Michael Vines
d527e39c64
fix: adapt to binary64 RPC encoding change
2020-08-17 22:19:49 -07:00
Michael Vines
069ba2bc9e
fix: retry after a brief delay upon a 429 response
2020-08-17 16:16:27 -07:00
Michael Vines
967d6e0e3d
fix: Return proper error objects for HTTP errors
2020-08-17 15:34:20 -07:00
dependabot[bot]
5ab8d19bac
chore: bump crypto-hash from 1.2.2 to 1.3.0 in /web3.js ( #11660 )
...
Bumps [crypto-hash](https://github.com/sindresorhus/crypto-hash ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/sindresorhus/crypto-hash/releases )
- [Commits](https://github.com/sindresorhus/crypto-hash/compare/v1.2.2...v1.3.0 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 08:33:54 +00:00
Justin Starry
2011ed3344
fix: undefined is a valid result for getBlockTime
2020-08-14 23:25:34 +08:00
Justin Starry
74bf0d8d3b
feat: remove hex public key decoding
2020-08-14 22:48:29 +08:00
dependabot[bot]
8f88ab1a05
chore: bump rollup-plugin-terser from 6.1.0 to 7.0.0 in /web3.js ( #11626 )
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 6.1.0 to 7.0.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v6.1.0...v7.0.0 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-14 08:35:40 +00:00
dependabot[bot]
13c5c9d31b
chore: bump fs-file-tree from 1.1.0 to 1.1.1 in /web3.js ( #11609 )
...
Bumps [fs-file-tree](https://github.com/IonicaBizau/fs-file-tree ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/IonicaBizau/fs-file-tree/releases )
- [Commits](https://github.com/IonicaBizau/fs-file-tree/compare/1.1.0...1.1.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 08:30:02 +00:00
Justin Starry
7dbd2d3519
fix: fix BpfLoader.programId ts type def
2020-08-13 11:49:12 +08:00
Hendrik Hofstadt
dfd829a2e2
fix: fix createProgramAddress for bundled applications
2020-08-13 11:16:03 +08:00
dependabot[bot]
e5210029b5
chore: bump rollup from 2.23.0 to 2.23.1 in /web3.js
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.23.0...v2.23.1 )
Signed-off-by: dependabot[bot] <[email protected] >
2020-08-13 11:14:40 +08:00
Jack May
9071da6da7
fix: support loading with deprecated bpf loader ( #11595 )
2020-08-12 15:54:57 -07:00
Jack May
d4309b6481
feat: add Message.from method for decoding compiled messages ( #11593 )
2020-08-12 15:01:39 -07:00
Jack May
be03731379
feat: use bpf_loader2 as the default loader ( #11457 )
2020-08-12 14:41:58 -07:00
Tyera Eulberg
5f05086ed6
fix: add space to ParsedAccountData ( #11521 )
2020-08-11 21:44:28 -06:00
Justin Starry
e1dc05fae0
feat: add getTokenLargestAccounts method
2020-08-11 18:10:56 +08:00
Justin Starry
177c9c3aec
feat: add simulateTransaction API
2020-08-11 17:08:27 +08:00
Justin Starry
0c97e39675
fix: ignore extra space field in parsed accounts
2020-08-11 16:52:09 +08:00
Justin Starry
97e53f867f
fix: use base64 encoding by default for account data
2020-08-11 11:46:42 +08:00
dependabot[bot]
5a3f10adbc
chore: bump acorn from 7.3.1 to 7.4.0 in /web3.js ( #11501 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.3.1...7.4.0 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 08:46:43 +00:00
Justin Starry
fe3729c33e
fix: use recommended buffer api for decoding base64
2020-08-10 02:38:51 +08:00
Justin Starry
91f843c56c
fix: base64 decode account data
2020-08-10 02:06:34 +08:00
Greg Fitzgerald
edadd5d6d5
Remove Budget from CLI ( #11451 )
...
* Remove support for Budget
Also:
* Make "pay" command a deprecated alias for the "transfer" command
* chore: remove budget from web3.js
* Drop Budget depedency from core
Validators no longer ship with builtin Budget
2020-08-07 16:01:51 -06:00
dependabot[bot]
4b52306063
chore: bump rpc-websockets from 5.2.4 to 5.3.1 in /web3.js ( #11410 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.2.4 to 5.3.1.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v5.2.4...v5.3.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 10:25:12 +00:00
Justin Starry
c0ac8aae08
fix: expose getConfirmedSignaturesForAddress2 method in type defs
2020-08-07 18:13:40 +08:00
Justin Starry
c7a2fbe7eb
feat: add parsed account data APIs
2020-08-07 00:44:20 +08:00
Justin Starry
b36e60738e
feat: add getParsedConfirmedTransaction API
2020-08-06 23:14:46 +08:00
Jack May
5c4b8153c6
fix: land program addresses off-curve ( #11355 )
2020-08-06 07:10:54 -07:00
Michael Vines
8d1400d3d6
fix: add support for getConfirmedSignaturesForAddress2 RPC method
2020-08-05 23:00:25 -07:00
Justin Starry
2261c066f3
fix: update token API handling
2020-08-06 12:35:45 +08:00
dependabot[bot]
5d3c39b6a9
chore: bump rpc-websockets from 5.2.3 to 5.2.4 in /web3.js ( #11306 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 08:52:03 +00:00
Justin Starry
5a69c66877
feat: add token methods ( #11303 )
2020-07-31 12:33:54 +08:00
Justin Starry
d0f4b24481
fix: remove instanceof checks
2020-07-30 11:44:46 -07:00
dependabot[bot]
9bc31f1e66
chore: bump rollup from 2.22.1 to 2.23.0 in /web3.js ( #11269 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.22.1...v2.23.0 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 11:14:35 +00:00
dependabot[bot]
b4f950c770
chore: bump @commitlint/config-conventional in /web3.js ( #11240 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 9.0.1 to 9.1.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 10:01:10 +00:00
dependabot[bot]
d9d69eee81
chore: bump eslint-plugin-import from 2.21.2 to 2.22.0 in /web3.js ( #11239 )
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 09:00:46 +00:00
dependabot[bot]
d397577e27
chore: bump eslint-plugin-prettier from 3.1.3 to 3.1.4 in /web3.js ( #11238 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.3...v3.1.4 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 08:45:48 +00:00
dependabot[bot]
610f4576bc
chore: bump typescript from 3.9.5 to 3.9.7 in /web3.js ( #11236 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v3.9.7 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 08:30:49 +00:00
dependabot[bot]
de34839f19
chore: bump flow-bin from 0.127.0 to 0.130.0 in /web3.js
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.127.0 to 0.130.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits )
Signed-off-by: dependabot[bot] <[email protected] >
2020-07-27 11:01:25 -07:00
dependabot[bot]
a55f09f178
chore: bump flow-typed from 3.1.0 to 3.2.1 in /web3.js ( #11198 )
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/flow-typed/flow-typed/releases )
- [Changelog](https://github.com/flow-typed/flow-typed/blob/master/CHANGELOG.md )
- [Commits](https://github.com/flow-typed/flow-typed/compare/v3.1.0...v3.2.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 10:58:24 +00:00
Justin Starry
4d05683abe
chore: fix flaky connection test
2020-07-22 22:54:34 +08:00
Michael Vines
3b87780f21
fix: getEpochInfo RPC endpoint now includes the current block height
2020-07-21 17:24:07 -07:00
dependabot[bot]
0781ab817f
chore: bump rollup from 2.21.0 to 2.22.1 in /web3.js ( #11131 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.21.0 to 2.22.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.21.0...v2.22.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 09:54:48 +00:00
dependabot[bot]
0a7cbdf495
chore: bump @babel/runtime from 7.10.2 to 7.10.5 in /web3.js ( #11129 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.10.2 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-runtime )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 09:13:16 +00:00
dependabot[bot]
a09013660f
chore: bump @babel/plugin-proposal-function-bind in /web3.js ( #11128 )
...
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-bind ) from 7.10.1 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-plugin-proposal-function-bind )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 08:58:30 +00:00
dependabot[bot]
910f559c0c
chore: bump rpc-websockets from 5.2.2 to 5.2.3 in /web3.js ( #11100 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 08:44:19 +00:00
Justin Starry
d0e139ffff
feat: add getLeaderSchedule api
2020-07-18 13:23:29 +08:00
Justin Starry
74b4830ba6
fix: broken SlotInfo type def ( #11120 )
2020-07-18 05:22:58 +00:00
dependabot[bot]
836eeba8f3
chore: bump @commitlint/travis-cli from 9.0.1 to 9.1.1 in /web3.js ( #11099 )
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 9.0.1 to 9.1.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 08:22:13 +00:00
dependabot[bot]
59bee1ab64
chore: bump @babel/preset-env from 7.10.2 to 7.10.4 in /web3.js ( #11098 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.10.2 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 08:19:55 +00:00
dependabot[bot]
d8d87d5d02
chore: bump @babel/plugin-transform-runtime in /web3.js
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot[bot] <[email protected] >
2020-07-15 13:48:14 -07:00
dependabot[bot]
f94979c87c
chore: bump @babel/core from 7.10.4 to 7.10.5 in /web3.js
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-core )
Signed-off-by: dependabot[bot] <[email protected] >
2020-07-15 08:08:23 -07:00
dependabot[bot]
9abfd67cd9
chore: bump ws from 7.3.0 to 7.3.1 in /web3.js ( #11058 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.3.0...7.3.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 11:51:40 -07:00
dependabot[bot]
5e2d80a861
chore: bump @babel/preset-flow in /web3.js ( #11061 )
...
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow ) from 7.10.1 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-preset-flow )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 11:51:21 -07:00
dependabot[bot]
ab8d7924f0
chore:(deps-dev): bump marked from 1.1.0 to 1.1.1 in /web3.js ( #11060 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v1.1.0...v1.1.1 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 11:50:18 -07:00
Michael Vines
427d0ff0b5
fix: ignore unknown fields in more RPC responses
2020-07-11 03:39:49 +00:00
Trent Nelson
19813b0ab2
fix: align web3 stake split instruction constuction with rust
2020-07-10 15:29:48 -06:00
Trent Nelson
a8b1d71ae6
fix: inconsistent tx message compilation accounting
2020-07-10 15:29:48 -06:00
Trent Nelson
40800e257c
test: tweak test to suss out tx message serialization bug
2020-07-10 15:29:48 -06:00
Trent Nelson
3e3241125f
fix: serializing an unsigned tx should throw
2020-07-10 15:29:48 -06:00
dependabot-preview[bot]
ae6aaab4d8
chore(deps-dev): bump rollup from 2.18.0 to 2.21.0 in /web3.js ( #10988 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.18.0 to 2.21.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.18.0...v2.21.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-10 14:04:59 +00:00
dependabot-preview[bot]
4ef8f893c7
chore(deps-dev): bump @babel/plugin-transform-runtime in /web3.js ( #10969 )
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.10.1 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-09 14:25:49 +00:00
dependabot-preview[bot]
3da4a34ef0
chore(deps-dev): bump @babel/plugin-proposal-class-properties ( #10943 )
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties ) from 7.10.1 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-plugin-proposal-class-properties )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 10:38:59 -07:00
dependabot-preview[bot]
2c16a3cd80
chore(deps): [security] bump npm from 6.14.5 to 6.14.6 in /web3.js ( #10949 )
...
Bumps [npm](https://github.com/npm/cli ) from 6.14.5 to 6.14.6. **This update includes a security fix.**
- [Release notes](https://github.com/npm/cli/releases )
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md )
- [Commits](https://github.com/npm/cli/compare/v6.14.5...v6.14.6 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 10:38:17 -07:00
Justin Starry
c06505934f
chore: fix test flakiness and add mock helper ( #10956 )
2020-07-08 12:46:16 +00:00
dependabot-preview[bot]
2aa610e5c8
chore(deps-dev): bump semantic-release from 17.0.8 to 17.1.1 in /web3.js
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.8 to 17.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.8...v17.1.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-07-07 18:20:41 +08:00
dependabot-preview[bot]
2f5f89f804
chore(deps-dev): bump jest from 26.0.1 to 26.1.0 in /web3.js ( #10896 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.0.1 to 26.1.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v26.0.1...v26.1.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-02 09:00:00 -07:00
dependabot-preview[bot]
1742824dd5
chore(deps-dev): bump @commitlint/travis-cli in /web3.js ( #10772 )
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 8.3.5 to 9.0.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v9.0.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:34:03 -07:00
dependabot-preview[bot]
2f6f081af4
chore(deps-dev): bump @commitlint/config-conventional in /web3.js ( #10774 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 8.3.4 to 9.0.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v9.0.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:09:10 -07:00
dependabot-preview[bot]
ba73f24a93
chore(deps-dev): bump @babel/core from 7.10.2 to 7.10.4 in /web3.js ( #10852 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.10.2 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:07:45 -07:00
Jack May
0579581f8c
feat: getProgramAddress takes bytes rather than strings ( #10837 )
2020-06-29 17:05:05 -07:00
dependabot-preview[bot]
65eee0dfb8
chore(deps-dev): bump rollup from 2.17.0 to 2.18.0 in /web3.js
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.17.0...v2.18.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-24 16:03:36 +08:00
dependabot-preview[bot]
00e1235f8f
chore(deps-dev): bump rollup from 2.15.0 to 2.17.0 in /web3.js
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.15.0 to 2.17.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.15.0...v2.17.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-19 15:27:01 +08:00
Justin Starry
f31f66a7c3
fix: avoid double spend in sendAndConfirmTransaction
2020-06-19 15:25:41 +08:00
Justin Starry
229ff05fe9
fix: improve send and confirm options ergonomics
2020-06-18 15:54:15 +08:00
Justin Starry
7ad96e833b
chore: fix flow config
2020-06-18 15:39:02 +08:00
Justin Starry
df7e40f0bd
chore: add set -e to web3 travis script to fail job on error
2020-06-18 15:39:02 +08:00
Justin Starry
66e03822a8
chore: fix web3 CI build failure
2020-06-18 15:39:02 +08:00
dependabot-preview[bot]
b81998be69
chore(deps-dev): bump flow-bin from 0.126.1 to 0.127.0 in /web3.js ( #10591 )
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.126.1 to 0.127.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits )
Signed-off-by: dependabot-preview[bot] <[email protected] >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 13:13:38 +08:00
Michael Vines
de9799962c
fix: remove broken links from README
2020-06-14 23:24:22 -07:00
Michael Vines
22ea4fb272
ci: break up .travis.yml
2020-06-14 22:08:55 -07:00
Michael Vines
d7b9aca87b
chore: remove trailing whitespace
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
23ab880286
chore(deps-dev): bump eslint-plugin-import from 2.21.1 to 2.21.2
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.21.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
24a906bf51
chore(deps-dev): bump acorn from 7.2.0 to 7.3.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.2.0...7.3.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
f563835d45
chore(deps): bump jayson from 3.3.1 to 3.3.3
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.3.1...v3.3.3 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Justin Starry
ad0e71d357
feat: make Transaction.populate method public and tweak MessageArgs
2020-06-14 21:57:04 -07:00
Justin Starry
22a63fe93c
fix: fix blockhash cache reuse
2020-06-14 21:57:04 -07:00
Justin Starry
24bb060292
feat: remove commitment option from requestAirdrop
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
a9a19e2363
chore(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.20.2 to 2.21.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
48cbaacee5
chore(deps-dev): bump rollup from 2.13.1 to 2.15.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.13.1 to 2.15.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.13.1...v2.15.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
7bcdb6d693
chore(deps-dev): bump typescript from 3.9.3 to 3.9.5
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.3...v3.9.5 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
1feff166cc
chore(deps): bump rpc-websockets from 5.1.2 to 5.2.2
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.1.2 to 5.2.2.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v5.1.2...v5.2.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
71a3f0f677
chore(deps-dev): bump rollup from 2.12.0 to 2.13.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.12.0 to 2.13.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.12.0...v2.13.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
92d3f5887e
chore(deps-dev): bump flow-bin from 0.126.0 to 0.126.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.126.0 to 0.126.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Justin Starry
e622bb12b3
feat: add getFeeCalculatorForBlockhash method
2020-06-14 21:57:04 -07:00
Justin Starry
e876081d52
chore: revert package.json change
2020-06-14 21:57:04 -07:00
Justin Starry
8f03677801
feat: remove getInflation in favor of getInflationGovernor
2020-06-14 21:57:04 -07:00
Justin Starry
8547ae43ce
feat: add skipPreflight option
2020-06-14 21:57:04 -07:00
Justin Starry
a6e07e44da
chore: revert "bump eslint-plugin-jest from 22.19.0 to 23.13.2"
...
This reverts commit 0df7eb8a1b324eb38daa1818990b0557c7147337.
2020-06-14 21:57:04 -07:00
Justin Starry
3a4d7ebe09
chore: revert "bump flow-bin from 0.125.1 to 0.126.0"
...
This reverts commit 35226a0e0e26673bbd38fbacff9257e72a0835f6.
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
e759e7c91d
chore(deps-dev): bump eslint-plugin-jest from 22.19.0 to 23.13.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.19.0 to 23.13.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.19.0...v23.13.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
b7668838c9
chore(deps-dev): bump flow-bin from 0.125.1 to 0.126.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.125.1 to 0.126.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
c4c6db6442
chore(deps): bump rpc-websockets from 5.1.1 to 5.1.2
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v5.1.1...v5.1.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
2c050eec39
chore(deps-dev): bump rollup from 2.11.2 to 2.12.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.11.2 to 2.12.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.11.2...v2.12.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
c45e267973
chore(deps-dev): bump @babel/core from 7.10.1 to 7.10.2
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
1670c4bee1
chore(deps-dev): bump @babel/preset-env from 7.10.1 to 7.10.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
595f1c8867
chore(deps): bump @babel/runtime from 7.10.1 to 7.10.2
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
723cc5b925
chore(deps-dev): bump @babel/core from 7.10.0 to 7.10.1
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.10.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
feaddea1d1
chore(deps): bump jayson from 3.3.0 to 3.3.1
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.3.0...v3.3.1 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
0c996f80e8
chore(deps-dev): bump rollup from 2.11.0 to 2.11.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.11.0 to 2.11.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.11.0...v2.11.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
6b41331ecd
chore(deps-dev): bump @babel/preset-env from 7.10.0 to 7.10.1
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.10.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
0838cdb58b
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties ) from 7.8.3 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-proposal-class-properties )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
fc076a0603
chore(deps): bump @babel/runtime from 7.10.0 to 7.10.1
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.10.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
1993b51e74
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.10.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
5688949220
chore(deps-dev): bump @babel/preset-flow from 7.9.0 to 7.10.1
...
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow ) from 7.9.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-preset-flow )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
fa2cbaf95f
chore(deps-dev): bump @babel/plugin-proposal-function-bind
...
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-bind ) from 7.8.3 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-proposal-function-bind )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
8ab4c22a54
chore(deps-dev): bump rollup from 2.10.9 to 2.11.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.10.9 to 2.11.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.10.9...v2.11.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Jack May
a29e088169
feat: add createProgramAddress
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
85c68bc953
chore(deps-dev): bump @babel/core from 7.9.6 to 7.10.0
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.9.6 to 7.10.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.6...v7.10.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
8623d989cd
chore(deps-dev): bump @babel/preset-env from 7.9.6 to 7.10.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.9.6 to 7.10.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.6...v7.10.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
c289ce85a6
chore(deps): bump @babel/runtime from 7.9.6 to 7.10.0
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.9.6 to 7.10.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.0/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
6e262b8eab
chore(deps-dev): bump rollup-plugin-terser from 5.3.0 to 6.1.0
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.3.0 to 6.1.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.3.0...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
c4797ae210
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.9.6 to 7.10.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.6...v7.10.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Tyera Eulberg
e2e4b47103
feat: add singleGossip commitment level
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
ed08c25d2d
chore(deps-dev): bump semantic-release from 17.0.7 to 17.0.8
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.7 to 17.0.8.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.7...v17.0.8 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
13bc7a4d95
chore(deps-dev): bump rollup from 2.10.8 to 2.10.9
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.10.8 to 2.10.9.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.10.8...v2.10.9 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Justin Starry
925c225885
feat: add support for getFirstAvailableBlock method
2020-06-14 21:57:04 -07:00
Justin Starry
1b8fe71230
feat: add getLargestAccounts rpc api
2020-06-14 21:57:04 -07:00
Justin Starry
9c677c7d3d
feat: add support for getSupply RPC method
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
6d24110bcd
chore(deps-dev): bump rollup from 2.10.5 to 2.10.8
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.10.5 to 2.10.8.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.10.5...v2.10.8 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Tyera Eulberg
79642c5d40
fix: update expected signature-status error
2020-06-14 21:57:04 -07:00
Justin Starry
722adb66c2
feat: add commitment param to subscription apis
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
803910bf08
chore(deps-dev): bump acorn from 7.1.1 to 7.2.0
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.1.1...7.2.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Justin Starry
7f9a2e477f
fix: fix getEpochInfo type definition
2020-06-14 21:57:04 -07:00
Justin Starry
6558e05fd0
feat: add minimumLedgerSlot api
2020-06-14 21:57:04 -07:00
Justin Starry
839e93480c
feat: update transaction confirming apis
2020-06-14 21:57:04 -07:00
Justin Starry
3b71ec1ff6
feat: add root and single commitment levels
2020-06-14 21:57:04 -07:00
Jack May
1e1c9de367
fix: clean fixtures
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
dependabot-preview[bot]
6b0c4bf17f
chore(deps): bump bn.js from 5.1.1 to 5.1.2
...
Bumps [bn.js](https://github.com/indutny/bn.js ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/indutny/bn.js/releases )
- [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/indutny/bn.js/compare/v5.1.1...v5.1.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
4ee1743b52
chore(deps-dev): bump flow-bin from 0.123.0 to 0.125.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.123.0 to 0.125.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
a97a69bf30
chore(deps-dev): bump codecov from 3.6.5 to 3.7.0
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.6.5 to 3.7.0.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.5...v3.7.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
a38b6e7060
chore(deps-dev): bump typescript from 3.9.2 to 3.9.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...v3.9.3 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
88af310d07
chore(deps-dev): bump rollup from 2.7.6 to 2.10.5
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.7.6 to 2.10.5.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.7.6...v2.10.5 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
fc5c33d921
chore(deps-dev): bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.30.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
b3e093e4f5
chore(deps-dev): bump @typescript-eslint/parser from 2.30.0 to 2.34.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.30.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Justin Starry
4b613a4574
feat: add getBlockTime method
2020-06-14 21:57:04 -07:00
Justin Starry
e10a5c90ab
chore: disable latest node in CI
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
5fbd07c2c0
chore(deps): bump ws from 7.2.5 to 7.3.0
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.5 to 7.3.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.5...7.3.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
8f2a0d1106
chore(deps-dev): bump typescript from 3.8.3 to 3.9.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.8.3 to 3.9.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.2 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
dependabot-preview[bot]
7a835af4b8
chore(deps-dev): bump marked from 0.8.2 to 1.1.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.8.2 to 1.1.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v1.1.0 )
Signed-off-by: dependabot-preview[bot] <[email protected] >
2020-06-14 21:57:04 -07:00
Justin Starry
ec71ed9e57
chore: bump jest from 25.5.4 to 26.0.1
2020-06-14 21:57:04 -07:00
Justin Starry
615252c2e9
chore: bump jest from 25.5.2 to 25.5.4
2020-06-14 21:57:04 -07:00
Justin Starry
d3a2934e75
chore: fix flaky test and stop running broken examples in ci
2020-06-14 21:57:04 -07:00
Justin Starry
5f0b182a3b
fix: overly strict key length check when decoding stake instructions
2020-06-14 21:57:04 -07:00
Justin Starry
2116e2b181
fix: key length check when decoding instructions
2020-06-14 21:57:04 -07:00
Justin Starry
742c83f15b
fix: add type defs for getEpochInfo
2020-06-14 21:57:04 -07:00
Justin Starry
a112d9cedf
fix: add type def for NonceAccount.fromAccountData
2020-06-14 21:57:04 -07:00
Justin Starry
02a278b3b2
fix: add version to ContactInfo
2020-06-14 21:57:04 -07:00
Justin Starry
c584fbdf39
feat: add support for more system instructions
2020-06-14 21:57:04 -07:00