981294cbc6
Don't require increased open file limit at ledger creation
...
Follow-up to 0b92720fdb
, `create_new_ledger()` does not require a higher fd limit
2020-12-17 08:49:23 -08:00
ff728e5e56
Fix program account rent exemption ( #14176 ) ( #14180 )
...
(cherry picked from commit 593ad80954
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-17 03:46:43 -08:00
9aaf41bef2
Don't require increased open file limit in solana-test-validator
...
Travis CI in particular does not allow the open file limit to be
increased.
(cherry picked from commit 0b92720fdb
)
2020-12-16 22:59:56 -08:00
271eec656c
Use an ephemeral mint address if the client keypair is not available
...
Typically this can occur in a CI environment
(cherry picked from commit 8d700c3b94
)
2020-12-16 22:59:56 -08:00
13d071607f
Revert "Ignore RUSTSEC-2020-0077 until next 1.4 release"
...
This reverts commit 1792100e2b
.
2020-12-17 01:54:26 +00:00
ffe35d9a10
Bump SPL crates
2020-12-17 01:54:26 +00:00
bb2fb07b39
Add blockstore skipped api ( #14145 ) ( #14167 )
...
* Add blockstore api to determine if a slot was skipped
* Return custom rpc error if slot is skipped
(cherry picked from commit ac0d32bc7e
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-12-16 22:26:54 +00:00
85fc51dc61
fix formatting error in docs ( #14163 )
...
(cherry picked from commit 41a93ced23
)
Co-authored-by: Jeff Washington (jwash) <wash678@gmail.com >
2020-12-16 18:51:24 +00:00
0276b6c4c2
Correctly show reward percent changes ( #14161 )
...
(cherry picked from commit bebfa6e93c
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-12-16 18:15:36 +00:00
c481e4fe7f
Partial shred deserialize cleanup and shred type differentiation ( #14094 ) ( #14139 )
...
* Partial shred deserialize cleanup and shred type differentiation in retransmit
* consolidate packet hashing logic
(cherry picked from commit d4a174fb7c
)
Co-authored-by: sakridge <sakridge@gmail.com >
2020-12-16 08:57:21 -08:00
76a3b3ad11
Remove lock files from programs/bpf/rust ( #14148 ) ( #14158 )
...
(cherry picked from commit 49c3f14016
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-16 11:56:48 +00:00
356c663e88
check for resize access violations ( #14142 ) ( #14152 )
...
(cherry picked from commit 025f886e10
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-16 10:28:27 +00:00
015bbc1e12
Fix up upgradeable bpf loader activation ( #14149 )
...
(cherry picked from commit 501fd83afd
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-12-16 07:54:44 +00:00
454a9f3175
Switch solana deploy
commitment default from "max" to "singleGossip" ( #14146 )
...
(cherry picked from commit db4ac17259
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-12-16 04:46:45 +00:00
485b3d64a1
Add Program loader/environment instruction errors ( #14120 ) ( #14143 )
...
(cherry picked from commit d513b0c4ca
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-16 03:50:04 +00:00
5d170d83c0
Remove stray println
2020-12-15 16:44:56 -08:00
f54d8ea3ab
solana-test-validator usability improvements (bp #14129 ) ( #14136 )
...
* Clean up Cargo.toml
(cherry picked from commit d2af09a647
)
* Prevent multiple test-validators from using the same ledger directory
(cherry picked from commit f3272db7f7
)
* Add --reset flag to allow for easy ledger reset
(cherry picked from commit 00c46c528e
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-12-15 23:21:21 +00:00
ef9f54b3d4
Fix race between setting tick height and calculating accounts hash ( #14101 ) ( #14132 )
...
Co-authored-by: Carl Lin <carl@solana.com >
(cherry picked from commit 75e9e321de
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-12-15 22:05:44 +00:00
8d0b102b44
Cleanup ledger builtins ( #14083 ) ( #14130 )
...
(cherry picked from commit 582418de5e
)
Co-authored-by: Jack May <jack@solana.com >
2020-12-15 21:45:44 +00:00
03fc031611
Update serialization docs
2020-12-15 08:53:51 -08:00
53fe0bb5eb
Remove regular expressions, speeds up untar ( #14119 )
2020-12-15 08:48:21 -08:00
ab98c1f2d4
Add try_find_program_address syscall ( #14118 )
2020-12-15 08:15:01 -08:00
8dc5f6327c
chore: bump rollup from 2.34.2 to 2.35.1 in /web3.js ( #14122 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.34.2 to 2.35.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.34.2...v2.35.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-15 09:25:36 +00:00
833cbf27b1
chore:(deps): bump prettier from 2.2.0 to 2.2.1 in /explorer ( #14121 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.2.0 to 2.2.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.2.0...2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-15 09:10:08 +00:00
7c8276d2ac
fix: coerce partially decoded instructions on parsed confirmed transactions ( #13979 )
...
* feat: coerce partially decoded instructions on parsed confirmed transactions
* fix: flow tests
* fix: need to check this again
2020-12-14 19:22:22 -08:00
c2b7115031
indexes crds values associated with a pubkey ( #14088 )
...
record_labels returns all the possible labels for a record identified by
a pubkey, used in updating timestamp of crds values:
https://github.com/solana-labs/solana/blob/1792100e2/core/src/crds_value.rs#L560-L577
https://github.com/solana-labs/solana/blob/1792100e2/core/src/crds.rs#L240-L251
The code relies on CrdsValueLabel to be limited to a small deterministic
set of possible values for a fixed pubkey. As we expand crds values to
include duplicate shreds, this limits what the duplicate proofs can be
keyed by in the table.
In addition the computation of these labels is inefficient and will
become more so as duplicate shreds and more types of crds values are
added. An alternative is to maintain an index of all crds values
associated with a pubkey.
2020-12-15 01:49:22 +00:00
5294f70189
Remove some non-warnings ( #14115 )
2020-12-14 16:26:17 -08:00
9e90394583
Upgradeable loader ( #13689 )
2020-12-14 15:35:10 -08:00
79fb646872
Restore coverage build
2020-12-14 22:17:33 +00:00
6fa492b580
Revert "Temporarily disable coverage"
...
This reverts commit 17ecb8b614
.
2020-12-14 22:17:33 +00:00
24be4fc8f8
Add v1.5 and v1.6 backport support
2020-12-14 13:28:01 -08:00
64ae82f681
Update validator_list.rs
2020-12-14 14:24:08 -07:00
e907510a1a
clippy
2020-12-14 13:11:50 -08:00
42be09afb6
Terminology fixes ( #14112 )
2020-12-14 13:04:26 -08:00
eb35c03bef
Fida token ( #14111 )
2020-12-14 08:11:13 -08:00
9593ba9092
Temporarily disable coverage
2020-12-14 08:03:29 -08:00
7143aaa89b
Clippy
2020-12-14 08:03:29 -08:00
0d139d7ef3
Upgrade to Rust 1.48.0
2020-12-14 08:03:29 -08:00
de9ac43ebf
Simple cap by including sysvars and native programs ( #13884 )
...
* Simpler cap by including sysvars and native programs
* Fix tests
* Add comment
* revert some unrelated code
* Update test_bank_update_sysvar_account for cap.
* Test cap. for add_native_program using new helper
* Improve the cap adjustment with new tests
* Fix typo...
* Adjust test for improved code coverage
* Rename simpler_capitalization => simple_capitalization
* More rename and bonus commenting
2020-12-14 21:03:24 +09:00
4bcc8afdc0
chore: bump typescript from 4.1.2 to 4.1.3 in /web3.js ( #14109 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 10:48:13 +00:00
0302d24893
chore: bump eslint-plugin-prettier from 3.2.0 to 3.3.0 in /web3.js ( #14108 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.2.0 to 3.3.0.
- [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.2.0...v3.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 10:25:14 +00:00
c2ac15d68f
chore:(deps): bump @types/jest from 26.0.15 to 26.0.19 in /explorer ( #14106 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.15 to 26.0.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 09:27:08 +00:00
cdd3e7d856
Remove solana-vote-signer ( #14099 )
2020-12-13 19:12:20 -08:00
deaa27fbdb
fix the typo in developing-rust.md ( #14098 )
2020-12-13 17:21:17 -08:00
5788e75188
Shrink slots by sparseness of written data size ( #14072 )
2020-12-14 02:58:38 +09:00
9f2d154588
Rework TestValidator API to be more like ProgramTest
2020-12-13 07:45:55 +00:00
5237da4e01
spelling
2020-12-12 22:36:10 -08:00
88d950e5a8
chore: bump log from 0.4.8 to 0.4.11 ( #13691 )
...
* chore: bump log from 0.4.8 to 0.4.11
Bumps [log](https://github.com/rust-lang/log ) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11 )
Signed-off-by: dependabot[bot] <support@github.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-12-13 13:48:23 +09:00
1d95b5476e
Add next_account_infos helper ( #14087 )
2020-12-12 20:12:56 -08:00
8df9bcc784
chore: bump libc from 0.2.80 to 0.2.81 ( #14092 )
...
* chore: bump libc from 0.2.80 to 0.2.81
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.80 to 0.2.81.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.80...0.2.81 )
Signed-off-by: dependabot[bot] <support@github.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-12-13 12:13:17 +09:00
55fc963595
Move slot cleanup to AccountsBackgroundService ( #13911 )
...
* Move bank drop to AccountsBackgroundService
* Send to ABS on drop instead, protects against other places banks are dropped
* Fix Abi
* test
Co-authored-by: Carl Lin <carl@solana.com >
2020-12-13 01:22:34 +00:00
549a3107cb
chore: bump env_logger from 0.7.1 to 0.8.2 ( #14093 )
...
* chore: bump env_logger from 0.7.1 to 0.8.2
Bumps [env_logger](https://github.com/env-logger-rs/env_logger ) from 0.7.1 to 0.8.2.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases )
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2 )
Signed-off-by: dependabot[bot] <support@github.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-12-13 05:59:54 +09:00
a9185d4ea1
chore: bump rustversion from 1.0.3 to 1.0.4 ( #14022 )
...
* chore: bump rustversion from 1.0.3 to 1.0.4
Bumps [rustversion](https://github.com/dtolnay/rustversion ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/rustversion/releases )
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.3...1.0.4 )
Signed-off-by: dependabot[bot] <support@github.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-12-13 03:56:27 +09:00
e7c85571c7
Follow new dependabot's commit author name ( #14091 )
2020-12-13 02:27:59 +09:00
52c2cbd630
stake-account command no longer errors when time goes backwards over an epoch
2020-12-12 03:31:09 +00:00
8541ffa328
Add subscription cap ( #14011 )
...
* Add subscription cap
* Elide unwraps
2020-12-12 01:57:40 +00:00
1792100e2b
Ignore RUSTSEC-2020-0077 until next 1.4 release
2020-12-11 23:44:03 +00:00
c20ac62c54
Override yanked arc-swap crate to 0.4.8
2020-12-11 23:44:03 +00:00
546c6a4531
Override yanked miow crate to 0.2.2
2020-12-11 23:44:03 +00:00
277b6790c7
Override yanked net2 0.2.37
2020-12-11 23:44:03 +00:00
8b380ec364
Override yanked mio crate to 0.7.6
2020-12-11 23:44:03 +00:00
edff62af3d
Switch to memmap2 fork
2020-12-11 23:44:03 +00:00
730cb3b7cc
Bump socket2 crate to 0.3.17
2020-12-11 23:44:03 +00:00
d6eff3d62c
Filter out stake and vote accounts with incorrect owners ( #14062 )
...
* Add failing test
* Check stake/vote accounts for validity
* Feature gate change
* Add datapoint
* Add test realism
2020-12-11 12:21:25 -07:00
2d3a337200
Increase another snapshot limit: UNPACKED_COUNT ( #14071 )
2020-12-11 11:01:22 +00:00
53c4fd5f09
chore: bump @babel/plugin-transform-runtime in /web3.js ( #14069 )
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.12.1 to 7.12.10.
- [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.12.10/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 09:36:42 +00:00
dfc727296e
chore: bump marked from 1.2.5 to 1.2.6 in /web3.js ( #14067 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v1.2.5...v1.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 09:23:25 +00:00
7078a6ac61
Add more comments in Stakes::store for its subtlety ( #14065 )
...
* Add more comments in Stakes::store for its subtlety
* more comment tweak
2020-12-11 18:13:36 +09:00
09bd412b13
Wrong rpc inflation rate ( #14063 )
...
* Fix wrong inflation calculation in rpc
* Reorder
* Fix test
2020-12-11 07:42:39 +00:00
4fba7e6865
Move validator_block_0_fee_workaround into TestValidator
2020-12-11 04:17:38 +00:00
bbad3fe501
TestValidator now implements Drop, no need to close() it
2020-12-11 04:17:38 +00:00
0a9ff1dc9d
Initial solana-test-validator command-line program
2020-12-11 04:17:38 +00:00
13db3eca9f
SPL token balance in transaction metadata ( #13673 )
...
* feat: store pre / post token balances
* move helper functions into separate include
* move token balance functionality to transaction-status crate
* fix blockstore processor test
* fix bigtable legacy test
* add caching to decimals
2020-12-10 19:25:07 -08:00
83fda2d972
Clean invoke in prep for native invoke ( #14055 )
2020-12-10 18:25:57 -08:00
aa2751e614
Check shred type in is_duplicate ( #14050 )
2020-12-10 18:20:08 -08:00
164b7895b3
Tiny add_native_program bug fixes with cleanups ( #14042 )
...
* Tiny add_native_program bug fixes with cleanups
* Fix typo
2020-12-11 11:03:31 +09:00
d33ab34d75
Remove "Timezone For Log Messages" section ( #14014 )
...
To my understanding, the Solana process always logs a UTC timestamp
anyway, so this is not needed. Plus, using PST on servers is really
weird from a systems engineering point of view.
2020-12-10 17:51:11 -08:00
d9655ea507
Add message helpers to get program info ( #14047 )
2020-12-10 16:39:43 -08:00
7abd8084b6
Add get_minimum_balance_for_rent_excemption to Client ( #14048 )
2020-12-10 16:39:28 -08:00
5ea80e673f
Fix priv escalation test ( #14046 )
2020-12-10 22:36:33 +00:00
68109a46e0
Lower priority for hashing threads. ( #14043 )
2020-12-10 12:26:47 -08:00
409fe3bca1
adds the instance token to crds-labels for node-instance crds-values ( #14037 )
...
If a node "a" receives instance-info from node "b1" it will override any
instance-info associated with "b1" pubkey in its crds table. This makes
it less likely that when "b1" receives crds values from "a" (either
through pull or push), it sees other instances of itself (because node
"a" discarded them when it received "b1" instance info).
In order for the crds table to contain all instance-info associated with
the same pubkey at the same time, we need to add the instance tokens to
the keys in the crds table (i.e. the CrdsValueLabel).
2020-12-10 17:01:55 +00:00
5c95d8e963
Shred filter ( #14030 )
2020-12-10 07:54:15 -08:00
201637b326
Updates rbpf to v0.2.2 ( #14036 )
...
* Updates rbpf to v0.2.2
2020-12-10 16:32:54 +01:00
f02d4cdb37
chore: bump @babel/core from 7.12.9 to 7.12.10 in /web3.js ( #14035 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.9 to 7.12.10.
- [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.12.10/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10 09:29:18 +00:00
4bcff89b3c
chore: bump @babel/preset-env from 7.12.7 to 7.12.10 in /web3.js ( #14034 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.7 to 7.12.10.
- [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.12.10/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10 09:21:28 +00:00
c5fe076432
Better dupe detection ( #13992 )
2020-12-09 23:14:31 -08:00
8d1651c8ad
explorer: hotfix - undefined nonce instruction check ( #14029 )
2020-12-09 12:00:40 -08:00
1d267eae6b
std::process::exit to kill all threads
2020-12-09 10:24:23 -08:00
895d7d6a65
removes RwLock on ClusterInfo.instance
2020-12-09 10:24:23 -08:00
542198180a
pushes node-instance along with version early in gossip
2020-12-09 10:24:23 -08:00
8cd5eb9863
checks for duplicate validator instances using gossip
2020-12-09 10:24:23 -08:00
14e241be35
Increase snapshot file size limits ( #14024 )
...
* Increase snapshot file size limits
* Fix test
* Reorder code a bit
2020-12-10 02:46:33 +09:00
e1a4251b07
Cap CPI signers ( #14021 )
2020-12-09 02:14:53 -08:00
e1872a450a
Add more TdS 10 validators
2020-12-08 20:29:53 -07:00
f6a7732ff9
adds ledger-tool mode to print raw shred metadata ( #13962 )
2020-12-08 17:31:24 +00:00
28b014ccf4
Add tests for store_account_and_update_capitalization ( #14008 )
2020-12-09 00:46:28 +09:00
c494346887
chore: bump rollup from 2.34.1 to 2.34.2 in /web3.js ( #14013 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.34.1 to 2.34.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.34.1...v2.34.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-08 09:25:18 +00:00
ba475e1112
chore: bump eslint-config-prettier from 6.15.0 to 7.0.0 in /web3.js ( #14012 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.15.0 to 7.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-08 09:20:20 +00:00
845c783b0e
Docs: Correct the system.conf NOFILE variable name
2020-12-08 07:44:43 +00:00
f6600810d7
Use LRU cache and blake3 hash of shreds to filter duplicates ( #13976 )
2020-12-07 16:42:39 -08:00
6e9dbb4f6e
Add --rpc-max-multiple-accounts to override the getMultipleAccounts JSON RPC maximum
2020-12-07 16:31:01 -08:00
1dc71fb5aa
Bump criterion to v2.3.3 ( #14002 )
2020-12-07 21:53:28 +00:00
239a191612
Remove unneeded BankWeight fork choice ( #13978 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-12-07 13:47:14 -08:00
20c0e8793e
Rent account passed to loader can be read-only ( #13997 )
2020-12-07 19:44:32 +00:00
dca579851c
Cannot change owner if account is executable ( #13977 )
2020-12-07 11:37:07 -08:00
6ae4d2e5cb
Fix logsSubscribe ( #13996 )
2020-12-07 19:00:52 +00:00
3d9d7557c8
core/validator: Wrap std::process:exit(1) for easier testing ( #13990 )
2020-12-07 16:43:03 +00:00
82c75c3786
genesis, ledger-tool: --inflation/--vote-commission-percentaage ( #13989 )
2020-12-07 16:21:16 +00:00
2f374df494
Don't show confusing message for blacklist expires ( #13983 )
2020-12-07 12:47:27 +00:00
26df122386
solana ping: add --blockhash and --print-timestamp ( #13980 )
...
* solana ping: add --blockhash and --print-timestamp
* fix typo in hash...
2020-12-07 21:10:50 +09:00
9da3de5861
chore: bump eslint from 7.14.0 to 7.15.0 in /web3.js ( #13982 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.14.0 to 7.15.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.14.0...v7.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 09:19:08 +00:00
0720589767
chore: bump ws from 7.4.0 to 7.4.1 in /web3.js ( #13981 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.0...7.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 09:18:59 +00:00
a706706572
Validator CLI option to enable just-in-time compilation of BPF ( #13789 )
...
* Adds a CLI option to the validator to enable just-in-time compilation of BPF.
* Refactoring to use bpf_loader_program instead of feature_set to pass JIT flag from the validator CLI to the executor.
2020-12-07 09:49:55 +01:00
3425e98a6b
Plumb args for validator boot disk size and client machine type ( #13975 )
2020-12-06 12:37:46 -08:00
6706f2b3bb
removes recursive read-locks on gossip ( #13973 )
...
ClusterInfo::tvu_peers acquires a read-lock on gossip:
https://github.com/solana-labs/solana/blob/f0e934145/core/src/cluster_info.rs#L1171-L1185
and so, ClusterInfo::repair_peers is recursively locking gossip for
read twice:
https://github.com/solana-labs/solana/blob/f0e934145/core/src/cluster_info.rs#L1202-L1223
But std::sync::RwLock is not re-entrant (recursive).
2020-12-06 15:14:49 +00:00
f0e9341450
Add dropped hash to dashboard ( #13972 )
2020-12-05 18:02:01 -08:00
c59cb28bbf
Add --remove-account option to create-snapshot command
2020-12-05 08:57:00 +00:00
882d033233
Don't use stale executor cache ( #13966 )
2020-12-05 05:54:42 +00:00
51d8f36dae
Ledger-tool recreate snapshot of starting snapshots
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-12-04 21:14:59 -08:00
ca35bb3ac8
Report highest_confirmed_root and _slot in commitment metric ( #13964 )
2020-12-05 00:50:00 +00:00
e3a31d896a
Cleanup validator list
2020-12-04 16:28:52 -07:00
08674b8388
hotfix: manually coerce some inner instructions ( #13963 )
2020-12-04 14:47:17 -08:00
ed15ce0bbe
explorer: infinity stats issue hotfix ( #13959 )
2020-12-04 10:36:06 -08:00
f1fd999bb0
Translate data length as mutable ( #13956 )
2020-12-04 05:47:22 +00:00
5dceddd21d
Remove associated functions on AccountsDb, replace with methods ( #13953 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-12-03 17:53:42 -08:00
f2b31c3a89
explorer: prevent raw details from showing on inner instructions ( #13951 )
2020-12-03 14:31:45 -08:00
4e8565253c
verifies that serialized size of transactions does not exceed packet data size ( #13945 )
2020-12-03 22:24:32 +00:00
ced9f889a4
Refresh testnet restart instructions
2020-12-03 14:17:56 -08:00
85aa632be0
Blockstore exact purge cleanup ( #13946 )
...
* Add failing test
* Clean up signature get
2020-12-03 21:49:07 +00:00
34b68288c8
Fix propagation skip check ( #13933 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-12-03 12:31:38 -08:00
d3a4140899
Explorer: Display CPI details for transaction ( #13801 )
...
* explorer: show inner instructions on token history
* resolve warnings
* show inner instructions on transaction details page
* adjust contrast and add inner instructions row
* show inner instructions after slot 46915769
* token history show inner instructions after 46915769
* restrict early slots only on mainnet
* self nit naming
* self nit: better name for constant
* add signature-truncate class
* resolve incoming raw transaction on transactions details
2020-12-03 12:23:28 -08:00
661ca52135
Cap seeds not signers ( #13941 )
2020-12-03 09:58:25 -08:00
1c51711c75
Invoke with empty account slice ( #13931 )
2020-12-03 07:06:26 -08:00
c3048b451d
samples repair peers using WeightedIndex ( #13919 )
...
To output one random sample, weighted_best generates n random numbers:
https://github.com/solana-labs/solana/blob/f751a5d4e/core/src/weighted_shuffle.rs#L38-L63
WeightedIndex does so with only one random number:
https://github.com/rust-random/rand/blob/eb02f0e46/src/distributions/weighted_index.rs#L223-L240
Additionally, if the index is already constructed, it only does a total
of O(log(n)) amount of work; which can be achieved if RepairCache,
caches the weighted index:
https://github.com/solana-labs/solana/blob/f751a5d4e/core/src/serve_repair.rs#L83
Also, the repair-peers code can be reorganized to have fewer redundant
unlock-then-lock code.
2020-12-03 14:26:07 +00:00
b4c24bfa42
chore: bump rollup from 2.34.0 to 2.34.1 in /web3.js ( #13936 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.34.0 to 2.34.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.34.0...v2.34.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-03 09:20:42 +00:00
04adf12d89
chore: bump eslint-plugin-prettier from 3.1.4 to 3.2.0 in /web3.js ( #13934 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.4 to 3.2.0.
- [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.4...v3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-03 09:18:22 +00:00
932d5fbf0c
Add more TdS 10 validators
2020-12-02 20:29:22 -07:00
3b39e98298
BankServer::send_transaction_with_context() now performs signature verification
2020-12-02 18:07:40 -08:00
de6ecdf590
Update validator_list.rs
2020-12-02 17:26:18 -07:00
81f38738e8
Use add_builtin, as user-supplied builtins may not yet exist
2020-12-02 14:31:06 -08:00
3f841df7cf
Cap number of program address seeds ( #13924 )
2020-12-02 22:25:06 +00:00
9b143f030e
explorer: Restore readonly / signer raw insturction fields ( #13909 )
...
This is a follow up to #13855 It consolidates the RawParsedDetails and
RawDetails fields so that readonly/ signer instruction fields are
availalbe to parsed-raw instructions
2020-12-02 14:19:45 -08:00
a877f347f4
Cli: output stake account credits-observed for verbose/json ( #13923 )
...
* Add credits_observed to verbose and json CliStakeStake prints
* Review comments
2020-12-02 22:02:52 +00:00
5bfe93e74c
Add a ramdisk section to the validator start guide
2020-12-02 13:31:01 -08:00
17defbff13
Make Accounts::is_non_loader_key()
a method on Message
2020-12-02 20:10:08 +00:00
404fc1570d
runtime: Replace HashAgeKind
with NonceRollbackInfo
2020-12-02 20:10:08 +00:00
274312ebb5
sdk: Check owner when verifying nonce accounts
2020-12-02 20:10:08 +00:00
be7760caa1
accounts: Replace nonce_rollback unreachable block with descriptive panic
2020-12-02 20:10:08 +00:00
47af5933ca
accounts: Don't assume fee-payer is the first account
2020-12-02 20:10:08 +00:00
8df2a4bac0
runtime: Factor out DurableNoncePartial
finishing logic and add tests
2020-12-02 20:10:08 +00:00
841c7a0f71
Cleanup memory translation APIs ( #13921 )
2020-12-02 20:03:36 +00:00
85bec37be4
Translate data length and owner as writable ( #13914 )
2020-12-02 09:05:42 -08:00
f751a5d4e2
chore: bump cross-env from 7.0.2 to 7.0.3 in /web3.js ( #13915 )
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 09:18:58 +00:00
3e3a54b717
chore:(deps): bump @sentry/react from 5.27.4 to 5.28.0 in /explorer ( #13916 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.27.4 to 5.28.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.27.4...5.28.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 09:09:40 +00:00
480dd15b1e
Ledger tool cap basic columns ( #13904 )
...
* ledger-tool cap: Add more basic columns
* simplify InflationRecord::rewarded_epoch type
2020-12-02 07:10:03 +00:00
0f76daaf7a
Add specific page for rpc endpoints ( #13899 )
2020-12-01 21:19:15 -07:00
10c81a2448
Remove rpc_banks from validator ( #13882 )
...
* Remove rpc_banks from validator
* Bump abi-digest
2020-12-02 03:25:09 +00:00
8c40dd34b2
solana-tokens: optimize PickleDb dumps ( #13879 )
...
* Dump PickleDb after transaction sends/confirmation
* Dump PickleDb on ctrlc
* Don't exit during tests
* Add build_messages helper and test db dump
* Add send_messages helper and test db dump
* Add combined test
* Add log_transaction_confirmations helper and test db dump
* Add update_finalized_transactions test
* Return error instead of process::exit
* Close TestValidator
2020-12-01 19:22:27 -07:00
0a8bc347a1
Restore discover_cluster to avoid test panics
2020-12-01 17:58:28 -08:00
3eece38ffa
Add expects() to improve error logs on join failures
2020-12-01 17:58:28 -08:00
4e90a9f5fd
Lock serum-dex to older version to avoid build failures
2020-12-01 22:50:23 +00:00
1a7413d8c9
Update validator_list.rs
2020-12-01 13:48:36 -07:00
d22df1227f
Update validator_list.rs
2020-12-01 13:32:15 -07:00
2f9df2a52f
Update validator_list.rs
2020-12-01 13:16:50 -07:00
fb4153b7fb
Update validator_list.rs
2020-12-01 13:13:13 -07:00
73111b005f
Reduce the number of snapshots
2020-12-01 11:13:37 -08:00
aebc3a17ce
Fix undefined symbol "custom panic" in BPF test programs ( #13840 )
...
* Implements missing "custom_panic" symbol
2020-12-01 16:52:20 +01:00
83aaf18d6e
Update validator_list.rs
2020-12-01 08:46:55 -07:00
733fcbaa6c
Check that the program was granted access to program_id ( #13890 )
2020-12-01 07:35:07 -08:00
57dd60f671
Use msg! in program entrypoint ( #13889 )
2020-12-01 10:56:26 +00:00
8fd1e55805
Add logging in check_blockstore_max_root ( #13887 )
2020-12-01 07:44:18 +00:00
6705b5a98c
Add msg! macro for program logging, deprecate info! macro
2020-11-30 20:39:42 -08:00
254790f8c8
Fully clean up temporary snapshot staging directories
2020-11-30 19:40:06 -08:00
c59e088142
solana-tokens: enable confirmation of many transactions ( #13876 )
...
* Update comment
* Chunk signature status checks to handle distributions greater than 256 tx
2020-12-01 02:55:18 +00:00
4a4a4d8e49
Disable snapshot compression for run.sh to reduce system load
2020-12-01 02:22:04 +00:00
75704f34ba
Add TdS 10 validators
2020-11-30 17:48:09 -07:00
90d557d916
Strengthen EpochSlots sanitization
2020-11-30 14:40:25 -08:00
2d62f2ad03
Re-fix arithmetic overflow and add better test ( #13870 )
2020-11-30 22:39:03 +00:00
75e3f5cd48
Explorer: add Raw instruction data to parsed instructions ( #13855 )
...
This commit allows users to click the "raw" button on transaction
instructions and fetch the raw hex or base64 representations of the instruction.
Adds a fetch action to the click event of the "raw" button on the
instruction UI.
adds a fetchRawTransaction hook that is passed down to the
instruction UI components. Adds addition `rawFetchTrigger` and `raw`
props passed to the instruction card components.
2020-11-30 13:35:33 -08:00
40dd46680e
Cleanup bpf test's Cargo.toml files ( #13867 )
...
* Cleanup bpf test's Cargo.toml files
* lock file
2020-11-30 21:16:37 +00:00
b47bd0a296
Add program id spoof tests ( #13866 )
2020-11-30 21:06:11 +00:00
6cf6cd2fba
Explorer: introduce Memo Program to search bar ( #13865 )
2020-11-30 12:09:59 -08:00
e1793e5a13
caches vote-state de-serialized from vote accounts ( #13795 )
...
Gossip and other places repeatedly de-serialize vote-state stored in
vote accounts. Ideally the first de-serialization should cache the
result.
This commit adds new VoteAccount type which lazily de-serializes
VoteState from Account data and caches the result internally.
Serialize and Deserialize traits are manually implemented to match
existing code. So, despite changes to frozen_abi, this commit should be
backward compatible.
2020-11-30 17:18:33 +00:00
6203d1c94c
Add flatten
to logs_subscribe commitment
...
Currently, commitment for `logs_subscribe` must be specified using the
non-flattened form in JSON, ie `{"commitment":{"commitment":"max}}`.
This brings the commitment in line with documentation.
2020-11-30 08:40:32 -08:00
e81c2c826c
Don't reset credits_observed due to stale voters ( #13836 )
...
* Don't reset credits_observed due to stale voters
* Add tests
* Fix comment
2020-11-30 22:47:34 +09:00
aa78fa0647
chore: bump prettier from 2.2.0 to 2.2.1 in /web3.js ( #13857 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.2.0 to 2.2.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.2.0...2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:20:43 +00:00
52a2f41f59
chore: bump rollup from 2.33.3 to 2.34.0 in /web3.js ( #13856 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.33.3 to 2.34.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.33.3...v2.34.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:19:15 +00:00
daebade239
add zsh trouble shooting note to ledger docs
2020-11-29 19:26:52 -08:00
ce4304cc9a
Add extra checks to verify_and_update ( #13848 )
...
* Add extra checks to verify_and_update
* nudge
2020-11-29 10:06:43 +00:00
7cbc25a6fe
Add --unhealthy_threshold option
2020-11-28 23:51:07 -08:00
d2a1ec3a05
Perform all RPC activity in the same place, also clean up Sol display
2020-11-28 23:51:07 -08:00
f936ce02f8
Remove support to monitor all validators in a cluster for delinquency
...
This feature is no longer useful with hundreds of validators
2020-11-28 23:51:07 -08:00
ec167aead9
Remove --notify-on-transaction support.
...
It's not longer useful due to the volume of transactions on mainnet-beta
and there are now other means of monitoring transactions
2020-11-28 23:51:07 -08:00
cc78667118
Record instructions after account translation
2020-11-28 10:54:09 -08:00
aebf12e28d
Add --maximum-local-snapshot-age argument
2020-11-28 09:09:55 +00:00
6048342c57
Enhance ledger-tool for multi-epoch rewards ( #13837 )
...
* Support ledger-tool for multi-epoch rewards
* nits
* Ensure not to skip some records in csv
2020-11-27 04:20:47 +00:00
008b56e535
Fix validator keys path ( #13772 )
2020-11-26 19:20:56 -08:00
d18b417346
Update examples to use Tokenkeg
2020-11-26 18:26:57 -08:00
0b00a1b4de
Add gce single region cpu-only ( #13832 )
2020-11-26 21:45:21 +00:00
955b99cf69
Fix roots_and_ref_count ( #13827 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-26 13:09:20 -08:00
761499dfbf
Revert "hidapi 1.2.4 is broken, lock version to 1.2.3"
...
This reverts commit 9dc9a1ef6c
.
2020-11-26 20:07:50 +00:00
df0be063d8
Update validator_list.rs
2020-11-26 11:06:04 -07:00
db071303b4
chore: bump @babel/core from 7.12.3 to 7.12.9 in /web3.js ( #13825 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.3 to 7.12.9.
- [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.12.9/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-26 09:20:17 +00:00
6c608450fd
chore: bump buffer from 6.0.2 to 6.0.3 in /web3.js ( #13824 )
...
Bumps [buffer](https://github.com/feross/buffer ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v6.0.2...v6.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-26 09:18:39 +00:00
9dc9a1ef6c
hidapi 1.2.4 is broken, lock version to 1.2.3
2020-11-26 09:13:23 +00:00
43b82b31e5
More TestValidator cleanup
2020-11-26 08:56:25 +00:00
b5f7e39be8
TestValidator public interface cleanup
2020-11-25 17:04:37 -08:00
5e2d38227f
Use u64 behind the scenes for solana-tokens ( #13815 )
...
* Use u64 behind the scenes for Allocations
* Fixup readme
* Clippy and remove errant comments
2020-11-26 00:00:49 +00:00
4ff0f0949a
Separate blockstore checks for not (yet) rooted and cleaned up ( #13814 )
2020-11-25 22:59:38 +00:00
0e2578a0b8
Add commonly-used SPL programs as a convenience to the user
2020-11-25 20:53:16 +00:00
4ef2da0ff0
Add solana logs
command
2020-11-25 11:44:41 -08:00
f96c4ec84e
chore: bump async-trait from 0.1.36 to 0.1.42
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.36 to 0.1.42.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.36...0.1.42 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-25 09:34:31 -08:00
ccfde38f5e
chore: bump rpc-websockets from 7.4.6 to 7.4.8 in /web3.js ( #13807 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 7.4.6 to 7.4.8.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v7.4.6...v7.4.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 09:25:42 +00:00
d2fda9ada2
chore: bump eslint from 7.13.0 to 7.14.0 in /web3.js ( #13805 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.13.0 to 7.14.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.13.0...v7.14.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 09:22:34 +00:00
b70abdc645
Nonce updates ( #13799 )
...
* runtime: Add `FeeCalculator` resolution method to `HashAgeKind`
* runtime: Plumb fee-collected accounts for failed nonce tx rollback
* runtime: Use fee-collected nonce/fee account for nonced TX error rollback
* runtime: Add test for failed nonced TX accounts rollback
* Fee payer test
* fixup: replace nonce account when it pays the fee
* fixup: nonce fee-payer collect test
* fixup: fixup: clippy/fmt for replace...
* runtime: Test for `HashAgeKind::fee_calculator()`
* Clippy
Co-authored-by: Trent Nelson <trent@solana.com >
2020-11-24 23:53:51 -08:00
42421e77a9
Add stake calculation tests with inflation/slashing ( #13605 )
...
* Add stake calculation tests with inflation/slashing
* Clean up the test
2020-11-25 12:49:35 +09:00
215ddecaa5
Add base64+zstd encoding for RPC account data
2020-11-25 02:03:23 +00:00
465ab490e1
Revert "Check out specific downstream commit ( #13787 )" ( #13793 )
...
This reverts commit 630288c1cc
.
2020-11-24 22:35:00 +00:00
bee9998e91
tiny doc fix
2020-11-24 12:27:40 -08:00
630288c1cc
Check out specific downstream commit ( #13787 )
2020-11-24 18:13:03 +00:00
c930f92411
Restore bank feature used to deprecate Rewards sysvar ( #13786 )
2020-11-24 10:22:31 -07:00
4c4c6572e7
Update validator_list.rs
2020-11-24 10:05:19 -07:00
c833ede4af
Rbpf v0.2.1 ( #13732 )
...
* Refactoring to match rbpf-v0.2.1 and add JIT compilation caching.
* Removes obsolete bpf-trace.py which has been replaced by the rbpf CLI tool.
2020-11-24 18:00:19 +01:00
32cb8d1462
chore: bump @babel/preset-env from 7.12.1 to 7.12.7 in /web3.js ( #13785 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.1 to 7.12.7.
- [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.12.7/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:24:08 +00:00
7678e097fd
chore:(deps): bump react-scripts from 4.0.0 to 4.0.1 in /explorer ( #13784 )
...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@4.0.1/packages/react-scripts )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:20:47 +00:00
cfb7bb5319
chore: bump prettier from 2.1.2 to 2.2.0 in /web3.js ( #13783 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.2.0.
- [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.1.2...2.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:20:17 +00:00
8e6a54deeb
chore:(deps): bump react-select from 3.1.0 to 3.1.1 in /explorer ( #13782 )
...
Bumps [react-select](https://github.com/JedWatson/react-select ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/JedWatson/react-select/releases )
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.1.0...react-select@3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:09:43 +00:00
61ab2072bd
Clean up default commitment handling for subscriptions
2020-11-23 22:54:47 -08:00
7befad2f6d
Check SlotNotRooted if confirmed block not found in blockstore or bigtable ( #13776 )
2020-11-24 03:36:20 +00:00
e3a92d6905
Prevent splitting when either source or split stake will equal zero ( #13775 )
2020-11-24 02:48:56 +00:00
60ce6f1a9b
Truncate logs immediately upon collection. Also reduce limit from 100k to 10k
2020-11-23 17:20:02 -08:00
488ce982f0
stake: Disallow stakes merging with themselves
2020-11-23 14:32:02 -07:00
6b9a019c0a
stake: Remove disused test helper function
2020-11-23 14:32:02 -07:00
8e73187990
stake: Allow compatible, fully-active stake accounts to be merged
2020-11-23 14:32:02 -07:00
bb2772d068
stake: Cosmetic - rename variable
2020-11-23 14:32:02 -07:00
dc7f89715a
stake: De-replicode mergable info extraction
2020-11-23 14:32:02 -07:00
dcbb1dca8a
Primordial stake debug ( #13756 )
2020-11-23 13:01:00 -08:00
38a3ed96bb
Fail stake init if account data is the wrong size ( #13767 )
2020-11-23 20:13:38 +00:00
f0f99ffc7e
Cap split stake at source stake when splitting entire balance ( #13754 )
2020-11-23 10:11:10 -07:00
879646dee9
chore: bump typescript from 4.0.5 to 4.1.2 in /web3.js ( #13763 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 09:23:27 +00:00
c900b76dbb
chore: bump semantic-release from 17.2.4 to 17.3.0 in /web3.js ( #13761 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.2.4 to 17.3.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.2.4...v17.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 09:20:14 +00:00
13682007bb
chore:(deps): bump @testing-library/react in /explorer ( #13762 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.2.0 to 11.2.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.0...v11.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 09:12:44 +00:00
1d36a84a2e
chore:(deps): bump @types/react-dom from 16.9.9 to 17.0.0 in /explorer ( #13760 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 16.9.9 to 17.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 09:10:35 +00:00
1c7dd0ae14
Enable log to see stake progress ( #13755 )
2020-11-22 18:34:05 -08:00
26bf2b7e45
processes pull-request callers only once per unique caller ( #13750 )
...
process_pull_requests acquires a write lock on crds table to update
records timestamp for each of the pull-request callers:
https://github.com/solana-labs/solana/blob/3087c9049/core/src/crds_gossip_pull.rs#L287-L300
However, pull-requests overlap a lot in callers and this function ends
up doing a lot of redundant duplicate work.
This commit obtains unique callers before acquiring an exclusive lock on
crds table.
2020-11-22 17:51:14 +00:00
a13083aa65
Ignore errors from subshell correctly ( #13752 )
2020-11-22 07:27:26 -08:00
1d008bab4a
Guard against bsd sed ( #13735 )
2020-11-21 17:56:23 -08:00
3087c90490
Add make to list of packages to instal
2020-11-21 09:21:25 -08:00
3bc7d85986
ledger-tool cap: output credits_observed ( #13746 )
2020-11-21 16:13:07 +00:00
13aa38d307
stake: Don't pay out rewards for epochs where inflation was not enabled
2020-11-21 04:16:27 +00:00
0ec8069348
Fix escaping in wait-for-stake automation_utils function ( #13743 )
2020-11-20 18:55:09 -08:00
c1eb350c47
Allow contact debug interval to be adjusted ( #13737 )
2020-11-20 14:47:37 -08:00
ed82bf70f5
hotfix: customUrl effect is preventing redirects, add check ( #13742 )
2020-11-20 14:02:11 -08:00
791fb17437
Prevent scans on unrooted slots from seeing partial clean ( #13628 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-20 13:01:04 -08:00
62fa8b0ed8
Demote bank-process_transactions-error counters to info!
2020-11-20 10:43:07 -08:00
c75d97e3f2
Add new inflation feature-ids ( #13671 )
...
* Add new inflation feature-ids, and full_inflation default values
* Compute inflation start from full_inflation activation
* Include pico_inflation in inflation start computation
* Add full-inflation constructor
* Align inflation taper with rewards accrual start and catch overflow edge case
2020-11-20 09:54:41 -07:00
11e92f0c9f
Snapshot archives are now cleaned up when --snapshot-compression none
is used
2020-11-20 08:41:17 -08:00
e4216c3ff8
Check for DO_NOT_PUBLISH_TAR before uploading to CI ( #13700 )
2020-11-20 08:27:34 -08:00
8808a74593
--vote-account doesn't support ASK but --authorized-voter does
2020-11-20 15:17:18 +00:00
2cab684ffb
chore: bump pretty-hex from 0.1.1 to 0.2.1
...
Bumps [pretty-hex](https://github.com/wolandr/pretty-hex ) from 0.1.1 to 0.2.1.
- [Release notes](https://github.com/wolandr/pretty-hex/releases )
- [Commits](https://github.com/wolandr/pretty-hex/compare/v0.1.1...v0.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-20 07:12:22 -08:00
9bb11a2dcc
Cleanup ( #13728 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-20 03:17:19 -08:00
87d907db74
chore: bump marked from 1.2.4 to 1.2.5 in /web3.js ( #13727 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v1.2.4...v1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-20 09:24:49 +00:00
10ef38c4bb
chore: bump semantic-release from 17.2.3 to 17.2.4 in /web3.js ( #13723 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.2.3 to 17.2.4.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.2.3...v17.2.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-20 09:20:41 +00:00
a0def4981d
chore:(deps): bump @types/node from 14.14.8 to 14.14.9 in /explorer ( #13726 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.8 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-20 09:12:25 +00:00
95f061806a
chore:(deps): bump prettier from 2.1.2 to 2.2.0 in /explorer ( #13725 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.2.0.
- [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.1.2...2.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-20 09:12:19 +00:00
b74d7b5758
Fix fragile tests in prep of stake rewrite pr ( #13654 )
...
* Fix fragile tests in prep of stake rewrite pr
* Restore BOOTSTRAP_VALIDATOR_LAMPORTS where appropriate
* Further clean up
* Further clean up
* Aligh with other call site change
* Remove false warn!
* fix ci!
2020-11-20 17:21:03 +09:00
2cb006fa44
Use info for failed to match slot vote error ( #13715 )
2020-11-19 16:01:37 -08:00
a8c29505f0
sanitizes bloom filters to avoid division by zero ( #13714 )
...
Pull requests received over the wire can cause a validator to panic
because of division by zero in bloom filters:
https://github.com/solana-labs/solana/blob/af08ba93e/runtime/src/bloom.rs#L86-L88
2020-11-19 23:35:22 +00:00
856693ac1f
chore: bump lru from 0.6.0 to 0.6.1
...
Bumps [lru](https://github.com/jeromefroe/lru-rs ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases )
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.6.0...0.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-19 14:28:50 -08:00
c76cba465d
explorer: Rename SYSVARs to Title Case ( #13679 )
2020-11-19 14:06:24 -08:00
b33e5b87dd
explorer: introduce details card for memo instruction ( #13538 )
2020-11-19 14:05:55 -08:00
f9acbd6e3f
Document get_account() gotcha
2020-11-19 14:02:34 -08:00
af08ba93e6
fix doc redirects ( #13709 )
2020-11-19 21:34:21 +00:00
b58f69297f
makes crds fields private ( #13703 )
...
Crds fields should maintain several invariants between themselves, so
exposing them as public fields can be bug prone. In addition these
invariants are asserted on every write:
https://github.com/solana-labs/solana/blob/9668dd85d/core/src/crds.rs#L138-L154
https://github.com/solana-labs/solana/blob/9668dd85d/core/src/crds.rs#L239-L262
which adds extra instructions and is not optimal. Should these fields be
private the asserts will be redundant.
2020-11-19 20:57:40 +00:00
397cf726fc
Allow GNUSparse for genesis.bin ( #13704 )
2020-11-19 20:29:19 +00:00
43d5e47ea9
Rewrite stake accounts for clear migration ( #13461 )
...
* Reduce overage stake by rewritng stake accounts
* Write tests and finish implemention
* Create and use new feature gate
* Clean up logging
* Fix typo
* Simplify enable_rewrite_stake
* Fix typo...
* Even simplify gating
* Add metrics
2020-11-20 05:15:06 +09:00
9668dd85d4
fix rust example section link ( #13701 )
2020-11-19 18:07:00 +00:00
2ef4369237
Distribute spl tokens ( #13559 )
...
* Add helpers to covert between sdk types
* Add distribute-spl-tokens to args and arg-parsing
* Build spl-token transfer-checked instructions
* Check spl-token balances properly
* Add display handling to support spl-token
* Small refactor to allow failures in allocation iter
* Use Associated Token Account for spl-token distributions
* Add spl token support to balances command
* Update readme
* Add spl-token tests
* Rename spl-tokens file
* Move a couple more things out of commands
* Stop requiring lockup_date heading for non-stake distributions
* Use epsilon for allocation retention
2020-11-19 10:32:31 -07:00
1ffab5de77
breaks prunes data into chunks to fit into packets ( #13613 )
...
Validator logs show that prune messages are dropped because they exceed
packet data size:
https://github.com/solana-labs/solana/blob/f25c969ad/perf/src/packet.rs#L90-L92
This can exacerbate gossip traffic by redundantly increasing push
messages across network. The workaround is to break prunes into smaller
chunks and send over in multiple messages.
2020-11-19 16:38:01 +00:00
83799356dd
explorer: Add developer setting to enable customUrl param ( #13697 )
2020-11-19 08:03:20 -06:00
110acd20dc
Check for overflow in rent partition calculation ( #13569 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-19 04:17:00 -08:00
1cd70edec0
chore:(deps): bump @testing-library/react in /explorer ( #13693 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.1.2 to 11.2.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.1.2...v11.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-19 09:11:10 +00:00
a39b0f6ee5
chore:(deps): bump @project-serum/serum in /explorer ( #13692 )
...
Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts ) from 0.13.11 to 0.13.12.
- [Release notes](https://github.com/project-serum/serum-ts/releases )
- [Commits](https://github.com/project-serum/serum-ts/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-19 09:10:58 +00:00
f2a1a0ac5c
RPC: Demote missing block error to warning
...
It frightens the tourists
2020-11-19 04:54:49 +00:00
9d75b82840
Add SPL Feature Proposal program
2020-11-19 04:27:44 +00:00
acc40b1c9e
audit: Ignore RUSTSEC-2020-0071, potential SEGV in time
2020-11-18 20:21:46 -07:00
2aee43f3ce
Remove TdS validators from SoM with 14 day delinquency ( #13678 )
2020-11-18 19:41:14 -07:00
d9a07e7ed9
Add new MB validators from TdS 7 and 8 ( #13676 )
2020-11-18 15:25:03 -07:00
13a08c7f08
Fix doc proposal sidebar layout ( #13675 )
2020-11-18 22:22:11 +00:00
15057b087c
Expand CPI returning error test ( #13672 )
2020-11-18 22:18:49 +00:00
f25c969ad8
Disable publishing of cargo-build-bpf/cargo-test-bpf to crates.io
2020-11-18 19:09:04 +00:00
31d2f445a2
Recommend --no-port-check to improve validator restart time
2020-11-18 09:25:45 -08:00
536becbfab
explorer: Add SRM tee-shirt NFT to the tokenRegistry
2020-11-18 09:14:35 -08:00
892a2eacff
chore: bump nix from 0.17.0 to 0.19.0
...
Bumps [nix](https://github.com/nix-rust/nix ) from 0.17.0 to 0.19.0.
- [Release notes](https://github.com/nix-rust/nix/releases )
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/compare/v0.17.0...v0.19.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-18 08:40:46 -08:00
8ea6dd7513
chore: bump rollup from 2.33.2 to 2.33.3 in /web3.js ( #13663 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.33.2 to 2.33.3.
- [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.33.2...v2.33.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-18 09:20:31 +00:00
75664cce59
chore:(deps): bump @types/node from 14.14.7 to 14.14.8 in /explorer ( #13664 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.7 to 14.14.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-18 09:10:47 +00:00
7640841b02
chore: bump goauth from 0.7.2 to 0.8.1
...
Bumps [goauth](https://github.com/durch/rust-goauth ) from 0.7.2 to 0.8.1.
- [Release notes](https://github.com/durch/rust-goauth/releases )
- [Commits](https://github.com/durch/rust-goauth/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-17 23:30:51 -08:00
78dc334afe
Add real --version
2020-11-17 17:59:33 -08:00
47fbfc52de
Revert solana-tokens to RpcClient ( #13623 )
...
* Revert solana-tokens to RpcClient
* Fixup check_payer_balances tests
* Use RpcClient::new_with_commitment in other tests
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-11-17 21:53:49 +00:00
645598e615
Improve monitoring of timestamp correction and bounding ( #13656 )
...
* Include rejuvenated field in Clock parsing
* Expand timestamp-correction logging info
2020-11-17 21:51:43 +00:00
39932d7664
Update Initialized split rent-exempt value ( #13646 )
2020-11-17 19:03:00 +00:00
a7bed62af0
Remove overflow opportunities ( #13649 )
2020-11-17 12:01:11 -07:00
df1f53950e
helloworld no longer supports program feature ( #13645 )
2020-11-17 17:10:10 +00:00
c5299b60ed
Add RpcClient::new_with_commitment()
2020-11-17 07:55:43 -08:00
3827739708
chore:(deps): bump @solana/web3.js from 0.87.0 to 0.87.1 in /explorer ( #13642 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.87.0 to 0.87.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.87.0...v0.87.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 09:20:00 +00:00
808360d25b
chore:(deps): bump @types/chart.js from 2.9.27 to 2.9.28 in /explorer ( #13641 )
...
Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js ) from 2.9.27 to 2.9.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 09:19:48 +00:00
8d94ce4128
chore: bump semantic-release from 17.2.2 to 17.2.3 in /web3.js ( #13640 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.2.2 to 17.2.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.2.2...v17.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 09:19:41 +00:00
3a9dca0c67
Add back BPF error logging ( #13633 )
...
* Add back BPF error logging
* Update programs/bpf_loader/src/lib.rs
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-11-17 08:10:14 +00:00
3e4acba72f
Quiet notification logs when no subscriptions ( #13629 )
2020-11-17 06:37:38 +00:00
ef99689592
Improve TestValidator instantiation ( #13627 )
...
* Add TestValidator::new_with_fees constructor, and warning for low bootstrap_validator_lamports
* Add logging to solana-tokens integration test to help catch low bootstrap_validator_lamports in the future
* Reasonable TestValidator mint_lamports
2020-11-16 23:27:36 -07:00
bde1e3d004
fix: default preflight commitment to confirmation commitment
2020-11-16 21:54:02 -08:00
c2f77a3473
Default preflight_commitment to confirmation commitment
2020-11-16 21:54:02 -08:00
afc1b59475
Fix assertion failure ( #13626 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-16 21:30:38 -08:00
6276360468
Prevent scans from seeing root updates/clean ( #13464 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-16 17:23:11 -08:00
8c922a0198
fix arithmetic overflow in slice translation ( #13624 )
...
* fix arithmetic overflow in slice translation
* nudge
2020-11-17 00:13:01 +00:00
64a3cf03e2
Remove program cap from CLI checks ( #13617 )
2020-11-16 21:11:55 +00:00
2b3faa1947
Reject faked stake/vote accounts in stake mgmt. ( #13615 )
...
* Reject faked stake/vote accounts in stake mgmt.
* Use clearer name
2020-11-17 05:42:59 +09:00
e5f4442325
Build more of the SPL repo in CI
2020-11-16 11:57:43 -08:00
b5820f9325
Use default client keypair for faucet to avoid the need for airdrops
2020-11-16 11:00:40 -08:00
ab5814cd90
Cargo.lock
2020-11-16 11:00:40 -08:00
4069e7b663
Use default client keypair if --faucet-keypair is not provided
2020-11-16 11:00:40 -08:00
e9e5ee4362
Use default client keypair if --keypair argument is not provided
2020-11-16 11:00:40 -08:00
6c5fb329b2
chore: bump marked from 1.2.3 to 1.2.4 in /web3.js ( #13612 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v1.2.3...v1.2.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 09:36:51 +00:00
0970ed8fce
chore: bump rollup from 2.33.1 to 2.33.2 in /web3.js ( #13609 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.33.1 to 2.33.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.33.1...v2.33.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 09:18:41 +00:00
935b85c1de
chore:(deps): bump @testing-library/jest-dom in /explorer ( #13611 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.5 to 5.11.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.5...v5.11.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 09:17:33 +00:00
0b64d28582
chore:(deps): bump @sentry/react from 5.27.3 to 5.27.4 in /explorer ( #13610 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.27.3 to 5.27.4.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.27.3...5.27.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 09:09:38 +00:00
8761ce4691
Document feature-set field in getVersion
2020-11-15 18:01:47 -08:00
bcd303a447
ledger-tool cap: delegation owner and stake v2 flag ( #13602 )
...
* Output delegation owner as well
* Add --enable-stake-program-v2
* Small cleanup and add sanity assertion
* Fix typo...
2020-11-15 19:38:46 +00:00
5e8490ab9d
packs more crds-values in a single gossip packet ( #13500 )
...
split_gossip_messages:
https://github.com/solana-labs/solana/blob/a97c04b40/core/src/cluster_info.rs#L1536-L1574
splits crds-values into chunks to fit into a gossip packet. However it is
using a global upper-bound for the header-size across all protocols:
https://github.com/solana-labs/solana/blob/a97c04b40/core/src/cluster_info.rs#L90-L93
This can be wasteful as the specific gossip protocol can have smaller
header than this upper-bound (e.g. Protocol::PushMessage is 170 bytes
smaller). Adding more crds-values in one gossip packet can avoid the
overheads of separate packets and reduce total number of bytes sent over
the wire.
This commit updates the splitting function to take a max-chunk-size
argument. At call-site, this value is set to the size of the protocol
which the values are sent over.
2020-11-15 18:23:59 +00:00
cbea9ebc34
indexes nodes' contact infos in crds table ( #13553 )
...
In several places in gossip code, the entire crds table is scanned only
to filter out nodes' contact infos. Currently on mainnet, crds table is
of size ~70k, while there are only ~470 nodes. So the full table scan is
inefficient. Instead we may maintain an index of only nodes' contact
infos.
2020-11-15 16:38:04 +00:00
f5e0adc693
test: update expected program log messages
2020-11-14 20:49:30 -08:00
5d72e52ad0
Disable the PubSub vote subscription by default
...
The --rpc-pubsub-enable-vote-subscription flag may be used to enable it.
The current vote subscription is problematic because it emits a
notification for *every* vote, so hundreds a second in a real cluster.
Critically it's also missing information about *who* is voting,
rendering all those notifications practically useless.
Until these two issues can be resolved, the vote subscription is not
much more than a potential DoS vector.
2020-11-14 12:36:37 -08:00
88ae321d3f
Add counter metrics to rpc-subscriptions ( #13596 )
2020-11-14 12:40:24 -07:00
b37d73cd56
chore: bump ws from 7.3.1 to 7.4.0 in /web3.js
...
Bumps [ws](https://github.com/websockets/ws ) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-14 08:32:17 -08:00
2b309ec046
chore: bump eslint from 7.12.1 to 7.13.0 in /web3.js
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-14 08:31:57 -08:00
e57001e5cd
chore: bump buffer from 6.0.1 to 6.0.2 in /web3.js
...
Bumps [buffer](https://github.com/feross/buffer ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-14 08:31:45 -08:00
fc54fb88ae
chore: bump futures from 0.3.5 to 0.3.8
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.5 to 0.3.8.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-14 08:31:19 -08:00
baa6b3a261
Add stable program logging for BPF and native programs
2020-11-14 08:26:01 -08:00
13f3043c8a
tell curl to follow redirects to fix net scripts ( #13589 )
2020-11-13 19:56:37 -08:00
34bf80ba9c
Send pubsub metrics to metrics server ( #13584 )
2020-11-13 19:31:23 +00:00
887b0e4b72
Add doc content and feedback ( #13563 )
2020-11-13 10:18:04 -08:00
01a4889b53
clippy
2020-11-13 07:21:38 -08:00
d611337394
Fix overflow in entry hash count verification
2020-11-13 07:21:38 -08:00
c97a7d1105
Small cleaning update_epoch_stakes ( #13576 )
2020-11-13 11:16:38 +00:00
a8a77614fe
Fix potential undefined behavior ( #13555 )
...
* Switch to ouroboros 0.5.1
* Update other lock files
2020-11-13 18:12:41 +09:00
cbcde43765
chore:(deps): bump @types/react-select in /explorer ( #13574 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.25 to 3.0.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-13 09:09:33 +00:00
6dc735e996
ip-echo-server: Don't use framed decoder, it can't be read-limited
2020-11-13 07:53:19 +00:00
328f59ebef
--gossip-host may now be specified with --entrypoint
2020-11-13 06:20:15 +00:00
9f95704706
Add --offline flag
2020-11-12 20:03:12 -08:00
48dd9f7efd
Move secp256k1 instruction helper to the sdk ( #13560 )
2020-11-12 16:58:40 -08:00
c1f3f9d27b
Stop searching for incorrect shred version after a minute ( #13512 )
2020-11-12 14:01:13 -08:00
598e5f58d5
Add wait for max stake command ( #13532 )
2020-11-12 13:48:34 -08:00
30ef53cb13
fix bpf lddw check ( #13554 )
2020-11-12 13:13:42 -08:00
4e4e12b384
filters out offline nodes from pull options ( #13533 )
...
Inactive nodes are still observing incoming gossip traffic:
https://discord.com/channels/428295358100013066/670512312339398668/776140351291260968
likely because of pull-requests.
Previous related issues and commits:
https://github.com/solana-labs/solana/issues/12409
https://github.com/solana-labs/solana/pull/12620
https://github.com/solana-labs/solana/pull/12674
This commit implements same logic as
https://github.com/solana-labs/solana/pull/12674
to exclude inactive nodes from pull options, with the same periodic
retry logic for offline staked nodes in order to mitigate eclipse
attack.
2020-11-12 16:09:37 +00:00
9821a7754c
Discard pre hard fork persisted tower if hard-forking ( #13536 )
...
* Discard pre hard fork persisted tower if hard-forking
* Relax config.require_tower
* Add cluster test
* nits
* Remove unnecessary check
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-12 23:29:04 +09:00
cfa598616e
chore:(deps): bump @testing-library/react in /explorer ( #13549 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.1.1 to 11.1.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.1.1...v11.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-12 09:09:43 +00:00
76b5066dc9
chore:(deps): bump @solana/web3.js from 0.86.4 to 0.87.0 in /explorer ( #13548 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.86.4 to 0.87.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.4...v0.87.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-12 09:09:34 +00:00
554060b3c5
explorer: Add additional tokens and icons to registry ( #13544 )
...
* Add NFTs to the explorer
* Add missing tokens
2020-11-11 22:19:42 -08:00
d2cfeb31b9
ip-echo-server: Limit socket read to expected reply length
2020-11-12 05:53:18 +00:00
7481ba5618
ip-echo-server: Add helper to compute reply length
2020-11-12 05:53:18 +00:00
aab5f24518
ip-echo-server: Name the header length magic number
2020-11-12 05:53:18 +00:00
114b91afe6
program-test now generates new blockhashes for test usage
2020-11-11 20:29:00 -08:00
dadea873a9
Send BanksClient RPC requests before returning futures ( #13539 )
...
* Send RPC requests before returning futures
* Add process_transactions()
2020-11-11 18:56:26 -07:00
eb306da148
Report and bail on broken links ( #13540 )
2020-11-11 17:46:24 -08:00
89b474e192
Fix slow/stuck unstaking due to toggling in epoch ( #13501 )
...
* Fix slow/stuck unstaking due to toggling in epoch
* nits
* nits
* Add stake_program_v2 feature status check to cli
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-11-11 14:11:57 -07:00
38f15e41b5
Validator: Periodically log what we're waiting for during --wait-for-supermajority
2020-11-11 20:03:26 +00:00
58354d166b
feat: increase timeout in confirmTransaction
( #13478 )
...
Developers have reported needing to change the timeout to suit their
use cases, or not completely understanding what the timeout meant for
their transaction, since it could timeout and still get processed. This
increases the default timeout to `confirmTransaction` and adds more
information to the error message.
2020-11-11 13:12:09 +01:00
ab70c15709
chore:(deps): bump @testing-library/user-event in /explorer ( #13526 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.2.0 to 12.2.2.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.2.0...v12.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-11 09:10:00 +00:00
58724cb687
Use a non-zero fee_calculator for a more realistic test environment
2020-11-11 00:46:28 -08:00
e390c8cb7f
Add stubs and heap region definitions ( #13521 )
...
* Add stubs and heap region definitions
* nudge
2020-11-11 05:50:16 +00:00
2660b44d91
Remove need for BanksClientExt trait ( #13519 )
2020-11-10 19:30:25 -07:00
2c2432fddc
Refactor function ( #13294 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-11-10 17:20:35 -08:00
91f4e99b4c
Fix parsing CreateAccountWithSeed instructions ( #13513 )
...
* Reduce required num_system_accounts and handle 2-account instructions properly
* Update CreateAccountWithSeed account docs to be correct
* Add CreateAccountWithSeed test
2020-11-10 23:51:53 +00:00
9ca8e98525
Add printf declaration ( #13514 )
2020-11-10 23:40:48 +00:00
23c558510a
add missing c logging stubs ( #13511 )
2020-11-10 22:19:54 +00:00
2a96e722b4
watchtower: Fix all clear duration message
2020-11-10 09:20:39 -08:00
599dae8f09
Make testnet section less ambiguous ( #13504 )
2020-11-10 10:03:57 -07:00
3282334741
Bump token version fetched for localnet ( #13490 )
2020-11-10 10:00:08 -07:00
70c4626efe
Fix signature access ( #13491 )
2020-11-10 08:35:03 -08:00
a97c04b400
Send RPC notification when account is deleted ( #13440 )
...
* Send RPC notification when account is deleted
* Remove unwrap
2020-11-10 19:48:42 +08:00
122b707a7d
chore:(deps): bump @types/node from 14.14.6 to 14.14.7 in /explorer ( #13494 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.6 to 14.14.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 09:13:11 +00:00
f9719361a5
chore:(deps): bump @types/react-select in /explorer ( #13493 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.23 to 3.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 09:10:49 +00:00
b4cf968e14
Add back shredding broadcast stats ( #13463 )
2020-11-09 23:04:27 -08:00
fb815294b3
docs: Consistent used of "jsonParsed" throughout RPC reference
2020-11-09 20:28:04 -07:00
87924c7111
docs: Consistently use "jsonParsed" param for RPC getAccountInfo
2020-11-09 20:28:04 -07:00
1d7c00c915
docs: Wrap RPC getAccountInfo
at 80 char
2020-11-09 20:28:04 -07:00
c280d40b40
align cluster and sim logging as hex ( #13484 )
2020-11-10 02:43:20 +00:00
c0e2ef06dc
Fix Bank accounts hash mismatch related to Clock::unix_timestamp ( #13477 )
...
* Test for different ancestors with mismatch bank hash
* Test cleanup
* Remove nondeterministic ancestor check
* Update timestamp bounding feature key
* Update design doc
* Filter recent_timestamps to nodes voting within the last epoch
Co-authored-by: Stephen Akridge <sakridge@gmail.com >
2020-11-10 02:10:09 +00:00
2eb637d52f
fix running local test-sanity ( #13482 )
2020-11-09 15:03:44 -08:00
14fb75927e
update cpi docs ( #13480 )
2020-11-09 22:29:57 +00:00
337684b384
update doc redirects ( #13481 )
2020-11-09 22:10:38 +00:00
461ae40eea
provide full Rust panic messages in BPF and add memory optimizations ( #13455 )
2020-11-09 13:40:26 -08:00
c644b05c54
Fix avx check with newest nightly compiler ( #13465 )
2020-11-09 08:04:34 -08:00
dab2ad245f
chore:(deps): bump react-chartjs-2 from 2.10.0 to 2.11.1 in /explorer ( #13476 )
...
Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2 ) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases )
- [Commits](https://github.com/reactchartjs/react-chartjs-2/compare/2.10.0...2.11.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09 09:12:39 +00:00
5306eb93cc
Clean up Delegation::stake_activating_and_deactivating ( #13471 )
2020-11-09 17:39:56 +09:00
73ac104df2
propagates errors out of Packet::from_data ( #13445 )
...
Packet::from_data is ignoring serialization errors:
https://github.com/solana-labs/solana/blob/d08c3232e/sdk/src/packet.rs#L42-L48
This is likely never useful as the packet will be sent over the wire
taking bandwidth but at the receiving end will either fail to
deserialize or it will be invalid.
This commit will propagate the errors out of the function to the
call-site, allowing the call-site to handle the error.
2020-11-08 15:10:03 +00:00
737d3e376d
Clean up Delegation::stake_and_activating ( #13460 )
2020-11-08 17:19:27 +09:00
a81e7e7749
Output more inflation calc details in ledger-tool ( #13345 )
...
* Output more inflation calc details in ledger-tool
* Fix broken ci...
* Rename confusing variables
* Fix panic by wrapping PointValue with Opiton...
* Minor modifications
* Remove explict needless flush; Drop already does
* Yet another csv field adjustments
* Add data_size and rename epochs to earned_epochs
* Introduce null_tracer
* Unwrap Option in new_from_parent_with_tracer
* Don't shorten identifiers
* Allow irrefutable_let_patterns temporalily
* More null_tracer
* More field adjustments
2020-11-08 16:43:50 +09:00
549492954e
Add PATH to GNU readlink
2020-11-07 11:27:32 -08:00
c5b9831bfb
Don't abort for missing epoch rewards; intead display warn ( #13457 )
2020-11-07 09:32:29 +00:00
abc27d2900
Install coreutils on osx for 'readlink -f' support
2020-11-06 23:00:51 -08:00
b4790120cb
CLI: Make clear that nonce account 'Nonce' field is a blockhash
2020-11-06 23:16:19 +00:00
4c5f345798
Fix stake split rent-exempt adjustment ( #13357 )
...
* Add failing tests
* Fix stake split
* Calculate split rent-exempt-reserve and use
* Add comment in rent.rs
* Add tests for edge cases when splitting to larger accounts, and reject overflow splits
* Reframe InsufficientFunds checks in terms of lamports var
* Test hardening review comments
2020-11-06 20:32:05 +00:00
0ea795caa8
cargo-build-bpf/cargo-test-bpf now support --workspace/--all
2020-11-06 12:27:46 -08:00
fe1e08b9ad
stake: Consider withdraws we redelegating
2020-11-06 18:51:11 +00:00
491ad59d2e
stake: Add redelegation failing test
2020-11-06 18:51:11 +00:00
1a70a2a25b
cargo-test-bpf now sets the "test-bpf" feature for crate tests
...
The feature allows for tests to distinguish between `cargo test` and
`cargo test-bpf` primarily for the purpose of excluding CPI tests that
require the system program under `cargo test`, as the path to enabling
CPI in `cargo test`-based testing is unclear
2020-11-06 10:21:07 -08:00
d08c3232e2
Show more detailed vote history in shorter format ( #13374 )
...
* Show more detailed vote history in shorter format
* Improve wording
* fmt
2020-11-07 00:07:40 +09:00
b7811c8992
chore:(deps): bump @types/react from 16.9.55 to 16.9.56 in /explorer ( #13441 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.55 to 16.9.56.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-06 09:10:24 +00:00
1b1d9f6b0c
Feature-gate stake program ( #13394 )
...
* Add legacy stake-program handling
* Strip out duplicative legacy code
* Add feature for stake-program-fix
* Feature-deploy new stake program
* Expand comment
2020-11-06 08:08:11 +00:00
84b139cc94
Add builtin mem tests ( #13429 )
2020-11-05 22:20:54 -08:00
9a1c1fbab8
Add get_rent()
2020-11-05 20:14:34 -08:00
920cd5285a
Revert "Include Rent in ProgramTest::start() output"
...
This reverts commit c3d2d2134c
.
2020-11-05 20:14:34 -08:00
9e24c9795c
chore: bump marked from 1.2.2 to 1.2.3 in /web3.js ( #13417 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v1.2.2...v1.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-06 09:58:48 +08:00
7a4e293b3b
CI: Check monorepo for consistent crate versions
2020-11-06 01:32:01 +00:00
5d4015358a
increment-cargo-version.sh: Add check subcommand
2020-11-06 01:32:01 +00:00
2d24160376
Add SPL Associated Token Account Program label to explorer
2020-11-05 23:03:03 +00:00
4d553f4879
Fetch associated-program-account
2020-11-05 23:03:03 +00:00
b511e51415
Define BPF_OUT_DIR for program-test, also handle -- arguments better
2020-11-05 14:29:17 -08:00
77d9d06a44
Search BPF_OUT_DIR for programs
2020-11-05 14:29:17 -08:00
5a435a4342
Check file modification times before strip and dump
2020-11-05 14:29:17 -08:00
d2b26a65e9
Search for program files in 'target/deploy'
2020-11-05 14:29:17 -08:00
c988d0f573
Cargo.lock
2020-11-05 14:29:17 -08:00
6c36a2085f
Add cargo-test-bpf
2020-11-05 14:29:17 -08:00
78c2d9156b
Remove unneeded .gitignore
2020-11-05 14:29:17 -08:00
67d570d121
explorer: Capitalize underscore sysvar titles ( #13428 )
2020-11-05 13:36:39 -08:00
cef0d5879f
explorer: Serum DEX instruction full decoding and instruction cards ( #13330 )
...
* map serum instructions in tokenhistory card
* add token swap instruction parsing
* add serum instruction builders
* add new serum instruction detail cards
* fix decode bug on cancel order by client id
* avoid parsing unsupported instructions
2020-11-05 13:19:02 -08:00
44b12a1594
adds the missing slash in cargo path ( #13424 )
2020-11-05 20:25:42 +00:00
ede891a6c6
docs: Clarify the commitment levels based on questions ( #13387 )
...
* Clarify the commitment levels based on questions
Many people have asked about what commitment levels mean, and which to
choose. This update includes some of the language at
`sdk/src/commitment_config.rs` and a recommendation for different use
cases.
Additionally, the preflight commitment documentation was out of date,
specifying that "max" was always used, and this is no longer the case.
* Update docs/src/developing/clients/jsonrpc-api.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/developing/clients/jsonrpc-api.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/developing/clients/jsonrpc-api.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Fix typo
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-11-05 20:34:55 +01:00
7f4debdad5
drops older gossip packets when load shedding ( #13364 )
...
Gossip drops incoming packets when overloaded:
https://github.com/solana-labs/solana/blob/f6a73098a/core/src/cluster_info.rs#L2462-L2475
However newer packets are dropped in favor of the older ones.
This is probably not ideal as newer packets are more likely to contain
more recent data, so dropping them will keep the validator state
lagging.
2020-11-05 17:14:28 +00:00
8f0796436a
shares the lock on gossip when processing prune messages ( #13339 )
...
Processing prune messages acquires an exclusive lock on gossip:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/cluster_info.rs#L1824-L1825
This can be reduced to a shared lock if active-sets are changed to use
atomic bloom filters:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/crds_gossip_push.rs#L50
2020-11-05 15:42:00 +00:00
bc62313c66
Allow feature builtins to overwrite existing builtins ( #13403 )
...
* Allow feature builtins to overwrite existing builtins
* Add feature_builtin ActivationType
* Correctly retain idempotent for replacing case
* Fix test
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-11-05 15:37:07 +00:00
118ce47b97
measures processing time of each kind of gossip packets ( #13366 )
2020-11-05 15:34:34 +00:00
5e7565fefe
chore: bump buffer from 5.7.0 to 6.0.1 in /web3.js ( #13415 )
...
Bumps [buffer](https://github.com/feross/buffer ) from 5.7.0 to 6.0.1.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v5.7.0...v6.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-05 09:19:09 +00:00
f2e265492c
chore:(deps): bump @testing-library/user-event in /explorer ( #13416 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.10 to 12.2.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.10...v12.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-05 09:12:15 +00:00
ea8eb5b065
chore:(deps): bump @sentry/react from 5.27.2 to 5.27.3 in /explorer ( #13414 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.27.2 to 5.27.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.27.2...5.27.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-05 09:09:32 +00:00
c24fbb6f8b
Fix duplicate records of inner instructions ( #13380 )
...
* Fix duplicate records of inner instructions
* fix tests
* fix clippy
* Remove bad_inner_instructions
2020-11-05 15:23:52 +08:00
66c3c6c2b3
CI: Use branch-versioned cargo throughout
2020-11-05 05:05:57 +00:00
dd54ea78ac
Bump low end validator RAM requirement ( #13406 )
2020-11-05 11:56:14 +08:00
8c4995b22b
Improve invoke_signed() docs
2020-11-04 23:44:04 +00:00
661a935075
Final program ELF is now placed in ./target/deploy/ instead of .
2020-11-04 23:03:55 +00:00
8838a55a1a
Bump spl-token and spl-memo crate versions
2020-11-04 21:44:33 +00:00
8aa00381ef
stack overflow docs ( #13399 )
...
* stack overflow docs
* whitespace
2020-11-04 21:35:59 +00:00
cb2e8f9084
Add remaining stage 9 TdS validators
2020-11-04 13:44:57 -07:00
97284adabb
Update SPL Token exchange documentation to include associated-token-account workflow
2020-11-04 11:41:29 -08:00
10fa4f45ab
uses thread-pool when handling push messages ( #13338 )
...
From runtime profiles, the majority time of solana-listen thread:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/cluster_info.rs#L2720
is spent handling push messages. The code here:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/cluster_info.rs#L2272-L2364
may utilize the idle gossip thread-pool.
2020-11-04 19:15:58 +00:00
0d663158d0
Reduce repair_stats debug ( #13393 )
2020-11-04 10:32:48 -08:00
7ee0c9e68a
Add non-progress bar download status ( #13370 )
2020-11-04 10:32:27 -08:00
bb63e9486d
Update validator_list.rs
2020-11-04 10:47:00 -07:00
4999fe298b
Rbpf v0.2.0 ( #13365 )
...
* Updates rbpf to v0.2.0,
which unifies the interfaces of the interpreter and the JIT.
However, the JIT is not enabled yet.
2020-11-04 18:46:26 +01:00
5db6e4748d
Update validator_list.rs
2020-11-04 10:37:43 -07:00
bbe2834c82
Update validator_list.rs
2020-11-04 10:27:28 -07:00
43053dcc90
Re-use accounts stores ( #12885 )
...
* Re-use accounts_db stores
Creating files and dropping mmap areas can be expensive
* Add test for storage finder
Can encounter an infinite loop when the store is too small, but
smaller than the normal store size.
* Fix storage finding
* Check for strong_count == 1
* try_recycle helper
2020-11-04 09:17:05 -08:00
b0d1ae1d8b
Comment Stakes::clone_with_epoch ( #13388 )
2020-11-04 11:18:05 +00:00
f349def5d4
chore: bump @babel/runtime from 7.12.1 to 7.12.5 in /web3.js ( #13386 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.12.1 to 7.12.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.12.5/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 09:50:13 +00:00
88737f24b0
chore: bump jest from 26.6.2 to 26.6.3 in /web3.js ( #13385 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.6.2 to 26.6.3.
- [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.6.2...v26.6.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 09:48:34 +00:00
169b334660
chore:(deps): bump @testing-library/react in /explorer ( #13382 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.1.0...v11.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 09:27:21 +00:00
d498ac229f
chore: bump codecov from 3.8.0 to 3.8.1 in /web3.js ( #13384 )
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-node/compare/v3.8.0...v3.8.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 09:22:34 +00:00
2840201e41
chore:(deps): bump @solana/web3.js from 0.86.3 to 0.86.4 in /explorer ( #13383 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.86.3 to 0.86.4.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.3...v0.86.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 09:12:03 +00:00
b5ef319038
Refine transaction log count message
2020-11-04 05:30:52 +00:00
6d9ca0ae15
Surface transaction logs in rpc client
2020-11-03 17:03:28 -08:00
04c5e6cc48
more informative feature error message ( #13373 )
2020-11-04 00:08:08 +00:00
3d5e778d5d
Flesh out development docs ( #13318 )
...
* flesh out development docs
* nits
2020-11-03 20:53:17 +00:00
546915ee12
fix: update StakeProgram.space() ( #13371 )
2020-11-03 13:40:45 -07:00
fefa297877
docs: Mainnet-beta totally has smart contract enabled
2020-11-03 19:04:30 +00:00
f6a73098a4
Update sol_log_compute_units ( #13360 )
2020-11-03 08:16:31 -08:00
9e577d0338
chore: bump jest from 26.6.1 to 26.6.2 in /web3.js ( #13361 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.6.1 to 26.6.2.
- [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.6.1...v26.6.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-03 09:28:12 +00:00
a9a01c308e
chore:(deps): bump @solana/web3.js from 0.86.2 to 0.86.3 in /explorer ( #13362 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.86.2 to 0.86.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.2...v0.86.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-03 09:11:36 +00:00
c3d2d2134c
Include Rent in ProgramTest::start() output
2020-11-03 02:01:47 +00:00
d3a3a7548c
explorer: add serum new order v2 instruction mapping ( #13353 )
2020-11-02 11:49:26 -08:00
120fc03aff
Add validators to SoM list ( #13322 )
2020-11-02 11:42:46 -07:00
582602dc57
fix: add feePayer type in TransactionCtorFields ( #13343 )
2020-11-02 21:34:24 +08:00
c05a038475
Revert "fix web3js: add feePayer type in TransactionCtorFields ( #13343 )"
...
This reverts commit 1c75db41e3
.
2020-11-02 21:34:17 +08:00
c54a3e82e9
chore: bump rollup from 2.32.1 to 2.33.1 in /web3.js ( #13348 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.32.1 to 2.33.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.32.1...v2.33.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:22:23 +00:00
5b6f360f51
chore: bump @solana/spl-token from 0.0.11 to 0.0.13 in /web3.js ( #13346 )
...
Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library ) from 0.0.11 to 0.0.13.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases )
- [Commits](https://github.com/solana-labs/solana-program-library/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:17:50 +00:00
7996f7e227
chore:(deps): bump @types/react-select in /explorer ( #13350 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.22 to 3.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:14:53 +00:00
84e3218cdb
chore:(deps): bump @project-serum/serum in /explorer ( #13349 )
...
Bumps [@project-serum/serum](https://github.com/project-serum/serum-js ) from 0.13.9 to 0.13.11.
- [Release notes](https://github.com/project-serum/serum-js/releases )
- [Commits](https://github.com/project-serum/serum-js/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:14:39 +00:00
a0f40711c6
chore: bump semantic-release from 17.2.1 to 17.2.2 in /web3.js ( #13303 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.2.1 to 17.2.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.2.1...v17.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:07:41 +00:00
5c09193019
Add warning to PR template for mirrored repos ( #13344 )
2020-11-02 14:34:14 +08:00
1c75db41e3
fix web3js: add feePayer type in TransactionCtorFields ( #13343 )
...
Co-authored-by: Son Nguyen <nhson@HKMAC0371.local >
2020-11-02 14:00:00 +08:00
0e4509c497
Small code cleanup and typo fixes ( #13325 )
...
* Small code cleanup and typo fixes
* Clean up calculate_points_and_credits
2020-11-02 10:28:24 +09:00
55b0428ff7
Add store-tool ( #13254 )
2020-11-01 09:41:28 -08:00
af9a3f004e
Fix typos ( #13334 )
2020-11-01 06:52:41 +00:00
e60bda082d
Adapt to feature::create_account
2020-11-01 05:53:29 +00:00
a3912bc084
Add design proposal and update validator-timestamp-oracle
2020-10-31 21:30:42 -07:00
3a1e125ce3
Add Clock sysvar details, update struct docs
2020-10-31 21:30:42 -07:00
4260b3b416
Sample votes from ancestors back to root
2020-10-31 21:30:42 -07:00
eb2560e782
Prevent block times from ever going backward
2020-10-31 21:30:42 -07:00
90778615f6
Use bounded timestamp-correction when feature enabled
2020-10-31 21:30:42 -07:00
80db6c0980
Add bounded timestamp-estimation method
2020-10-31 21:30:42 -07:00
0049ab69fb
Repurpose unused as Clock::epoch_start_timestamp; add gated update
2020-10-31 21:30:42 -07:00
96b8aa8bd1
Add bounding feature
2020-10-31 21:30:42 -07:00
2f657bc0ca
explorer: Parse Serum DEX and swap instructions for TokenHistory ( #13320 )
...
* map serum instructions on token history card
* add token swap instruction parsing
* refactor serum program and instruction data
2020-10-31 19:21:20 -07:00
52a292a75b
Add solana-program-test crate
2020-10-31 18:12:24 -07:00
fa4bab4608
start_local_server() now works with Banks > 0
2020-10-31 18:12:24 -07:00
8acc47ee1b
MockInvokeContext::get_programs() implementation
2020-10-31 18:12:24 -07:00
e872715fd6
Switch to dirs-next
2020-10-31 18:56:20 +00:00
39120b3343
Ignore stdweb
2020-10-31 18:56:20 +00:00
660214754e
cargo update -p futures-task
/ cargo update -p futures-util
2020-10-31 18:56:20 +00:00
458e9a1533
Codify breaking change guidelines ( #13066 )
...
* Codify breaking change guidelines
* feedback
* Rename title and add expectations section
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Update backwards-compatibility.md
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
* Update docs/src/apps/backwards-compatibility.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
* Specify rust crates and add deprecation process
* Promise semver for software releases
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2020-10-31 09:45:18 +08:00
4b65e32f22
Move Feature struct to solana-program
2020-10-30 17:57:51 -07:00
8415c22b59
Reduce debug ( #13319 )
2020-10-30 16:18:44 -07:00
d2ee9db214
docs: add log messages to json-rpc docs ( #13317 )
2020-10-30 14:22:58 -07:00
bc7133d752
Print the entry type as well when checking archive ( #13312 )
2020-10-31 01:36:12 +09:00
1df15d85c3
Fix tower/blockstore unsync due to external causes ( #12671 )
...
* Fix tower/blockstore unsync due to external causes
* Add and clean up long comments
* Clean up test
* Comment about warped_slot_history
* Run test_future_tower with master-only/master-slave
* Update comments about false leader condition
2020-10-30 19:31:23 +09:00
9263ae1c60
Simplify CPI interface into MessageProcessor
2020-10-30 09:20:09 +00:00
da9548fd12
de-mut some InvokeContext methods
2020-10-30 09:20:09 +00:00
8330123861
chore:(deps): bump @sentry/react from 5.26.0 to 5.27.2 in /explorer ( #13306 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.26.0 to 5.27.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.26.0...5.27.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-30 08:25:25 +00:00
72d41e5801
Update AccountInfo comments ( #13302 )
2020-10-30 08:16:44 +00:00
387d85c5b5
chore:(deps): bump @solana/web3.js from 0.86.1 to 0.86.2 in /explorer ( #13305 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.86.1 to 0.86.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.86.1...v0.86.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-30 08:14:29 +00:00
1f36ac9656
chore:(deps): bump @types/classnames from 2.2.10 to 2.2.11 in /explorer ( #13304 )
...
Bumps [@types/classnames](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/classnames ) from 2.2.10 to 2.2.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/classnames )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-30 08:12:24 +00:00
7ddf10e602
explorer: add Wrapped FRONT to token registry ( #13299 )
2020-10-29 22:37:22 -07:00
da361afbb9
Revert "Updates rbpf to v0.2.0, ( #12951 )"
...
This reverts commit 6606590b81
.
2020-10-29 21:45:24 -07:00
7d686b72a0
Add Bank::set_bpf_compute_budget()
2020-10-29 21:45:24 -07:00
66e51a7363
Add sol_log_compute_units syscall
2020-10-29 21:45:24 -07:00
33884d847a
Remove programs clone()
2020-10-29 21:45:24 -07:00
225bed11c7
Remove Entrypoint type
2020-10-29 21:45:24 -07:00
2664a1f7ef
Remove MessageProcessor::loaders
2020-10-29 21:45:24 -07:00
df8dab9d2b
Native/builtin programs now receive an InvokeContext
2020-10-29 21:45:24 -07:00
ca00197009
Upgrade tarpc and tokio ( #13293 )
2020-10-29 19:21:18 -06:00
b5c8b86e7c
clarify comment ( #13289 )
2020-10-29 21:16:01 +00:00
ecd74c3786
Explorer: correct system instruction names ( #13284 )
...
* fix system instruction names
2020-10-29 13:14:22 -07:00
6606590b81
Updates rbpf to v0.2.0, ( #12951 )
...
which unifies the interfaces of the interpreter and the JIT.
However, the JIT is not enabled yet.
2020-10-29 11:34:52 -07:00
7b3f96ab30
fix: fallback to connection commitment when confirming transactions ( #13285 )
...
* fix: fallback to connection commitment when confirming transactions
* chore: bump
* chore: fix tests
2020-10-29 17:22:53 +00:00
636ae12621
Explorer: use explicit types for instruction info ( #13257 )
2020-10-29 23:46:36 +08:00
0d233370e8
Explorer: disable sentry error for cluster stats timeout ( #13283 )
2020-10-29 08:38:51 -07:00
3738611f5c
adds more parallel processing to gossip packets handling ( #12988 )
2020-10-29 15:17:19 +00:00
363c148dbe
Disable eager rent collection for less noise ( #13275 )
2020-10-29 14:16:38 +00:00
be80f6d5c5
excludes origin from prune set ( #13204 )
...
On the receiving end, prune messages are ignored if the origin points to
the node itself:
https://github.com/solana-labs/solana/blob/631f029fe/core/src/crds_gossip_push.rs#L285-L295
So to avoid sending these over the wire, the requester can exclude
origin from the prune set.
2020-10-29 12:50:58 +00:00
0f05e086fe
Explorer: fix slot links and block details page on devnet ( #13274 )
2020-10-29 20:34:05 +08:00
c74c565d25
Explorer: Bump web3 to v0.86.1 ( #13273 )
2020-10-29 20:20:42 +08:00
65ee3a6bdd
Refactors the common code of test and bench targets into the solana_runtime::bpf_test_utils module. ( #13203 )
2020-10-29 10:04:47 +01:00
a9f339a3ed
chore:(deps): bump @types/react from 16.9.53 to 16.9.55 in /explorer ( #13271 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.53 to 16.9.55.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 08:38:45 +00:00
bacfb5103f
chore:(deps): bump @types/react-dom from 16.9.8 to 16.9.9 in /explorer ( #13228 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 16.9.8 to 16.9.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 08:26:35 +00:00
ebcc8086f8
chore:(deps): bump @types/node from 14.14.5 to 14.14.6 in /explorer ( #13270 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.5 to 14.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-29 08:10:07 +00:00
5fb8b84d84
Explorer: tweak cluster stats page ( #13267 )
2020-10-29 13:17:45 +08:00
ffeadd4e29
Explorer: don't throw error for strange token instructions ( #13268 )
2020-10-29 13:17:35 +08:00
c458d4b213
move Account to solana-sdk ( #13198 )
2020-10-28 22:01:07 -07:00
d5e439037b
Make bad_bank_hash test faster ( #13206 )
2020-10-28 21:44:42 -07:00
032a7d36ff
explorer: wrap bytes on bpf-loader-2 write instruction ( #13253 )
2020-10-28 21:08:24 -07:00
61c2970141
Explorer: remove wasm stake parsing ( #13266 )
2020-10-29 11:37:55 +08:00
bc16b58d75
fix: fix TypeError when confirmed block is not found ( #13264 )
2020-10-29 11:23:07 +08:00
781b92a8c0
Explorer: Linkify all displays of slot number ( #13262 )
2020-10-29 10:45:44 +08:00
144bd36674
Explorer: fix confirmed block refetch ( #13261 )
2020-10-29 10:36:48 +08:00
92d6521a7f
Add try_find_program_address()
2020-10-28 19:34:51 -07:00
c2dbf53d76
Update FeatureSet::active to include slot-activated ( #13256 )
...
* Update FeatureSet::active to include slot-activated
* Clippy suggestion
2020-10-29 02:34:19 +00:00
a74f0f90e4
Explorer: Disable raw button for unknown instructions ( #13260 )
2020-10-29 10:27:37 +08:00
2cf44a9e14
Explorer: Show empty state when block has no transactions ( #13259 )
2020-10-29 09:51:19 +08:00
de71fb9bdd
Explorer: trim whitespace in search bar ( #13258 )
2020-10-29 09:44:27 +08:00
e7b7c15198
feat: print program logs when transaction send fails ( #13213 )
2020-10-29 08:59:16 +08:00
413dfb01d5
explorer: Update instruction details cards to handle parsed instructions for system, stake, and bpf-loader ( #13247 )
...
* update instruction cards to support system, stake, and bpf-loader parsed instructions
2020-10-28 15:28:12 -07:00
db9ddc7e5b
Update links from sdk to program ( #13248 )
2020-10-28 15:16:58 -06:00
664b6125b6
Add doc page on sysvar accounts ( #13237 )
...
* Add doc page on sysvar accounts
* Update with suggestions
2020-10-28 14:54:36 -06:00
32c31f2689
CI: Don't remove user's config dir
2020-10-28 20:19:45 +00:00
eb597cd60f
docs: Reference metrics envvars for each cluster
2020-10-28 19:30:55 +00:00
4dc4fefee2
docs: Remove stale metrics steps
2020-10-28 19:30:55 +00:00
4698ee5e4a
Improve final report of ledger-tool capitalization ( #13232 )
2020-10-28 17:10:09 +00:00
ae91270961
implements ping-pong packets between nodes ( #12794 )
...
https://hackerone.com/reports/991106
> It’s possible to use UDP gossip protocol to amplify DDoS attacks. An attacker
> can spoof IP address in UDP packet when sending PullRequest to the node.
> There's no any validation if provided source IP address is not spoofed and
> the node can send much larger PullResponse to victim's IP. As I checked,
> PullRequest is about 290 bytes, while PullResponse is about 10 kB. It means
> that amplification is about 34x. This way an attacker can easily perform DDoS
> attack both on Solana node and third-party server.
>
> To prevent it, need for example to implement ping-pong mechanism similar as
> in Ethereum: Before accepting requests from remote client needs to validate
> his IP. Local node sends Ping packet to the remote node and it needs to reply
> with Pong packet that contains hash of matching Ping packet. Content of Ping
> packet is unpredictable. If hash from Pong packet matches, local node can
> remember IP where Ping packet was sent as correct and allow further
> communication.
>
> More info:
> https://github.com/ethereum/devp2p/blob/master/discv4.md#endpoint-proof
> https://github.com/ethereum/devp2p/blob/master/discv4.md#wire-protocol
The commit adds a PingCache, which maintains records of remote nodes
which have returned a valid response to a ping message, and on-the-fly
ping messages pending a pong response from the remote node.
When handling pull-requests, those from addresses which have not passed
the ping-pong check are filtered out, and additionally ping packets are
added for addresses which need to be (re)verified.
2020-10-28 17:03:02 +00:00
49e11e1f9c
Explorer Block Page ( #12854 )
...
* Solarweave Implementation
* Fixed formatting
* Revisions and QA
* Added block links to transaction page
* Create Blockpage
* QA and Revisions
* Finalized QA & Revisions
* QA & Revisions
2020-10-29 00:16:27 +08:00
5919e67c2a
fix: broken inner instruction struct validator ( #13231 )
...
* add-inner-trx
* add compiled instructions
* remove type parsed inner instruction mistake
* add fix import & struct union for InnerInstruction
* import type connection
Co-authored-by: Viacheslav Tsurka <vt@parity.digital >
2020-10-28 22:38:39 +08:00
fe8c5b0f0f
feat: add support for inner instructions metadata ( #13224 )
...
* add-inner-trx
* add compiled instructions
* remove type parsed inner instruction mistake
Co-authored-by: Viacheslav Tsurka <vt@parity.digital >
2020-10-28 17:13:51 +08:00
fbc07bf327
chore: bump buffer from 5.6.1 to 5.7.0 in /web3.js ( #13229 )
...
Bumps [buffer](https://github.com/feross/buffer ) from 5.6.1 to 5.7.0.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v5.6.1...v5.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-28 08:25:20 +00:00
3d01433512
chore: bump eslint-config-prettier from 6.14.0 to 6.15.0 in /web3.js ( #13227 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.14.0...v6.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-28 08:21:54 +00:00
e39dd7e739
chore:(deps): bump @types/node from 14.14.3 to 14.14.5 in /explorer ( #13225 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.3 to 14.14.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-28 08:09:11 +00:00
7d2962135d
Use pico inflation for ledger-tool capitalization --enable-inflation ( #13215 )
...
* Use pico inflation for ledger-tool capitalization --enable-inflation
* rust fmt
2020-10-28 15:30:39 +09:00
4e0d1b1d4a
more portable install.sh ( #13114 )
2020-10-27 22:43:34 -07:00
6d4c69b7c3
Use zstd for create-snapshot ( #13214 )
2020-10-28 05:30:25 +00:00
6fa40f10d1
Explorer: Bump react-scripts and typescript to v4 ( #13216 )
2020-10-28 12:49:28 +08:00
f96ab5a818
Fix log ( #13207 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-27 18:56:57 -07:00
c4962af9eb
Parse vote instructions ( #13202 )
2020-10-27 17:53:17 -06:00
631f029fe9
Account for forward delay in transaction simulation ( #13199 )
2020-10-27 17:25:08 +00:00
e666272ab6
chore: bump eslint from 7.12.0 to 7.12.1 in /web3.js ( #13195 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.12.0 to 7.12.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.12.0...v7.12.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 08:25:29 +00:00
cd4a300f0c
chore: bump typescript from 4.0.3 to 4.0.5 in /web3.js ( #13193 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.3 to 4.0.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.3...v4.0.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 08:21:55 +00:00
f11617c192
chore:(deps): bump @solana/web3.js from 0.83.0 to 0.84.1 in /explorer ( #13196 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.83.0 to 0.84.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.83.0...v0.84.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 08:18:36 +00:00
f5f979ac30
chore:(deps): bump chart.js from 2.9.3 to 2.9.4 in /explorer ( #13194 )
...
Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.3...v2.9.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 08:13:06 +00:00
bb6ab3a62d
ignore .so files ( #13188 )
2020-10-26 23:14:06 -07:00
26eba5ac7d
Fix pr crossing for sysvar keyed-accounts ( #13189 )
2020-10-26 21:59:32 -07:00
c88ec9657b
Docs: Clarify where new buildkite agent SSH keys need added
2020-10-27 03:40:05 +00:00
322c667655
check sysvar id for AccountInfo ( #13175 )
2020-10-26 20:38:45 -07:00
ff4b34202c
Add SSH key for buildkite-agent on achille
2020-10-27 01:57:25 +00:00
1b343665a1
Move KeyedAccount out of solana-program. Native programs are not supported by solana-program
2020-10-26 18:54:54 -07:00
0475107654
fix: export message.from()
2020-10-26 18:59:26 -06:00
e3c0cc980b
fix .gitignore ( #13177 )
2020-10-27 00:42:26 +00:00
fc83a666fc
macos portable rust-bpf ( #13176 )
2020-10-27 00:11:33 +00:00
f58bc8589d
Add Bank::get_signature_status_with_blockhash() ( #13167 )
...
Get the signature status in O(1) time, instead of O(n) where
n is the number of blockhashes in the StatusCache.
2020-10-26 23:52:57 +00:00
c4fb77f057
Delete .lib.rs.swo
2020-10-26 16:01:25 -07:00
a82971879f
CLI: Surface deploy transaction errors
2020-10-26 21:16:22 +00:00
8b1638f026
Docs: Testnet has a faucet now
2020-10-26 20:13:46 +00:00
35f77ccc73
update call depth docs ( #13155 )
2020-10-26 12:41:48 -07:00
39686ef098
Use bank timestamp to populate Blockstore::blocktime_cf when correction active ( #13158 )
2020-10-26 19:23:45 +00:00
4bfda3e766
marks pull request creation time only once per peer ( #13113 )
...
mark_pull_request_creation time requires an exclusive lock on gossip:
https://github.com/solana-labs/solana/blob/16944e218/core/src/cluster_info.rs#L1547-L1548
Current code is redundantly marking each peer once for each request.
There are at most only 2 unique peers, whereas there are hundreds of
requests per each. So the lock is acquired hundreds of time longer than
necessary.
2020-10-26 17:11:31 +00:00
439c06b460
chore: bump jest from 26.6.0 to 26.6.1 in /web3.js ( #13149 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.6.0 to 26.6.1.
- [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.6.0...v26.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 08:37:42 +00:00
542355129d
chore: bump buffer from 5.6.0 to 5.6.1 in /web3.js ( #13152 )
...
Bumps [buffer](https://github.com/feross/buffer ) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v5.6.0...v5.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 08:27:18 +00:00
9290a1ee95
chore: bump eslint from 7.11.0 to 7.12.0 in /web3.js ( #13151 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.12.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 08:24:18 +00:00
8862105922
chore:(deps): bump @testing-library/jest-dom in /explorer ( #13150 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.4 to 5.11.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.4...v5.11.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 08:13:04 +00:00
da508b0ff7
chore:(deps): bump @types/node from 14.14.2 to 14.14.3 in /explorer ( #13148 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.2 to 14.14.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 08:09:10 +00:00
41a56e14fc
Don't reuse BPF target build artifacts
2020-10-26 00:10:50 -07:00
0a89bb4d3c
Fix reward type encoding
2020-10-26 00:10:50 -07:00
42a4dfab9a
Remove program feature from SPL builds
2020-10-25 21:07:58 -07:00
5caf81dbf8
Hide noisy specialization warnings for frozen abi ( #13141 )
2020-10-26 04:02:58 +00:00
66c7a98009
Allow existence of vote on root in saved tower ( #13135 )
2020-10-26 11:08:20 +09:00
efe683b3be
chore: bump @babel/plugin-transform-runtime in /web3.js ( #12945 )
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.11.5 to 7.12.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.12.1/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-25 15:39:05 +08:00
6e13dbe206
feat: allow setting explicit fee payer for transaction ( #13129 )
2020-10-25 09:59:38 +08:00
0cc9c94c43
Rename "everything" feature to "full"
2020-10-24 17:26:11 +00:00
a4956844bd
Update frozen_abi hashes
...
The movement of files in sdk/ caused ABI hashes to change
2020-10-24 08:37:55 -07:00
dd711ab5fb
Rename solana-program-sdk to solana-program
2020-10-24 08:37:55 -07:00
92ce381d60
Run serum-dex unit tests
2020-10-24 08:37:55 -07:00
85c51f5787
Only activate legacy program feature for the solana-sdk crate
2020-10-24 08:37:55 -07:00
fe68f7f786
Port programs to solana-program-sdk
2020-10-24 08:37:55 -07:00
63db324204
Initial population of solana-program-sdk
2020-10-24 08:37:55 -07:00
3718771ffb
Add solana-program-sdk boilerplate
2020-10-24 08:37:55 -07:00
ccc5958847
chore: npm audit fix ( #13127 )
2020-10-24 12:34:43 +08:00
766406fd23
add precompile verification to simulate_transaction ( #13080 )
2020-10-23 20:47:51 -07:00
0264147d42
Clean up opt conf verifier and vote state tracker ( #13081 )
...
* Clean up opt conf verifier and vote state tracker
* Update test to follow new message and some knob
* Rename
2020-10-24 10:19:12 +09:00
b5170b993e
Shorten magic install URL
2020-10-23 22:24:06 +00:00
c7f4f15e60
Add downstream project build testing
2020-10-23 14:14:51 -07:00
c7c50bd32c
Use local cargo for CI
2020-10-23 14:14:51 -07:00
965ea97b56
Move bpf sdk packaging from publish-tarball to cargo-install-all
2020-10-23 20:41:34 +00:00
16944e218f
Cli: deploy programs via TPU ( #13090 )
...
* Deploy: send write transactions to leader tpu
* Less apparent stalling during confirmation
* Add EpochInfo mock
* Only get cluster nodes once
* Send deploy writes to next leader
2020-10-23 10:03:29 -06:00
7d2729f6bd
shrink debug ( #13089 )
2020-10-23 08:05:19 -07:00
ffb9a49769
fix: export stake authorize w/ seed methods
2020-10-23 08:53:58 -06:00
37c8842bcb
scans crds table in parallel for finding old labels ( #13073 )
...
From runtime profiles, the majority time of ClusterInfo::handle_purge
https://github.com/solana-labs/solana/blob/0776fa05c/core/src/cluster_info.rs#L1605-L1626
is spent scanning crds table finding old labels:
https://github.com/solana-labs/solana/blob/0776fa05c/core/src/crds.rs#L175-L197
This can be done in parallel given that gossip thread-pool:
https://github.com/solana-labs/solana/blob/0776fa05c/core/src/cluster_info.rs#L1637-L1641
is idle when handle_purge is invoked:
https://github.com/solana-labs/solana/blob/0776fa05c/core/src/cluster_info.rs#L1681
2020-10-23 14:17:37 +00:00
1838e323df
chore: bump eslint-config-prettier from 6.13.0 to 6.14.0 in /web3.js ( #13106 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.13.0...v6.14.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 08:21:37 +00:00
87133cdc0a
chore: bump rollup from 2.32.0 to 2.32.1 in /web3.js ( #13104 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.32.0 to 2.32.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.32.0...v2.32.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 08:19:21 +00:00
0f239a6f32
chore:(deps): bump @types/chart.js from 2.9.26 to 2.9.27 in /explorer ( #13105 )
...
Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js ) from 2.9.26 to 2.9.27.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 08:10:56 +00:00
13bb34a28d
chore:(deps): bump @solana/web3.js from 0.81.0 to 0.83.0 in /explorer ( #13103 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.81.0 to 0.83.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.81.0...v0.83.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 08:09:23 +00:00
c95f6c4b83
Remove spammy invalid rpc log ( #13100 )
2020-10-23 07:05:29 +00:00
b169d9cfbe
Add --bpf-out-dir argument to control where the final build products land
2020-10-23 04:57:03 +00:00
4669fa0f98
Add deploy err if program-account balance is too high ( #13091 )
...
* Add deploy err if program-account balance is too high
* Review comments
* Add system-program check
* Rename and unhide flag
2020-10-22 22:42:35 -06:00
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
84d56c62ce
chore: bump marked from 1.2.0 to 1.2.2 in /web3.js ( #13085 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js )
- [Commits](https://github.com/markedjs/marked/compare/v1.2.0...v1.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-22 08:22:06 +00:00
8badd05004
chore: bump @babel/preset-flow from 7.10.4 to 7.12.1 in /web3.js ( #13082 )
...
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow ) from 7.10.4 to 7.12.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.12.1/packages/babel-preset-flow )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-22 08:17:51 +00:00
56efec3c17
chore:(deps): bump @testing-library/user-event in /explorer ( #13084 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.8 to 12.1.10.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.8...v12.1.10 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-22 08:11:22 +00:00
9a26a70fdc
chore:(deps): bump @types/node from 14.14.0 to 14.14.2 in /explorer ( #13083 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.0 to 14.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-22 08:10:00 +00:00
8b0242a5d8
Allow nodes to advertise a different rpc address over gossip ( #13053 )
...
* Allow nodes to advertise a different rpc address over gossip
* Feedback
2020-10-22 03:31:48 +00:00
959880db60
Remove unused pubkey::Pubkey imports
2020-10-21 19:08:13 -07:00
17c391121a
Run codemod --extensions rs Hash::new_rand solana_sdk:
#️⃣ :new_rand
2020-10-21 19:08:13 -07:00
7bc073defe
Run codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand
2020-10-21 19:08:13 -07:00
76f11c7dae
Add hash_new_rand(), mark Hash::new_rand() as deprecated
2020-10-21 19:08:13 -07:00
0e68ed6a8d
Add pubkey_new_rand(), mark Pubkey::new_rand() deprecated
2020-10-21 19:08:13 -07:00
61be155413
Remove do.sh
2020-10-21 18:56:40 -07:00
07a853d6cc
Add cargo-build-bpf
2020-10-21 18:56:40 -07:00
e6b821c392
Finer grained AccountsIndex locking ( #12787 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-21 17:05:27 -07:00
dd6cccaf7e
Fix test_optimistic_confirmation_violation_without_tower() ( #13043 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-21 15:56:50 -07:00
c8fc0a6ba1
Don't hold dashmap write lock in store create ( #13007 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-21 12:54:09 -07:00
0776fa05c7
Add ledger-tool dead-slots and improve purge a lot ( #13065 )
...
* Add ledger-tool dead-slots and improve purge a lot
* Reduce batch size...
* Add --dead-slots-only and fixed purge ordering
2020-10-21 17:45:21 +00:00
e10de86440
update program address docs ( #13069 )
2020-10-21 10:09:12 -07:00
608b81b412
Port various rent fixes to runtime feature ( #12842 )
...
* Port various rent fixes to runtime feature
* Fix CI
* Use more consistent naming...
2020-10-21 22:19:25 +09:00
02bf9ca834
Refresh mint distribution when account info refreshes ( #13064 )
2020-10-21 18:47:02 +08:00
86a982150c
RPC: Don't send base64 TXs to old clusters
2020-10-21 08:33:28 +00:00
7a5934082f
chore: bump jest from 26.5.3 to 26.6.0 in /web3.js ( #13060 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.5.3 to 26.6.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.5.3...v26.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-21 08:31:02 +00:00
42bfe9e5ea
chore: bump eslint-config-prettier from 6.12.0 to 6.13.0 in /web3.js ( #13058 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.13.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-21 08:20:26 +00:00
8863b773c1
feat: disable loader rate limiter for non solana endpoints ( #13018 )
2020-10-21 16:19:51 +08:00
e4231d1028
chore:(deps): bump @types/chai from 4.2.13 to 4.2.14 in /explorer ( #13059 )
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.2.13 to 4.2.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-21 08:13:24 +00:00
62fdd7ba07
chore:(deps): bump @types/node from 14.11.11 to 14.14.0 in /explorer ( #13057 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.11 to 14.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-21 08:09:54 +00:00
2905ccc7ec
CLI: Print address ephemeral keypair seed phrase to stderr on deploy failure
2020-10-21 01:09:37 -06:00
ad65d4785e
Skip 'Stake by Feature Set' output when showing status of a single feature
2020-10-21 05:52:32 +00:00
d63cf1e30a
Update explorer token registry ( #13048 )
2020-10-21 13:49:43 +08:00
a88223eca6
Avoid panic when --bootstrap-validator-stake-lamports is set to a value larger than 500m SOL
2020-10-20 20:53:52 -07:00
46d0019955
Parse stake and system instructions ( #13035 )
...
* Fix token account check
* Add helper to check num accounts
* Add parse_stake
* Add parse_system
* Fix AuthorizeNonce docs
* Remove jsonParsed unstable markers
* Clippy
2020-10-20 21:02:17 -06:00
f11c86b2c5
Explorer: speed up cluster stat loading ( #13016 )
2020-10-21 10:32:08 +08:00
efdb560e97
Various clean-ups before assert adjustment ( #13006 )
...
* Various clean-ups before assert adjustment
* oops
2020-10-21 10:26:20 +09:00
2bb27cdb25
fix broken ci ( #13039 )
2020-10-21 09:14:33 +09:00
6f930351d2
Add --eval flag to solana-install info
2020-10-20 23:37:39 +00:00
f71677164f
Include sdk/bpf in the main release tarball
2020-10-20 16:13:36 -07:00
6858950f76
Remove frozen ABI modules from solana-sdk
2020-10-20 16:11:30 -07:00
81d0c8ae7f
Force unset CARGO to use correct version of cargo ( #13027 )
2020-10-20 14:50:34 -07:00
83c53ae4b5
Fix secp256k1 instruction indexing and add tests ( #13026 )
2020-10-20 14:13:24 -07:00
62f20bc170
Remove unsupported metrics tarball from release artifacts
2020-10-20 13:10:33 -07:00
a18add6eed
Include count in doc for example grind command ( #12979 )
2020-10-20 20:46:48 +02:00
301f3096a0
chore: bump thiserror from 1.0.20 to 1.0.21
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.20 to 1.0.21.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.20...1.0.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-20 11:19:10 -07:00
de04a208c7
Add more info for --limit-ledger-size
2020-10-20 17:34:11 +00:00
c0675968b1
Support Debug Bank ( #13017 )
2020-10-21 01:05:45 +09:00
6c55aaf4c7
_
2020-10-20 09:00:41 -06:00
6dc5be17b2
Remove errant print
2020-10-20 08:56:36 -06:00
50a9731257
chore:(deps): bump @types/node from 14.11.8 to 14.11.11 in /explorer ( #13012 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.8 to 14.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 08:50:39 +00:00
d732edb446
chore:(deps): bump @types/react from 16.9.52 to 16.9.53 in /explorer ( #13013 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.52 to 16.9.53.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 08:33:50 +00:00
a4e8606be9
chore: bump @babel/runtime from 7.12.0 to 7.12.1 in /web3.js ( #13011 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.12.0 to 7.12.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.12.1/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 08:29:42 +00:00
1ecb2f5c5c
chore: bump rollup from 2.30.0 to 2.32.0 in /web3.js ( #13009 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.30.0 to 2.32.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.30.0...v2.32.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 08:22:19 +00:00
400b6c56b2
chore:(deps): bump @types/jest from 26.0.14 to 26.0.15 in /explorer ( #13010 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.14 to 26.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 08:13:23 +00:00
942e4273ba
Parse bpf loader instructions ( #12998 )
...
* Add parsing for BpfLoader2 instructions
* Skip info if null
* Return account address in info map
2020-10-19 23:13:02 -06:00
c7c6c28455
Remove Solanabeach dependency from Explorer ( #12463 )
...
* remove solana beach socket dependency
* remove socket.io dependency
* timeout / retry button for cluster stats
* update web3 version, add EpochInfo typing, handle no samples case
* derive max TPS from final downsampled arrays
* change block time to slot time
2020-10-19 20:11:48 -07:00
3b3f7341fa
validator: Activate RPC before halting on slot
2020-10-20 02:09:07 +00:00
c5e16383b0
Add everything feature
2020-10-19 17:21:52 -07:00
c1c69ecc34
Ignore more paths in increment-cargo-version.sh
2020-10-19 23:00:54 +00:00
6d5889bdb5
Remove program_stubs!()
2020-10-19 21:00:17 +00:00
9c53e1dfb2
Add SyscallStubs to enable syscall interception when building programs for non-BPF
2020-10-19 21:00:17 +00:00
75d62ca095
improves threads' utilization in processing gossip packets ( #12962 )
...
ClusterInfo::process_packets handles incoming packets in a thread_pool:
https://github.com/solana-labs/solana/blob/87311cce7/core/src/cluster_info.rs#L2118-L2134
However, profiling runtime shows that threads are not well utilized and
a lot of the processing is done sequentially.
This commit redistributes the work done in parallel. Testing on a gce
cluster shows 20%+ improvement in processing gossip packets with much
smaller variations.
2020-10-19 19:03:38 +00:00
cca318f805
Revert "CLI: Put deploy
ephemeral keypair behind a flag" ( #12983 )
...
This reverts commit 5a5b7f39c1
.
2020-10-19 12:44:32 -06:00
456eae6ccb
Calculate accounts hash async in accounts background service ( #12852 )
2020-10-19 09:48:29 -07:00
d5163c5786
Adds public key for alexander@solana.com ( #12980 )
2020-10-20 01:11:02 +09:00
81bd9afd80
chore:(deps): bump @types/chart.js from 2.9.25 to 2.9.26 in /explorer ( #12974 )
...
Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js ) from 2.9.25 to 2.9.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 08:26:49 +00:00
5a9f2a4c64
chore: bump @babel/plugin-proposal-class-properties in /web3.js ( #12977 )
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties ) from 7.10.4 to 7.12.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.12.1/packages/babel-plugin-proposal-class-properties )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 08:25:08 +00:00
cc685a4b44
chore: bump @babel/core from 7.12.0 to 7.12.3 in /web3.js ( #12975 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.0 to 7.12.3.
- [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.12.3/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 08:19:53 +00:00
16950122f2
chore:(deps): bump @solana/web3.js from 0.80.2 to 0.81.0 in /explorer ( #12976 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.80.2 to 0.81.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.80.2...v0.81.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 08:11:35 +00:00
54517ea454
Follow up to persistent tower with tests and API cleaning ( #12350 )
...
* Follow up to persistent tower
* Ignore for now...
* Hard-code validator identities for easy reasoning
* Add a test for opt. conf violation without tower
* Fix compile with rust < 1.47
* Remove unused method
* More move of assert tweak to the asser pr
* Add comments
* Clean up
* Clean the test addressing various review comments
* Clean up a bit
2020-10-19 16:37:03 +09:00
2cc3d7511a
Improve vote-account "Recent Timestamp" output
2020-10-19 06:20:40 +00:00
6123d71489
Minor doc typo
2020-10-19 03:09:09 +00:00
87311cce7f
Mention monitoring and updating for exchanges ( #12953 )
...
* Mention monitoring and updating for exchanges
* Fix link syntax...
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* More review comments and word-wrapping
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2020-10-17 15:35:29 +09:00
4451042c76
keygen: add more mnemonic language support ( #12944 )
2020-10-17 10:51:53 +08:00
8aecea6d05
Transaction Inclusion Proposal ( #12936 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-16 18:57:12 -07:00
b6bfed64cb
Check payer balance for program account rent as needed ( #12952 )
2020-10-16 18:03:50 +00:00
71264bef67
feat: use base64 encoding when sending and simulating transactions ( #12950 )
2020-10-16 23:54:30 +08:00
28a72220f6
chore: bump @babel/plugin-proposal-function-bind in /web3.js ( #12949 )
...
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-bind ) from 7.11.5 to 7.12.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.12.1/packages/babel-plugin-proposal-function-bind )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 08:31:29 +00:00
e524bb7825
chore: bump @babel/preset-env from 7.12.0 to 7.12.1 in /web3.js ( #12947 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.0 to 7.12.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.12.1/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 08:23:17 +00:00
97f214b209
chore:(deps): bump react-dom from 16.13.1 to 16.14.0 in /explorer ( #12948 )
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 08:13:55 +00:00
809e0ea80a
chore:(deps): bump @testing-library/user-event in /explorer ( #12946 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.7 to 12.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.7...v12.1.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 08:09:32 +00:00
fd8ec27fe8
Another some tower logging improvements ( #12940 )
2020-10-16 14:44:07 +09:00
5a5b7f39c1
CLI: Put deploy
ephemeral keypair behind a flag
2020-10-16 05:00:53 +00:00
359707c85e
Convert Blockstore Rewards cf to protobuf ( #12860 )
...
* Add Blockstore protobuf cf type
* Add Rewards message to proto and make generated pub
* Convert Rewards cf to ProtobufColumn
* Add bench
* Adjust tags
* Move solana proto definitions and conversion methods to new crate
2020-10-15 18:04:10 -06:00
b510474dcb
Report compute budget usage ( #12931 )
2020-10-15 15:55:37 -07:00
48283161c3
passes through feature-set to gossip requests handling ( #12878 )
...
* passes through feature-set to down to gossip requests handling
* takes the feature-set from root_bank instead of working_bank
2020-10-15 20:54:21 +00:00
42943ab86d
Update get-block method in get_confirmed_transaction ( #12923 )
...
* Update get-block method in get_confirmed_transaction
* Remove superfluous into()
2020-10-15 13:56:32 -06:00
4f6ebbdbe0
Add timings for store accounts ( #12882 )
2020-10-15 12:14:39 -07:00
99aecdaf65
Support arbitrary toolchains with cargo wrapper script
2020-10-15 18:55:50 +00:00
d008dfb7ad
Bump spl-memo and spl-token versions ( #12917 )
2020-10-15 18:23:41 +00:00
cc0781e0ac
Docs: Clarify validator disk requirements
2020-10-15 17:38:40 +00:00
3073dc9801
Drop 'Pubkey' in 'solana validators' header
2020-10-15 17:31:22 +00:00
bb2f0df9e1
Release: Use pinned cargo version to install spl-token-cli
2020-10-15 16:59:59 +00:00
3f9e6a600b
program log pubkey as base58 ( #12901 )
2020-10-15 09:11:54 -07:00
b1b2c6ee7b
Restore getVoteAccounts documentation
2020-10-15 08:33:30 -07:00
cc9b52cf72
trivial typo fix
2020-10-15 08:27:39 -07:00
05cf15a382
implements DataBudget using atomics ( #12856 )
2020-10-15 11:33:58 +00:00
a44e4d386f
Better tower logs for SwitchForkDecision and etc ( #12875 )
...
* Better tower logs for SwitchForkDecision and etc
* nits
* Update comment
2020-10-15 18:30:33 +09:00
eec3d25ab9
Surface 'Program account allocation failed' error details
2020-10-15 09:17:48 +00:00
dd752fcc5e
chore: bump @babel/runtime from 7.11.2 to 7.12.0 in /web3.js ( #12894 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.11.2 to 7.12.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.12.0/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 08:58:07 +00:00
a216d0a86c
chore: bump @babel/preset-env from 7.11.5 to 7.12.0 in /web3.js ( #12898 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.11.5 to 7.12.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.12.0/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 08:36:51 +00:00
9ea51ad2cc
chore: bump @babel/core from 7.11.6 to 7.12.0 in /web3.js ( #12897 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.6 to 7.12.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.12.0/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 08:30:56 +00:00
f47deafe3e
chore:(deps): bump @testing-library/react in /explorer ( #12896 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.0.4 to 11.1.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.4...v11.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 08:17:12 +00:00
1c7ae3aad0
chore:(deps): bump react from 16.13.1 to 16.14.0 in /explorer ( #12895 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 08:11:45 +00:00
f0d0bdc572
Rework curl examples to be more readable
2020-10-15 08:04:05 +00:00
9e7fad1fd2
Change developer CTA ( #12857 )
...
* change `index.js`
2020-10-14 19:30:20 -06:00
d0b97c7941
Add disclaimer ( #12881 )
2020-10-14 19:30:06 -06:00
969f7b015b
Respect RefCell when calling invoke ( #12858 )
...
* Respect RefCell when calling invoke
* nudge
2020-10-15 01:06:41 +00:00
f70762913c
Release: Include SPL Token in release tarballs
2020-10-15 00:35:45 +00:00
f9e0ea112d
CI: Warn when setting up a buildkite agent with no SSH authorized_keys
2020-10-14 17:07:20 -06:00
c26512255d
RPC: Add metrics for TX encoding
2020-10-14 12:24:11 -06:00
4b04ed86b6
Don't report RewardType::Fee when none was awarded
2020-10-14 09:06:20 -07:00
d6ed5d220a
chore: bump rollup from 2.29.0 to 2.30.0 in /web3.js ( #12873 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.29.0 to 2.30.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.29.0...v2.30.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 08:21:40 +00:00
7b9871522e
chore:(deps): bump @solana/web3.js from 0.80.1 to 0.80.2 in /explorer ( #12874 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.80.1 to 0.80.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.80.1...v0.80.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 08:12:09 +00:00
ce0edaf6a2
chore:(deps): bump bootstrap from 4.5.2 to 4.5.3 in /explorer ( #12872 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.2...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 08:07:43 +00:00
d4e953277e
Expose program error constants ( #12861 )
2020-10-14 00:38:08 -07:00
e84a91d417
fix: createProgramAddress now throws on an invalid seed length
2020-10-13 19:01:34 -07:00
f8d338c9cb
Switch accounts storage lock to DashMap ( #12126 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-13 18:29:50 -07:00
1f1eb9f26e
Add separate push queue to reduce push lock contention ( #12713 )
2020-10-13 18:10:25 -07:00
b8f03c9b0f
Update programming-faq.md ( #12864 )
...
Fix typo
2020-10-13 18:49:28 -06:00
67ed44c007
Add log_messages to proto file ( #12859 )
2020-10-14 00:11:52 +00:00
e4f45bfd3b
Bpf speed debug and tuner program ( #12845 )
2020-10-13 12:16:27 -07:00
56211378d3
terminology update, nonce to bump seed ( #12840 )
2020-10-13 10:11:08 -07:00
14d793b22c
Cleanly handle RPC servers that don't have --enable-rpc-transaction-history enabled
2020-10-13 10:05:44 -07:00
247228ee61
Implementation-defined RPC server errors are now accessible to client/ users
2020-10-13 10:05:44 -07:00
7de7efe96c
Add nop feature set for upcoming ported rent fixes ( #12841 )
2020-10-13 16:34:49 +00:00
f5ed017d69
chore: bump semantic-release from 17.2.0 to 17.2.1 in /web3.js ( #12838 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.2.0 to 17.2.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.2.0...v17.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 08:19:31 +00:00
0472eaff98
chore:(deps): bump @types/react from 16.9.51 to 16.9.52 in /explorer ( #12839 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.51 to 16.9.52.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 08:09:51 +00:00
b09acebc6a
chore:(deps): bump @sentry/react from 5.25.0 to 5.26.0 in /explorer ( #12837 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.25.0 to 5.26.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.25.0...5.26.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 08:07:02 +00:00
e9dbbdeb81
Add transaction log messages to |solana confirm -v| output
2020-10-13 05:47:57 +00:00
3aff8f69af
Bump solana/web3.js to 0.80.1
2020-10-12 22:25:44 -07:00
beaa7ff556
fix: permit getConfirmedTransaction log messages field to be null
2020-10-12 21:42:51 -07:00
d83027c0cd
Update docs/src/running-validator/vote-accounts.md
...
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2020-10-13 04:17:52 +00:00
253114ca20
Add docs on vote account key rotation
2020-10-13 04:17:52 +00:00
649fe6d3b6
get_vote_accounts: access HashMap directly instead of turning it into an iterator
2020-10-13 04:12:10 +00:00
c38021502e
CI: Fix crate publication
2020-10-12 22:19:24 +00:00
65213a1782
Use latest stable channel release if there's no beta release
2020-10-12 21:57:38 +00:00
c24da1ee16
fix native_loader behavior for invalid accounts ( #12814 )
2020-10-12 13:40:04 -07:00
efbe37ba20
RpcClient: Encode TXs as base64 by default
2020-10-12 20:36:36 +00:00
1ab36203de
Retry inflation parameter update along with documentation updates ( #12778 )
...
* update initial inflation parameter
* update economics section of docs
2020-10-12 13:10:57 -07:00
2f5bb7e507
Move no-0-rent rent dist. behavior under feature ( #12804 )
2020-10-12 08:47:52 +00:00
80f9df169b
chore: bump jest from 26.5.0 to 26.5.3 in /web3.js ( #12809 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.5.0 to 26.5.3.
- [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.5.0...v26.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 08:45:35 +00:00
447b3c9413
chore: bump eslint from 7.10.0 to 7.11.0 in /web3.js ( #12808 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 08:24:53 +00:00
2e58d1d1dd
chore: bump semantic-release from 17.1.2 to 17.2.0 in /web3.js ( #12807 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.1.2 to 17.2.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.1.2...v17.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 08:23:20 +00:00
9c64b2f4ab
chore:(deps): bump @types/node from 14.11.5 to 14.11.8 in /explorer ( #12806 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.5 to 14.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 08:22:00 +00:00
d86c4ef0ef
chore:(deps): bump @solana/web3.js from 0.79.0 to 0.80.0 in /explorer ( #12805 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.79.0 to 0.80.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.79.0...v0.80.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 08:07:31 +00:00
b3c2752bb0
simulate_transaction_with_config() now passes full config to server
2020-10-11 21:45:00 -07:00
6bbf6a79b7
Check ELF file for errors before deploy ( #12741 )
...
* Check ELF file for errors before deploy
* Update cli/src/cli.rs
Co-authored-by: Michael Vines <mvines@gmail.com >
* Fix formatting
* Bump solana_rbpf
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-10-11 21:19:47 -07:00
859eb606da
Cargo.lock
2020-10-11 18:51:09 +00:00
2301dcf973
Rework cargo audit ignores
2020-10-11 18:51:09 +00:00
d3b0f87a49
Switch to tempfile
2020-10-11 18:51:09 +00:00
8a119c1483
Bump reqwest/rayon to get past cargo audit
2020-10-11 18:51:09 +00:00
1fc7c1ecee
Don't bother paying 0 rent
2020-10-10 17:02:26 +00:00
1859fbeb30
Update gossip entrypoints
2020-10-10 08:39:13 -07:00
86ca85d72b
explorer: Add support for all parsed accounts ( #11842 )
...
* introduce vote and nonce validators
* introduce config, nonce, sysvar, vote validators / types
* change ConfigProgram to ConfigProgramData
* introduce vote account section and nonce account section, clean up superstructs
* nonce section
* round out vote account and nonce account
* refactor account components, add votes tab
* update program data name to program
* introduce slot hashes, stake history
* introduce blockhashes card and config account
* run fix format
* remove comment
* introduce config section and typings
* refactor tabs if blocks
* change superstructs to pick in some cases
* remove account owners, rename vote history, some nit fixes
* general cleanup and improvements
* add recency column
* add balance row to parsed accounts
* union account types under sysvar and config for improved typing. modify row headers for consistency.
* remove random spaces
* use proper type checking and clean up a cast
2020-10-10 01:03:45 -07:00
f1bbe1cd84
feat: publish more docker ports in localnet script ( #12788 )
2020-10-10 14:21:47 +08:00
9478063b3d
Explorer: introduce program logs section on transaction details page ( #12625 )
...
* introduce program logs section on transaction details page
* update web3.js version
2020-10-09 23:14:00 -07:00
1b16790325
fix: surface full block rewards type
2020-10-09 21:54:13 -07:00
c5c8da1ac0
Expose all rewards (fees, rent, voting and staking) in RPC getConfirmedBlock and the cli
2020-10-09 21:54:13 -07:00
403790760c
Default to 50% rent burn
2020-10-09 21:52:31 -07:00
5800217998
Fix typo ( #12780 )
2020-10-10 00:35:52 +00:00
9ac8db3533
document program address collisions ( #12774 )
2020-10-09 23:19:41 +00:00
b028c47d2b
Correct Bank timestamp drift every slot ( #12737 )
...
* Move timestamp helper to sdk
* Add Bank method for getting timestamp estimate
* Return sysvar info from Bank::clock
* Add feature-gated timestamp correction
* Rename unix_timestamp method to be more descriptive
* Review comments
* Add timestamp metric
2020-10-09 21:53:41 +00:00
ed95071c27
Add convenience script for working in stability branches ( #12765 )
...
* Add convenience script for working in stability branches
* Update scripts/curgo.sh
Co-authored-by: Michael Vines <mvines@gmail.com >
* re{locate,name} to /cargo
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-10-09 14:57:27 -06:00
c3907be623
Add adjustable stack size and call depth ( #12728 )
2020-10-09 13:07:09 -07:00
16d45b8480
Fix zero-lamport accounts preventing slot cleanup ( #12606 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-09 12:40:08 -07:00
1f4bcf70b0
Fix various ledger-tool error due to no builtins ( #12759 )
...
* Fix various ledger-tool error due to no builtins
* Add missing file...
2020-10-09 12:19:36 -06:00
2cd7cd3149
Bump max invoke depth to 4 ( #12742 )
2020-10-09 10:33:12 -07:00
3fedcdc6bc
Advise setting --wal-recovery-mode
, and using --private-rpc
for mainnet-beta
2020-10-09 15:41:19 +00:00
d6f1befee6
chore: bump @solana/spl-token from 0.0.10 to 0.0.11 in /web3.js ( #12757 )
...
Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library ) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases )
- [Commits](https://github.com/solana-labs/solana-program-library/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 08:22:09 +00:00
5394ca580f
chore:(deps): bump @types/react-select in /explorer ( #12756 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.21 to 3.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 08:09:36 +00:00
8ec1a66f8a
chore:(deps): bump @solana/web3.js from 0.78.3 to 0.79.0 in /explorer ( #12755 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.78.3 to 0.79.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.78.3...v0.79.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 08:07:03 +00:00
c879e7c1ad
Fix fee mismatch on snapshot deserialize ( #12697 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-08 23:44:41 -07:00
81489ccb76
Only fetch snapshot if it's newer than local ( #12663 )
...
* Only fetch snapshot if it's newer than local
* Prefer as_ref over clone
* More nits
* Don't wait forwever for newer snapshot
2020-10-09 15:05:41 +09:00
c8807d227a
Add inflation_kill_switch feature
2020-10-08 21:31:31 -07:00
e0eb374d9c
feat: introduce getRecentPerformanceSamples rpc ( #12442 )
...
* feat: introduce getRecentPerformanceSamples rpc
* test: indroduce tests and clean up style
* test: skip live tests
* feat: run tests live
2020-10-08 20:26:58 -07:00
6972e63f51
fix: return correct number of signatures needed to load programs ( #12729 )
2020-10-09 08:58:03 +08:00
2c5f83c264
Add new internal accounts ( #12740 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-10-09 00:48:32 +00:00
3a04026599
Minor variable name cleanup
2020-10-08 17:44:19 -07:00
8f5431551e
Store program logs in blockstore / bigtable (TransactionWithStatusMeta) ( #12678 )
...
* introduce store program logs in blockstore / bigtable
* fix test, transaction logs created for successful transactions
* fix test for legacy bincode implementation around log_messages
* only api nodes should record logs
* truncate transaction logs to 100KB
* refactor log truncate for improved coverage
2020-10-08 12:06:15 -07:00
9629baa0c7
Update validator_list.rs
2020-10-08 10:56:50 -06:00
aea979c32e
chore:(deps): bump @solana/web3.js from 0.78.2 to 0.78.3 in /explorer ( #12727 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.78.2 to 0.78.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.78.2...v0.78.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-08 08:20:10 +00:00
8be20efc39
chore: bump rollup from 2.28.2 to 2.29.0 in /web3.js ( #12725 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.28.2 to 2.29.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.28.2...v2.29.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-08 08:18:40 +00:00
6f288436b6
chore:(deps): bump @sentry/react from 5.24.2 to 5.25.0 in /explorer ( #12726 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.24.2 to 5.25.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.24.2...5.25.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-08 08:09:46 +00:00
11df2e2236
Bump version to v1.5.0
2020-10-08 04:51:36 +00:00
dadc84fa8c
Revert "Restore --expected-shred-version argument for mainnet-beta"
...
This reverts commit 9410eab2af
.
2020-10-08 04:46:04 +00:00
f1a2ad1b7d
remote-wallet: Append wallet "name" to entries in selector UI
2020-10-07 22:07:46 -06:00
8e3353d9ef
remote-wallet: Select hardware wallets based on host device path
2020-10-07 22:07:46 -06:00
2c38865e70
Revert "Inflation cli fix and parameter update ( #12709 )"
...
This reverts commit b3f695c83f
.
2020-10-07 19:43:15 -07:00
dd7fae4afb
Fix syscall featurization ( #12714 )
...
* Fix syscall featurization
* nudge
2020-10-07 18:38:38 -07:00
346890ded3
Display vote/stake account epoch rewards
2020-10-07 17:14:12 -07:00
b3f695c83f
Inflation cli fix and parameter update ( #12709 )
...
update initial inflation parameter to reflect current design
2020-10-07 17:12:32 -07:00
4feead323d
clap-utils: Allow fine-tuning offline args
2020-10-07 23:14:39 +00:00
71a308affd
Use datapoint instead of print for is_full signal ( #12673 )
2020-10-07 13:36:54 -07:00
b5faa11f73
removes invalid/outdated pending push messages early ( #12555 )
...
In CrdsGossipPush::new_push_messages:
https://github.com/solana-labs/solana/blob/972619edb/core/src/crds_gossip_push.rs#L211-L228
we already have paid the cost of looking-up the label in crds table and
checking the hash value and wallclock only to find out that in some
cases the value is invalid or is outdated. So might as well remove the
value here rather than wait for the next call to
purge_old_pending_push_messages:
https://github.com/solana-labs/solana/blob/972619edb/core/src/crds_gossip_push.rs#L372
2020-10-07 18:29:20 +00:00
41ad3dd8f0
Remove skip-no-mangle entirely ( #12696 )
2020-10-07 09:13:48 -07:00
7b18f4c5fc
chore:(deps): bump @types/node from 14.11.2 to 14.11.5 in /explorer ( #12706 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.2 to 14.11.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 08:09:56 +00:00
32a23746eb
chore:(deps): bump @types/react-router-dom in /explorer ( #12705 )
...
Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom ) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 08:08:35 +00:00
973f0965e1
Add ristretto multiply syscall ( #12699 )
2020-10-06 23:52:13 -07:00
d0596ce9c8
Explorer: MintToChecked: mint authority should be optional ( #12704 )
2020-10-06 22:34:42 -07:00
e35889542b
RPC: Support base64 encoded transactions
...
Defaults to base58
2020-10-06 22:41:06 -06:00
7f67d36777
RPC: Check encoded transaction size before decoding
2020-10-06 22:41:06 -06:00
37222683ee
Add env variable for rayon thread counts ( #12693 )
2020-10-06 17:17:26 -07:00
5eaf65af4f
Update validator_list.rs
2020-10-06 16:34:00 -06:00
87de82ac94
faucet: Use checked math in request limiter
2020-10-06 12:55:04 -06:00
5ae704d560
faucet: Add failing test case
2020-10-06 12:55:04 -06:00
630eb3b907
Local program allocator ( #12679 )
2020-10-06 11:03:51 -07:00
bff3825298
Remove unnecessary skip-no-mangle feature from sdk ( #12684 )
2020-10-06 11:03:29 -07:00
41ce892f1c
fix: use Node.js https agent when endpoint uses https ( #12692 )
2020-10-07 00:41:18 +08:00
a5c6a78f6d
filters out inactive nodes from push options ( #12674 )
...
* filters out inactive nodes from push options
https://github.com/solana-labs/solana/pull/12620
patched the DDOS issue with nodes which go offline:
https://github.com/solana-labs/solana/issues/12409
However, offline nodes still see (much lesser) traffic spike, likely
because no origins are pruned from their bloom filter in active set:
https://github.com/solana-labs/solana/blob/aaf3790d8/core/src/crds_gossip_push.rs#L276-L286
and so multiple nodes push redundant duplicate messages to them
simultaneously:
https://github.com/solana-labs/solana/blob/aaf3790d8/core/src/crds_gossip_push.rs#L254-L255
This commit will filter out inactive peers from potential push targets
entirely. To mitigate eclipse attacks, staked nodes are retried
periodically.
* uses current timestamp in test/crds_gossip
2020-10-06 13:48:32 +00:00
4fc6cf4bcc
chore: bump jest from 26.4.2 to 26.5.0 in /web3.js ( #12686 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.4.2 to 26.5.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.4.2...v26.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 08:37:13 +00:00
1394952059
chore: bump codecov from 3.7.0 to 3.8.0 in /web3.js ( #12689 )
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-node/compare/v3.7.0...v3.8.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 08:20:56 +00:00
2aeba39d82
chore:(deps): bump @types/chai from 4.2.12 to 4.2.13 in /explorer ( #12688 )
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.2.12 to 4.2.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 08:08:39 +00:00
5564639a05
chore:(deps): bump @types/react from 16.9.50 to 16.9.51 in /explorer ( #12687 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.50 to 16.9.51.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 08:06:33 +00:00
0571882b1d
Add new wallets to docs, clean up existing structure ( #12655 )
...
* Add new wallets to docs
* Re-enstate SolFlare guide
* Update docs/src/wallet-guide/apps.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
Co-authored-by: publish-docs.sh <maintainers@solana.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2020-10-05 22:25:05 +00:00
74a6083269
net-scripts: Correct buildkite agent SSH keys
2020-10-05 21:00:25 +00:00
7b7ea946e3
net-scripts: Remove SSH keys of inactive developers
2020-10-05 21:00:25 +00:00
fbb5e5c4e6
Add systemd and log rotation section to validator start docs ( #12675 )
...
* Add systemd and log rotation section to validator start docs
* Update docs/src/running-validator/validator-start.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
* Update docs/src/running-validator/validator-start.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2020-10-05 12:19:13 -07:00
aaf3790d8c
web3.js: Introduce support for log messages inside ConfirmedTransactionMeta. ( #12629 )
...
* feat: add logMessages to ConfirmedTranasactionMeta
* feat: add flow type and additional superstruct validators
2020-10-05 10:24:38 -07:00
457247e5a5
chore: bump acorn from 8.0.1 to 8.0.4 in /web3.js ( #12668 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 8.0.1 to 8.0.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/8.0.1...8.0.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:22:38 +00:00
f879f8e110
chore: bump eslint-plugin-import from 2.22.0 to 2.22.1 in /web3.js ( #12665 )
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.22.0 to 2.22.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.22.0...v2.22.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:18:12 +00:00
861402bcea
chore:(deps): bump @testing-library/user-event in /explorer ( #12667 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.6 to 12.1.7.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.6...v12.1.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:08:50 +00:00
48d99e6c5c
chore:(deps): bump @types/chart.js from 2.9.24 to 2.9.25 in /explorer ( #12666 )
...
Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js ) from 2.9.24 to 2.9.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:08:41 +00:00
de6b368944
chore: bump marked from 1.1.1 to 1.2.0 in /web3.js ( #12521 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 14:37:27 +08:00
d1be1e7092
chore: bump eslint-config-prettier from 6.11.0 to 6.12.0 in /web3.js ( #12520 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 14:37:10 +08:00
d0eee0879e
chore: bump eslint from 7.9.0 to 7.10.0 in /web3.js ( #12519 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 14:36:58 +08:00
0a89a952c7
Update channel_restriction.sh
2020-10-04 10:18:42 -06:00
64c4861e04
Fix error in max root calculation ( #12661 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-03 15:18:58 -07:00
adf6f748c0
Disable rent in flaky test ( #12658 )
...
* Disable rent in test
Co-authored-by: Carl Lin <carl@solana.com >
2020-10-03 12:44:03 -07:00
026e7de819
Show commit in --version
and ledger-tool's log ( #12636 )
...
* Show commit in `--version` and ledger-tool's log
* Another handy hidden env var
* Fix test
* Rename to semver!
* Fix syntax error...
2020-10-04 00:30:26 +09:00
337da184f3
doc: Add a comment to clarify port selection
2020-10-02 21:20:58 -07:00
9abaf6ec1d
solana stakes
now employs server-side filtering if only one vote account is provided
2020-10-02 17:53:07 -07:00
d0aa8a6446
Fix zero-len slice translations ( #12642 )
2020-10-02 17:45:39 -07:00
0ef3cac1f8
Update docs to show support for Nano X ( #12647 )
2020-10-02 16:45:24 -06:00
4ef3fcc976
Remove developer mode step from Ledger Live setup
...
Looks like the Solana Ledger app is past the Beta phase!
I was able to install the Solana app from Ledger Live without
having to enable developer mode.
There's also no mention of developer mode in Ledger's
Solana setup article:
https://support.ledger.com/hc/en-us/articles/360016265659-Solana-SOL-
2020-10-02 15:21:38 -06:00
71c469c72b
Weight push peers by how long we haven't pushed to them ( #12620 )
2020-10-02 13:57:26 -07:00
adeb06e550
Check CPI program is executable ( #12644 )
2020-10-02 13:55:22 -07:00
19f385db76
Improve solana deploy ( #12621 )
...
* Check program account before attempting to create it
* Use last_valid_slot to timeout status checks
* Include transaction history in RpcClient::get_signature_statuses requests
* Improve solana-deploy send-transactions
* Clippy
* Improve mock deploy test
* Review comments
2020-10-02 13:35:39 -06:00
978b26a9c5
solana catchup
now retries if the initial RPC connection fails
2020-10-02 12:28:05 -07:00
2c669f65f1
limits number of threads in core/tests/crds_gossip.rs ( #12615 )
...
crds_gossip tests start large networks, which with large thread-pools
will exhaust system resources, causing failures in ci tests:
https://buildkite.com/solana-labs/solana/builds/31953
The commit limits size of thread-pools in the test.
2020-10-02 16:55:44 +00:00
aa70dbfc62
Add --no-port-check to validator ( #12245 )
2020-10-02 20:36:41 +09:00
791306a92d
chore:(deps): bump @types/react from 16.9.49 to 16.9.50 in /explorer ( #12635 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.49 to 16.9.50.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 08:09:47 +00:00
42aeead6b4
Add inflation subcommand
2020-10-01 22:57:09 -07:00
14036ac580
Improve block
command output
2020-10-01 22:56:42 -07:00
75b621160e
Add GetConfirmedBlocksWithLimit RPC method
2020-10-01 22:56:17 -07:00
b2fc7f7caa
docs: getRecentPerformanceSamples json rpc ( #12627 )
2020-10-01 22:30:49 -07:00
e03a64ae1b
Document postBalance field
2020-10-02 05:24:59 +00:00
f41a73d76a
Expose validator cli arguments for pubsub buffer tuning
2020-10-01 20:30:40 -07:00
3af8fb4722
chore:(deps): bump socket.io-client from 2.3.0 to 2.3.1 in /explorer ( #12613 )
...
Bumps [socket.io-client](https://github.com/Automattic/socket.io-client ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/Automattic/socket.io-client/releases )
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/socket.io-client/compare/2.3.0...2.3.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 08:11:17 +00:00
23caaccdec
chore:(deps): bump @types/react-select in /explorer ( #12612 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.20 to 3.0.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 08:09:42 +00:00
a17907b9a2
Add ci env to travis config ( #12608 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-10-01 05:07:47 +00:00
e3773d919c
Avoid overflow when computing rent distribution ( #12112 )
...
* Avoid overflow when computing rent distribution
* Use assert_eq!....
* Fix tests
* Add test
* Use FeatureSet
* Add comments
* Address review comments
* Tweak a bit.
* Fix fmt
2020-10-01 11:59:28 +09:00
8f10e407ee
Add nonced-tx check to RpcClient ( #12600 )
2020-10-01 00:44:17 +00:00
1866521df6
retains hash value of outdated responses received from pull requests ( #12513 )
...
pull_response_fail_inserts has been increasing:
https://cdn.discordapp.com/attachments/478692221441409024/759096187587657778/pull_response_fail_insert.png
but for outdated values which fail to insert:
https://github.com/solana-labs/solana/blob/a5c3fc14b3/core/src/crds_gossip_pull.rs#L332-L344
https://github.com/solana-labs/solana/blob/a5c3fc14b3/core/src/crds.rs#L104-L108
are not recorded anywhere, and so the next pull request may obtain the
same redundant payload again, unnecessary taking bandwidth.
This commit holds on to the hashes of failed-inserts for a while, similar
to purged_values:
https://github.com/solana-labs/solana/blob/a5c3fc14b3/core/src/crds_gossip_pull.rs#L380
and filter them out for the next pull request:
https://github.com/solana-labs/solana/blob/a5c3fc14b3/core/src/crds_gossip_pull.rs#L204
2020-10-01 00:39:22 +00:00
c31a34fbcb
Include post balance information for rewards ( #12598 )
...
* Include post balance information for rewards
* Add post-balance to stored Reward struct
* Handle extended Reward in bigtable
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-09-30 17:57:06 -06:00
18074555fe
Update devnet genesis hash
2020-09-30 11:37:35 -07:00
ce598c5c98
Use protobufs to store confirmed blocks in BigTable ( #12526 )
...
* Use protobufs to store confirmed blocks in BigTable
* Cleanup
* Reorganize proto
* Clean up use statements
* Split out function for unit testing
* s/utils/convert
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-09-30 17:55:22 +00:00
865d01c38d
Fix TransactionStatusMeta breakage in blockstore ( #12587 )
...
* Add helper to facilitate deserializing legacy structs
* Use default_on_eof to fix blockstore vis-a-vis TransactionStatusMeta
* Add should-panic test and comments
2020-09-30 11:49:35 -06:00
fce3c70b72
Modernize python scripts
2020-09-30 11:25:26 -06:00
ede19ef33b
Tighten docs publishing flow ( #12572 )
2020-09-30 11:24:00 -06:00
22d16c69b7
Add programming-faq to sidebar ( #12586 )
...
* Add programming-faq to sidebar
* nudge
* fix path
2020-09-30 09:56:48 +00:00
edde4f978b
chore:(deps): bump @types/socket.io-client in /explorer ( #12589 )
...
Bumps [@types/socket.io-client](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/socket.io-client ) from 1.4.33 to 1.4.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/socket.io-client )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 08:12:20 +00:00
45b1e65e03
chore:(deps): bump @solana/web3.js from 0.78.1 to 0.78.2 in /explorer ( #12588 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.78.1 to 0.78.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.78.1...v0.78.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 08:08:36 +00:00
058bca6632
add sha256 syscall ( #12569 )
2020-09-29 23:29:20 -07:00
89424b29bf
Omit workspace Cargo.toml when incrementing version
2020-09-30 06:22:11 +00:00
6c23197f37
"
2020-09-29 23:09:55 -07:00
bc649da77d
Add missing implemented design proposals to docs sidebar
2020-09-29 22:55:50 -07:00
3c7b9c2938
Move remaining nonce utils from runtime to SDK
2020-09-30 05:45:42 +00:00
65b868f4eb
Move nonced tx helpers to SDK
2020-09-30 05:45:42 +00:00
caec631344
runtime: Move prepare_if_nonce_account into accounts
2020-09-30 05:45:42 +00:00
f57af4fec2
epoch_rewards datapoint now includes the correct rewards epoch (previous epoch)
2020-09-29 22:44:02 -07:00
575400c83f
Run tests with features on rather then off ( #12567 )
2020-09-29 20:18:28 -07:00
90714941b7
Add rand dep error to app faq ( #12568 )
2020-09-29 20:16:53 -07:00
6156dc300d
Tune the sys-tuner documentation
2020-09-30 01:04:29 +00:00
777342a1ef
Add rand dependency test ( #12566 )
...
* Add rand dependency test
* nudge
2020-09-30 00:25:51 +00:00
d158d45051
Fix banks RPC port ( #12570 )
...
* Fix Banks RPC ports
* Add get_account_with_commitment
2020-09-30 00:11:49 +00:00
82848d6c73
Include active stake in 'epoch_rewards' datapoint
2020-09-29 16:50:10 -07:00
537bbde22e
builds crds filters in parallel ( #12360 )
...
Based on run-time profiles, the majority time of new_pull_requests is
spent building bloom filters, in hashing and bit-vec ops.
This commit builds crds filters in parallel using rayon constructs. The
added benchmark shows ~5x speedup (4-core machine, 8 threads).
2020-09-29 23:06:02 +00:00
96a7d4dbd8
Query BigTable for block time if does not exist in blockstore ( #12560 )
2020-09-29 21:39:36 +00:00
74fcb184b2
Pipe FeatureSet though InvokeContext ( #12536 )
...
* Pipe FeatureSet though InvokeContext
* gate program size cap
* nit
2020-09-29 21:36:30 +00:00
ce98088457
Track inserted repair shreds ( #12455 )
2020-09-29 14:13:21 -07:00
adf06b635b
Enable json output from solana feature status ( #12554 )
2020-09-29 19:26:08 +00:00
182552c2e7
Switch get_program_accounts to use base64
2020-09-29 11:44:10 -07:00
f63034752d
fix: support new 'feature-set' field in getVersion RPC method
2020-09-29 11:40:39 -07:00
972619edb4
clap-utils: Allow nonce/offline args to be global
2020-09-29 10:42:49 -06:00
36d55c0667
Increase rpc pubsub max payload to unblock large account notifications ( #12548 )
2020-09-30 00:09:39 +08:00
b51c0f3095
Add programming faq ( #12545 )
...
* Add programming faq
* feedback and new content
* nudge
2020-09-29 16:06:54 +00:00
65cc6a69c8
Fix history fetching and inner spl token instructions ( #12515 )
2020-09-29 21:24:01 +08:00
0d5258b6d3
separates out ClusterInfo::{gossip,listen} thread-pools ( #12535 )
...
https://github.com/solana-labs/solana/pull/12402
moved gossip-work threads:
https://github.com/solana-labs/solana/blob/afd9bfc45/core/src/cluster_info.rs#L2330-L2334
to ClusterInfo::new as a new field in the ClusterInfo struct:
https://github.com/solana-labs/solana/blob/35208c5ee/core/src/cluster_info.rs#L249
So that they can be shared between listen and gossip threads:
https://github.com/solana-labs/solana/blob/afd9bfc45/core/src/gossip_service.rs#L54-L67
However, in testing https://github.com/solana-labs/solana/pull/12360
it turned out this will cause breakage:
https://buildkite.com/solana-labs/solana/builds/31646
https://buildkite.com/solana-labs/solana/builds/31651
https://buildkite.com/solana-labs/solana/builds/31655
Whereas with separate thread pools all is good. It might be the case
that one thread is slowing down the other by exhausting the thread-pool
whereas with separate thread-pools we get fair scheduling guarantees
from the os.
This commit reverts https://github.com/solana-labs/solana/pull/12402
and instead adds separate thread-pools for listen and gossip threads:
https://github.com/solana-labs/solana/blob/afd9bfc45/core/src/gossip_service.rs#L54-L67
2020-09-29 09:05:31 +00:00
57ed4e4657
patches bug in Crds::find_old_labels with pubkey specific timeout ( #12528 )
...
Current code only returns values which are expired based on the default
timeout. Example from the added unit test:
- value inserted at time 0
- pubkey specific timeout = 1
- default timeout = 3
Then at now = 2, the value is expired, but the function fails to return
the value because it compares with the default timeout.
2020-09-29 09:04:40 +00:00
2ff983647f
Move process_instruction defs to runtime ( #12507 )
2020-09-29 01:36:46 -07:00
322dbd894f
feature subcommand: display active stake by feature id when feature activation is not available
2020-09-29 05:10:02 +00:00
ccb48f5ce9
cli-output: Add a path to handling --verbose
and --quiet
display
2020-09-29 04:33:57 +00:00
c69ce29ee7
Add multinode-demo/setup-from-testnet.sh
2020-09-29 04:21:37 +00:00
89621adca7
Rpc -> proper optimistic confirmation ( #12514 )
...
* Add service to track the most recent optimistically confirmed bank
* Plumb service into ClusterInfoVoteListener and ReplayStage
* Clean up test
* Use OptimisticallyConfirmedBank in RPC
* Remove superfluous notifications from RpcSubscriptions
* Use crossbeam to avoid mpsc recv_timeout panic
* Review comments
* Remove superfluous last_checked_slots, but pass in OptimisticallyConfirmedBank for complete correctness
2020-09-28 20:43:05 -06:00
06f84c65f1
Fix rooted accounts cleanup, simplify locking ( #12194 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-09-28 16:04:46 -07:00
35208c5ee7
Enable commitment arg on solana deploy ( #12532 )
2020-09-28 16:24:38 -06:00
c94fe9236f
purges old pending push messages more efficiently ( #12522 )
2020-09-28 21:59:59 +00:00
833ad20b01
Add Builtin AbiExample
2020-09-28 12:50:19 -07:00
31696a1d72
Port BPFLoader2 activation to FeatureSet and rework built-in program activation
2020-09-28 12:50:19 -07:00
6071d0d206
Cargo.lock
2020-09-28 12:50:19 -07:00
2956cc5aed
Add a couple feature tests
2020-09-28 12:24:09 -07:00
0718501c72
chore: bump rocksdb from 0.14.0 to 0.15.0
...
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases )
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.14.0...v0.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-28 09:52:31 -07:00
f9a74b51ef
Add feature to resolve spl-token v2 multisig bug
2020-09-28 09:25:48 -07:00
aa5c008fa8
Add pico-inflation feature
2020-09-28 08:25:00 -07:00
718f33260b
chore:(deps): bump @solana/web3.js from 0.78.0 to 0.78.1 in /explorer ( #12518 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.78.0 to 0.78.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.78.0...v0.78.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:09:33 +00:00
6583c8cffe
Add precompile verification to preflight ( #12486 )
2020-09-27 22:29:00 -07:00
f0e02d2588
Display raw instruction data as hex in explorer ( #12512 )
2020-09-27 15:18:22 +08:00
965f653471
Add copy-on-write executor cache ( #12502 )
...
* Add copy-on-write executor cache
* Add remove_executor function to the bank
2020-09-26 17:54:11 +00:00
a36252bfa0
Remove continues from compute_active_feature_set()
2020-09-26 06:10:50 +00:00
b15d6148dd
Deerror
2020-09-25 22:18:43 -07:00
de04dcd9d6
chore: bump socket2 from 0.3.12 to 0.3.15
...
Bumps [socket2](https://github.com/alexcrichton/socket2-rs ) from 0.3.12 to 0.3.15.
- [Release notes](https://github.com/alexcrichton/socket2-rs/releases )
- [Commits](https://github.com/alexcrichton/socket2-rs/compare/0.3.12...v0.3.15 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-25 20:14:09 -07:00
00b36e6db2
Fix ref-count for multiple stores to the same pubkey in a slot, fixes zero lamport purge detection ( #12462 )
...
Co-authored-by: Carl Lin <carl@solana.com >
2020-09-25 18:54:48 -07:00
e50386f928
Add epoch rewards metric datapoint
2020-09-26 01:05:57 +00:00
7c4822efb1
Nit: bpf test cleanup ( #12401 )
2020-09-25 17:02:48 -07:00
5d6410c1cb
Port fix_recent_blockhashes_sysvar_delay to FeatureSet
2020-09-25 15:07:25 -07:00
5dcf348098
Improve 'Failed to create snapshot archive' warning message
2020-09-25 20:02:49 +00:00
c9d12ad410
Revert "Ignore cargo audit RUSTSEC-2020-0008"
...
This reverts commit cd5c7f30d5
.
With bump of `jsonrpc-*` to 15.0.0, we no longer depend on `ws`
2020-09-25 19:30:47 +00:00
1014781b87
Bump jsonrpc-* to 15.0.0
2020-09-25 19:30:47 +00:00
e39fac9f01
Rename active() to is_active()
2020-09-25 11:40:36 -07:00
3a2b8c5e5b
cli review feedback
2020-09-25 11:40:36 -07:00
199940d683
cargo fmt
2020-09-25 11:40:36 -07:00
92406cf9a0
FeatureSet test
2020-09-25 11:40:36 -07:00
cc6ba1e131
Remove id field
2020-09-25 11:40:36 -07:00
7526bb96f3
Make test_process_rest_api less fragile
2020-09-25 11:40:36 -07:00
93ed0ab2bb
Add feature management commands
2020-09-25 11:40:36 -07:00
c10da16d7b
Port instructions sysvar and secp256k1 program activation to FeatureSet
2020-09-25 11:40:36 -07:00
35f5f9fc7b
Add feature set identifier to gossiped version information
2020-09-25 11:40:36 -07:00
93259f0bae
Runtime feature activation framework
2020-09-25 11:40:36 -07:00
d00453f747
Drain the entire compute budget ( #12478 )
2020-09-25 18:08:10 +00:00
baeba41cfd
support new checked parsed instructions ( #12487 )
2020-09-25 10:03:55 -07:00
cd5c7f30d5
Ignore cargo audit RUSTSEC-2020-0008
2020-09-25 09:53:13 -07:00
d326512121
Add ComputeBudget tuner ( #12476 )
2020-09-25 09:01:22 -07:00
b8c4b88188
Cleanup names, fix line dependent test ( #12477 )
2020-09-25 09:00:06 -07:00
c94813e436
fix: use socket pooling for http requests in Node.js ( #12480 )
2020-09-25 23:52:01 +08:00
1c970bb39f
Pre-construct cpi instruction recorders before message processing ( #12467 )
2020-09-25 20:42:28 +08:00
b7d3ddbfe3
chore: bump rollup from 2.28.1 to 2.28.2 in /web3.js ( #12475 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.28.1 to 2.28.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.28.1...v2.28.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-25 08:22:14 +00:00
0fb56fc61b
chore:(deps): bump @solana/web3.js from 0.77.0 to 0.78.0 in /explorer ( #12474 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.77.0 to 0.78.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.77.0...v0.78.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-25 08:09:55 +00:00
07dfa37cce
Add Signers
impl for Vec<Box<dyn Signer>>
2020-09-25 07:12:04 +00:00
d95bce2600
cli-output: Add CliTokenAccount type
2020-09-24 21:50:06 -06:00
bb144bf758
account-decoder: Add string format helpers to UiTokenAmount
2020-09-24 21:50:06 -06:00
be7c30df35
Update Current Leader query ( #12465 )
2020-09-24 20:42:30 -06:00
720f863937
feat: add preflightCommitment support ( #12451 )
2020-09-25 08:49:34 +08:00
018cb5035a
chore: bump num-derive from 0.3.0 to 0.3.2
...
Bumps [num-derive](https://github.com/rust-num/num-derive ) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/rust-num/num-derive/releases )
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md )
- [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.0...num-derive-0.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-24 16:56:12 -07:00
1d04c1db94
introduce RpcPerfSample and modify getPerformanceSamples output ( #12434 )
...
* introduce RpcPerfSample and modify getPerformanceSamples output
* camelCase test results
2020-09-24 14:22:22 -07:00
c4aee8c0a0
Remove legacy inflation activation code
2020-09-24 19:24:49 +00:00
bb183938d9
adds an atomic variant of the bloom filter ( #12422 )
...
For crds_gossip_pull, we want to parallelize build_crds_filters, which
requires concurrent writes to bloom filters.
This commit implements a variant of the bloom filter which uses atomics
for its bits vector and so is thread-safe.
2020-09-24 18:37:19 +00:00
42f1ef8acb
moves gossip-work thread pool cons to ClusterInfo::new ( #12402 )
2020-09-24 18:36:31 +00:00
a5c3fc14b3
Use publish=false ( #12447 )
2020-09-24 09:51:48 -06:00
c979cc7da8
chore:(deps): bump @solana/web3.js from 0.76.0 to 0.77.0 in /explorer ( #12448 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.76.0 to 0.77.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.76.0...v0.77.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-24 22:36:38 +08:00
6601ec8f26
Record and store invoked instructions in transaction meta ( #12311 )
...
* Record invoked instructions and store in transaction meta
* Enable cpi recording if transaction sender is some
* Rename invoked to innerInstructions
2020-09-24 22:36:22 +08:00
860ecdd376
Fix typos ( #12446 )
2020-09-24 07:53:30 +00:00
8a3b217530
chore: make lint
for checking, lint:fix
for fixing ( #12415 )
2020-09-24 09:45:57 +02:00
ba7f7cca78
Fix explorer history refresh ( #12443 )
2020-09-24 14:27:28 +08:00
586501bb5e
Allow publishing of secp256k1 program
2020-09-24 00:15:44 -06:00
59197fb368
Fix multisig signed instruction formatting on explorer ( #12439 )
2020-09-24 13:17:14 +08:00
731a943239
Remove transaction encoding from storage layer ( #12404 )
2020-09-24 13:10:29 +08:00
215bbe85d8
Docs: Set realistic stake warm-up expectations for validators
2020-09-24 02:48:59 +00:00
68e5a2ef56
Add RPC notify and banking keys debug ( #12396 )
2020-09-23 18:46:42 -07:00
7cab638297
Factor the rest of CLI offline module out to clap-utils and cli-output crates
2020-09-23 15:58:44 -06:00
325a7e9f86
Move CLI cli_output module to its own crate
2020-09-23 15:58:44 -06:00
ba353c2b1d
Move CLI blockhash_query module into client crate
2020-09-23 15:58:44 -06:00
0c58123b45
Move CLI Signer utils into clap-utils
2020-09-23 15:58:44 -06:00
be88e868bd
CLI: Drop unused helper
2020-09-23 15:58:44 -06:00
9a60353fa9
CLI: Encapsulate default signer attributes
2020-09-23 15:58:44 -06:00
eaf79152b3
CLI: Consolidate sign-only helpers
2020-09-23 15:58:44 -06:00
5e34af5a75
return_signers
doesn't need a whole CliConfig
2020-09-23 15:58:44 -06:00
89cab47011
Move CLI fee payer arg into clap-utils
2020-09-23 15:58:44 -06:00
6cf74d1166
Move CLI offline args to clap-utils
2020-09-23 15:58:44 -06:00
3fb8428636
Move CLI nonce args to clap-utils
2020-09-23 15:58:44 -06:00
011b674d41
CLI: Remove unused KeypairEq
type
2020-09-23 15:58:44 -06:00
a6533c3a21
Move CLI nonce account helpers in client
2020-09-23 15:58:44 -06:00
dda48e2d06
Move CliNonceError
into client crate
2020-09-23 15:58:44 -06:00
55be8d4016
Move dropping AppendVecs outside lock ( #12408 )
...
* Move drop outside lock
Co-authored-by: Carl Lin <carl@solana.com >
2020-09-23 14:17:49 -07:00
ff890c173c
RpcClient::get_multiple_accounts() now works
2020-09-23 13:37:57 -07:00
a713e3c92d
Document getConfirmedSignaturesForAddress2 until param ( #12424 )
2020-09-23 13:33:00 -06:00
de3801da24
introduce additional token instructions ( #12381 )
...
* introduce additional token instructions
* change instruction display names to 'Checked'
* display checked instruction amounts and labels nicely
2020-09-23 09:09:23 -07:00
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
bb72cbe7ae
add token type on token instructions + symbol on amount ( #12398 )
2020-09-23 07:51:54 -07:00
6563726f22
Fix solana-tokens check_payer_balances for distribute-stake ( #12380 )
...
* Handle distribute-stakes properly
* Remove dry-run gating for balance checks
* Reword and simplify InsufficientFunds errors
* Split up test and add helpers
* Rename sol_for_fees -> unlocked_sol
* Refactor distribute_allocations to collect Messages
* Clippy
* Clean up dangling bids
2020-09-23 02:39:05 +00:00
1afb138a2c
A-Z deps
2020-09-22 18:03:53 -06:00
e1a212fb79
Bump spl-token ( #12395 )
2020-09-22 17:08:54 -06:00
65a6bfad09
Add blockstore column to store performance sampling data ( #12251 )
...
* Add blockstore column to store performance sampling data
* introduce timer and write performance metrics to blockstore
* introduce getRecentPerformanceSamples rpc
* only run on rpc nodes enabled with transaction history
* add unit tests for get_recent_performance_samples
* remove RpcResponse from rpc call
* refactor to use Instant::now and elapsed for timer
* switch to root bank and ensure not negative subraction
* Add PerfSamples to purge/compaction
* refactor to use Instant::now and elapsed for timer
* switch to root bank and ensure not negative subraction
* remove duplicate constants
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-09-22 12:26:32 -07:00
afd9bfc45f
chore:(deps): bump @testing-library/user-event in /explorer ( #12389 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.5 to 12.1.6.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.5...v12.1.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-22 08:17:08 +00:00
4955898e75
chore:(deps): bump @types/node from 14.11.1 to 14.11.2 in /explorer ( #12388 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.1 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-22 08:11:31 +00:00
4fa443becf
Simplify cli node version output, display semver only by default
2020-09-22 07:03:43 +00:00
ef60d0f5ba
explorer/: Deactivated stake accounts report as delegated ( #12262 )
...
* feat: add getStakeActivation to web3.js
* feat: add activation status to delegation card
* style: pretty
* feat: add epoch to getStakeActivation call
* feat: add unit test for getStakeActivation in web3.js
* feat: add test for getStakeActivation in web3.js
* feat: add getStakeActivation
* chore: add rollup watch
* feat: use string literal for stake activation state
* fix: dont display empty () for not delegated accounts
* fix: remove optional chaining due to issue with esdoc
* chore: remove optional_chaining
* feat: add live test for getStakeActivation
* feat: add active/inactive stake to account page
* feat: extend _buildArgs to support additional options, simplify unit test
* chore: update @solana/web3.js tp 0.76.0
* style: resolve linter issues
Co-authored-by: Justin Starry <justin@solana.com >
2020-09-22 13:41:39 +08:00
7dd4de80eb
Add docs for secp256k1 and instruction introspection. ( #12369 )
2020-09-21 13:50:23 -07:00
6767264aa1
CLI: Drop unused runtime dep
2020-09-21 19:05:51 +00:00
02ba197a06
introduce new serum wrapped token labels ( #12342 )
2020-09-21 10:19:11 -07:00
2cd404b8dd
chore: bump rpc-websockets from 7.4.5 to 7.4.6 in /web3.js ( #12367 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v7.4.5...v7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 09:00:47 +00:00
f99151eab9
chore: bump rollup from 2.27.1 to 2.28.1 in /web3.js ( #12365 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.27.1 to 2.28.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.27.1...v2.28.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 08:58:01 +00:00
c9b8b76793
chore: bump typescript from 4.0.2 to 4.0.3 in /web3.js ( #12363 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 08:52:13 +00:00
d23126a10c
chore:(deps): bump @types/react-select in /explorer ( #12364 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.19 to 3.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 08:45:41 +00:00
f13e4b64d6
chore:(deps): bump @sentry/react from 5.23.0 to 5.24.2 in /explorer ( #12362 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.23.0 to 5.24.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.23.0...5.24.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 08:35:36 +00:00
65049bd112
Bump rust-bpf to v0.2.4 ( #12361 )
2020-09-20 23:10:50 +00:00
22d8b3c3f8
Cleanup and feature gate instruction processing ( #12359 )
2020-09-20 10:58:12 -07:00
65b247a922
Bind to correct RPC addresses
2020-09-20 07:32:25 +00:00
76dada3118
Use validator_config for RPC address instead of cluster_info for port verification checks
2020-09-20 02:34:20 +00:00
f561eb917f
Add way to look at tx instructions ( #11943 )
2020-09-19 12:17:46 -07:00
cd852a5c22
Document that testnet has a faucet
2020-09-19 08:41:58 -07:00
208dd1de3a
Move TestValidator into its own module
2020-09-19 08:35:26 -07:00
1a03afccb1
validator/ cleanup
2020-09-19 08:35:26 -07:00
cb8661bd49
Persistent tower ( #10718 )
...
* Save/restore Tower
* Avoid unwrap()
* Rebase cleanups
* Forcibly pass test
* Correct reconcilation of votes after validator resume
* d b g
* Add more tests
* fsync and fix test
* Add test
* Fix fmt
* Debug
* Fix tests...
* save
* Clarify error message and code cleaning around it
* Move most of code out of tower save hot codepath
* Proper comment for the lack of fsync on tower
* Clean up
* Clean up
* Simpler type alias
* Manage tower-restored ancestor slots without banks
* Add comment
* Extract long code blocks...
* Add comment
* Simplify returned tuple...
* Tweak too aggresive log
* Fix typo...
* Add test
* Update comment
* Improve test to require non-empty stray restored slots
* Measure tower save and dump all tower contents
* Log adjust and add threshold related assertions
* cleanup adjust
* Properly lower stray restored slots priority...
* Rust fmt
* Fix test....
* Clarify comments a bit and add TowerError::TooNew
* Further clean-up arround TowerError
* Truly create ancestors by excluding last vote slot
* Add comment for stray_restored_slots
* Add comment for stray_restored_slots
* Use BTreeSet
* Consider root_slot into post-replay adjustment
* Tweak logging
* Add test for stray_restored_ancestors
* Reorder some code
* Better names for unit tests
* Add frozen_abi to SavedTower
* Fold long lines
* Tweak stray ancestors and too old slot history
* Re-adjust error conditon of too old slot history
* Test normal ancestors is checked before stray ones
* Fix conflict, update tests, adjust behavior a bit
* Fix test
* Address review comments
* Last touch!
* Immediately after creating cleaning pr
* Revert stray slots
* Revert comment...
* Report error as metrics
* Revert not to panic! and ignore unfixable test...
* Normalize lockouts.root_slot more strictly
* Add comments for panic! and more assertions
* Proper initialize root without vote account
* Clarify code and comments based on review feedback
* Fix rebase
* Further simplify based on assured tower root
* Reorder code for more readability
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-09-19 14:03:54 +09:00
28f2c15597
Add get_token_account methods ( #12346 )
2020-09-18 20:45:13 -06:00
0ed7b0561e
Improve error message when .config/solana/id.json is not found
2020-09-18 16:29:12 -07:00
a695561f86
💉
2020-09-18 21:25:30 +00:00
327c3d4154
Remove Ledger wallet approval output from examples
2020-09-18 21:25:30 +00:00
cee8db0da3
Listify newly created account properties
2020-09-18 21:25:30 +00:00
add08c673e
Justify installing spl-token
2020-09-18 21:25:30 +00:00
42b40b7d34
Withdraw is a verb
2020-09-18 21:25:30 +00:00
7ee07fd4e8
Apply suggestions from code review
...
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-09-18 21:25:30 +00:00
f52fdc8546
Update docs/src/integrations/exchange.md
...
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-09-18 21:25:30 +00:00
11a8abe3bf
Docs: Add SPL Token exchange integration
2020-09-18 21:25:30 +00:00
06906413ef
Unbreak 'Listening for Deposits' section ( #12338 )
2020-09-18 15:05:13 -06:00
1211d8118c
common component for more readable slot numbers
2020-09-18 10:55:36 -07:00
c4913e3c9e
SendTransactionServices now exit their thread on channel drop instead of by a flag
2020-09-18 17:29:10 +00:00
75c3690ccd
Give the duplicate send_transaction_service a different thread name
2020-09-18 17:29:10 +00:00
f03621d24a
Fix explorer token crash on unknown instruction ( #12329 )
2020-09-18 18:05:31 +08:00
fdbb22dc07
chore: bump prettier from 2.1.1 to 2.1.2 in /web3.js ( #12328 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.1 to 2.1.2.
- [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.1.1...2.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 09:40:01 +00:00
77e3c3970c
chore: bump eslint-plugin-flowtype from 4.7.0 to 5.2.0 in /web3.js ( #12326 )
...
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 4.7.0 to 5.2.0.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases )
- [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v4.7.0...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 08:32:24 +00:00
cf175fdc98
chore:(deps): bump @solana/web3.js from 0.75.2 to 0.76.0 in /explorer ( #12327 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.75.2 to 0.76.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.75.2...v0.76.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 08:26:50 +00:00
1a0b791f9a
chore: bump semantic-release from 17.1.1 to 17.1.2 in /web3.js ( #12324 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.1.1 to 17.1.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.1.1...v17.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 08:24:40 +00:00
22000f7dba
chore:(deps): bump @types/node from 14.10.3 to 14.11.1 in /explorer ( #12325 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.10.3 to 14.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 08:19:15 +00:00
3533e11786
Fix blockstore processor squash ( #12319 )
2020-09-17 21:33:08 -07:00
58542cf7f6
Add Pack and COption to sdk ( #12294 )
...
* Add COption to sdk
* Add Pack to sdk
* Except program_option from nits check
* No Default::default
2020-09-17 21:10:02 -06:00
19f412b85c
Disable sentry in development and catch reporting errors ( #12321 )
2020-09-18 10:47:58 +08:00
9b866d79fb
shards crds values based on their hash prefix ( #12187 )
...
filter_crds_values checks every crds filter against every hash value:
https://github.com/solana-labs/solana/blob/ee646aa7/core/src/crds_gossip_pull.rs#L432
which can be inefficient if the filter's bit-mask only matches small
portion of the entire crds table.
This commit shards crds values into separate tables based on shard_bits
first bits of their hash prefix. Given a (mask, mask_bits) filter,
filtering crds can be done by inspecting only relevant shards.
If CrdsFilter.mask_bits <= shard_bits, then precisely only the crds
values which match (mask, mask_bits) bit pattern are traversed.
If CrdsFilter.mask_bits > shard_bits, then approximately only
1/2^shard_bits of crds values are inspected.
Benchmarking on a gce cluster of 20 nodes, I see ~10% improvement in
generate_pull_responses metric, but with larger clusters, crds table and
2^mask_bits are both larger, so the impact should be more significant.
2020-09-17 14:05:16 +00:00
5546b6b676
chore: bump rpc-websockets from 7.4.2 to 7.4.5 in /web3.js ( #12310 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 7.4.2 to 7.4.5.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v7.4.2...v7.4.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-17 08:57:37 +00:00
25b135fbaa
chore:(deps): bump @types/jest from 26.0.13 to 26.0.14 in /explorer ( #12309 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.13 to 26.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-17 08:44:11 +00:00
7f2ccbff80
chore: bump @solana/spl-token from 0.0.7 to 0.0.10 in /web3.js ( #12308 )
...
Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library ) from 0.0.7 to 0.0.10.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases )
- [Commits](https://github.com/solana-labs/solana-program-library/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-17 08:35:17 +00:00
287e2600af
chore: bump rollup from 2.26.11 to 2.27.1 in /web3.js ( #12306 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.26.11 to 2.27.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.26.11...v2.27.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-17 08:20:35 +00:00
f2a854fea7
chore:(deps): bump @types/node from 14.10.2 to 14.10.3 in /explorer ( #12307 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.10.2 to 14.10.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-17 08:16:42 +00:00
63db4759f8
feat: add getStakeActivation ( #12274 )
...
* feat: add getStakeActivation
* chore: add rollup watch
* feat: use string literal for stake activation state
* fix: remove optional chaining due to issue with esdoc
* chore: remove optional_chaining
* feat: add live test for getStakeActivation
* feat: extend _buildArgs to support additional options, simplify unit test
2020-09-17 14:50:13 +08:00
8d6af087a2
Don't fetch token transaction history for accounts with many holdings ( #12304 )
2020-09-17 11:27:56 +08:00
123e2a1cc1
chore: bump eslint from 6.8.0 to 7.9.0 in /web3.js ( #12207 )
...
* chore: bump eslint from 6.8.0 to 7.9.0 in /web3.js
Bumps [eslint](https://github.com/eslint/eslint ) from 6.8.0 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.9.0 )
Signed-off-by: dependabot[bot] <support@github.com >
* chore: update eslint ignore
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Starry <justin@solana.com >
2020-09-17 03:12:00 +00:00
9410eab2af
Restore --expected-shred-version argument for mainnet-beta
2020-09-16 18:05:41 -07:00
a79790dea6
Remove client resends ( #12290 )
...
* Remove resends from client send_tx methods
* Retry status queries until blockhash expires
2020-09-16 17:47:55 -06:00
3ecb390b10
Fix panic in BanksServer ( #12293 )
...
Fixes #12167
2020-09-16 17:31:58 -06:00
98cfe92745
Rework snapshot download logic to be more forgiving when --expected-shred-version
is not provided
2020-09-16 20:34:02 +00:00
32dcce0ac1
RPC: Limit request payload size to 50kB
2020-09-16 20:21:59 +00:00
f6cda2579f
Fix off-by-one max payload checks
2020-09-16 12:46:06 -07:00
c231bb7154
Update index.js
2020-09-16 16:42:50 +00:00
5d682d2e05
Fix 'Description will go into a meta tag in head' meta tag
2020-09-16 16:42:50 +00:00
c6eea94edc
Remove stale comment
2020-09-16 08:42:26 -07:00
749208fa32
RPC sendTransaction now returns transaction logs on simulation failure
2020-09-16 08:42:26 -07:00
bb9c04895b
Fix failing window build on master on travis ( #12271 )
...
* Fix failing window build on master on travis
* Fix shellcheck
2020-09-16 17:46:33 +09:00
5517d39dc4
chore:(deps): bump prettier from 2.1.1 to 2.1.2 in /explorer ( #12270 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.1 to 2.1.2.
- [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.1.1...2.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 08:40:01 +00:00
4516e5ad47
chore:(deps): bump @types/node from 14.10.1 to 14.10.2 in /explorer ( #12269 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.10.1 to 14.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 08:14:25 +00:00
a48cc073cf
solana-tokens: Add capability to perform the same transfer to a batch of recipients ( #12259 )
...
* Add transfer-amount argument, use simplified input-csv
* Add transfer-amount to readme
2020-09-15 22:53:30 -06:00
83f93fed02
CLI: Use Base58 encoding rather than deprecated Binary for TX decode
2020-09-16 04:36:50 +00:00
90a591da0e
Improve solana-tokens UX ( #12253 )
...
* Fix computed banks port
* Readme incorrect
* Return error if csv cannot be read
* Move column headers over columns
* Add dry-run check for sender/fee-payer balances
* Use clap requires method for paired args
* Write transaction-log anytime outfile is specified
* Replace campaign-name with required db-path
* Remove bids
* Exclude new_stake_account_address from logs for non-stake distributions
* Fix readme
2020-09-16 01:38:22 +00:00
3930cb865a
Add keccak-secp256k1 instruction ( #11839 )
...
* Implement keccak-secp256k1 instruction
Verifies eth addreses with ecrecover function
* Move secp256k1 test
2020-09-15 18:23:21 -07:00
7237e7065f
Github issues with 1 year of inactivity are now marked stale, and will be closed 7 days later.
2020-09-15 17:51:06 -07:00
56282f0c01
validator-info get/set
no longer crash on invalid account data
2020-09-15 16:59:17 -07:00
5ab4109b7e
Add memory allocation support for C programs ( #12254 )
2020-09-15 16:42:20 -07:00
3d4b9bb00d
Friendlier error message for mapping failures ( #12213 )
2020-09-15 15:43:17 -07:00
3fc7ea74c4
Clarify RELEASE.md again
2020-09-16 03:45:44 +09:00
96e21e30d5
Update release doc
...
This is something a second timer could bring in... xD
2020-09-16 02:46:36 +09:00
4ada4d43f2
Drop the recommendation that --expected-shred-version
be set by validators
...
`--expected-shred-version` is another knob for users to get wrong and is
documentation that can get stale due to cluster restarts. Turns out
it's also generally not required anymore either because:
1. The cluster entrypoint can always be expected to be using the correct
shred version, and that shred version will be adopted by the new node
(earlier this was not the case when the `solana-gossip spy` node on
mainnet-beta.solana.com:8001 ran with shred version 0)
2. On a cluster restart, `--expected-bank-hash` is a much stronger
assertion that the validator is starting from the correct place (and
didn't exist when `--expected-shred-version` was first recommended)
2020-09-15 10:24:20 -07:00
b85e8497b5
Really skip private rpc port reachable checks ( #12239 )
2020-09-15 16:36:15 +00:00
ee3f65d8ef
Clarify some release docs
...
This is something a first-timer can bring in. :)
2020-09-15 07:35:44 -07:00
a60b950d5b
chore: bump @commitlint/travis-cli from 9.1.2 to 11.0.0 in /web3.js ( #12233 )
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 9.1.2 to 11.0.0.
- [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.2...v11.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 08:17:26 +00:00
f1c9f3250f
chore:(deps): bump @testing-library/user-event in /explorer ( #12235 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.4 to 12.1.5.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.4...v12.1.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 08:12:43 +00:00
44a88c8156
chore:(deps): bump @types/node from 14.10.0 to 14.10.1 in /explorer ( #12234 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.10.0 to 14.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 08:10:08 +00:00
629572831b
Enable retirement of rent collect in Bank::deposit() on testnet ( #12223 )
2020-09-15 06:49:26 +00:00
241e6f1ecf
Enable stricter check on rent-exempt accounts on testnet ( #12224 )
2020-09-15 06:48:48 +00:00
7d48339b7c
Enable eager-rent-collect-across-gapped-epochs bugfix ( #12219 )
2020-09-15 14:13:40 +09:00
c1e76fd5f7
Fix build breakage ( #12220 )
2020-09-15 13:04:04 +09:00
c8f03c7f6d
Documenet how to reduce validator port exposure
2020-09-14 20:18:27 -07:00
daae638781
Add --gossip-validator argument
2020-09-14 20:18:27 -07:00
63a67f415e
Add --restricted-repair-only-mode flag
2020-09-14 20:18:27 -07:00
3278d78f08
Cache re-usable work performed by the loader ( #12135 )
2020-09-14 17:42:37 -07:00
af2262cbba
Faucet: Improve error handling
2020-09-14 18:26:52 -06:00
f50ed35c6d
net.sh: $extraPrimordialStakes is never empty
2020-09-14 19:27:26 +00:00
a433f3347f
chore: bump @commitlint/config-conventional in /web3.js ( #12205 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 9.1.2 to 11.0.0.
- [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.2...v11.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 08:32:37 +00:00
5bfb6e60a1
chore:(deps): bump @solana/web3.js from 0.75.0 to 0.75.2 in /explorer ( #12204 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.75.0 to 0.75.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.75.0...v0.75.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 08:21:28 +00:00
1e08d59ee7
chore:(deps): bump @testing-library/react in /explorer ( #12203 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.0.2 to 11.0.4.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.2...v11.0.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 08:21:16 +00:00
04bb33ad16
Sort the validator identities
2020-09-13 18:17:26 +00:00
917a6784cf
Correctly identify the Solana boot nodes
2020-09-13 18:17:26 +00:00
d6ec03f13c
patches default impl for crds filter ( #12199 )
...
In CrdsFilter.mask all bits after mask_bits are set to 1:
https://github.com/solana-labs/solana/blob/555252f4/core/src/crds_gossip_pull.rs#L65
However the default implementation, sets both mask and mask_bits to zero
which is inconsistent with CrdsFilter::compute_mask for a mask_bits of
zero.
This commit changes the default implementation by setting mask to
`!0u64` (i.e all bits set to one). As a result, for the default crds
filter, `test_mask` will always return true, whereas previously it was
always returning false.
https://github.com/solana-labs/solana/blob/555252f4/core/src/crds_gossip_pull.rs#L85
This is only used in tests and benchmarks, but causes some benchmarks to
be misleading by short circuiting in this line:
https://github.com/solana-labs/solana/blob/555252f4/core/src/crds_gossip_pull.rs#L429
2020-09-13 13:08:25 +00:00
a4cec5c189
chore: remove unnecessary if condition
2020-09-13 07:20:14 +00:00
a59d305e09
fix: support serialization of partially signed transactions
2020-09-13 07:20:14 +00:00
4bb6c2fffb
fix: ensure signatures are ordered correctly ( #12165 )
2020-09-13 09:30:51 +08:00
555252f435
Make noop a real noop ( #12196 )
...
* Make noop a real noop
* nudge
2020-09-12 01:49:00 +00:00
daba17a95c
Nit, short name ( #12195 )
2020-09-12 01:32:38 +00:00
05de260216
CI: Don't overwrite pre-existing $CHANNEL
2020-09-11 22:11:55 +00:00
9dabcfc388
Add Solana nodes to stake-o-matic ( #12190 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-09-11 20:22:48 +00:00
ce12c1e7a2
Sort MB validator list and add September entrants ( #12170 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-09-11 13:13:38 -06:00
3c69cd6d61
Update commitment options ( #12173 )
2020-09-11 11:19:06 -07:00
bdf5274d18
Default snapshot compression is now included in --help output
2020-09-11 18:08:34 +00:00
ae7b15f062
Gate pointer alignment enforcement ( #12176 )
2020-09-11 11:07:03 -07:00
de4a613610
Check bank capitalization ( #11927 )
...
* Check bank capitalization
* Simplify and unify capitalization calculation
* Improve and add tests
* Avoid overflow and inhibit automatic restart
* Fix test
* Tweak checked sum for cap. and add tests
* Fix broken build after merge conflicts..
* Rename to ClusterType
* Rename confusing method
* Clarify comment
* Verify cap. in rent and inflation tests
Co-authored-by: Stephen Akridge <sakridge@gmail.com >
2020-09-12 01:48:06 +09:00
f27665662c
web3: Fix docker ps
commands in localnet.sh for Travis ( #12183 )
2020-09-11 18:34:27 +02:00
711f3488f1
testnet-autmation: Add rolling software upgrade script
2020-09-11 10:19:10 -06:00
8064da306f
wallet-sanity: Wait for node readiness at max commitment
2020-09-11 10:19:10 -06:00
ff88c96549
net.sh: Skip validator accounts creation if primordial
2020-09-11 10:19:10 -06:00
33abd11a47
testnet-automation: Support --extra-primordial-stakes
2020-09-11 10:19:10 -06:00
45d09b33ad
net.sh: Smarter wait slot resolution for --extra-primordial-stakes
2020-09-11 10:19:10 -06:00
cade92d2b4
Update logo ( #12026 )
...
* update to a new logo!
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com >
2020-09-11 10:23:54 -04:00
9c490e06b0
Fix propagation on startup from snapshot ( #12177 )
2020-09-11 02:03:11 -07:00
484c8cb8a8
chore: bump @babel/runtime from 7.10.5 to 7.11.2 in /web3.js ( #12180 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.10.5 to 7.11.2.
- [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.2/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-11 08:31:51 +00:00
6b35ba9f1a
chore: bump jest from 26.1.0 to 26.4.2 in /web3.js ( #12179 )
...
Bumps [jest](https://github.com/facebook/jest ) from 26.1.0 to 26.4.2.
- [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.1.0...v26.4.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-11 08:30:03 +00:00
23d1f234a8
chore:(deps): bump @types/node from 14.6.4 to 14.10.0 in /explorer ( #12178 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.4 to 14.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-11 08:06:34 +00:00
91d5b0b30c
Update bootstrap-validator.sh
2020-09-10 14:03:15 -07:00
6f325d4594
solana-validator --rpc-bind-address
argument now works as expected
2020-09-10 13:36:13 -07:00
361e5322e4
Update commitment options ( #12171 )
2020-09-10 13:34:25 -06:00
fd47d38e59
Calc size ahead of time to alloc once ( #12154 )
2020-09-10 11:13:35 -07:00
c575f45e24
chore: bump @babel/plugin-proposal-function-bind in /web3.js ( #12161 )
...
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-bind ) from 7.10.5 to 7.11.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.11.5/packages/babel-plugin-proposal-function-bind )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 08:23:01 +00:00
492858029b
chore:(deps): bump @solana/web3.js from 0.73.0 to 0.75.0 in /explorer ( #12158 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.73.0 to 0.75.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.73.0...v0.75.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 08:21:50 +00:00
1ee2b4e409
chore: bump @babel/plugin-transform-runtime in /web3.js ( #12160 )
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.11.0 to 7.11.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.11.5/packages/babel-plugin-transform-runtime )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 08:21:44 +00:00
e610247185
chore: bump rollup-plugin-terser from 7.0.0 to 7.0.2 in /web3.js ( #12159 )
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 7.0.0 to 7.0.2.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v7.0.0...v7.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 08:19:21 +00:00
11df22d89b
chore:(deps): bump @sentry/react from 5.22.3 to 5.23.0 in /explorer ( #12157 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.22.3 to 5.23.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.22.3...5.23.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 08:07:02 +00:00
7e1682db7d
feat: create instructions instead of transaction from system program ( #12156 )
2020-09-10 15:43:32 +08:00
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
10ce839ec0
Speed up bigtable transaction-history
command
2020-09-10 05:22:10 +00:00
1db5c9d346
Include transaction index
2020-09-10 05:22:10 +00:00
8143ea0dea
Add bigtable transaction-history --query-chunk-size
argument
2020-09-09 20:37:20 -07:00
de3a2eff22
net.sh: Don't force --warp-slot w/o --wait-for-supermajority
2020-09-10 02:57:39 +00:00
cd684577a6
chore: add integration test ( #12143 )
2020-09-09 23:32:50 +00:00
4431080066
Program subscriptions now properly check results len and token program id ( #12139 )
2020-09-09 21:07:29 +00:00
0a80e83cce
README: fix dead link ( #12137 )
2020-09-09 13:05:21 -06:00
1e116bba0b
Recommend latest stable version of rustc in readme
2020-09-09 10:39:33 -07:00
e0468db113
Update minimum rustc version to 1.45.0 in readme
2020-09-09 10:39:33 -07:00
05db41fe9c
Cache block time in Blockstore ( #11955 )
...
* Add blockstore column to cache block times
* Add method to cache block time
* Add service to cache block time
* Update rpc getBlockTime to use new method, and refactor blockstore slightly
* Return block_time with confirmed block, if available
* Add measure and warning to cache-block-time
2020-09-09 09:33:14 -06:00
28f2fa3fd5
uses rust intrinsics to convert hashes to u64 ( #12097 )
2020-09-09 15:28:17 +00:00
697e004e0d
Add feature to RPC dos ( #12119 )
2020-09-09 08:21:48 -07:00
ec5573ca4b
chore: bump rollup from 2.26.4 to 2.26.11 in /web3.js ( #12131 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.26.4 to 2.26.11.
- [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.26.4...v2.26.11 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 08:52:41 +00:00
080b896796
chore: bump @babel/preset-env from 7.11.0 to 7.11.5 in /web3.js ( #12130 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.11.0 to 7.11.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.11.5/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 08:48:10 +00:00
c5037ec196
chore: bump @babel/core from 7.11.4 to 7.11.6 in /web3.js ( #12129 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.4 to 7.11.6.
- [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.6/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 08:43:13 +00:00
ef8eced081
chore:(deps): bump @testing-library/user-event in /explorer ( #12128 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.3 to 12.1.4.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.3...v12.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 08:27:05 +00:00
775340c6f3
net.sh: Support multiple validators with active stake from the start
2020-09-09 05:38:46 +00:00
f54941fa15
Activate new bpf loader on devnet
2020-09-08 21:46:45 -07:00
502e93f55b
chore: bump tarpc from 0.21.0 to 0.22.0 ( #11923 )
...
* chore: bump tarpc from 0.21.0 to 0.22.0
Bumps [tarpc](https://github.com/google/tarpc ) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/google/tarpc/releases )
- [Changelog](https://github.com/google/tarpc/blob/master/RELEASES.md )
- [Commits](https://github.com/google/tarpc/commits )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix build
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Greg Fitzgerald <greg@solana.com >
2020-09-08 21:22:22 -06:00
c274e26eb8
Prevent unbound memory growth by blockstore_processor ( #12110 )
...
* Prevent unbound memory growth by blockstore_processor
* Promote log to info! considering infrequency
* Exclude the time of freeing from interval...
* Skip not-shrinkable slots even if forced
* Add comment
2020-09-09 12:05:10 +09:00
0abf4db82e
Update validator_list.rs
2020-09-08 19:56:20 -06:00
5b2442d54e
Reduce cap by rent's leftover as temporary measure ( #12111 )
...
* Reduce cap by rent's leftover as temporary measure
* Reset testnet cap. on start and more logs
2020-09-09 03:53:48 +09:00
9e96180ce4
getMinimumBalanceForRentExemption now only responds to valid account lengths
2020-09-08 17:48:09 +00:00
073cee0143
Update explorer logos ( #12027 )
...
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com >
2020-09-08 08:57:44 -07:00
323df5407a
explorer: Improve display of serum dex instructions and provide labels to market pairs ( #11985 )
...
* explorer: Improve display of Serum dex program instructions
* fix formatting
* add market pairs labels for serum addresses
* update serum market registry, remove truncate right
* update serum market labels
* update serum market labels and show label on token details page
* add try catch, simplify to just return title
* remove random space
* add sentry exception handler
* remove extra space
2020-09-08 08:57:17 -07:00
272132fcc2
explorer: 11939 normalize token values largest table ( #11952 )
...
* render consistent fixed point on balance, add tilde for approximation
* run format fix
* add comment
* make number values monospaced and add comma formatting
2020-09-08 08:33:40 -07:00
53b8ea4464
Rename to ClusterType and restore devnet compat. ( #12068 )
...
* Rename to ClusterType and restore devnet compat.
* De-duplicate parse code and add comments
* Adjust default Devnet genesis & reduce it in tests
2020-09-08 23:55:09 +09:00
c67f8bd821
Forward transactions to the expected leader instead of your own TPU port ( #12004 )
...
* Use PoHRecorder to send to the right leader
* cleanup
* fmt
* clippy
* Cleanup, fix bug
Co-authored-by: Carl <carl@solana.com >
2020-09-08 17:00:49 +08:00
9eebaa2e59
chore: bump node-fetch from 2.6.0 to 2.6.1 in /web3.js ( #12105 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 08:27:44 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 08:22:28 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 08:21:22 +00:00
b0a2a8b645
chore:(deps): bump @solana/web3.js from 0.71.14 to 0.73.0 in /explorer ( #12104 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.71.14 to 0.73.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.14...v0.73.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 08:06:51 +00:00
11b199cccf
feat: use pubsub to confirm transactions ( #12095 )
2020-09-08 13:12:47 +08:00
9940870c89
Fix RPC transaction method configs serialization ( #12100 )
2020-09-08 13:08:09 +08:00
2665c5b3c2
Add --show-transactions flag to bigtable transaction-history
command
2020-09-07 21:34:11 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 04:08:51 +00:00
cfe9b8b744
feat: add idle timeout and fix subscription race ( #12093 )
2020-09-07 23:12:22 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 08:25:47 +00:00
1e3b1d324f
chore:(deps): bump @types/jest from 26.0.12 to 26.0.13 in /explorer ( #12089 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.12 to 26.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 08:07:48 +00:00
649dcac2ec
chore:(deps): bump @solana/web3.js from 0.71.11 to 0.71.14 in /explorer ( #12088 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.71.11 to 0.71.14.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.11...v0.71.14 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 08:07:27 +00:00
9ade73841f
Default snapshot compression to zstd instead of bzip2 for quicker snapshot generation
2020-09-06 22:48:12 -07:00
d3750b47d2
Compress snapshot archive within the validator to reduce system dependencies
2020-09-06 22:48:12 -07:00
d4cbd0d171
fix: use heartbeat to keep ws connection alive ( #12079 )
2020-09-07 10:24:16 +08:00
27752c4e4d
Add block command
2020-09-06 12:45:32 -07:00
6677996369
Add first-available-block command
2020-09-06 12:45:32 -07:00
b529fc7fb9
fix: update rpc-websockets to fix reconnect issue ( #12081 )
2020-09-06 19:10:40 +08:00
369d376d10
Fix signaure subscription panic ( #12077 )
2020-09-06 14:33:12 +08:00
3b1dbfcce2
fix: update rpc-websockets to fix notification race ( #12074 )
2020-09-06 13:33:30 +08:00
6367d02277
chore: update typescript-eslint dependencies ( #12076 )
2020-09-06 13:09:22 +08:00
eabc63cdcd
Fix bad predicate with malformed gossip votes ( #12072 )
2020-09-06 13:27:50 +09:00
69e7e0129e
Correct minor typo in turbine-block-propagation.md ( #12073 )
...
Calcuating -> Calculating
2020-09-05 18:03:53 -06:00
2332dd774f
Add --show-transactions flag to transaction-history command
2020-09-05 08:45:49 -07:00
3bd3795e2c
chore: improve docs for Connection.confirmTransaction method ( #11889 )
...
Co-authored-by: Paul Schaaf <paul.schaaf@maibornwolff.de >
2020-09-05 15:34:03 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-05 15:31:56 +08:00
14f3bafe6f
Bump web3 and add bpf loaders to search results ( #12066 )
2020-09-05 15:08:05 +08:00
f90e56e6c7
Fix token instruction parsing ( #12065 )
2020-09-05 14:34:54 +08:00
879c98efeb
Bigtable bug fixes ( #12058 )
...
* Accommodate stricted get_bincode_cell in get_confirmed_signatures_for_address
* Sort signatures newest-oldest, even within slot
2020-09-04 20:29:11 -06:00
b64fb295a1
Add LARGEST_CONFIRMED_ROOT_UPLOAD_DELAY
2020-09-04 16:01:49 -07:00
4ba43c29ce
Request correct access
2020-09-04 16:01:49 -07:00
cd3c134b58
Remove dead code
2020-09-04 16:01:49 -07:00
d3611f74c8
Add exit flag for bigtable upload operations
2020-09-04 16:01:49 -07:00
bafdcf24f5
Add BigTableUploadService
2020-09-04 16:01:49 -07:00
bc7731b969
Add BigTableUploadService
2020-09-04 16:01:49 -07:00
2b8a521562
Cargo.lock
2020-09-04 16:01:49 -07:00
91a56caed2
Relocate BigTable uploader to ledger/ crate
2020-09-04 16:01:49 -07:00
d8e2038dda
Add --enable-bigtable-ledger-upload flag
2020-09-04 16:01:49 -07:00
a13efc52b3
Add unlock epochs for blake3 ( #12054 )
...
Co-authored-by: Carl <carl@solana.com >
2020-09-04 15:21:15 -07:00
954b017f85
Bump getMultipleAccounts input limit ( #12050 )
2020-09-04 17:51:28 +00:00
24f551a9e8
fix: speed up get leader schedule ( #12049 )
2020-09-05 00:33:23 +08:00
055ed72cd9
Add label for break solana program account ( #12047 )
2020-09-04 21:09:13 +08:00
114c211b66
adds new CrdsFilterSet type for Vec<CrdsFilter> ( #12029 )
2020-09-04 13:04:47 +00:00
e2aaa6706c
chore:(deps): bump @testing-library/react in /explorer ( #12046 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.9 to 11.0.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.9...v11.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-04 08:18:12 +00:00
1e7ae7185b
chore:(deps): bump @types/node from 14.6.2 to 14.6.4 in /explorer ( #12045 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.2 to 14.6.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-04 08:11:51 +00:00
38f36a7a7a
fix solana-install syntax
...
```
solana-install info
solana-install deploy
solana-install update
solana-install run
```
2020-09-03 22:27:52 -07:00
39246f9dd7
Revert signature-notification format change ( #12032 )
...
* Use untagged RpcSignatureResult enum to avoid breaking downstream consumers of current signature subscriptions
* Clean up client duplication
* Clippy
2020-09-03 18:14:45 -06:00
2c091e4fca
Mark a withdraw authority as non-circulating ( #12033 )
2020-09-03 23:45:49 +00:00
8068566f20
secp256k1 instruction proposal ( #11980 )
2020-09-03 15:59:22 -07:00
dff8242887
Don't query modern Ledger wallet app version with deprecated payload size
2020-09-03 20:51:33 +00:00
bc7adb97ed
builds crds filters without looping over filters ( #11998 )
2020-09-03 20:32:23 +00:00
90fad36613
Use new_response for consistency
2020-09-03 12:02:26 -06:00
28cf896a64
explorer: make wrapped sol available through search ( #12003 )
...
* make wrapped sol available through search
* fix formatting
* remove existing wrapped sol constant from utils/tx
2020-09-03 10:38:49 -07:00
b22de369b7
Rpc: add getMultipleAccounts endpoint ( #12005 )
...
* Add rpc endpoint to return the state of multiple accounts from the same bank
* Add docs
* Review comments: Dedupe account code, default to base64, add max const
* Add get_multiple_accounts to rpc-client
2020-09-03 11:35:06 -06:00
b940da4040
Update token amounts in parsed instructions to retain full precision ( #12020 )
2020-09-03 11:34:52 -06:00
3f39ab1e04
Fix forwarding calculation ( #12014 )
...
Co-authored-by: Carl <carl@solana.com >
2020-09-03 02:31:28 -07:00
bd7be8401f
chore:(deps): bump @types/react from 16.9.48 to 16.9.49 in /explorer ( #12015 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.48 to 16.9.49.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-03 08:09:55 +00:00
36a294aae0
Fix test ( #12013 )
2020-09-03 16:28:54 +09:00
fb71ee60aa
Purge storage rewards from accounts db for testnet ( #11996 )
...
* Purge storage rewards from accounts db for testnet
* Fix test failing only on stable
2020-09-03 15:42:27 +09:00
4b1cb51a3e
Move forward token2 native mint testnet epoch ( #12007 )
2020-09-03 06:38:51 +00:00
89bca6110a
Clarify comments and names in inflation code ( #11977 )
2020-09-03 14:15:12 +09:00
29cfbce21d
Revert "Remove ::solana_sdk hack ( #11326 )"
...
This reverts commit c099b29b36
.
2020-09-02 15:24:38 -07:00
da1b480bd3
Update CI to Rust 1.46.0
2020-09-02 15:24:38 -07:00
e525999d59
Add missing testnet pubkeys and remove duplicates ( #12000 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-09-02 20:19:09 +00:00
b041afe1be
Bigtable method to return a single row of data ( #11999 )
2020-09-02 13:41:25 -06:00
7bc9eddb99
chore:(deps): bump @types/node from 14.6.0 to 14.6.2 in /explorer ( #11995 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.0 to 14.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-02 08:16:26 +00:00
af08221aec
Switch account hashing to blake3 ( #11969 )
...
* Switch account hashing to blake3
Co-authored-by: Carl <carl@solana.com >
2020-09-02 00:37:36 -07:00
2ed6a457b4
Revert Cargo.toml ( #11989 )
...
Co-authored-by: Carl <carl@solana.com >
2020-09-02 00:36:53 -07:00
46aac4819a
Use conventional special self notation ( #11990 )
2020-09-02 06:49:34 +00:00
1c1a3f979d
Detect and notify when deserializable shreds are available ( #11816 )
...
* Add logic to check for complete data ranges
* Add RPC signature notification
Co-authored-by: Carl <carl@solana.com >
2020-09-01 22:06:06 -07:00
7568bb573f
Update validator_list.rs
2020-09-01 18:37:20 -06:00
fab2d44abd
Add BPF test program instruction monitoring ( #11984 )
2020-09-01 17:25:55 -07:00
213196212e
Update validator_list.rs
2020-09-01 14:32:16 -06:00
8f22887c45
Update validator_list.rs
2020-09-01 14:00:07 -06:00
b720921c83
Docs.rs version replacement ( #11981 )
2020-09-01 13:47:29 -06:00
d57f021057
Update validator_list.rs
2020-09-01 13:05:42 -06:00
721393ce12
Update validator_list.rs
2020-09-01 12:41:13 -06:00
12eb0af3d1
Update validator_list.rs
2020-09-01 12:21:57 -06:00
e048e08dae
fix: update Pubkey typescript bindings ( #11971 )
2020-09-01 11:14:41 -07:00
27050f1ee4
Update validator_list.rs
2020-09-01 11:59:39 -06:00
d1c08d0b04
chore: fix token tests ( #11975 )
2020-09-01 10:58:40 -07:00
7341e60043
Ensure that the spl-token 2 native mint account is owned by the spl-token 2 program.
...
Workaround for https://github.com/solana-labs/solana-program-library/issues/374 until spl-token 3 is shipped
2020-09-01 17:09:36 +00:00
53a900a28c
explorer: 11938 display owner in token distribution table ( #11953 )
...
* include owner on largest token distribution tab
* run format:fix
2020-09-01 09:21:47 -07:00
839b926e0b
Update validator_list.rs
2020-09-01 10:16:49 -06:00
c177d3c33e
Update validator_list.rs
2020-09-01 10:10:58 -06:00
11ac4eb21d
Add tests for the Debug and activation Vecs ( #11926 )
...
* Add tests for the Debug and activation Vecs
* Rename a bit
2020-09-01 17:48:25 +09:00
07ecb56753
chore:(deps): bump @types/jest from 26.0.10 to 26.0.12 in /explorer ( #11967 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.10 to 26.0.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 08:06:42 +00:00
0ed360b5e5
fix program test stubs ( #11956 )
...
* fix program tset stubs
* nudge
2020-08-31 21:48:16 -07:00
2de7768f41
Remove cached transactions from explorer and update copy ( #11965 )
2020-09-01 12:46:19 +08:00
7641b60a2b
Remove log ( #11949 )
...
Co-authored-by: Carl <carl@solana.com >
2020-08-31 16:40:22 -07:00
a19f696a42
Add missing backslash to solana-validator command
2020-08-31 16:27:42 -07:00
d167feda98
fix: bn clipping in create_program_address ( #11951 )
2020-08-31 15:02:21 -07:00
ae0fd3043a
Add support for deprecated loader ( #11946 )
2020-08-31 14:06:58 -07:00
9b9d559312
Increase message_processor logging to error level ( #11945 )
2020-08-31 13:11:12 -07:00
278f2fe078
Remove secrets not required by the main public CI
2020-08-31 11:05:28 -07:00
f78594dfc1
Remove unused GEOLOCATION_API_KEY
2020-08-31 11:05:28 -07:00
8f578bfddb
Remove evil whitespace
2020-08-31 09:03:39 -07:00
48e5a11d68
stake-o-matic: add Certus One testnet validator
2020-08-31 09:03:39 -07:00
af5084856a
Disable explorer block time fetching errors ( #11931 )
2020-08-31 17:39:26 +08:00
f385af25e5
Simplify get_programs(), specify a real Preview activation epoch for new BPFLoader
2020-08-31 09:10:25 +00:00
6234909373
Fix use-deprecated-loader arg ( #11921 )
2020-08-31 08:41:00 +00:00
5b1aca1a91
chore:(deps): bump @sentry/react from 5.21.4 to 5.22.3 in /explorer ( #11924 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.21.4 to 5.22.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.21.4...5.22.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 08:08:53 +00:00
49b7497491
Avoid scripts/cargo-for-all-lock-files.sh check
on release branches
2020-08-31 00:40:54 -07:00
e4d7e1fe3f
Use DNS for devnet/testnet entrypoints
2020-08-31 07:38:40 +00:00
f8bb93a0f4
Bump RPC banks up 1 port to avoid web3.js wss port conflict
2020-08-31 06:34:15 +00:00
eee0c83324
Add new trusted validator for testnet
2020-08-30 22:39:52 -07:00
a07980536a
Add bank-hash subcommand
2020-08-30 17:09:20 +00:00
729c4a9399
Hide token logos from holdings if unavailable ( #11912 )
2020-08-30 22:27:05 +08:00
8932e4821d
Filter explorer error reports when using custom cluster ( #11911 )
2020-08-30 22:19:39 +08:00
998f9725d0
Update explorer address labels ( #11910 )
2020-08-30 13:00:07 +08:00
60c7ac6f95
Fix get_parsed_token_accounts ( #11907 )
2020-08-29 12:38:27 -06:00
5e017dc0f2
Update to spl-token 2
2020-08-29 09:25:17 -07:00
0b47cd1c67
Add token2 support to explorer ( #11905 )
2020-08-29 20:50:45 +08:00
befd99edac
Bump spl-token version
2020-08-29 03:20:38 -06:00
2eff9a19c3
Update to token pack/unpack changes ( #11900 )
2020-08-28 22:06:30 -06:00
c4253dc0f9
Update to rayon 1.4.0 ( #11898 )
2020-08-28 21:00:11 -07:00
8df263340f
modify-genesis now writes elsewhere and produces a full genesis.tar.bz2
2020-08-28 19:58:55 -07:00
42620e7f39
Remove vest program from Preview/Stable
2020-08-28 19:58:55 -07:00
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] <support@github.com >
2020-08-28 16:50:00 -07:00
0bbfd59540
Add quotes to new argument
2020-08-28 16:49:28 -07:00
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
df7710a131
Add ability to fork a local cluster from the latest mainnet-beta snapshot
2020-08-28 16:35:27 -07:00
450c667aa7
Add methods to adjust rent burn percentage, and hashes per tick
2020-08-28 16:35:27 -07:00
76be36c9ce
Update spl-token to v2.0 ( #11884 )
...
* Update account-decoder to spl-token v2.0
* Update transaction-status to spl-token v2.0
* Update rpc to spl-token v2.0
* Update getTokenSupply to pull from Mint directly
* Fixup to spl-token v2.0.1
2020-08-28 15:54:57 -06:00
0a8523b349
explorer: Auto-update transactions until they reach max confirmation ( #11841 )
...
* explorer: Auto-update transactions until they reach max confirmation
* convert to side effect
* proper cleanup
* minor cleanup
* pull isAutoRefresh from context, refactor, and add loading indicator / dhide refresh
* split effects into two, manage interval in one effect only
* simplify interval
* move autoRefresh up a level, use computed value
* flip conditional for readability
* accidentally factored out not found case
* add attempts bailout
* run prettier
* bailout after 5 polls of 0 confirmations
* move bailout into state, change autoRefresh prop to enum to support bailout state
* run prettier to clean up formatting
* reintroduce details not available until max confirmations message
* add error card with refresh if zero confirmation bailout
* allow retry on bailouts
2020-08-28 14:17:12 -07:00
7e5e7673ae
Delete .DS_Store
2020-08-28 12:55:15 -07:00
9393dce1ff
Take v0.19.3 of perf libs which improves sigverify perf 2x ( #11894 )
2020-08-28 12:34:25 -07:00
4aec1db8f3
Update epoch gating ( #11880 ) ( #11893 )
2020-08-28 11:47:22 -07:00
8ba3a33129
Add SolFlare as stake-supporting wallet ( #11891 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-08-28 16:02:36 +00:00
7895d84c40
chore:(deps): bump @types/react from 16.9.47 to 16.9.48 in /explorer ( #11887 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.47 to 16.9.48.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 08:06:08 +00:00
d8c529a9b8
Small cleaning around consensus/bank_forks ( #11873 )
2020-08-28 08:56:53 +09:00
736dd13262
updated stake-o-matic base and bonus amounts ( #11879 )
2020-08-27 11:38:06 -07:00
3eb5b95e27
Update rust installation instructions for benchmarking ( #11635 )
...
* update rust installation instructions for benchmarking
* replace drone with faucet for clarity
* point to README for Rust setup
2020-08-27 11:26:49 -07:00
f65887be33
chore:(deps): bump @sentry/react from 5.21.3 to 5.21.4 in /explorer ( #11875 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.21.3 to 5.21.4.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.21.3...5.21.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-27 08:11:29 +00:00
57174cdabe
Make ledger-tool accounts print rent_epoch and slot ( #11845 )
2020-08-27 12:28:40 +09:00
36e8441149
Add SolFlare guide to docs ( #11843 )
2020-08-26 16:59:45 -06:00
f7426b18b7
Add new TdS stage 7 validators ( #11861 )
...
* Add new TdS stage 7 validators
* rm bad pubkey
* fix whitespace
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-08-26 21:53:27 +00:00
ea179ad762
Bump compute budget ( #11864 )
...
* Bump compute budget
* nudge
2020-08-26 21:48:51 +00:00
5c7080c1f4
Merge pull request #11857 from mvines/cache
...
ci: cargo-target-cache is now channel specific
2020-08-26 11:35:41 -07:00
5c7d743883
Timestamp first vote ( #11856 )
2020-08-26 18:34:02 +00:00
1988ee9cd6
Rpc: Filter accounts with invalid mints from get_parsed_token_accounts ( #11844 )
...
* Filter out accounts with invalid mints from get_parsed_token_accounts
* Explicit docs
2020-08-26 11:39:42 -06:00
2e0fefd1ce
fix: export bpf loader program id consts ( #11854 )
2020-08-26 17:10:02 +08:00
ebe9d20fcb
chore:(deps): bump prettier from 2.0.5 to 2.1.1 in /explorer ( #11853 )
...
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-26 08:50:20 +00:00
58b265cd71
chore:(deps): bump @types/chart.js from 2.9.23 to 2.9.24 in /explorer ( #11852 )
...
Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js ) from 2.9.23 to 2.9.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-26 08:35:11 +00:00
79deb98486
fix: update rpc-websockets to fix pubsub race ( #11846 )
2020-08-26 16:08:58 +08:00
7aa8b1c658
fix: lock recent blockhash poll to prevent concurrent polling
2020-08-26 15:57:56 +08:00
d6ecb2699f
chore: npm run lint:fix
2020-08-26 15:57:56 +08:00
b0e5714ca0
chore: disable assertion in getBlockTime test ( #11850 )
2020-08-26 15:40:48 +08:00
db4bbb3569
Switch programs activation to whole-set based gating ( #11750 )
...
* Implement Debug for MessageProcessor
* Switch from delta-based gating to whole-set gating
* Remove dbg!
* Fix clippy
* Clippy
* Add test
* add loader to stable operating mode at proper epoch
* refresh_programs_and_inflation after ancestor setup
* Callback via snapshot; avoid account re-add; Debug
* Fix test
* Fix test and fix the past history
* Make callback management stricter and cleaner
* Fix test
* Test overwrite and frozen for native programs
* Test epoch callback with genesis-programs
* Add assertions for parent bank
* Add tests and some minor cleaning
* Remove unsteady assertion...
* Fix test...
* Fix DOS
* Skip ensuring account by dual (whole/delta) gating
* Fix frozen abi implementation...
* Move compute budget constatnt init back into bank
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-08-26 01:49:15 +09:00
2c5366f259
Document how to validate account pubkey ( #11821 )
2020-08-26 01:13:12 +09:00
2395e57f45
fix: use bpf-loader-deprecated explicitly ( #11818 )
2020-08-25 09:05:33 -07:00
4593c3a172
Exponential backoff on waiting between 429 Errors in connection.js
2020-08-25 09:00:43 -07:00
dbd079f54c
Update comment ( #11826 )
2020-08-25 22:36:11 +09:00
72fa1d29a9
chore: fix failing getBlockTime integration test ( #11825 )
2020-08-25 17:40:50 +08:00
6dd5e51bd8
chore:(deps): bump @testing-library/user-event in /explorer ( #11820 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.1 to 12.1.3.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.1...v12.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-25 08:09:39 +00:00
8b2b6769c2
chore:(deps): bump @types/react from 16.9.46 to 16.9.47 in /explorer ( #11819 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.46 to 16.9.47.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-25 08:07:32 +00:00
4988dc891b
Update validator_list.rs ( #11815 )
2020-08-24 18:06:18 -06:00
5553732ae2
Add lockups via solana-tokens ( #11782 )
...
* Allow stake distributions to update lockups
* Reorg
* Add lockup test
* Fix clippy warning
2020-08-24 15:18:35 -06:00
c2e5dae7ba
Gate aligned program heap ( #11808 )
2020-08-24 13:21:34 -07:00
40ca3ae796
Add live transaction stats card with history chart ( #11813 )
2020-08-25 03:08:02 +08:00
9a366281d3
sdk: Make PubKey::create_program_address available in program unit tests ( #11745 )
...
* sdk: Make PubKey::create_program_address available in program unit tests
This finishes the work started in #11604 to have
`create_program_address` available when `target_arch` is not `bpf` and
`program` is enabled. Otherwise, there is an undefined reference error
to `sol_create_program_address`, which is only defined in `bpf`.
A small test to simply call the function has been added in order to catch
the problem in the future.
The default dependency to `solana-sdk/default` doesn't cause a problem with
existing programs since `build.sh` always specifies
`--no-default-features`, and programs in `solana-program-library` all
use it too.
* Add `default-features = false` for inter-program dependencies
Fix the build error found during CI. The `--no-default-features` flag
only applies to the top-level package, and not to dependencies. A program that
depends on another program, i.e. `128bit` which depends on `128bit_dep`,
must specify `default-features = false` when including that package,
otherwise the `bpf` build will try to pull in default packages, which
includes `std`.
2020-08-24 19:28:36 +02:00
53799c4c5b
chore:(deps): bump @testing-library/jest-dom in /explorer ( #11804 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.3 to 5.11.4.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.3...v5.11.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 08:19:10 +00:00
803442fc5f
chore:(deps): bump @sentry/react from 5.21.1 to 5.21.3 in /explorer ( #11802 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.21.1 to 5.21.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.21.1...5.21.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 08:07:08 +00:00
5332fcade6
Notify but don't abort on unexpected stake account balance
2020-08-22 18:34:51 -07:00
a1e2357d12
solana-gossip spy
can now be given an identity keypair (--identity
argument)
2020-08-22 17:00:50 -07:00
dec9d534e6
Fix typo
2020-08-22 09:22:01 -07:00
b660704faa
Allow the sendTransaction preflight commitment level to be configured
2020-08-22 08:19:50 -07:00
4bd0ced87d
Back out dashboard ( #11791 )
2020-08-21 21:48:37 -07:00
6af36adf1c
updated bench-tps.md
...
removed `$` as the copy didn't like it :-)
2020-08-21 20:41:23 -07:00
8d362f682b
The constraints on compute power a program can consume is limited only to its instruction count ( #11717 )
2020-08-21 15:31:19 -07:00
418b483af6
Fix filter_crds_values output alignment with the inputs ( #11734 )
2020-08-21 12:32:37 -07:00
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
247f27af37
Submit a vote timestamp every vote ( #10630 )
...
* Submit a timestamp for every vote
* Submit at most one vote timestamp per second
* Submit a timestamp for every new vote
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-08-21 11:10:51 -06:00
41868f8adb
Remove reference to old jsfiddle link
2020-08-21 09:27:48 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:21:01 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:18:12 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:16:36 +00:00
0e1de75af8
chore:(deps): bump @testing-library/react in /explorer ( #11777 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.8 to 10.4.9.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.8...v10.4.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 08:16:26 +00:00
c8d67aa8eb
Add option for repairing only from trusted validators ( #11752 )
...
Co-authored-by: Carl <carl@solana.com >
2020-08-21 00:35:11 -07:00
f7adb68599
Squash supermajority root on blockstore replay at startup ( #11727 )
2020-08-20 21:56:25 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 11:48:00 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-21 11:47:14 +08:00
8841c3398c
Bump MacOS nofile recommendation message
2020-08-20 23:57:07 +00:00
747f8d5877
Rpc: Return error if block does not exist ( #11743 )
...
* Return error if block does not exist
* Update docs
2020-08-20 15:05:30 -06:00
835bf32c5e
Fix link ( #11742 )
2020-08-20 18:02:36 +00:00
ea88bbdc33
Do not delete any ledger when --limit-ledger-size
is not provided
2020-08-20 16:15:27 +00:00
2fd2aceeb2
Bump spl-token to clean up magic number ( #11726 )
2020-08-20 09:51:12 -06:00
dc17e2983d
explorer: Fix search bar paste on mobile ( #11735 )
2020-08-20 22:01:34 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-20 08:39:11 +00:00
bfa456aaed
chore:(deps): bump @solana/web3.js from 0.71.4 to 0.71.6 in /explorer ( #11730 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.71.4 to 0.71.6.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.4...v0.71.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-20 08:14:30 +00:00
b7ed06b17a
Cleanup test utilities ( #11723 )
...
* Add voting utility
* Add blockstore utility
Co-authored-by: Carl <carl@solana.com >
2020-08-20 05:04:38 +00:00
cf941b0eda
fix: properly decode account notifications ( #11724 )
2020-08-20 12:36:42 +08:00
b1bc901a66
Allow votes to timestamp subsequent slots with the same timestamp ( #11715 )
2020-08-19 23:19:24 +00:00
eb007a233f
fix: bpf loader flow definition ( #11714 )
2020-08-19 15:35:45 -07:00
5354df8c1c
Expand system tuning docs
2020-08-19 16:36:03 +00:00
11951eb009
Sync FD limit and max maps to 500k
2020-08-19 16:36:03 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-19 08:17:23 +00:00
5f8d34feb3
Skip grace blocks if previous leader was on different fork ( #11679 )
...
* Start leader blocks if previous leader was on different fork
* Fix test
Co-authored-by: Carl <carl@solana.com >
2020-08-19 08:16:24 +00:00
d1500ae229
The end_slot argument to purge is now optional
2020-08-18 20:17:44 -07:00
35828e8fe7
Remove old signatureSubscribe info ( #11704 )
2020-08-19 02:29:39 +00:00
0f0a2ddafe
Filter push/pulls from spies ( #11620 )
...
* Filter push/pulls from spies
* Don't pull from peers with shred version == 0, don't push to people with shred_version == 0
Co-authored-by: Carl <carl@solana.com >
2020-08-18 18:52:45 -07:00
46830124f8
CPI support for bpf_loader_deprecated ( #11695 )
2020-08-18 11:26:29 -07:00
c099b29b36
Remove ::solana_sdk hack ( #11326 )
...
Fixes #10933
Now that https://github.com/rust-lang/rust/pull/72121 has been merged,
using a `$crate` path from a nested `macro_rules!` will work properly
across multiple crates. This allows us to stop using `::solana_sdk`
to reference to the `respan!` macro.
2020-08-18 17:59:41 +00:00
55ce2ebd53
Get index ( #11694 )
2020-08-18 17:24:25 +00:00
9e89a963d9
Fully enable cross program support in mainnet-beta
2020-08-18 06:30:43 -07:00
2ae71b30ae
Explorer: Fix account history load more behavior ( #11689 )
2020-08-18 21:04:19 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 08:45:23 +00:00
5544dd35d0
chore:(deps): bump @solana/web3.js from 0.71.3 to 0.71.4 in /explorer ( #11684 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.71.3 to 0.71.4.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.3...v0.71.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 08:09:27 +00:00
d15173ad9d
Address latest nightly clippy lints, but globally disable stable_sort_primitive
2020-08-17 22:36:10 -07:00
a86397a650
Bump rust nightly to 2020-08-17
2020-08-17 22:36:10 -07:00
0413a305d2
Comment that docs Algolia key is safe to publish
2020-08-18 05:25:51 +00:00
eb83604eaf
fix: adapt to binary64 -> base64 rename
2020-08-17 22:19:49 -07:00
d527e39c64
fix: adapt to binary64 RPC encoding change
2020-08-17 22:19:49 -07:00
de736e00ad
Add (hidden) --use-deprecated-loader flag to solana deploy
2020-08-17 19:57:44 -07:00
e5281157fa
Remove "binary" encoding. Document "encoding" as required
2020-08-17 17:26:29 -07:00
adc984a225
Rename Binary64 to Base64. Establish Base58 encoding
2020-08-17 17:26:29 -07:00
757e147b3b
Rework UiAccountData encode/decode such that it works from Rust
2020-08-17 17:26:29 -07:00
2ebc68a9e2
decode-transaction now supports binary64
2020-08-17 17:26:29 -07:00
b5f3ced860
Add base64 (binary64) encoding for getConfirmedTransaction/getConfirmedBlock
2020-08-17 17:26:29 -07:00
3534145960
chore:(deps): bump @types/node from 14.0.27 to 14.6.0 in /explorer ( #11672 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.27 to 14.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 00:03:45 +00:00
d749f759af
chore:(deps): bump @solana/web3.js from 0.71.1 to 0.71.3 in /explorer ( #11671 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.71.1 to 0.71.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.71.1...v0.71.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 00:03:40 +00:00
e310bad7ab
Add comment about encrypted API tokens for buildkite
2020-08-17 23:47:48 +00:00
71d5409b3b
Faucet: Add per-request cap ( #11665 )
...
* Add per-request cap; also use clap-utils
* Clean up arg names and take cap inputs as SOL
2020-08-17 17:33:14 -06:00
069ba2bc9e
fix: retry after a brief delay upon a 429 response
2020-08-17 16:16:27 -07:00
967d6e0e3d
fix: Return proper error objects for HTTP errors
2020-08-17 15:34:20 -07:00
2f3ae52e8f
Update devnet cluster docs since reboot
2020-08-17 22:27:57 +00:00
e9b610b8df
Add SystemInstruction::CreateAccount support to CPI ( #11649 )
2020-08-17 13:38:42 -07:00
f1ba2387d3
More efficient padding ( #11656 )
2020-08-17 10:24:34 -07:00
750e5344f1
Return an error from create_program_address syscall ( #11658 )
2020-08-17 09:49:40 -07:00
f8606fca4f
Aligned program heap ( #11657 )
2020-08-17 09:49:21 -07:00
7f108f373a
chore:(deps): bump bn.js from 5.1.2 to 5.1.3 in /explorer ( #11662 )
...
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 09:06:50 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 08:33:54 +00:00
fec016f710
chore:(deps): bump @types/react-select in /explorer ( #11661 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.16 to 3.0.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 08:23:36 +00:00
2e4eb26fca
chore:(deps): bump @types/jest from 26.0.9 to 26.0.10 in /explorer ( #11659 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.9 to 26.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 08:20:23 +00:00
4196686acf
Feature check CPI up front ( #11652 )
2020-08-16 23:12:22 -07:00
768b386f0a
fix region checks ( #11651 )
2020-08-16 23:11:52 -07:00
23fa84b322
Re-do rent collection check on rent-exempt account ( #11349 )
...
* wip: re-do rent collection check on rent-exempt account
* Let's see how the ci goes
* Restore previous code
* Well, almost all new changes are revertable
* Update doc
* Add test and gating
* Fix tests
* Fix tests, especially avoid to change abi...
* Fix more tests...
* Fix snapshot restore
* Align to _new_ with better uninitialized detection
2020-08-17 14:22:16 +09:00
6c5b8f324a
Rpc: Add until parameter for getConfirmedSignaturesForAddress2 ( #11644 )
...
* Refactor bigtable apis to accept start and end keys
* Make helper fn to deserialize cell data
* Refactor get_confirmed_signatures_for_address to use get_row_data range
* Add until param to get_confirmed_signatures_for_address
* Add until param to blockstore api
* Plumb until through client/cli
* Simplify client params
2020-08-15 10:42:17 -06:00
b10f874f49
Reorganize dashboard ( #11639 )
...
Split out sections for gossip, repair, leader.
2020-08-14 14:42:33 -07:00
820af533a4
Bigtable: Use index to filter address-signatures correctly ( #11622 )
...
* Use index to filter address-signatures correctly
* Pull additional keys to account for filtered records
* Clarify variable name
2020-08-14 19:41:27 +00:00
7c736f71fe
Make BPF Loader static ( #11516 )
2020-08-14 12:32:45 -07:00
346e982e28
Dedupe token history and pretty print slots ( #11636 )
2020-08-14 23:59:39 +08:00
f6af505ae4
Explorer: Bump web3 to v0.71.1 ( #11637 )
2020-08-14 23:50:18 +08:00
2011ed3344
fix: undefined is a valid result for getBlockTime
2020-08-14 23:25:34 +08:00
de22f3d0e7
Explorer: Display error message on invalid signature query ( #11633 )
2020-08-14 23:00:35 +08:00
279000eeb3
Explorer: Remove flatMap usage due to browser incompatibility ( #11632 )
2020-08-14 22:58:38 +08:00
74bf0d8d3b
feat: remove hex public key decoding
2020-08-14 22:48:29 +08:00
30dbe257cf
Reimplement decode_len() with ShortU16 vistor helper
2020-08-14 08:17:52 -06:00
6222fbcc66
Factor out ShortU16 deser vistor logic to helper
2020-08-14 08:17:52 -06:00
338f66f9aa
Add failing test for decoding ShortU16 alias values
2020-08-14 08:17:52 -06:00
4773e13ef7
Explorer: add error reporting ( #11627 )
2020-08-14 17:54:21 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-14 08:35:40 +00:00
1592597d93
Explorer: Fix stake account validation ( #11623 )
2020-08-14 10:06:37 +08:00
6194a29875
Restore CLI usage page ( #11619 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-08-13 16:02:13 -06:00
99fb36fe45
RPC: getConfirmedSignaturesForAddress2 only returns confirmed signatures ( #11615 )
...
* Add failing test case
* Limit to only rooted slots
2020-08-13 11:07:42 -06:00
84a4f743b8
Explorer: fix token history loading animation ( #11616 )
2020-08-13 23:49:36 +08:00
072be66704
Update docs to latest processors ( #11613 )
2020-08-13 08:36:22 -07:00
fdac3c6b80
Explorer: Update superstruct ( #11614 )
2020-08-13 23:33:34 +08:00
6162c2d0d5
Add token registry to explorer ( #11612 )
2020-08-13 22:57:53 +08:00
00a8f90f79
chore:(deps): bump react-scripts from 3.4.2 to 3.4.3 in /explorer ( #11610 )
...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts ) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-scripts )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 08:41:13 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 08:30:02 +00:00
4da1e9833c
Ensure highest_confirmed_root only grows ( #11596 )
...
* Split out commitment-cache update for unit testing
* Add failing test
* Ensure highest_confirmed_root only grows
2020-08-13 00:59:44 -06:00
f519fdecc2
generate_pull_response optimization ( #11597 )
2020-08-12 22:45:19 -07:00
1277b3a8f6
Explorer: Hide token holders table when none found ( #11605 )
2020-08-13 12:59:34 +08:00
9f0c20aa5d
Explorer: Update web3.js to v0.70.3 ( #11603 )
2020-08-13 12:46:37 +08:00
574c356863
Add CommitmentSlots::new_from_slot() ( #11600 )
2020-08-13 03:51:15 +00:00
6c887c2b87
Explorer: update superstruct to coerce nullable types ( #11602 )
2020-08-13 11:49:18 +08:00
7dbd2d3519
fix: fix BpfLoader.programId ts type def
2020-08-13 11:49:12 +08:00
dfd829a2e2
fix: fix createProgramAddress for bundled applications
2020-08-13 11:16:03 +08:00
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] <support@github.com >
2020-08-13 11:14:40 +08:00
b1e452f876
Return blockstore signatures-for-address despite bigtable error ( #11594 )
2020-08-12 17:57:05 -06:00
9071da6da7
fix: support loading with deprecated bpf loader ( #11595 )
2020-08-12 15:54:57 -07:00
d4309b6481
feat: add Message.from method for decoding compiled messages ( #11593 )
2020-08-12 15:01:39 -07:00
be03731379
feat: use bpf_loader2 as the default loader ( #11457 )
2020-08-12 14:41:58 -07:00
54137e3446
Add incoming pull response counter ( #11591 )
2020-08-12 14:07:05 -07:00
bb8ccbb022
Add retransmit stats ( #11588 )
2020-08-12 12:26:14 -07:00
473b5249e3
Fix assertion failure ( #11572 )
...
Co-authored-by: Carl <carl@solana.com >
2020-08-12 12:10:24 -07:00
cbccac90ce
Fix explorer mint account validator to accept null owner ( #11587 )
2020-08-13 02:06:49 +08:00
5715f0b81a
Fix mint holders page when supply is zero ( #11586 )
2020-08-13 01:56:17 +08:00
55b5957d49
Add token supply info to mint account page ( #11584 )
2020-08-13 01:31:21 +08:00
0a94e7e7fa
Specify loader when bootstrapping bpf programs ( #11571 )
2020-08-12 09:46:49 -07:00
f8221797c6
Remove not found disclaimer when full history is available ( #11583 )
2020-08-12 23:09:57 +08:00
a992bb5f94
Use common provider for explorer cached data ( #11582 )
2020-08-12 22:41:04 +08:00
8ddb116659
Fix owned token validation in explorer ( #11581 )
2020-08-12 20:11:38 +08:00
c300748884
chore:(deps): bump @testing-library/jest-dom in /explorer ( #11575 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.2...v5.11.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 09:24:33 +00:00
f2703e2f53
chore:(deps): bump react-scripts from 3.4.1 to 3.4.2 in /explorer ( #11576 )
...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-scripts )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 09:03:20 +00:00
4adbcae167
chore:(deps): bump @solana/web3.js from 0.66.3 to 0.68.0 in /explorer ( #11574 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.66.3 to 0.68.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.66.3...v0.68.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 08:21:55 +00:00
51e818ad64
Fix typo: epoch => slot... ( #11573 )
2020-08-12 08:14:07 +00:00
5f05086ed6
fix: add space to ParsedAccountData ( #11521 )
2020-08-11 21:44:28 -06:00
9290e561e1
Align host addresses ( #11384 )
...
* Align host addresses
* support new program abi
* update epoch rollout
* Enforce aligned pointers in cross-program invocations
2020-08-11 16:11:52 -07:00
697a0e2947
Add getTokenLargestAccounts to docs ( #11560 )
2020-08-11 21:05:16 +00:00
1b238dd63e
Gossip log ( #11555 )
...
Co-authored-by: Carl <carl@solana.com >
2020-08-11 21:03:54 +00:00
7ef50a9352
Move cluster slots update to separate thread ( #11523 )
...
* Add cluster_slots_service
Co-authored-by: Carl <carl@solana.com >
2020-08-11 12:48:13 -07:00
17645ee20c
Adapt RpcClient to recent token method changes ( #11519 )
...
* Avoid skip_serializing_if since that breaks deserialization
* Adapt RpcClient to recent token method changes
2020-08-11 10:14:17 -06:00
6c242f3fec
Fix bad rent in Bank::deposit as if since epoch 0 ( #10468 )
...
* Fix bad rent in Bank::deposit as if since epoch 0
* Remove redundant predicate
* Rename
* Start to add tests with some cleanup
* Forgot to add refactor code...
* Enchance test
* Really fix rent timing in deposit with robust test
* Simplify new behavior by disabling rent altogether
2020-08-12 00:04:32 +09:00
2910fd467f
Fix rust fmt ( #11537 )
2020-08-11 22:53:55 +09:00
713851b68d
filter out old gossip pull requests ( #11448 )
...
* init
* builds
* stats
* revert
* tests
* clippy
* add some jitter
* shorter jitter timer
* update
* fixup! update
* use saturating_sub
* fix filters
2020-08-11 06:26:42 -07:00
f12fc66a69
Fix simulateTransaction JSON-RPC docs ( #11533 )
2020-08-11 18:11:19 +08:00
e1dc05fae0
feat: add getTokenLargestAccounts method
2020-08-11 18:10:56 +08:00
177c9c3aec
feat: add simulateTransaction API
2020-08-11 17:08:27 +08:00
0c97e39675
fix: ignore extra space field in parsed accounts
2020-08-11 16:52:09 +08:00
c0d6761f63
Fix solana CLI deploy ( #11520 )
...
* Refresh blockhash for program writes and finalize transactions
* Refactor to use current api, eliminating an rpc call
* Review comment
2020-08-11 02:42:29 -06:00
15d7619bdc
chore:(deps): bump @types/react from 16.9.45 to 16.9.46 in /explorer ( #11525 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.45 to 16.9.46.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-11 08:06:33 +00:00
191a2eb088
chore: bump indexmap from 1.4.0 to 1.5.1
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Commits](https://github.com/bluss/indexmap/compare/1.4.0...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-10 22:49:55 -07:00
97e53f867f
fix: use base64 encoding by default for account data
2020-08-11 11:46:42 +08:00
88ca04dbdb
Add config param to specify offset/length for single and program account info ( #11515 )
...
* Add config param to specify dataSlice for account info and program accounts
* Use match instead of if
2020-08-10 22:35:29 +00:00
da210ddd51
Fix parsing of spl-token Mint ( #11512 )
...
* Add failing test
* Fix jsonParsed mint
2020-08-10 20:35:36 +00:00
1925b0bd0b
Return account data size with parsed accounts ( #11506 )
2020-08-10 19:02:11 +00:00
140b2392f6
Unified signature for create_program_address ( #11460 )
2020-08-10 10:24:11 -07:00
de5fb3ba0e
Blockstore address signatures: handle slots that cross primary indexes, and refactor get_confirmed_signatures_for_address2 ( #11497 )
...
* Freeze address-signature index in the middle of slot to show failure case
* Secondary filter on signature
* Use AddressSignatures iterator instead of manually decrementing slots
* Remove unused method
* Add metrics
* Add transaction-status-index doccumentation
2020-08-10 10:27:38 -06:00
685e456eff
chore:(deps): bump @solana/web3.js from 0.66.2 to 0.66.3 in /explorer ( #11503 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.66.2 to 0.66.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.66.2...v0.66.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 09:09:39 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 08:46:43 +00:00
19c053c839
chore:(deps): bump @testing-library/user-event in /explorer ( #11502 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.0...v12.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 08:42:37 +00:00
40bdbc426e
chore:(deps): bump @types/react from 16.9.44 to 16.9.45 in /explorer ( #11500 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.44 to 16.9.45.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 08:32:10 +00:00
a4f5f3e978
account subcommand now requests binary64
2020-08-09 21:10:49 +00:00
fe3729c33e
fix: use recommended buffer api for decoding base64
2020-08-10 02:38:51 +08:00
c40a427b3a
Update explorer web3 to v0.66.2 ( #11492 )
2020-08-10 02:35:47 +08:00
91f843c56c
fix: base64 decode account data
2020-08-10 02:06:34 +08:00
ebc45bd73f
Fallback to base64 account encoding if json parse fails ( #11483 )
...
* Fallback to base64 account encoding if json parse fails
* Remove default binary conversion
2020-08-09 18:28:25 +08:00
a9f76862fb
Decode native-program and sysvar accounts ( #11463 )
...
* Pass pubkey in to account-decoder for sysvars
* Decode sysvar accounts
* Decode config accounts; move validator-info lower
* Decode stake accounts
* Review comments
* Stringify any account lamports and epochs that can be set to u64::MAX
2020-08-09 07:50:45 +00:00
068d23f298
Add Binary64 option for account data ( #11474 )
...
* Add Binary64 option for account data
* Decode into binary64
* Reword docs
2020-08-08 22:40:13 -07:00
4d918f83ff
Display transaction even if getBlockTime returns an error
2020-08-09 03:31:21 +00:00
88d8d3d02a
Return delegated amount as UiTokenAmount ( #11475 )
...
* Return delegated amount as UiTokenAmount
* Omit delegate and delegatedAmount when none
2020-08-08 19:12:09 +00:00
921529426d
Show token transaction history in explorer ( #11473 )
2020-08-09 00:29:42 +08:00
fb822688b7
Display detailed token account info on explorer ( #11472 )
2020-08-08 23:02:01 +08:00
4e815eaeb6
chore:(deps): bump bootstrap from 4.5.1 to 4.5.2 in /explorer ( #11441 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.1...v4.5.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-08 13:12:03 +00:00
c544116cf2
Add support for parsed stake accounts ( #11469 )
2020-08-08 21:06:24 +08:00
102d15f081
Fix data fetching races in explorer ( #11468 )
2020-08-08 20:47:07 +08:00
3d97b04815
Add programs and sysvars to explorer search suggestions ( #11467 )
2020-08-08 20:01:26 +08:00
40656911a6
Fix owned token accumulation UI bug in explorer ( #11466 )
2020-08-08 15:34:59 +08:00
c7eba80836
Organize explorer file structure ( #11464 )
2020-08-08 14:45:57 +08:00
5a7e99f283
Fix cbindgen compatibility ( #11455 )
2020-08-07 15:13:48 -07:00
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
7e25130529
Send votes from banking stage to vote listener ( #11434 )
...
* Send votes from banking stage to vote listener
Co-authored-by: Carl <carl@solana.com >
2020-08-07 11:21:35 -07:00
b7c2681903
Token Accounts: return ui_amount, decimals with decoded account ( #11407 )
...
* Return ui_amount, decimals from token client methods
* Return ui_amount, decimals in RPC jsonParsed token accounts
* Fixup docs
* Return ui_amount, decimals in pubsub jsonParsed token accounts
* Remove unnecessary duplicate struct
* StringAmount rename
2020-08-07 11:37:39 -06:00
67fdf593a2
Split explorer account details page into tabs ( #11450 )
2020-08-08 00:38:20 +08:00
bad486823c
Add a client for BankForks ( #10728 )
...
Also:
* Use BanksClient in solana-tokens
2020-08-07 08:45:17 -06:00
4f2f9bd26f
Use new history API in explorer ( #11449 )
2020-08-07 22:39:22 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 10:25:12 +00:00
ac9787cd1c
Display both slot and block height in explorer ( #11447 )
2020-08-07 18:15:23 +08:00
c0ac8aae08
fix: expose getConfirmedSignaturesForAddress2 method in type defs
2020-08-07 18:13:40 +08:00
e6aa3a4e07
Parse token instructions in the explorer ( #11443 )
2020-08-07 18:09:17 +08:00
bf01dca13f
chore:(deps): bump @types/jest from 26.0.8 to 26.0.9 in /explorer ( #11409 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.8 to 26.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 08:22:23 +00:00
a3165c6a61
Only run web3.js/explorer CI when targeting master branch
2020-08-07 05:31:43 +00:00
770d3d383c
Accounts hash calculation metrics ( #11433 )
2020-08-06 21:39:10 -07:00
5530ee4c95
Add address-based lower bound to get_confirmed_signatures_for_address2 loop ( #11426 )
2020-08-06 22:29:25 +00:00
1061b50665
Fix blockstore empty panic ( #11423 )
...
* Add panicking test
* Add failing test: fresh transaction-status column shouldn't point at valid root 0
* Prevent transaction status match outside of primary-index bounds
* Initialize transaction-status and address-signature primer entries with Slot::MAX
* Revert "Add failing test: fresh transaction-status column shouldn't point at valid root 0"
This reverts commit cbad2a9fae
.
* Revert "Initialize transaction-status and address-signature primer entries with Slot::MAX"
This reverts commit ffaeac0669
.
2020-08-06 22:21:46 +00:00
3fdd8ffdf0
Remove circular dep between InstructionError and SystemError ( #11427 )
2020-08-06 22:04:43 +00:00
14dcaaee6c
Link fix ( #11368 )
...
* fixes logo
* cleans up homepage on docs
* adds icon files and tightens margins
* cleans up sidenav, adds top nav items
* fixes a link
* removes icon files
Co-authored-by: Dan Albert <dan@solana.com >
2020-08-06 13:19:35 -06:00
4ac75a8558
Realloc not supported ( #11424 )
2020-08-06 19:14:12 +00:00
c7a2fbe7eb
feat: add parsed account data APIs
2020-08-07 00:44:20 +08:00
b36e60738e
feat: add getParsedConfirmedTransaction API
2020-08-06 23:14:46 +08:00
5a63c9d535
Update lib.rs
2020-08-06 14:43:36 +00:00
c9b1d08218
Enable cross program support in mainnet-beta epoch 63
2020-08-06 14:43:36 +00:00
5c4b8153c6
fix: land program addresses off-curve ( #11355 )
2020-08-06 07:10:54 -07:00
9abb7db5f8
Upgrade help description
2020-08-05 23:04:16 -07:00
4222932e08
Plug getConfirmedSignaturesForAddress2 into bigtable storage
2020-08-05 23:04:16 -07:00
8d1400d3d6
fix: add support for getConfirmedSignaturesForAddress2 RPC method
2020-08-05 23:00:25 -07:00
2261c066f3
fix: update token API handling
2020-08-06 12:35:45 +08:00
7430896c79
Mark token-specific rpcs as unstable
2020-08-05 20:46:11 -07:00
03263c850a
Force program address off the curve ( #11323 )
2020-08-05 16:35:54 -07:00
964cfb05ea
Mergify backports: add v1.4, drop v1.1
2020-08-05 15:38:56 -06:00
02c0981ecf
Rename startAfter to before
2020-08-05 14:33:14 -07:00
a11f137810
Rework get_confirmed_signatures_for_address2
2020-08-05 14:33:14 -07:00
087fd32ce3
Reimplement transaction-history command with getConfirmedSignaturesForAddress2
2020-08-05 14:33:14 -07:00
1b2276520b
Add getConfirmedSignaturesForAddress2 RPC method
2020-08-05 14:33:14 -07:00
175c0e611b
Cargo.lock
2020-08-05 14:27:12 -07:00
227ea934ff
after -> before
2020-08-05 14:27:12 -07:00
22c46ebf96
Report block status more frequently
2020-08-05 14:27:12 -07:00
1f7af14386
Simplify access token refreshing
2020-08-05 14:27:12 -07:00
e56ea138c7
Add RPC transaction history design
2020-08-05 14:27:12 -07:00
dfae9a9864
Plumb Bigtable ledger storage into the RPC subsystem
2020-08-05 14:27:12 -07:00
0e02740565
Setup a tokio 0.2 runtime for RPC usage
2020-08-05 14:27:12 -07:00
b876fb84ba
Make room for tokio 0.2
2020-08-05 14:27:12 -07:00
f9049d6ee4
Add ledger-tool bigtable subcommands
2020-08-05 14:27:12 -07:00
98cca1e774
Add configuration info
2020-08-05 14:27:12 -07:00
6e0353965a
Add bigtable
2020-08-05 14:27:12 -07:00
243e05d59f
Add compression
2020-08-05 14:27:12 -07:00
019c75797d
Supress doctest errors
2020-08-05 14:27:12 -07:00
54dae6ba2c
Add build-proto/build.sh output
2020-08-05 14:27:12 -07:00
57dfebc5ba
Increase timeout
2020-08-05 14:27:12 -07:00
494968be66
UiTransactionEncoding is now copy
2020-08-05 14:27:12 -07:00
c31e1f5bf0
Add build-proto
2020-08-05 14:27:12 -07:00
faa016e4b7
Add root_ca_certificate
2020-08-05 14:27:12 -07:00
59d266a111
Add access_token module
2020-08-05 14:27:12 -07:00
1617a025ce
$ wget https://pki.goog/roots.pem -O pki-goog-roots.pem
2020-08-05 14:27:12 -07:00
9d2293bb32
ledger-storage-bigtable boilerplate
2020-08-05 14:27:12 -07:00
e12ab9d0dd
Bump version to 1.4.0
2020-08-05 12:04:15 -06:00
df820ddb6d
Omit web3.js examples when incrementing Cargo.toml versions
2020-08-05 12:04:15 -06:00
bbb8754b59
Remove update notice
2020-08-05 16:27:32 +00:00
5816ed5369
chore:(deps): bump @types/react-select in /explorer ( #11383 )
...
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select ) from 3.0.15 to 3.0.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:05:00 +00:00
31513fab14
chore:(deps): bump @testing-library/react in /explorer ( #11382 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.7 to 10.4.8.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.7...v10.4.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 09:53:08 +00:00
d44e8ce914
chore:(deps): bump bootstrap from 4.5.0 to 4.5.1 in /explorer ( #11381 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.0...v4.5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 09:49:38 +00:00
308186da79
Rework parsed account format ( #11372 )
...
* Rework parsed account format
* Serialize as type
2020-08-05 00:59:10 -06:00
9d4f9be1fe
Update instruction encoding format ( #11363 )
...
* Rework parsed instruction format
* Rework parsed message accounts
* Review comments
2020-08-05 00:58:58 -06:00
86e3f96f16
Return token amounts as floats ( #11370 )
...
* Return token amounts as floats
* Floating-point equality
* Return float and raw token amounts
* Fix decimals and token rpcs for native-mint tokens
* Fixup docs and review comments
2020-08-05 06:48:09 +00:00
14339dec0a
Harden RPC preflight test inputs
2020-08-05 06:06:57 +00:00
29b3265dc7
Sanitize transactions during RPC preflight test
2020-08-05 06:06:57 +00:00
3f73affb2e
Add From for SanitizeError > TransactionError
2020-08-05 06:06:57 +00:00
e25846e1ad
Add failing test for unsane tx in RPC preflight
2020-08-05 06:06:57 +00:00
d4df2ac673
Keep .DS_Store out of the tree
2020-08-04 16:34:45 -07:00
b5e03d6df2
get_token_accounts_by_owner now returns UiTokenAccounts
2020-08-04 22:45:00 +00:00
8c873e232f
fixes logo ( #11350 )
...
* fixes logo
* cleans up homepage on docs
* adds icon files and tightens margins
2020-08-04 10:51:25 -07:00
d0144ce382
Fix token rpc-client methods ( #11361 )
...
* Convert None to error in parse_keyed_accounts
* Allow encoding configuration in getTokenAccounts methods
2020-08-04 11:11:30 -06:00
cad36e1b3c
Switch explorer to dark mode by default ( #11360 )
2020-08-04 22:25:50 +08:00
ebe14415f6
Use more accurate epoch duration calculation in explorer ( #11359 )
2020-08-04 22:18:09 +08:00
247e361d23
Make explorer table views more mobile friendly ( #11358 )
2020-08-04 20:44:16 +08:00
5b4cb083f1
Add integration test for optimistic confirmation failure detection ( #11353 )
...
* Add optimistic conf failure test
* Add check for optimistic failure log
Co-authored-by: Carl <carl@solana.com >
2020-08-03 20:01:52 -07:00
1d40685b8e
Remove support for 1.1.0 version snapshots
2020-08-04 01:01:50 +00:00
7db144c5da
Remove legacy_system_instruction_processor0
2020-08-04 00:45:09 +00:00
3f6f1adb5b
Make accounts explicit in unrecognized jsonParsed instructions ( #11351 )
2020-08-03 20:27:15 +00:00
eefcf484cb
clippy
2020-08-03 18:35:15 +00:00
01262cda3f
Bump stable rust to 1.45.1
2020-08-03 18:35:15 +00:00
f3e83c080a
Add mainnet-beta upgrade-in-process banner
2020-08-03 07:09:34 -07:00
fc7ba7585d
chore:(deps): bump @types/react from 16.9.43 to 16.9.44 in /explorer ( #11346 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.43 to 16.9.44.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 08:23:50 +00:00
2393278849
chore:(deps): bump @testing-library/user-event in /explorer ( #11345 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.0.17 to 12.1.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.0.17...v12.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 08:20:27 +00:00
1fe762cc79
Disable owned token request on mainnet explorer ( #11343 )
2020-08-03 12:51:47 +08:00
8bcc8edf47
Remove calls to unwrap()
in respan!
macro
...
Previously, `proc_macro2::Span::resolved_at` was gated behind
cfg(procmacro2_semver_exempt). This gate has been removed in the latest
version of proc-macro2, allowing us to avoid using `unwrap()` to use the
underling method on `proc_macro::Span`
2020-08-02 19:15:06 -07:00
0bc9bcc8b9
Fix bad rebase
2020-08-02 12:09:06 -06:00
f401ef7996
Linkify all explorer addresses ( #11339 )
2020-08-03 01:44:47 +08:00
d1b2e6cdf2
Add getTokenLargestAccounts endpoint ( #11322 )
2020-08-02 10:23:44 -06:00
27a8879574
Update update timeline
2020-08-02 08:57:52 -07:00
ffbd859c42
Update spl-token and spl-memo
2020-08-02 07:53:42 -07:00
433f262290
Fix explorer bugs ( #11336 )
...
* Fix race condition in explorer details fetching
* Fix SOL delta rendering bug
2020-08-02 22:29:40 +08:00
4052008c42
Display owned tokens on account details page ( #11335 )
2020-08-02 21:55:36 +08:00
b6ea9f1861
Clean up explorer data providers ( #11334 )
2020-08-02 20:18:28 +08:00
0d8f3139ae
Add unified search bar to the explorer
2020-08-02 20:06:51 +08:00
d4eb49d252
Add navbar and remove tabbed page layout
2020-08-02 20:06:51 +08:00
eab48c99d7
Display SOL uniformly in explorer
2020-08-02 20:06:51 +08:00
97c0f7c364
Merge branch 'master' of github.com:solana-labs/solana
2020-08-01 08:33:45 -07:00
e2789b9373
cross-links SPL library
2020-08-01 08:33:26 -07:00
2300080f68
Improve explorer tx count animation ( #11327 )
2020-08-01 23:05:20 +08:00
54d36d2cfb
Add cluster stats tab to explorer ( #11325 )
2020-08-01 22:05:58 +08:00
9bcfc51df1
Add token rpc endpoints to rpc-client ( #11315 )
2020-07-31 20:53:49 +00:00
d7e961dac4
Enable new fork choice on mainnet, 400_000 slots into epoch 61 ( #11312 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-31 20:37:58 +00:00
c421d7f1b8
Test that off-curve pubkeys fail signature verify
2020-07-31 14:21:03 -06:00
251f974b50
Allow inspection of signature verification failures
2020-07-31 14:21:03 -06:00
7889c7603d
Explicit spl-token version
2020-07-31 13:59:09 -06:00
61d9d219f9
Withdraw authority no longer implies a custodian ( #11302 )
...
* Withdraw authority no longer implies a custodian
Before this change, if the withdraw authority and custodian had
the same public key, then a withdraw authority signature would
imply a custodian signature and lockup would be not be enforced.
After this change, the client's withdraw instruction must
explictly reference a custodian account in its optional sixth
account argument.
Likewise, the fee-payer no longer implies either a withdraw
authority or custodian.
* Fix test
The test was configuring the stake account with the fee-payer as
the withdraw authority, but then passing in a different key to
the withdraw instruction's withdraw authority parameter. It only
worked because the second transaction was signed by the fee-payer.
2020-07-31 13:37:53 -06:00
0f551d4f75
Decode token instructions ( #11281 )
...
* Token->SplToken
* Add spl_token instruction parsing
* Rebase on master
* Gracefully fail key len mismatches
2020-07-31 13:26:09 -06:00
1733f6c9e9
Update perf libs to 0.19.1 ( #11301 )
...
* fix for cuda sigverify check for small order pubkey
2020-07-31 09:19:43 -07:00
52575349dc
Build programs with --no-default-features --features program
to match solana-sdk
2020-07-31 08:57:42 -07:00
efcf9ff125
Adjust time window on mainnet-beta upgrade banner
2020-07-31 08:17:08 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 08:52:03 +00:00
a2d40151ea
chore:(deps): bump @types/jest from 26.0.7 to 26.0.8 in /explorer ( #11305 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.7 to 26.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 08:19:47 +00:00
2930102064
chore:(deps): bump @solana/web3.js from 0.63.1 to 0.64.0 in /explorer ( #11304 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.63.1 to 0.64.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.63.1...v0.64.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 08:16:32 +00:00
5a69c66877
feat: add token methods ( #11303 )
2020-07-31 12:33:54 +08:00
a5b6fd3d9b
Add Vote Account Management Doc ( #11278 )
...
* Add vote account management doc
* Add links to new doc
* Whitespace
* Fixup language
* Cleaner title
* Apply review feedback
* Apply further feedback
* Fix usage page header
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-31 02:43:41 +00:00
c78e12a262
Avoid spl-sdk dependency, which inhibits crate publishing
2020-07-30 23:47:26 +00:00
1d2426ddbc
Move simulate_transaction from rpc to bank ( #11294 )
2020-07-30 19:15:45 +00:00
d0f4b24481
fix: remove instanceof checks
2020-07-30 11:44:46 -07:00
31ea69f278
Add low-latency, RPC proposal ( #11221 )
...
* Add RiP Curl proposal
* Apply review feedback
2020-07-30 10:52:47 -06:00
a23e1129a9
Switch to optimistic conf for notifying gossip subscribers ( #11289 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-30 02:52:27 -07:00
bf18524368
Add hook for getting vote transactions on replay ( #11264 )
...
* Add hook for getting vote transactions on replay
Co-authored-by: Carl <carl@solana.com >
2020-07-29 23:17:40 -07:00
a888f2f516
Reject TXs sent via RPC with no signatures
2020-07-30 00:07:33 -06:00
9778fedd7a
Add new RPC error for TXs with no signatures
2020-07-30 00:07:33 -06:00
a7079e4dde
Dereplicode send_transaction and request_airdrop RPC handlers
2020-07-30 00:07:33 -06:00
b962b2ce2d
Add failing test for TX sent via RPC with no signatures
2020-07-30 00:07:33 -06:00
e8c0ec53e6
Fix wallet links ( #11284 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-30 05:06:04 +00:00
995a7ba8eb
Update vote-signing.md
2020-07-29 20:40:44 -07:00
e0f74c6862
Update fork-generation.md
2020-07-29 20:40:44 -07:00
01e26012b3
Update wallet-guide.md
2020-07-29 20:40:44 -07:00
239080c131
Update stake-delegation-and-rewards.md
2020-07-29 20:40:44 -07:00
24831ea42d
Update vote-signing.md
2020-07-29 20:40:44 -07:00
1ecc276fd1
Update turbine-block-propagation.md
2020-07-29 20:40:44 -07:00
d6a4ad18fe
Update managing-forks.md
2020-07-29 20:40:44 -07:00
d93366fc52
Update fork-generation.md
2020-07-29 20:40:44 -07:00
8c611cf87e
Update leader-rotation.md
2020-07-29 20:40:44 -07:00
6a5b7e5b98
Update synchronization.md
2020-07-29 20:40:44 -07:00
8054c3f3fa
Fix typos
2020-07-29 20:40:44 -07:00
2dbed80e48
Disable cross-program invocations for OperatingMode::Stable ( #11272 )
2020-07-29 15:29:52 -07:00
cd043b5d70
Add top level link to Clusters page ( #11276 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-29 21:27:25 +00:00
c410b082b7
.sh
2020-07-29 14:12:11 -07:00
3a1ca4efff
Fetch and install SPL programs by default
2020-07-29 12:48:56 -07:00
8eb6cbf784
Add --bpf-program argument
2020-07-29 12:48:56 -07:00
16ecce353f
Revert "Land program addresses on the curve ( #11174 )" ( #11253 )
...
This reverts commit f317c362a8
.
2020-07-29 11:33:45 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 11:14:35 +00:00
071df12908
chore:(deps): bump @types/node from 14.0.26 to 14.0.27 in /explorer ( #11268 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.26 to 14.0.27.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 11:00:50 +00:00
faaf729e5d
chore:(deps): bump @testing-library/jest-dom in /explorer ( #11267 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.1 to 5.11.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.1...v5.11.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 10:59:07 +00:00
df143d133b
chore:(deps): bump @testing-library/user-event in /explorer ( #11266 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.0.15 to 12.0.17.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.0.15...v12.0.17 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 10:58:23 +00:00
ebe367f722
Add utility function ( #11262 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-28 23:44:10 -07:00
b45ac5d4db
Add SPL Token-specific rpc endpoints ( #11231 )
...
* Simplify account-decoder program ids + spl_token helper
* Spl program namespace version
* Add getTokenAccountBalance endpoint
* Remove token program id from getTokenAccountBalance request
* Add getTokenSupply endpoint
* Remove token program id from getTokenSupply request
* Add getTokenAccountsByOwner/Delegate endpoints
* Remove token program id from getTokenAccountsByOwner/Delegate requests
* Named parameter
2020-07-28 23:00:48 -06:00
e553a98d2f
Rerere-enable RecentBlockhashes fix on testnet (epoch 76)
2020-07-29 02:43:10 +00:00
678f94903b
Fill out missing RPC request received debug logging
2020-07-29 01:51:20 +00:00
3e4f49f9c9
Fix race condition between shrinking and cleaning ( #11235 )
...
* Fix race condition between shrinking and cleaning
* Minor formatting
* fix ci
* Update comments
* More update comment
* Adjust fn naming
2020-07-29 06:06:14 +09:00
b5065a4fde
Add Google Analytics to all Explorer pages ( #11249 )
...
* add code in head
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com >
2020-07-29 01:00:57 +08:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 10:01:10 +00:00
a7ea340f22
Track votes from gossip for optimistic confirmation ( #11209 )
...
* Add check in cluster_info_vote_listenere to see if optimstic conf was achieved
Add OptimisticConfirmationVerifier
* More fixes
* Fix merge conflicts
* Remove gossip notificatin
* Add dashboards
* Fix rebase
* Count switch votes as well toward optimistic conf
* rename
Co-authored-by: Carl <carl@solana.com >
2020-07-28 09:33:27 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 09:00:46 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 08:45:48 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 08:30:49 +00:00
bafb2e6e84
Adjust explorer banner margins ( #11233 )
2020-07-28 13:20:25 +08:00
ed01591be6
Designate mainnet-beta epoch 61 as an upgrade epoch
2020-07-27 11:41:39 -07:00
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] <support@github.com >
2020-07-27 11:01:25 -07:00
f317c362a8
Land program addresses on the curve ( #11174 )
2020-07-27 10:45:59 -07:00
aa8d6083c4
Add mainnet beta upgrade announcement
2020-07-27 10:24:45 -07:00
cbf0b779d7
Add Docusaurus search ( #11135 )
...
* Add Docusaurus search
* Add Algolia configuration information
* Trailing whitespace :(
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com >
2020-07-27 10:26:03 -06:00
30b7b3d963
chore:(deps): bump @types/node from 14.0.25 to 14.0.26 in /explorer ( #11218 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.25 to 14.0.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 10:59:42 +00:00
bec28328cd
chore:(deps): bump @testing-library/user-event in /explorer ( #11217 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.0.13 to 12.0.15.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.0.13...v12.0.15 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 10:57:57 +00:00
7931579610
Remove accidental MB activation for RecentBlockhashes consistency fix
2020-07-26 17:34:52 +00:00
f796adc5ea
Add announcement banner to explorer ( #11210 )
...
* Add announcement banner to explorer
* Remove ^M and trailing spaces
* Update Banner.tsx
2020-07-26 21:11:27 +08:00
234449c627
Fix markup for heading
2020-07-26 00:22:43 -07:00
b7d8e256a5
Fix test stalling ( #11212 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-25 21:30:08 -07:00
01ff6846f7
Windows binaries are now built with the MSVC instead of the GNU toolchain.
...
Update `solana-install-init` target info to match
2020-07-25 10:02:52 -07:00
6808a04abe
Remove unmaintained btc programs
2020-07-25 06:04:07 +00:00
32fea0496e
Add token account decoding ( #11136 )
...
* Add token decoding
* Bump versions
2020-07-24 17:45:21 -06:00
eac423f92c
Add package-lock.json to docs ( #11200 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-24 14:15:22 -06:00
c8f866e6c0
Restore stake delegation page to sidebar
2020-07-24 13:42:05 -06:00
1f8df36b7d
Push back activation epochs
...
Effects:
- Re-enabling inflation
- Nonce FeeCalculator overwrite / RecentBlockhashes sysvar inconsistency fix
2020-07-24 12:54:31 -06:00
5118825fa4
chore:(deps): bump @types/node from 14.0.24 to 14.0.25 in /explorer ( #11195 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.24 to 14.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 11:09:34 +00:00
63c024ddd1
chore:(deps): bump @testing-library/user-event in /explorer ( #11194 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.0.12 to 12.0.13.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.0.12...v12.0.13 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 11:02:08 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 10:58:24 +00:00
b3e0d09699
chore:(deps): bump @types/jest from 26.0.5 to 26.0.7 in /explorer ( #11196 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.5 to 26.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 10:39:57 +00:00
c0dc21620b
Test cleanup ( #11192 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-24 09:55:25 +00:00
6578ad7d08
Speed up local cluster partitioning tests ( #11177 )
...
* Fix long local cluster partition tests by skipping slot warmup
Co-authored-by: Carl <carl@solana.com >
2020-07-23 18:50:42 -07:00
125a36abbc
Remove move more
2020-07-24 01:42:19 +00:00
7484202282
Return root when bank not found ( #11188 )
...
* Return root when bank not found
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-07-24 00:57:15 +00:00
8ccce1e543
Upgrade ed25519-dalek ( #11183 )
2020-07-23 17:23:51 -06:00
6f7e121b68
CLI: Add arg to adjust RPC timeout
2020-07-23 22:29:40 +00:00
bece8cfbc2
Add RpcClient constructor with timeout
2020-07-23 22:29:40 +00:00
8b1b392be9
Remove move_loader and librapay ( #11184 )
...
* Remove move_loader and librapay
* Remove Embedding Move from implemented proposals
* Remove Move variant from CI
* Remove move_loader ID
2020-07-23 15:08:59 -06:00
6de8da05e3
Skip entrypoint in programs ( #11176 )
2020-07-23 19:44:59 +00:00
c90de8978d
Add encoding and filters parameters to rpc Subscriptions ( #11065 )
...
* Plumb account configs and enable encoding
* Enable filters for pubsub program accounts
* Update docs
2020-07-23 13:38:28 -06:00
ca6480a8ac
Use OrderedIterator in collect_balances ( #11166 )
2020-07-23 13:35:10 -06:00
e75f0bdfd3
panic on native load failure ( #11182 )
2020-07-23 12:11:01 -07:00
b5a6a2f461
Initialize BlockCommitmentCache slot and root on node boot ( #11178 )
...
* Initialize commitment-cache slot and root on node boot
* Ignore long tests
2020-07-23 11:44:57 -06:00
b60ff70657
chore:(deps): bump @testing-library/user-event in /explorer ( #11180 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.0.11 to 12.0.12.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.0.11...v12.0.12 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 08:07:05 +00:00
ae8426f8ae
chore:(deps): bump @solana/web3.js from 0.63.0 to 0.63.1 in /explorer ( #11179 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.63.0 to 0.63.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.63.0...v0.63.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 08:06:41 +00:00
50c92e3a94
Add block-height subcommand
2020-07-22 13:26:05 -07:00
2adfe3f199
Add block height to epoch-info subcommand
2020-07-22 13:26:05 -07:00
4d05683abe
chore: fix flaky connection test
2020-07-22 22:54:34 +08:00
e556f85178
Add test for making sure switch doesn't happen past failure threshold ( #11138 )
...
Fix switch threshold
Co-authored-by: Carl <carl@solana.com >
2020-07-21 23:04:24 -07:00
3fd16cea34
Re-enable inflation again for testnet
2020-07-21 21:44:16 -06:00
3b87780f21
fix: getEpochInfo RPC endpoint now includes the current block height
2020-07-21 17:24:07 -07:00
a5dd848702
getEpochInfo RPC endpoint now includes the current block height
2020-07-21 17:24:07 -07:00
231e2387db
Program feature-flag entrypoint ( #11144 )
2020-07-21 14:36:28 -06:00
6c38369042
Use OrderedIterator in TransactionStatusService ( #11149 )
...
* Split out get-first-err for unit testing
* Add failing test
* Add missing ordering
2020-07-21 20:06:49 +00:00
9438789fef
chore:(deps): bump @types/node from 14.0.23 to 14.0.24 in /explorer ( #11146 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.23 to 14.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 09:30:19 +00:00
6935e88148
Freeze warped bank to show freeze logs ( #11141 )
2020-07-21 15:51:56 +09:00
7cc2a6801b
fix rewards points ( #10914 )
...
* fix rewards points
* fixups
* * verify that we don't spend more in rewards than we've allocated for rewards
* purge f64s from calculations that could be done with integers
* test typical values
* simplify iteration over delegations some
* fixups
* Use try_from
* Add a comment for commission_split()
* Add assertion to detect inconsistent reward dist.
* Fix vote_balance_and_staked
* Don't overwrite accounts with stale copies
* Fix CI...
* Add tests for vote_balance_and_staked
* Add test for the determinism of update_rewards
* Revert "Don't overwrite accounts with stale copies"
This reverts commit 9886d085a6
.
* Make stake_delegation_accounts to return hashmap
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-07-21 13:57:25 +09:00
b0d1c70718
RemoteWallet: Improve DerivationPathComponent FromStr readability
2020-07-21 03:09:01 +00:00
73f3d04798
Add replay votes to gossip vote tracking ( #11119 )
...
* Plumb replay vote channel for notifying vote listener of replay votes
* Keep gossip only notification for debugging gossip in the future
Co-authored-by: Carl <carl@solana.com >
2020-07-20 17:29:07 -07:00
23c2e55cbf
Use BlockCommitmentCache for RPC slots, take 2 ( #11137 )
...
* Use BlockCommitmentCache for RPC slots (#11103 )
* Add BankForks::highest_descendant(slot)
* Update debug messages
* Update core/src/rpc.rs
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* cargo fmt
* Remove highest_descendant
* Fix test
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Fix crossed-in-flight compilation error
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-07-20 23:03:40 +00:00
0cb422fbbb
Insubstantial grammar fix ( #11133 )
2020-07-20 23:32:45 +09:00
3db246f596
Add --warp-epoch and --force-inflation to ledger-tool cap. ( #11107 )
...
* Add --warp-epoch and --force-inflation to ledger-tool cap.
* Add more arguments
* Address review comments
* Fix message
* Fix various typos...
2020-07-20 19:09:38 +09:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 09:54:48 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 09:13:16 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 08:58:30 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 08:44:19 +00:00
8795f3e4c6
chore:(deps): bump @types/jest from 26.0.4 to 26.0.5 in /explorer ( #11127 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.4 to 26.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 08:29:50 +00:00
8352bdd3c4
chore:(deps): bump @solana/web3.js from 0.62.0 to 0.63.0 in /explorer ( #11126 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.62.0 to 0.63.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.62.0...v0.63.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 08:28:59 +00:00
83cc92f3f7
Upgade to Rust 1.45.0
2020-07-19 20:11:02 -07:00
d19cd3a18a
Revert "Use BlockCommitmentCache for RPC slots ( #11103 )" ( #11122 )
...
This reverts commit 815b0f31b4
.
2020-07-18 16:39:12 -07:00
b9c29c3263
Update build.sh
2020-07-18 08:31:54 -06:00
d0e139ffff
feat: add getLeaderSchedule api
2020-07-18 13:23:29 +08:00
74b4830ba6
fix: broken SlotInfo type def ( #11120 )
2020-07-18 05:22:58 +00:00
1ad0d210bc
Remove tictactoe, add Break and Hello World to docs ( #11117 )
...
* Remove tictactoe, add Break to apps docs
* Add hello world
* fix whitespace
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-18 00:09:10 +00:00
815b0f31b4
Use BlockCommitmentCache for RPC slots ( #11103 )
...
* Add BankForks::highest_descendant(slot)
* Update debug messages
* Update core/src/rpc.rs
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* cargo fmt
* Remove highest_descendant
* Fix test
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-07-17 16:22:27 -06:00
a255b0fc86
Rename CacheSlotInfo to CommitmentSlots ( #11111 )
2020-07-17 17:54:49 +00:00
d0d4d9b3d1
Fix 404 broken links ( #11113 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-17 17:48:07 +00:00
e5d8c4383f
Add Bank support for "upgrade epochs" where all non-vote transactions will be rejected
2020-07-17 08:48:42 -07:00
fdff681bcc
Simplify BlockCommitmentCache slot info ( #11106 )
...
* Refactor BlockCommitmentCache, store a CacheSlotInfo
* Comma
2020-07-17 09:24:51 -06:00
25728baeac
chore:(deps): bump typescript from 3.9.6 to 3.9.7 in /explorer ( #11108 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.6 to 3.9.7.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.6...v3.9.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:11:06 +00:00
b85538c532
Turn off gossip before downloading snapshot. ( #11087 )
2020-07-16 17:05:52 -07:00
862eb87184
Update validator_list.rs
2020-07-16 16:13:45 -06:00
7958dd88c2
Update non_circulating_supply.rs
2020-07-16 12:57:13 -06:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 08:22:13 +00:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 08:19:55 +00:00
fc2c4b3e71
chore:(deps): bump @testing-library/jest-dom in /explorer ( #11095 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.0...v5.11.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 08:14:50 +00:00
e9fda8178c
chore:(deps): bump @testing-library/react in /explorer ( #11097 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.6 to 10.4.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v10.4.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 08:09:50 +00:00
6174cdb579
Always pass affected file check on tagged release ( #11089 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-16 03:22:51 +00:00
a3f181ad84
Remove release documentation documentation ( #11090 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-15 20:55:02 -06:00
d9b5cce279
Update CRATES_IO_TOKEN
2020-07-15 17:45:00 -07:00
1da9f9f05a
Gate nonce-overwrite change ( #11081 )
2020-07-15 21:45:30 +00:00
fe71f9ad1a
Change transparent .svg to opaque .png ( #11084 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-15 21:35:18 +00:00
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] <support@github.com >
2020-07-15 13:48:14 -07:00
2e0fb37bfb
Bump thiserror from 1.0.19 to 1.0.20
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.19 to 1.0.20.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.19...1.0.20 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-15 13:39:32 -07:00
6342e3e215
Refactor file and URL paths in docusaurus ( #11080 )
...
* Fix introduction link
* Restore staking guide pages
* Remove Edit this page link
* Fix broken wallet guide link
* Restore lost images
* Fixup URL paths to match gitbook style
* Refactor wallet guide READMEs and clean up URLs
* Remove lingering gitbook files
* Refactor all README files to keep consistent linking
* Updte homepage tile links
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-15 20:11:51 +00:00
7fe870ba48
Make accounts file clean faster ( #11071 )
2020-07-15 09:37:40 -07:00
8548c3a7eb
Bump humantime from 2.0.0 to 2.0.1
...
Bumps [humantime](https://github.com/tailhook/humantime ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/tailhook/humantime/releases )
- [Commits](https://github.com/tailhook/humantime/compare/v2.0.0...v2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-15 08:27:33 -07:00
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] <support@github.com >
2020-07-15 08:08:23 -07:00
8bf3a0aa05
accounts_clean: Convert stack dependency calculation with iterative ( #11067 )
...
* accounts_clean: Convert stack dependency calculation with iterative
* optimize clean with by creating a reverse-lookup hashset of the affected
keys
* Add dependency bench
reduce bench
* Huge clean
2020-07-15 06:49:22 -07:00
d81c7250b0
Temporalily disable inflation to fix it later ( #11072 )
...
* Revert get_inflation()
* Temporalily disable inflation to fix it later
* Use match and proper type aliases
2020-07-15 18:36:09 +09:00
9a80e31bae
Expose tss to the other blockstore_processor path ( #11070 )
2020-07-14 21:14:48 -06:00
21beade4b9
Drop support for v1.0 backports, add v1.3 support
2020-07-14 18:04:59 -07:00
20fa776728
Add TdS 6 validators to testnet auto-staker ( #11068 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-14 23:45:18 +00:00
bed74d803f
Add purge --no-compaction flag
2020-07-14 15:02:01 -07:00
95490ff56e
Apply #![feature(proc_macro_hygiene)] when needed
...
This allows the rust-bpf-builder toolchain to build the sdk
2020-07-14 14:40:02 -07:00
e7387f60a7
Fix clippy lints
2020-07-14 14:40:02 -07:00
fed69e96a9
Split comment over multiple lines
...
Due to https://github.com/rust-lang/rustfmt/issues/4325 , leaving this as
one line causes rustfmt to add extra indentation to the surrounding
code.
2020-07-14 14:40:02 -07:00
42f88484f4
Update lock files
2020-07-14 14:40:02 -07:00
b0cb2b0106
Replace FIXME with an issue link
2020-07-14 14:40:02 -07:00
05445c718e
Fix hygiene issues in declare_program!
and declare_loader!
...
The `declare_program!` and `declare_loader!` macros both expand to
new macro definitions (based on the `$name` argument). These 'inner'
macros make use of the special `$crate` metavariable to access items in
the crate where the 'inner' macros is defined.
However, this only works due to a bug in rustc. When a macro is
expanded, all `$crate` tokens in its output are 'marked' as being
resolved in the defining crate of that macro. An inner macro (including
the body of its arms) is 'just' another set of tokens that appears in
the body of the outer macro, so any `$crate` identifiers used there are
resolved relative to the 'outer' macro.
For example, consider the following code:
```rust
macro_rules! outer {
() => {
macro_rules! inner {
() => {
$crate::Foo
}
}
}
}
```
The path `$crate::Foo` will be resolved relative to the crate that defines `outer`,
**not** the crate which defines `inner`.
However, rustc currently loses this extra resolution information
(referred to as 'hygiene' information) when a crate is serialized.
In the above example, this means that the macro `inner` (which gets
defined in whatever crate invokes `outer!`) will behave differently
depending on which crate it is invoked from:
When `inner` is invoked from the same crate in which it is defined,
the hygiene information will still be available,
which will cause `$crate::Foo` to be resolved in the crate which defines 'outer'.
When `inner` is invoked from a different crate, it will be loaded from
the metadata of the crate which defines 'inner'. Since the hygiene
information is currently lost, rust will 'forget' that `$crate::Foo` is
supposed to be resolved in the context of 'outer'. Instead, it will be
resolved relative to the crate which defines 'inner', which can cause
incorrect code to compile.
This bug will soon be fixed in rust (see https://github.com/rust-lang/rust/pull/72121 ),
which will break `declare_program!` and `declare_loader!`. Fortunately,
it's possible to obtain the desired behavior (`$crate` resolving in the
context of the 'inner' macro) by use of a procedural macro.
This commit adds a `respan!` proc-macro to the `sdk/macro` crate.
Using the newly-stabilized (on Nightly) `Span::resolved_at` method,
the `$crate` identifier can be made to be resolved in the context of the
proper crate.
Since `Span::resolved_at` is only stable on the latest nightly,
referencing it on an earlier version of Rust will cause a compilation error.
This requires the `rustversion` crate to be used, which allows conditionally
compiling code epending on the Rust compiler version in use. Since this method is already
stabilized in the latest nightly, there will never be a situation where
the hygiene bug is fixed (e.g. https://github.com/rust-lang/rust/pull/72121 )
is merged but we are unable to call `Span::resolved_at`.
2020-07-14 14:40:02 -07:00
0b919f095d
Add TRAVIS_COMMIT_RANGE logging
2020-07-14 12:10:21 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 11:51:40 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 11:51:21 -07:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 11:50:18 -07:00
0708969e9e
Update dependabot.yml
2020-07-14 11:49:25 -07:00
c626d515d2
No automerge for rust dependencies
2020-07-14 11:30:32 -07:00
05709822f9
Create dependabot.yml
2020-07-14 11:25:05 -07:00
0affb1c92b
[auto-commit] Update all Cargo lock files
2020-07-14 11:13:22 -07:00
5055028231
Bump serde_json from 1.0.54 to 1.0.56
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.54 to 1.0.56.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.54...v1.0.56 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-14 11:13:22 -07:00
95145672c8
Bump byte-unit from 3.1.3 to 4.0.8
...
Bumps [byte-unit](https://github.com/magiclen/byte-unit ) from 3.1.3 to 4.0.8.
- [Release notes](https://github.com/magiclen/byte-unit/releases )
- [Commits](https://github.com/magiclen/byte-unit/compare/v3.1.3...v4.0.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-14 11:13:14 -07:00
303a4df6ef
Clean up docs publishing flow ( #11043 )
...
* Clean up publishing flow
* Update README
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-14 07:56:14 -06:00
14ac233d01
CLI: Fix explicitly plumb vote_account through create-vote-account
2020-07-14 07:29:53 -06:00
2284699889
CLI: Fix explicitly plumb withdraw_authority through vote-update-validator
2020-07-14 07:29:53 -06:00
3392ecc310
CLI: Fix explicitly plumb withdraw_authority through vote-update-commission
2020-07-14 07:29:53 -06:00
e9cbdf711b
Add TreeDiff trait to reuse tree functions ( #11046 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-14 07:38:48 +00:00
356b552439
Remove docs step from buildkite flow ( #11035 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-14 02:44:16 +00:00
5741002a32
Mode gate RecentBlockhashes/BlockhashQueue sync
2020-07-14 00:36:31 +00:00
51283c931c
Fix test advancing banks from incomplete slots
2020-07-14 00:36:31 +00:00
837ac77c02
Bump goldens
2020-07-14 00:36:31 +00:00
5357ff6d60
Synchronize BlockhashQueue and RecentBlockhashes sysvar update
2020-07-14 00:36:31 +00:00
9cc379af6c
Factor locked portion of Bank::update_recent_blockhashes() out to helper
2020-07-14 00:36:31 +00:00
942c019d50
Add failing test
2020-07-14 00:36:31 +00:00
b37192b809
Bump @testing-library/react from 10.4.5 to 10.4.6 in /explorer ( #11038 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.5 to 10.4.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.5...v10.4.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-14 00:11:30 +00:00
d3784cab4f
Bump spl-memo to 1.0.2
2020-07-13 23:59:33 +00:00
3eea8f2fe6
Bump rust nightly to 2020-07-12
2020-07-13 23:59:33 +00:00
0d1420d868
Bump @types/node from 14.0.22 to 14.0.23 in /explorer ( #11037 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.22 to 14.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-13 22:54:31 +00:00
2d93ca9ab3
[auto-commit] Update all Cargo lock files
2020-07-13 15:00:27 -07:00
cee9177ec7
Bump libc from 0.2.71 to 0.2.72
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.71 to 0.2.72.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.71...0.2.72 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-13 15:00:27 -07:00
1880621740
Add dropped vote metrics ( #11009 )
2020-07-13 09:11:07 -07:00
de379a8cd6
Ensure to digest non-empty snapshot_storages and add asserts ( #11021 )
...
* Add asserts to detect not-digestable example data
* Ensure to digest non-empty snapshot_storages
2020-07-13 15:58:34 +00:00
e95e7a96da
Bump @types/react from 16.9.42 to 16.9.43 in /explorer ( #11027 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.42 to 16.9.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-13 15:51:43 +00:00
ed5a2f2a90
Fold bank serialisation into serde snapshot ( #10581 )
...
* Move bank (de)serialisation logic from bank and snapshot_utils to serde_snapshot.
Add sanity assertions between genesis config and bank fields on deserialisation.
Atomically update atomic bool in quote_for_specialization_detection().
Use same genesis config when restoring snapshots in test cases.
* Tidy up namings and duplicate structs to version
* Apply struct renames to tests
* Update abi hashes
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-07-13 23:00:59 +09:00
5c86766fb2
Bump ctrlc from 3.1.4 to 3.1.5 ( #11006 )
...
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases )
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.1.4...3.1.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-12 20:59:29 -06:00
33f5c17e46
Bump generic-array from 0.14.1 to 0.14.3 ( #11010 )
...
* Bump generic-array from 0.14.1 to 0.14.3
Bumps [generic-array](https://github.com/fizyk20/generic-array ) from 0.14.1 to 0.14.3.
- [Release notes](https://github.com/fizyk20/generic-array/releases )
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fizyk20/generic-array/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-07-12 20:59:05 -06:00
1437660686
Revert "Add UiTransactionEncoding::Raw"
...
This reverts commit a4a5438b6d
.
2020-07-12 08:59:50 -07:00
edf2b1ee85
Check for deleting key, make sure list is empty again ( #11007 )
2020-07-11 20:38:34 -07:00
12d188da09
[auto-commit] Update all Cargo lock files
2020-07-10 22:53:21 -07:00
2e5cb71e54
chore(deps): bump base64 from 0.12.1 to 0.12.3
...
Bumps [base64](https://github.com/marshallpierce/rust-base64 ) from 0.12.1 to 0.12.3.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases )
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.12.1...v0.12.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-10 22:53:21 -07:00
ffeac298a2
Move from gitbook to docusaurus, build docs in Travis CI ( #10970 )
...
* fix: ignore unknown fields in more RPC responses
* Remove mdbook infrastructure
* Delete gitattributes and other theme related items
Move all docs to /docs folder to support Docusaurus
* all docs need to be moved to /docs
* can be changed in the future
Add Docusaurus infrastructure
* initialize docusaurus repo
Remove trailing whitespace, add support for eslint
Change Docusaurus configuration to support `src`
* No need to rename the folder! Change a setting and we're all good to
go.
* Fixing rebase items
* Remove unneccessary markdown file, fix type
* Some fonts are hard to read. Others, not so much. Rubik, you've been
sidelined. Roboto, into the limelight!
* As much as we all love tutorials, I think we all can navigate around a
markdown file. Say goodbye, `mdx.md`.
* Setup deployment infrastructure
* Move docs job from buildkite to travic
* Fix travis config
* Add vercel token to travis config
* Only deploy docs after merge
* Docker rust env
* Revert "Docker rust env"
This reverts commit f84bc208e807aab1c0d97c7588bbfada1fedfa7c.
* Build CLI usage from docker
* Pacify shellcheck
* Run job on PR and new commits for publication
* Update README
* Fix svg image building
* shellcheck
Co-authored-by: Michael Vines <mvines@gmail.com >
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com >
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-11 05:11:07 +00:00
4046f87134
Fix compilation failure on windows ( #10983 )
...
* Fix compilation failure on windows
* Test travis window build
* more tweak trigger travis build...
* Make more debug-friendly
* Fix shellcheck
* Revert .travis.yaml after testing on travis
2020-07-11 04:35:46 +00:00
f6f5842172
Explicit spl-memo version ( #11003 )
2020-07-11 03:41:53 +00:00
427d0ff0b5
fix: ignore unknown fields in more RPC responses
2020-07-11 03:39:49 +00:00
f0b22b1b23
spl memo linking windows ( #11000 )
...
* Update spl-memo to fix windows linking error
* Only programs need the stubs
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-07-10 18:39:52 -07:00
145906123a
Simplify use of SendTransactionService ( #10999 )
...
* Send transaction upon recv
This will allow us to move the channel to the public interface
* Use a channel, not a method, to communicate
* Pipeline the services
* Ignore unused return values
* Fix clippy warning
2020-07-11 01:14:41 +00:00
19813b0ab2
fix: align web3 stake split instruction constuction with rust
2020-07-10 15:29:48 -06:00
a8b1d71ae6
fix: inconsistent tx message compilation accounting
2020-07-10 15:29:48 -06:00
40800e257c
test: tweak test to suss out tx message serialization bug
2020-07-10 15:29:48 -06:00
3e3241125f
fix: serializing an unsigned tx should throw
2020-07-10 15:29:48 -06:00
57576b07ef
Fix warnings ( #10992 )
...
* Fix warnings
* disable warning
2020-07-10 20:02:55 +00:00
25ca99cdcf
largest -> highest
2020-07-10 12:57:32 -07:00
f3a007b33d
chore(deps): bump @types/react from 16.9.41 to 16.9.42 in /explorer ( #10998 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.41 to 16.9.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-10 19:45:47 +00:00
a4a5438b6d
Add UiTransactionEncoding::Raw
2020-07-10 12:18:41 -07:00
aef6bf272e
getConfirmedBlocks now has an upper limit on slot range
2020-07-10 12:18:31 -07:00
631f051c68
Add jitter to cleanup to prevent all nodes cleaning at the same time ( #10936 )
2020-07-10 11:54:45 -07:00
1f5070e569
Add custom print for Bloom object ( #10971 )
2020-07-10 11:53:24 -07:00
87b497968f
chore(deps): bump @types/node from 14.0.21 to 14.0.22 in /explorer ( #10994 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.21 to 14.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-10 18:30:56 +00:00
e2c7f446a8
Disable specialization-warnings ( #10981 )
...
* Disable specialization-warnings
* nudge
2020-07-10 11:06:10 -07:00
491f5ae61a
Add block time placeholder to getConfirmedBlock
2020-07-10 14:47:11 +00:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-10 14:04:59 +00:00
34f31f64f9
chore(deps): bump @types/node from 14.0.20 to 14.0.21 in /explorer ( #10987 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.20 to 14.0.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-10 13:53:52 +00:00
7a14e359d7
Switch to using weighted repair in RepairService ( #10735 )
...
* Plumb votes into repair service
* Remove refactoring
* Fix tests
* Switch to using RepairWeight for generating repairs
* Revert "Weight repair slots based on vote stake (#10741 )"
This reverts commit cabd0a09c3
.
* Update logging
Co-authored-by: Carl <carl@solana.com >
2020-07-10 05:52:54 +00:00
f1c1152948
Fix skipped slot detection for eager rent collect ( #10890 )
2020-07-10 08:49:18 +09:00
da7a31b662
Add MB validators to SOM ( #10977 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-09 23:43:48 +00:00
fec7a61f59
Fix Travis PR detection environment ( #10974 )
2020-07-09 14:30:47 -06:00
25228ca957
Fix nonce fee_calculator overwrite ( #10973 )
...
* Add failing test
* Pass fee_calculator to prepare_if_nonce_account; only overwrite in error case
2020-07-09 20:22:21 +00:00
16eeea4f82
Move SendTransactionService to solana_runtime ( #10972 )
2020-07-09 18:28:26 +00:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-09 14:25:49 +00:00
17a8cc862b
Remove core dependencies from SendTransactionService ( #10965 )
...
* Remove core dependencies from SendTransactionService
* Fix clippy warnings
2020-07-08 19:13:42 -06:00
ebadbce920
Drop bank from BlockCommitmentCache ( #10959 )
...
* Remove bank reference from BlockCommitmentCache
* Don't use a Bank to create BlockCommitmentCache
* Rename recent_slot to slot
2020-07-09 00:50:13 +00:00
841ecfd927
chore(deps): bump bincode from 1.2.1 to 1.3.1 ( #10867 )
...
* chore(deps): bump bincode from 1.2.1 to 1.3.1
Bumps [bincode](https://github.com/servo/bincode ) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/servo/bincode/releases )
- [Commits](https://github.com/servo/bincode/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* [auto-commit] Update all Cargo lock files
* Switch from deprecated method
* Add options to maintain behavior with bincode::options()
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-07-09 00:08:05 +00:00
1a6bbd2867
Limited Deserialize isn't limiting anything ( #10952 )
...
* Add failing test
* Use deserialize_from to enable limit
2020-07-08 15:54:42 -06:00
9b380f8b2c
chore(deps): bump @testing-library/react in /explorer ( #10964 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.4 to 10.4.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.4...v10.4.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 21:41:32 +00:00
99951adef4
chore(deps): bump @types/node from 14.0.19 to 14.0.20 in /explorer ( #10963 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.19 to 14.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 20:58:57 +00:00
cce6b894e1
chore(deps): bump @types/jest from 26.0.3 to 26.0.4 in /explorer ( #10942 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.3 to 26.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 17:45:53 +00:00
50e9fcf852
chore(deps): bump @testing-library/user-event in /explorer ( #10941 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 7.2.1 to 12.0.11.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v12.0.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 17:45:46 +00:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 10:38:59 -07:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 10:38:17 -07:00
0de5a72dc3
chore(deps): bump @types/node from 14.0.18 to 14.0.19 in /explorer ( #10948 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.18 to 14.0.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 10:38:06 -07:00
3cdd54422d
Skip tests on .merify.yml only PRs
2020-07-08 10:36:38 -07:00
356ab45e5a
Gate automerge on Travis
2020-07-08 10:36:38 -07:00
6429042b6e
Add --print-account-stats/--snapshot-archive-path arguments to ledger-tool ( #10945 )
...
Allows for seeing how the accounts are being stored
and specifying a different snapshot source directory.
2020-07-08 09:32:11 -07:00
c06505934f
chore: fix test flakiness and add mock helper ( #10956 )
2020-07-08 12:46:16 +00:00
e50227745d
update testnet docs ( #10954 )
2020-07-08 04:04:17 +00:00
930162a079
Drop dependency on BlockCommitmentCache bank ( #10946 )
...
* Drop dependency on BlockCommitmentCache bank
* cargo fmt
2020-07-07 20:13:30 -06:00
2fdbb97244
Rename largest_confirmed_root to highest_confirmed_root ( #10947 )
2020-07-07 23:59:46 +00:00
d492f4f15b
Clean accounts path on validator startup ( #10929 )
2020-07-07 09:41:45 -07:00
cd503daecc
chore(deps): bump react-dom from 16.13.0 to 16.13.1 in /explorer
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) from 16.13.0 to 16.13.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react-dom )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-07 18:34:55 +08:00
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] <support@dependabot.com >
2020-07-07 18:20:41 +08:00
e54246a9cf
chore(deps): bump @testing-library/react in /explorer
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 9.5.0 to 10.4.4.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v9.5.0...v10.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-07 18:20:11 +08:00
dd73e8eb62
chore(deps): bump @types/node from 14.0.14 to 14.0.18 in /explorer
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.14 to 14.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-07 18:16:35 +08:00
3f6042d8b3
Add RepairWeight to track votes seen in gossip for weighted repair ( #10903 )
...
* Add RepairWeight
Co-authored-by: Carl <carl@solana.com >
2020-07-06 22:49:40 -07:00
119949d4d8
Add a default commitment-level ( #10935 )
2020-07-07 03:05:55 +00:00
960f6f6f07
Decouple genesis fetch and snapshot fetch ( #10931 )
2020-07-06 16:09:12 -07:00
58a475b789
Add db recovery methods ( #10838 )
2020-07-06 12:43:45 -07:00
1269e348fb
Add a way to re-hash the bank ( #10765 )
2020-07-06 12:42:41 -07:00
4de0713aa3
Rpc: Add getStakeActivation endpoint ( #10902 )
...
* Add getStakeActivation endpoint
* Add docs
* Update docs/src/apps/jsonrpc-api.md
Co-authored-by: Michael Vines <mvines@gmail.com >
* Rework return type
* Update docs
* Rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-07-06 13:28:40 -06:00
39b3ac6a8d
Introduce automatic ABI maintenance mechanism (2/2; rollout) ( #8012 )
...
* Introduce automatic ABI maintenance mechanism (2/2; rollout)
* Fix stable clippy
* Change to symlink
* Freeze abi of Tower
* fmt...
* Improve dev-experience!
* Update BankSlotDelta
$ diff -u /tmp/abi8/*7dg6BreYxTuxiVz6aLvk3p2Z7GQk2cJqfGvC9h4FAoSj* /tmp/abi8/*9chBcbXVJ4fK7uGgydQzam5aHipaAKFw6V4LDFpjbE4w*
--- /tmp/abi8/bank__BankSlotDelta_frozen_abi__test_abi_digest_7dg6BreYxTuxiVz6aLvk3p2Z7GQk2cJqfGvC9h4FAoSj 2020-06-18 18:01:22.831228087 +0900
+++ /tmp/abi8/bank__BankSlotDelta_frozen_abi__test_abi_digest_9chBcbXVJ4fK7uGgydQzam5aHipaAKFw6V4LDFpjbE4w 2020-07-03 15:59:58.430695244 +0900
@@ -140,7 +140,7 @@
field u8
primitive u8
field solana_sdk::instruction::InstructionError
- enum InstructionError (variants = 34)
+ enum InstructionError (variants = 35)
variant(0) GenericError (unit)
variant(1) InvalidArgument (unit)
variant(2) InvalidInstructionData (unit)
@@ -176,6 +176,7 @@
variant(31) CallDepth (unit)
variant(32) MissingAccount (unit)
variant(33) ReentrancyNotAllowed (unit)
+ variant(34) MaxSeedLengthExceeded (unit)
variant(9) CallChainTooDeep (unit)
variant(10) MissingSignatureForFee (unit)
variant(11) InvalidAccountIndex (unit)
* Fix some merge conflicts...
2020-07-06 20:22:23 +09:00
823126b372
Fix parsing ( #10924 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-06 02:39:42 -07:00
92697973d0
Document lockout_intervals and tiny niceties ( #10925 )
2020-07-06 08:59:17 +00:00
658de5b347
Skip and warn for hard-forks which are less than the start slot ( #10918 )
...
* Skip and warn for hard-forks which are less than the start slot
Option is used during a restart, but then after the restart is
complete, then the option is not needed if the starting slot
is past the hard-fork since the hard-fork should already be
in the snapshot it started from.
* Update ledger/src/blockstore_processor.rs
Co-authored-by: Michael Vines <mvines@gmail.com >
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-07-05 13:51:43 -07:00
28e15a63e5
Repair timing ( #10913 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-03 18:37:01 -07:00
f014c94369
Add breakdown of erasure blobs ( #10912 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-03 17:44:32 -07:00
2922494b4f
Cleanup rpc ( #10910 )
...
* Remove unreachable error case
* Inline Ok
* Hoist Ok
2020-07-03 17:39:14 -06:00
c5a501e87f
Steal dumoulin from colo for TdS
2020-07-03 20:30:44 +00:00
d8106ab552
Make test-checks.sh helpful and cargo-for-all-lock-files.sh useful ( #10906 )
2020-07-03 18:08:12 +09:00
8d951776ab
Rpc: add filter to getProgramAccounts ( #10888 )
...
* Add RpcFilterType, and implement CompareBytes for getProgramAccounts
* Accept bytes in bs58
* Rename to memcmp
* Add Memcmp optional encoding field
* Add dataSize filter
* Update docs
* Clippy
* Simplify tests that don't need to test account contents; add multiple-filter tests
2020-07-03 07:46:29 +00:00
832d47317e
Move clean accounts to background service ( #10898 )
2020-07-02 22:25:17 -07:00
f1699721ef
Bench RaptorQ ( #10886 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-02 18:31:32 -07:00
f17ac70bb2
Add weighted traversal ( #10877 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-02 14:33:04 -07:00
bcf36cbf18
Add June intake validators to SOM ( #10899 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-07-02 21:08:54 +00:00
ccc5ae221d
chore(deps): bump @solana/web3.js from 0.61.4 to 0.62.0 in /explorer ( #10893 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.61.4 to 0.62.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.61.4...v0.62.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-02 09:00:20 -07:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-02 09:00:00 -07:00
3884323cb6
Add target-node flag to bench-tps ( #10876 )
2020-07-01 21:10:12 -07:00
0d6ddf578d
chore(deps): bump @types/node from 12.12.30 to 14.0.14 in /explorer
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.12.30 to 14.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-02 12:07:28 +08:00
d4836ad58b
chore(deps): bump typescript from 3.9.5 to 3.9.6 in /explorer
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.5 to 3.9.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-02 12:05:04 +08:00
d53228e69d
getInflationRate now only supports the current epoch
2020-07-02 02:11:31 +00:00
52526a9bc2
Prevent stub inclusion when building shared objects ( #10875 )
2020-07-01 13:15:30 -07:00
2669ccb864
Update struct prefixes to Ui ( #10874 )
...
* Update comments
* Use Ui prefix
2020-07-01 20:06:40 +00:00
6b45481bbb
Instructions for validator logging ( #10845 )
...
* Instructions for disabling log throttling
* Remove syslog, add logrotate
* Update docs/src/running-validator/validator-start.md
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
Co-authored-by: Carl <carl@solana.com >
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com >
2020-07-01 12:50:31 -07:00
cf17eaf5aa
Add docs for restarting a cluster ( #10857 )
2020-07-01 10:52:09 -07:00
36f436c760
genesis
subcommand now displays ticks per slot
2020-07-01 17:32:35 +00:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:34:03 -07:00
a6c269297d
chore(deps): bump @testing-library/jest-dom in /explorer ( #10868 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.10.1 to 5.11.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.10.1...v5.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:33:50 -07:00
1500ad97b5
chore(deps): bump react from 16.13.0 to 16.13.1 in /explorer ( #10869 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.13.0 to 16.13.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:33:04 -07:00
4deec51703
chore(deps): bump rayon from 1.3.0 to 1.3.1 ( #10605 )
...
* chore(deps): bump rayon from 1.3.0 to 1.3.1
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.3.0...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-07-01 08:09:28 -07:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:09:10 -07:00
056efcded8
chore(deps): bump @types/react from 16.9.38 to 16.9.41 in /explorer ( #10775 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.38 to 16.9.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:09:03 -07:00
08478ed14a
chore(deps): bump @types/jest from 26.0.0 to 26.0.3 in /explorer ( #10788 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.0 to 26.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:08:58 -07:00
8b69f6c863
chore(deps): bump hidapi from 1.2.2 to 1.2.3 ( #10866 )
...
Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/ruabmbua/hidapi-rs/releases )
- [Commits](https://github.com/ruabmbua/hidapi-rs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:08:47 -07:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 08:07:45 -07:00
7a71580d53
Add heaviest subtree utility functions ( #10863 )
...
Co-authored-by: Carl <carl@solana.com >
2020-07-01 08:45:32 +00:00
ecf6fb2cd2
Rename new_banks_from_blockstore => new_banks_from_ledger ( #10864 )
2020-07-01 06:19:40 +00:00
d97850f1d9
Add account-decoder utilities ( #10846 )
...
* Fix comment and make less pub
* Add account-decoder crate and use to decode vote and system (nonce) accounts
* Update docs
* Rename RpcAccount struct
* s/Rpc/Display
* Call it jsonParsed and update docs
* Revert "s/Rpc/Display"
This reverts commit 6e7149f503
.
* s/Rpc/Ui
* Add tests
* Ui more things
* Comments
2020-07-01 04:55:11 +00:00
b89e506cbb
Consistently create temp dirs under ledger/farf ( #10848 )
2020-07-01 11:38:59 +09:00
5adf6f6bde
Update expected shred version for testnet. ( #10858 )
2020-06-30 13:54:52 -07:00
3f287b3328
Change release docs to use CI when bumping the version ( #10856 )
2020-06-30 12:58:46 -07:00
1ffad2d051
More guard rails for restart with ledger procedure ( #10853 )
...
* Add expected_bank_hash required for supermajority
* Print snapshot hash in ledger-tool create-snapshot.
2020-06-30 12:43:48 -07:00
3a3b7a399a
Fix netutils test ( #10842 )
2020-06-30 09:57:16 -06:00
cabedc0f36
Remove outdated todo comment ( #10850 )
2020-06-30 13:43:01 +00:00
2dfa48daf9
Add ability to parse logs in ledger-tool ( #10840 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-30 02:20:54 -07:00
4b93a7c1f6
Fix fork detection ( #10839 )
...
* Fix fork detection
Co-authored-by: Carl <carl@solana.com >
2020-06-29 18:49:57 -07:00
0579581f8c
feat: getProgramAddress takes bytes rather than strings ( #10837 )
2020-06-29 17:05:05 -07:00
d9b389f510
Reduce logging lines ( #10835 )
2020-06-29 15:57:28 -07:00
583cec922b
Remove ledger purge batching ( #10830 )
2020-06-29 14:44:35 -07:00
59aa299d05
Fix the docs build ( #10834 )
2020-06-29 21:28:15 +00:00
b28ec32e18
Update transaction encoding docs ( #10833 )
2020-06-29 14:10:25 -06:00
17a2128a8f
More replay stage timing metrics ( #10828 )
2020-06-28 10:04:15 -07:00
ea30c157e0
Better slot printing ( #10811 )
2020-06-27 10:47:02 -07:00
fb8e2d8cdb
Add debugging ( #10822 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-26 10:23:11 +00:00
7021e1c584
net.sh: Refactor node initialization wait ( #10819 )
...
* remote-node.sh: Factor out init wait to own script
* remote-node.sh: Allow nodes to initialize asynchronously
* testnet-automation: Plumb --async-node-init
2020-06-26 05:48:58 +00:00
50b3fa83a0
Move BankCommitmentCache to solana_runtime ( #10816 )
...
* Remove Blockstore member variable from BlockCommitmentCache
* Hoist is_confirmed_rooted() to its only caller
BlockCommitmentCache no longer depends on Blockstore
* Move BlockCommitmentCache to solana_runtime
2020-06-25 22:06:58 -06:00
7430978d1a
Keep oldest snapshot so playing the ledger is possible from local data. ( #10814 )
2020-06-25 20:41:44 -07:00
0fde0d7379
Add ancestor iterator to lib.rs ( #10813 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-25 23:39:55 +00:00
62b873b054
Clean up rpc module ( #10812 )
...
* Clean up rpc module
* Simplify getting bank
2020-06-25 17:08:55 -06:00
aa544b2245
Add ledger copy command ( #10756 )
2020-06-25 11:56:36 -07:00
72b6349438
Add design proposal for ProgramInstruction procedural macro ( #10763 )
...
* Add design proposal for ProgramInstruction procedural macro
* Update examples and some verbiage
* More constant-like
* Generated helpers expect Pubkey by value
2020-06-25 12:52:52 -06:00
50f7ed80c8
Dont skip eager rent collect across gapped epochs ( #10206 )
...
* Dont skip eager rent collect across gapped epochs
* Adjust style and comment
* Adjust ascii chart and comment a bit
* Moar assert
* Relax the partition_count assert for completeness
* Tweak comment...
* tweak a bit
* Add gating logic
* Address reviews
* small formatting
* Clarify the code by replacing auto_generated...
* small formatting
* small formatting
* small formatting
* small formatting
* Narrow down conditional compilation scope
2020-06-25 23:11:33 +09:00
84954ad0a0
Fix leaf propagation in case of no votes in HeaviestForkChoice ( #10803 )
...
* Fix leaf propagation logic
Co-authored-by: Carl <carl@solana.com >
2020-06-25 04:08:18 -07:00
4164c69683
Tiny cleanups in preparation for persistent tower ( #10805 )
2020-06-25 18:24:16 +09:00
9f5bd5fe81
Expose SlotHistory::oldest() -> Slot ( #10799 )
2020-06-25 18:23:31 +09:00
b3e382ab3f
Add non-circulating withdraw authority ( #10798 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-06-25 04:17:49 +00:00
4dc9f378b8
Fix race in ci/run-sanity.sh ( #10796 )
2020-06-25 03:48:28 +00:00
7ade330b23
Rename Client methods to match proposed BanksClient ( #10793 )
2020-06-25 03:35:38 +00:00
ea708b0d84
Add blockstore insert metrics to dashboard ( #10787 )
2020-06-24 18:21:26 -07:00
48b846203e
Use cargo tree
to bump release branch lock files ( #10790 )
2020-06-25 00:47:04 +00:00
98621648cb
Add poh-bench ( #10707 )
2020-06-24 15:51:52 -07:00
1c498369b5
Remove fee-payer guesswork from Message and Transaction ( #10776 )
...
* Make Message::new_with_payer the default constructor
* Remove Transaction::new_[un]signed_instructions
These guess the fee-payer instead of stating it explicitly
2020-06-24 14:52:38 -06:00
d5d5ad0071
Fixup stake doc wording ( #10782 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-06-24 20:45:21 +00:00
4e04282564
Add correct erasure metrics to dashboard ( #10781 )
2020-06-24 13:16:56 -07:00
764c7b0403
Disable entire codepath ( #10767 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-24 12:09:55 -07:00
0b14ae5725
Add staking guide to docs ( #10609 )
2020-06-24 09:25:35 -06:00
8df16ac8a9
Fix explorer prettier error
2020-06-24 21:48:09 +08:00
f7a313597b
Force https for explorer
2020-06-24 21:45:03 +08:00
74c44009a7
Fix explorer account history search
2020-06-24 21:01:39 +08:00
d989cc60f6
Fix explorer cluster status button styling on mobile
2020-06-24 16:49:51 +08:00
ad75f08c43
chore: run latest prettier
2020-06-24 16:14:08 +08:00
6171b55f50
chore(deps): bump prettier from 1.19.1 to 2.0.5 in /explorer
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.19.1 to 2.0.5.
- [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/1.19.1...2.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-24 16:14:08 +08:00
12339a72fa
chore(deps): bump @solana/web3.js from 0.61.0 to 0.61.4 in /explorer
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.61.0 to 0.61.4.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.61.0...v0.61.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-24 16:13:49 +08:00
1c469e38d3
chore(deps): bump @types/react-router-dom in /explorer
...
Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom ) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-24 16:13:14 +08:00
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] <support@dependabot.com >
2020-06-24 16:03:36 +08:00
0e393a5684
Allow for hard fork at last root ( #10762 )
2020-06-23 21:49:11 -07:00
3aab13a167
Make curl verbose when uploading assets to github ( #10757 )
...
Debugging silent asset upload failures during release
2020-06-24 00:27:55 +00:00
c52f06a54a
Fix plumtree link ( #10755 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-06-23 23:35:35 +00:00
a1ef921b88
Rework backup and clear function ( #10751 )
2020-06-23 21:29:07 +00:00
77b8de193c
Add utility functions for testing ( #10749 )
...
* Add ancestor iterator
* Add blockstore generation from trees
Co-authored-by: Carl <carl@solana.com >
2020-06-23 12:05:00 -07:00
db4a18ada4
Add PubkeyError for ProgramError ( #10748 )
2020-06-23 11:19:27 -07:00
685becad13
Further expand last_voted_slot terminology ( #10747 )
2020-06-23 21:52:45 +09:00
cabd0a09c3
Weight repair slots based on vote stake ( #10741 )
...
* Weight repair slots based on vote stake
* Add test
2020-06-22 20:27:45 -07:00
2ba8fc5243
Remove slots past wait-for-supermajority slot. ( #10720 )
2020-06-22 20:27:25 -07:00
0952b76f02
Add {Vote, Tower}::last_voted_slot() ( #10734 )
2020-06-23 11:59:54 +09:00
44f5452013
Remove unused StakeLockout::lockout ( #10719 )
...
* Remove unused StakeLockout::lockout
* Revert...
* Really revert to the original behavior...
* Use consistent naming after StakeLockout removal
* Furhter clean up
* Missed type aliases...
* More...
* Even more...
2020-06-23 10:30:09 +09:00
73586c1aad
Use &[u8] for program address seeds rather then &str ( #10744 )
2020-06-22 16:51:43 -07:00
842cab2739
Remote Wallet: Stricter derivation path component parsing ( #10725 )
2020-06-22 17:10:11 +00:00
d42247c652
ledger-tool: Ignore SIGUSR1 ( #10730 )
...
Prevents warehouse archive calls getting KO'd by logrotate
2020-06-21 18:08:17 +00:00
a87f490b5e
nit removal ( #10721 )
2020-06-21 16:12:21 +09:00
a33fef9af2
Add repair breakdown by slot and index ( #10717 )
...
* Slot full logging
* Repair stats logging
Co-authored-by: Carl <carl@solana.com >
2020-06-19 18:28:15 -07:00
cae22efd0e
Fix typo ( #10724 )
2020-06-20 00:07:20 +00:00
fd2508b09e
Add jsonParsed option for EncodedTransactions; add memo parser ( #10711 )
...
* Add jsonParsed option for EncodedTransactions; add memo parser
* Use kebab case for program names
* Add account-key parsing
* Add parse test
2020-06-19 16:15:13 -06:00
968792385b
chore(deps): bump @types/react-dom from 16.9.5 to 16.9.8 in /explorer
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 16.9.5 to 16.9.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-19 15:28:05 +08:00
35f3f74aee
chore(deps): bump node-sass from 4.13.1 to 4.14.1 in /explorer
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.13.1 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-19 15:27:30 +08:00
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] <support@dependabot.com >
2020-06-19 15:27:01 +08:00
f31f66a7c3
fix: avoid double spend in sendAndConfirmTransaction
2020-06-19 15:25:41 +08:00
d77818c18b
Pull program stubs into SDK ( #10704 )
2020-06-18 23:23:28 -07:00
6d81eede93
Add CLI options and runtime support for selection of output snapshot version. ( #10536 )
2020-06-19 14:38:37 +09:00
b172b3369e
Add new split poh/transaction verify times to dashboard ( #10706 )
2020-06-18 22:21:11 -07:00
0c72f62e96
Refactor gossip code from one huge function ( #10701 )
2020-06-18 22:20:52 -07:00
c0389ef82f
Don't bother api.github.com
on pull requests to avoid getting rate limited
2020-06-18 23:48:31 +00:00
2c029b844b
Split out current and delinquent validators ( #10702 )
2020-06-18 16:19:32 -07:00
0a0f17b9d2
Reduce responder error prints ( #10664 )
2020-06-18 13:30:55 -07:00
b297d0b423
Permit users to assign labels to account addresses
2020-06-18 18:46:49 +00:00
a25ea8e774
Only force up-to-date lock files on edge
2020-06-18 18:23:31 +00:00
89e0584250
Do not run buildkite tests if gitbook config modified ( #10692 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-06-18 16:25:47 +00:00
f4bffb4b21
chore(deps): bump @types/react from 16.9.36 to 16.9.38 in /explorer
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.36 to 16.9.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-18 16:07:39 +08:00
1662496359
chore(deps): bump @testing-library/jest-dom in /explorer
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 4.2.4 to 5.10.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v4.2.4...v5.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-18 16:07:26 +08:00
ed404dfc10
chore(deps): bump @types/jest from 24.9.1 to 26.0.0 in /explorer
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 24.9.1 to 26.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-18 16:07:05 +08:00
9c22a6007d
Update testnet shred version ( #10684 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-18 00:55:06 -07:00
229ff05fe9
fix: improve send and confirm options ergonomics
2020-06-18 15:54:15 +08:00
dae8bc477b
Update testnet shred version ( #10681 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-18 07:39:47 +00:00
7ad96e833b
chore: fix flow config
2020-06-18 15:39:02 +08:00
df7e40f0bd
chore: add set -e to web3 travis script to fail job on error
2020-06-18 15:39:02 +08:00
66e03822a8
chore: fix web3 CI build failure
2020-06-18 15:39:02 +08:00
6d810b9e3c
Clean up solana-tokens ( #10667 )
...
* Use a trait object in solana-tokens' ThinClient
* Inline arg resolution
Not worth the code complexity
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-18 05:14:41 +00:00
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] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 13:13:38 +08:00
ed4c71fe2d
Merge heaviest bank modules ( #10672 )
...
* Merge heaviest bank modules
* Merge heaviest fork choice modules
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-18 03:59:08 +00:00
0550b893b0
Fix typos ( #10675 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 20:54:52 -07:00
5b9cd72d8f
Remove strict from automerge, add rebase opt in
2020-06-17 20:52:39 -07:00
7afb5eee78
Fix typo ( #10676 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-18 02:24:13 +00:00
26ebfedf46
Derive the working bank ( #10670 )
2020-06-17 20:16:57 -06:00
f37d2d5a58
Add docs to declare_id macro ( #10671 )
2020-06-17 19:57:23 -06:00
c151e783ca
cli: Add version information to solana gossip
and solana validators
( #10652 )
...
* Add validator version to `solana gossip`
* Add validator version to `solana validators`
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 23:04:13 +00:00
a5f82c995e
ignore break ( #10666 )
2020-06-17 20:53:45 +00:00
7a741bb79a
Move commitment to CliConfig to enable faster integration tests ( #10627 )
...
* Add commitment config to CliConfig
* Use config.commitment in cluster_query
* Use config.commitment in vote
* Add method with spinner + commitment
* Add send-transaction config to CliConfig
* Remove superfluous nonce check
* Add with_commitment helper fns
* Update src to use commitment
* Fix pay and transfer integration tests
* Fix nonce int tests
* Fix deploy int test
* Fix vote int test
* Fix stake int tests
* Nightly clippy
* Review comments
2020-06-17 12:18:48 -06:00
dac7dc2f10
Move types to more appropriate files ( #10638 )
2020-06-17 10:39:14 -07:00
39984cdcc3
Wait until bank is frozen before sending RPC notifications ( #10654 )
2020-06-18 00:44:51 +08:00
6ee222363e
Move BankForks to solana_runtime ( #10637 )
...
* Move BankForks to solana_runtime
* Update imports
2020-06-17 15:27:03 +00:00
336339ac33
Still destake delinquents on poor block production ( #10646 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 11:29:28 +00:00
50c93d4441
Cleanup error type mapping in serde_snapshot ( #10580 )
...
* Cleanup error type mapping in serde_snapshot
* Fail when account storage entry files cannot be moved from snapshot
2020-06-17 17:56:29 +09:00
540ac9eb6b
Trigger all CI jobs for Dockerfile changes ( #10651 )
...
* Trigger docs job for possible mdbook updates, too
* Update comment
* Intentionally trigger ci docs job?
* Broaden more
* Revert "Intentionally trigger ci docs job?"
This reverts commit 801cf2bfdf
.
2020-06-17 16:20:52 +09:00
0de6c444d6
Simd poh ( #10604 )
...
* Simd poh
* Fix poh verify bench
2020-06-16 23:03:26 -07:00
891aa8c13e
Add RequestProcessor constructor to simplify testing ( #10631 )
...
* Add JsonRpcRequestProcessor constructor
* Avoid start_rpc_handler_with_tx monolith in rpc tests
* pub
* Pass an Arc, so that caller can poke the bank
2020-06-16 23:30:59 -06:00
5673343f49
Add address to non-circulating supply
2020-06-16 21:20:33 -07:00
36ca43e15b
Fix links in TdS registration docs page ( #10641 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 02:36:18 +00:00
4daa519c1b
Plumb --warp-slot
through net scripts ( #10639 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 01:55:55 +00:00
bdbd677d57
Add crates.io to exclude... ( #10640 )
2020-06-17 09:10:30 +09:00
ae0d5ba201
Allow pre-existing stake accounts in multinode-demo/delegate-stake.sh
2020-06-16 15:45:25 -06:00
1eca9b19ab
Entry verify cleanup and gossip counters ( #10632 )
...
* Add prune message counter
* Switch to us verification time to match other counters
* Add separate transaction/poh verify timing
2020-06-16 14:00:29 -07:00
1b7ef69bce
chore(deps): bump react-router-dom from 5.1.2 to 5.2.0 in /explorer
...
Bumps [react-router-dom](https://github.com/ReactTraining/react-router ) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/ReactTraining/react-router/releases )
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.1.2...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-16 13:16:21 -07:00
4f4105c7e3
chore(deps): bump typescript from 3.8.3 to 3.9.5 in /explorer
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.8.3 to 3.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-16 13:16:13 -07:00
2bbd599dfa
Resotre linkcheck with some excludes ( #10634 )
2020-06-17 04:04:36 +09:00
b9d6af4227
Disable linkcheck for now ( #10633 )
2020-06-17 03:34:13 +09:00
40ccade5cc
Update to rust 1.44.0 ( #10585 )
...
* Update rust 1.44.0
* Update rust nightly 1.46.0
* Update docs
* Fix clippy errors
* Compile all source code with stable and nightly
* Add another note
* script tweaks
* Fix a test...
* Add another workaround
* Add hack
* Increase timeout...
* Revert "Add hack"
This reverts commit 5960f087203be8792ec0728a6755288c317a2788.
* Revert "Add another workaround"
This reverts commit e14300d01ffd1b8e86e676662177545549b45c13.
* Require nightly rustfmt and use older nightly a bit
* Improve document a bit
* Revert now not-existing clippy check...
2020-06-17 01:32:16 +09:00
2d2e23ab59
Bump baseline version
2020-06-16 08:45:35 -07:00
f8b88d717e
Enable fork choice and switch votes, devnet => now, testnet => epoch 63 ( #10615 )
...
* Enable fork choice, devnet => now, testnet => epoch 63
* Set development to 0
* Enable switch vote slot
Co-authored-by: Carl <carl@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-16 09:55:36 +00:00
b4f86cc67d
Group showing various rust toolchain versions ( #10618 )
...
* Group showing various rust toolchain versions
* Fix
2020-06-16 13:40:53 +09:00
8bd62d78eb
Fix race in remove_unrooted_slot ( #10607 )
...
* Fix race
* clippy fixes
* Rename and add comment
Co-authored-by: Carl <carl@solana.com >
2020-06-15 19:41:26 -07:00
f76bd9cd5a
Follow dependabot change ( #10616 )
2020-06-16 11:31:46 +09:00
348bf78cd1
Plumb --wait-for-supermajority through scripts ( #10611 )
2020-06-16 01:52:44 +00:00
296ac10b3a
|solana withdraw-from-vote-account| now supports ALL, and refuses to deallocate the vote account ( #10602 )
2020-06-15 21:36:47 +00:00
daa2e6363f
Add generic is_parsable() input validator.
...
Allow input validators to accept &str, &String and String parameters.
2020-06-15 09:30:39 -07:00
184030d6e8
Minor RELEASE doc updates ( #10601 )
2020-06-15 16:09:04 +00:00
74c7dce4b5
Simplify automerge label removal condition
2020-06-15 09:01:45 -07:00
335f5f35f4
/
2020-06-15 08:51:46 -07:00
22ec51f4d4
Add mergify automerge configuration
2020-06-15 08:45:02 -07:00
2267547f69
chore(deps): bump react-scripts from 3.4.0 to 3.4.1 in /explorer
...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@3.4.1/packages/react-scripts )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-15 07:59:02 -07:00
c63a9d35bc
chore(deps): bump bootstrap from 4.4.1 to 4.5.0 in /explorer
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-15 07:58:47 -07:00
c6f20347e0
[auto-commit] Update all Cargo lock files
2020-06-15 07:58:16 -07:00
480f69cc5e
Bump serde from 1.0.111 to 1.0.112
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.112 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-15 07:58:16 -07:00
159a489fd8
Bump zstd from 0.5.2+zstd.1.4.5 to 0.5.3+zstd.1.4.5
...
Bumps [zstd](https://github.com/gyscos/zstd-rs ) from 0.5.2+zstd.1.4.5 to 0.5.3+zstd.1.4.5.
- [Release notes](https://github.com/gyscos/zstd-rs/releases )
- [Commits](https://github.com/gyscos/zstd-rs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 23:59:12 -07:00
943ae9793d
Bump indicatif from 0.14.0 to 0.15.0
...
Bumps [indicatif](https://github.com/mitsuhiko/indicatif ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases )
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.14.0...0.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 23:58:57 -07:00
f6546d00c2
Export unconditionally
2020-06-14 23:31:10 -07:00
1440ba9a0e
Export to real solana-web3.js repo
2020-06-14 23:27:33 -07:00
5361b29417
shellcheck
2020-06-14 23:24:22 -07:00
de9799962c
fix: remove broken links from README
2020-06-14 23:24:22 -07:00
af60907b29
Trigger travis builds when .travis changes
2020-06-14 22:25:34 -07:00
273710eca4
Connect web3.js to CI
2020-06-14 22:11:38 -07:00
22ea4fb272
ci: break up .travis.yml
2020-06-14 22:08:55 -07:00
d7b9aca87b
chore: remove trailing whitespace
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ad0e71d357
feat: make Transaction.populate method public and tweak MessageArgs
2020-06-14 21:57:04 -07:00
22a63fe93c
fix: fix blockhash cache reuse
2020-06-14 21:57:04 -07:00
24bb060292
feat: remove commitment option from requestAirdrop
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e622bb12b3
feat: add getFeeCalculatorForBlockhash method
2020-06-14 21:57:04 -07:00
e876081d52
chore: revert package.json change
2020-06-14 21:57:04 -07:00
8f03677801
feat: remove getInflation in favor of getInflationGovernor
2020-06-14 21:57:04 -07:00
8547ae43ce
feat: add skipPreflight option
2020-06-14 21:57:04 -07:00
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
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
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a29e088169
feat: add createProgramAddress
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e2e4b47103
feat: add singleGossip commitment level
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
925c225885
feat: add support for getFirstAvailableBlock method
2020-06-14 21:57:04 -07:00
1b8fe71230
feat: add getLargestAccounts rpc api
2020-06-14 21:57:04 -07:00
9c677c7d3d
feat: add support for getSupply RPC method
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
79642c5d40
fix: update expected signature-status error
2020-06-14 21:57:04 -07:00
722adb66c2
feat: add commitment param to subscription apis
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7f9a2e477f
fix: fix getEpochInfo type definition
2020-06-14 21:57:04 -07:00
6558e05fd0
feat: add minimumLedgerSlot api
2020-06-14 21:57:04 -07:00
839e93480c
feat: update transaction confirming apis
2020-06-14 21:57:04 -07:00
3b71ec1ff6
feat: add root and single commitment levels
2020-06-14 21:57:04 -07:00
1e1c9de367
fix: clean fixtures
2020-06-14 21:57:04 -07:00
f02e73cd5e
fix: remove return value from load, unnecessary
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4b613a4574
feat: add getBlockTime method
2020-06-14 21:57:04 -07:00
e10a5c90ab
chore: disable latest node in CI
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
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] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ec71ed9e57
chore: bump jest from 25.5.4 to 26.0.1
2020-06-14 21:57:04 -07:00
615252c2e9
chore: bump jest from 25.5.2 to 25.5.4
2020-06-14 21:57:04 -07:00
d3a2934e75
chore: fix flaky test and stop running broken examples in ci
2020-06-14 21:57:04 -07:00
5f0b182a3b
fix: overly strict key length check when decoding stake instructions
2020-06-14 21:57:04 -07:00
2116e2b181
fix: key length check when decoding instructions
2020-06-14 21:57:04 -07:00
742c83f15b
fix: add type defs for getEpochInfo
2020-06-14 21:57:04 -07:00
a112d9cedf
fix: add type def for NonceAccount.fromAccountData
2020-06-14 21:57:04 -07:00
02a278b3b2
fix: add version to ContactInfo
2020-06-14 21:57:04 -07:00
c584fbdf39
feat: add support for more system instructions
2020-06-14 21:57:04 -07:00
09d1b7f39f
fix: recent blockhash decoding for conf transactions
2020-06-14 21:57:04 -07:00
c5802bcbb6
feat: allow passing seed to createNonceAccount
2020-06-14 21:57:04 -07:00
5662808b4c
fix: isAccountWritable takes a number
2020-06-14 21:57:04 -07:00
14a41bc47b
feat: expose transaction message publicly
2020-06-14 21:57:04 -07:00
cd439bed0d
chore(deps-dev): bump rollup from 2.7.5 to 2.7.6
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.7.5 to 2.7.6.
- [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.5...v2.7.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
734ada927c
chore(deps-dev): bump rollup from 2.7.3 to 2.7.5
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.7.3 to 2.7.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.3...v2.7.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e2011469c6
chore(deps): bump @babel/runtime from 7.9.2 to 7.9.6
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.9.2 to 7.9.6.
- [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.9.6/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
19a8de94db
chore(deps-dev): bump @babel/core from 7.9.0 to 7.9.6
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.9.0 to 7.9.6.
- [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.0...v7.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cce10e95d2
chore(deps-dev): bump jest from 25.5.0 to 25.5.2
...
Bumps [jest](https://github.com/facebook/jest ) from 25.5.0 to 25.5.2.
- [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/v25.5.0...v25.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
83ad39fc66
chore(deps-dev): bump @babel/preset-env from 7.9.5 to 7.9.6
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.9.5 to 7.9.6.
- [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.5...v7.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a7d73e89ab
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.9.0 to 7.9.6.
- [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.0...v7.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
be85d74142
chore(deps-dev): bump jest from 25.4.0 to 25.5.0
...
Bumps [jest](https://github.com/facebook/jest ) from 25.4.0 to 25.5.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/v25.4.0...v25.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
17bb897383
chore(deps-dev): bump rollup from 2.7.1 to 2.7.3
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.7.1 to 2.7.3.
- [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.1...v2.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1c5cec9eee
chore(deps-dev): bump @typescript-eslint/parser from 2.29.0 to 2.30.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.29.0 to 2.30.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.30.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1ea8caf3fd
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.29.0 to 2.30.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.30.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9effa09334
chore(deps): bump ws from 7.2.3 to 7.2.5
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.3 to 7.2.5.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7e642d5456
fix: rename signData
to serializeMessage()
2020-06-14 21:57:04 -07:00
403448a91f
test: add test for external Transaction
signing
2020-06-14 21:57:04 -07:00
8142aa6c1d
feat: allow external signatures on Transactions
...
Adds a helper for adding externally created signature/pubkey pairs
to `Transactions`
2020-06-14 21:57:04 -07:00
7d3781e19f
feat: expose Transaction._getSignData()
as Transaction.signData
2020-06-14 21:57:04 -07:00
1be298c49f
chore(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.10.1 to 6.11.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.10.1...v6.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
62251a8bc2
chore: split out meta type
2020-06-14 21:57:04 -07:00
ae53742e1a
feat: add getConfirmedTransaction and getConfirmedSignaturesForAddress
2020-06-14 21:57:04 -07:00
7f182d22cd
chore(deps): bump jayson from 3.2.1 to 3.3.0
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.2.1...v3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
86546a0466
chore(deps-dev): bump semantic-release from 17.0.6 to 17.0.7
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.6 to 17.0.7.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.6...v17.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2a14eb0763
chore(deps-dev): bump prettier from 2.0.4 to 2.0.5
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/2.0.5/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.4...2.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ef95db2028
chore(deps-dev): bump rollup from 2.6.1 to 2.7.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.6.1 to 2.7.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.6.1...v2.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2b6cbb2ed8
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.28.0 to 2.29.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.29.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2ed23560fc
chore(deps-dev): bump @typescript-eslint/parser from 2.28.0 to 2.29.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.28.0 to 2.29.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.29.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f0e3604652
chore(deps-dev): bump jest from 25.3.0 to 25.4.0
...
Bumps [jest](https://github.com/facebook/jest ) from 25.3.0 to 25.4.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/v25.3.0...v25.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a4e4dc57bb
chore(deps-dev): bump semantic-release from 17.0.5 to 17.0.6
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.5 to 17.0.6.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.5...v17.0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
74e653d885
chore(deps-dev): bump semantic-release from 17.0.4 to 17.0.5
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.4 to 17.0.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.4...v17.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
95e9181b31
chore(deps-dev): bump flow-bin from 0.122.0 to 0.123.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.122.0 to 0.123.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.122.0...v0.123.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
efe6b24e97
chore(deps): bump jayson from 3.2.0 to 3.2.1
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.2.0...v3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e6fb146809
feat: specify program account when using bpf loader
2020-06-14 21:57:04 -07:00
56781f893e
chore(deps): bump buffer from 5.5.0 to 5.6.0
...
Bumps [buffer](https://github.com/feross/buffer ) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v5.5.0...v5.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3a1c582df5
fix: connection url can upgrade to a websocket if no port is supplied
2020-06-14 21:57:04 -07:00
3aee5149a0
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.27.0 to 2.28.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.28.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f35a8db5c0
chore(deps-dev): bump @typescript-eslint/parser from 2.27.0 to 2.28.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.27.0 to 2.28.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.28.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
85f8db13a8
chore(deps-dev): bump eslint-plugin-prettier from 3.1.2 to 3.1.3
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.2 to 3.1.3.
- [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/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d252b82578
chore(deps-dev): bump rollup from 2.6.0 to 2.6.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.6.0 to 2.6.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.6.0...v2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3ef7f6da09
chore(deps-dev): bump rollup from 2.4.0 to 2.6.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.4.0 to 2.6.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.4.0...v2.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cd6b48a403
fix: adjust status retry algorithm
2020-06-14 21:57:04 -07:00
2c517c1f3c
chore(deps-dev): bump rollup from 2.3.5 to 2.4.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.3.5 to 2.4.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.3.5...v2.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0d37832d3a
chore(deps-dev): bump rollup from 2.3.4 to 2.3.5
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.3.4 to 2.3.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.3.4...v2.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
96e5099d33
fix: feedback
2020-06-14 21:57:04 -07:00
ca02d593aa
fix: improve error messaging
2020-06-14 21:57:04 -07:00
4409a05564
fix: reset subscriptions on ws close
2020-06-14 21:57:04 -07:00
0f7789e373
chore(deps-dev): bump jest from 25.2.7 to 25.3.0
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.7 to 25.3.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/v25.2.7...v25.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
831ab58f32
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.26.0 to 2.27.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.27.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d081b55e40
fix: declare system program id in base58
2020-06-14 21:57:04 -07:00
65666b63cb
chore(deps-dev): bump rollup from 2.3.3 to 2.3.4
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.3.3 to 2.3.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.3.3...v2.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
aa3f411354
chore(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.9.0 to 7.9.5.
- [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.0...v7.9.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
224268ab37
chore(deps-dev): bump @typescript-eslint/parser from 2.26.0 to 2.27.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.26.0 to 2.27.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.27.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e3714a80a8
chore(deps-dev): bump prettier from 2.0.3 to 2.0.4
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.3 to 2.0.4.
- [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.3...2.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3a2fe7fdbc
feat: update getSignatureStatus methods
2020-06-14 21:57:04 -07:00
ae10f1ecab
fix: properly export SYSTEM_INSTRUCTION_LAYOUTS
2020-06-14 21:57:04 -07:00
5e1a26ce2e
fix: properly export NONCE_ACCOUNT_LENGTH
2020-06-14 21:57:04 -07:00
7989c10b7a
feat: return null when account info not found
2020-06-14 21:57:04 -07:00
0fcb1f6f56
chore(deps-dev): bump prettier from 2.0.2 to 2.0.3
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.2 to 2.0.3.
- [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.2...2.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4c85bccda7
fix: add NONCE_ACCOUNT_LENGTH to type defs
2020-06-14 21:57:04 -07:00
4242eee739
chore: fix lint
2020-06-14 21:57:04 -07:00
9b05e9d21e
fix: add getNonce method to defs
2020-06-14 21:57:04 -07:00
01f9a2ee4c
chore: add test for failed transaction
2020-06-14 21:57:04 -07:00
b0316f82b5
feat: add err field to status results
2020-06-14 21:57:04 -07:00
3120e681d6
chore(deps-dev): bump rollup from 2.3.2 to 2.3.3
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.3.2 to 2.3.3.
- [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.3.2...v2.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c55c533202
chore(deps): bump rpc-websockets from 5.1.0 to 5.1.1
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits/v5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0484484823
chore(deps): bump rpc-websockets from 5.0.16 to 5.1.0
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.0.16 to 5.1.0.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2067bfde72
chore(deps-dev): bump jest from 25.2.6 to 25.2.7
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.6 to 25.2.7.
- [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/v25.2.6...v25.2.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
98e68825d0
chore(deps-dev): bump flow-bin from 0.121.0 to 0.122.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.121.0 to 0.122.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.121.0...v0.122.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
dd4fbdaed3
chore(deps-dev): bump jest from 25.2.4 to 25.2.6
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.4 to 25.2.6.
- [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/v25.2.4...v25.2.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6f363e5221
feat: use new getSignatureStatuses endpoint and naming
2020-06-14 21:57:04 -07:00
057b2861d3
fix: getConfirmedBlock ix programId parsing
2020-06-14 21:57:04 -07:00
cfc902fc1e
chore(deps-dev): bump rollup from 2.3.1 to 2.3.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.3.1 to 2.3.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.3.1...v2.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0fa84bb06c
fix: getConfirmedBlock missing arg in defs
2020-06-14 21:57:04 -07:00
a948757b0e
chore: increase test sleep to ensure confirmation
2020-06-14 21:57:04 -07:00
aeedd3867f
feat: rename testnet util methods
2020-06-14 21:57:04 -07:00
352f296c09
chore(deps-dev): bump rollup from 2.3.0 to 2.3.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.3.0 to 2.3.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.3.0...v2.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cc77cbc0a0
chore(deps-dev): bump @typescript-eslint/parser from 2.25.0 to 2.26.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.25.0 to 2.26.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.26.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
921bb7bf97
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.25.0 to 2.26.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.26.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
732c8c6758
chore(deps-dev): bump rollup from 2.2.0 to 2.3.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.2.0 to 2.3.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.2.0...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
42fd611f6c
chore(deps-dev): bump jest from 25.2.3 to 25.2.4
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.3 to 25.2.4.
- [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/v25.2.3...v25.2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ed2a0c7acb
chore: improve EpochSchedule docs
2020-06-14 21:57:04 -07:00
7184fd79f6
chore: fix broken doc links
2020-06-14 21:57:04 -07:00
02f26b8db5
chore: fix new lint
2020-06-14 21:57:04 -07:00
399b0c6cf7
chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.20.1 to 2.20.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.20.1...v2.20.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a2c6c991b8
feat: add root subscription api
2020-06-14 21:57:04 -07:00
3379e8cd46
chore: add finalized signature test
2020-06-14 21:57:04 -07:00
a571e3dc65
feat: update getSignatureStatus api
2020-06-14 21:57:04 -07:00
ce4820a85a
chore(deps-dev): bump jest from 25.2.2 to 25.2.3
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.2 to 25.2.3.
- [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/v25.2.2...v25.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
911e002fb3
chore(deps-dev): bump jest from 25.2.1 to 25.2.2
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.1 to 25.2.2.
- [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/v25.2.1...v25.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
41b8c55721
chore(deps-dev): bump jest from 25.2.0 to 25.2.1
...
Bumps [jest](https://github.com/facebook/jest ) from 25.2.0 to 25.2.1.
- [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/v25.2.0...v25.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
db7ed6394d
chore(deps-dev): bump jest from 25.1.0 to 25.2.0
...
Bumps [jest](https://github.com/facebook/jest ) from 25.1.0 to 25.2.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/v25.1.0...v25.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ac4f155f30
chore(deps-dev): bump eslint-plugin-flowtype from 4.6.0 to 4.7.0
...
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases )
- [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v4.6.0...v4.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
39d8df9c7d
chore(deps-dev): bump rollup from 2.1.0 to 2.2.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.1.0 to 2.2.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.1.0...v2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0bdadfbf3c
chore(deps-dev): bump prettier from 2.0.1 to 2.0.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.1 to 2.0.2.
- [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.1...2.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ce1e08fbc1
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.24.0 to 2.25.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.25.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
557ae5ea4c
chore(deps-dev): bump @typescript-eslint/parser from 2.24.0 to 2.25.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.24.0 to 2.25.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.25.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b9ade46c41
chore: prettier fixes
2020-06-14 21:57:04 -07:00
be53ab5aa4
feat: add context to pubsub notification callbacks
2020-06-14 21:57:04 -07:00
1c31e527e2
feat: update getSignatureStatus
2020-06-14 21:57:04 -07:00
ac8660b2e9
chore(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.7 to 7.9.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.8.7...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7a58c92490
chore(deps-dev): bump flow-typed from 3.0.0 to 3.1.0
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 3.0.0 to 3.1.0.
- [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.0.0...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c1597635b1
chore(deps-dev): bump marked from 0.8.1 to 0.8.2
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.8.1...v0.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
746e779cfe
chore(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.10.0...v6.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
63c67c36ac
chore(deps-dev): bump prettier from 2.0.0 to 2.0.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.0 to 2.0.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.0...2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9f4fc39b78
chore(deps-dev): bump prettier from 1.19.1 to 2.0.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.19.1 to 2.0.0.
- [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/1.19.1...2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ec3f56b9bc
chore(deps): bump @babel/runtime from 7.9.0 to 7.9.2
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.9.0 to 7.9.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.9.2/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5cbbe9943d
chore(deps-dev): bump @babel/preset-flow from 7.8.3 to 7.9.0
...
Bumps [@babel/preset-flow](https://github.com/babel/babel ) from 7.8.3 to 7.9.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.8.3...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f36d268c50
chore(deps-dev): bump @babel/core from 7.8.7 to 7.9.0
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.7 to 7.9.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.8.7...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e9b3482fbd
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.8.3 to 7.9.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.8.3...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ae41f967c4
chore(deps): bump @babel/runtime from 7.8.7 to 7.9.0
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.8.7 to 7.9.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.9.0/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6797bcba76
chore(deps-dev): bump marked from 0.8.0 to 0.8.1
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.8.0...v0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6abd65dfe2
chore: add flow type for jest
2020-06-14 21:57:04 -07:00
c87ae16aae
chore(deps-dev): bump rollup from 2.0.6 to 2.1.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.0.6 to 2.1.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.0.6...v2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cb64c56494
chore(deps-dev): bump flow-bin from 0.120.1 to 0.121.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.120.1 to 0.121.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.120.1...v0.121.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
96ac1cf173
fix: update bpf c example to latest sdk
2020-06-14 21:57:04 -07:00
3432d6e5ee
chore(deps-dev): bump @typescript-eslint/parser from 2.22.0 to 2.24.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.22.0 to 2.24.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.24.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2b95ded880
chore: fix eslint errors
2020-06-14 21:57:04 -07:00
5cb24ecd49
chore(deps-dev): bump @typescript-eslint/parser from 2.22.0 to 2.23.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.22.0 to 2.23.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.23.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
fc8e836c37
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.23.0 to 2.24.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.24.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
402c160ae9
feat: use crypto-hash instead of hasha
2020-06-14 21:57:04 -07:00
bd7e802e46
chore(deps): bump rpc-websockets from 5.0.14 to 5.0.16
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.0.14 to 5.0.16.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v5.0.14...v5.0.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f986607cf4
chore(deps-dev): bump rollup from 2.0.5 to 2.0.6
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.0.5 to 2.0.6.
- [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.0.5...v2.0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
fcb1f70281
chore(deps-dev): bump rollup from 2.0.4 to 2.0.5
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.0.4 to 2.0.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.0.4...v2.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1522080eb5
chore(deps-dev): bump rollup from 2.0.3 to 2.0.4
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.0.3 to 2.0.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.0.3...v2.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
65113d3669
fix: update devnet urls
2020-06-14 21:57:04 -07:00
18d4e40a79
chore(deps-dev): bump rollup from 1.15.2 to 2.0.3
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.15.2 to 2.0.3.
- [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/v1.15.2...v2.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
904aa4b468
chore(deps-dev): bump rollup-plugin-terser from 5.2.0 to 5.3.0
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.2.0...v5.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ffb9c0d80a
chore(deps): bump ws from 7.2.2 to 7.2.3
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.2...7.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
efb6c6a0b0
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.22.0 to 2.23.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.23.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b2d30d6655
fix: update TS SystemInstruction API and add missing flow method
2020-06-14 21:57:04 -07:00
1578492259
chore(deps): bump ws from 7.2.1 to 7.2.2
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.1...7.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
81ffeac38e
chore(deps-dev): bump rollup-plugin-babel from 4.3.3 to 4.4.0
...
Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel ) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-babel/compare/v4.3.3...v4.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
bcbefb971e
chore(deps): bump buffer from 5.4.3 to 5.5.0
...
Bumps [buffer](https://github.com/feross/buffer ) from 5.4.3 to 5.5.0.
- [Release notes](https://github.com/feross/buffer/releases )
- [Commits](https://github.com/feross/buffer/compare/v5.4.3...v5.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4192d894ba
chore(deps-dev): bump @babel/core from 7.8.6 to 7.8.7
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.6 to 7.8.7.
- [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.8.6...v7.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8de3e85fdc
chore(deps-dev): bump cross-env from 7.0.1 to 7.0.2
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.1...v7.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
14fb2a505e
chore(deps-dev): bump flow-bin from 0.119.1 to 0.120.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.119.1 to 0.120.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.119.1...v0.120.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7da4ff1f88
chore(deps): bump @babel/runtime from 7.8.4 to 7.8.7
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.8.4 to 7.8.7.
- [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.8.7/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7eeaf10911
chore(deps-dev): bump @babel/preset-env from 7.8.6 to 7.8.7
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.6 to 7.8.7.
- [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.8.6...v7.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
890e21c451
fix: update NonceAccount to upstream changes
2020-06-14 21:57:04 -07:00
3b55087a86
fix: install openssl libs for ubuntu
2020-06-14 21:57:04 -07:00
698269cfcf
fix: use new syntax in gcb test
2020-06-14 21:57:04 -07:00
6ed2bad9d0
feat: add API for decoding system instructions
2020-06-14 21:57:04 -07:00
662ce22cdd
fix: add method to type definitions
2020-06-14 21:57:04 -07:00
d9a271742f
feat: add transaction signature verification
2020-06-14 21:57:04 -07:00
fd00571b0a
chore(deps-dev): bump cross-env from 7.0.0 to 7.0.1
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.0...v7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
aba7e14f3a
feat: add API for decoding stake instructions
2020-06-14 21:57:04 -07:00
01e65d2070
fix: add def checks and fix typescript def
2020-06-14 21:57:04 -07:00
eb1542696e
chore(deps-dev): bump @typescript-eslint/parser from 2.21.0 to 2.22.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.21.0 to 2.22.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.22.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d8a242300d
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.21.0 to 2.22.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.22.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d61dd70710
chore: revert to edge testnet
2020-06-14 21:57:04 -07:00
d417c7499a
fix: update feeCalculator layout
2020-06-14 21:57:04 -07:00
1712f12e29
chore(deps-dev): bump acorn from 7.1.0 to 7.1.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3b98a9b993
chore: use beta testnet to get through CI
2020-06-14 21:57:04 -07:00
825a43fecc
fix: add test coverage and fixup getters
2020-06-14 21:57:04 -07:00
fdece1a8a9
chore: fix flow
2020-06-14 21:57:04 -07:00
0cdf532419
feat: expose instruction types and refactor
2020-06-14 21:57:04 -07:00
8b95f41c51
chore: fix flow linting
2020-06-14 21:57:04 -07:00
c09e826c15
chore(deps-dev): bump semantic-release from 17.0.3 to 17.0.4
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.3 to 17.0.4.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.3...v17.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8e93114566
chore(deps-dev): bump @babel/preset-env from 7.8.4 to 7.8.6
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [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.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f1cab25f9c
chore(deps-dev): bump @babel/core from 7.8.4 to 7.8.6
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [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.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9e7a7a5653
chore(deps-dev): bump @typescript-eslint/parser from 2.20.0 to 2.21.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.20.0 to 2.21.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.21.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
51d98c26ae
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.20.0 to 2.21.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.21.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
30e9691d20
chore(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e4ef66c2f7
chore(deps-dev): bump flow-bin from 0.118.0 to 0.119.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.118.0 to 0.119.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.118.0...v0.119.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
11db9497a7
fix: update rust example to latest solana sdk
2020-06-14 21:57:04 -07:00
e3516bbcfd
fix: epochSchedule test and lint
2020-06-14 21:57:04 -07:00
7d69cad81b
fix: rename testnet.solana.com to devnet.solana.com
2020-06-14 21:57:04 -07:00
395b48ceef
chore(deps-dev): bump flow-typed from 2.6.2 to 3.0.0
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 2.6.2 to 3.0.0.
- [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/v2.6.2...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7d289aacc2
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.19.2 to 2.20.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.20.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a1ac01e5d6
chore(deps-dev): bump @typescript-eslint/parser from 2.19.2 to 2.20.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.19.2 to 2.20.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.20.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cfa1bf0270
chore(deps): bump hasha from 5.1.0 to 5.2.0
...
Bumps [hasha](https://github.com/sindresorhus/hasha ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/sindresorhus/hasha/releases )
- [Commits](https://github.com/sindresorhus/hasha/compare/v5.1.0...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
830c55d07b
chore: fix up docs
2020-06-14 21:57:04 -07:00
8cf98ec4e2
chore: prettier fixes
2020-06-14 21:57:04 -07:00
ea1295300d
fix: add system program nonce methods to def files
2020-06-14 21:57:04 -07:00
38213694bd
fix: add tx nonce information types to definitions
2020-06-14 21:57:04 -07:00
6a7115b8bd
fix: allow Uint8Array and Array<number> where Buffer is accepted
2020-06-14 21:57:04 -07:00
6ba2f1d524
chore: npm audit
2020-06-14 21:57:04 -07:00
282c16e5ab
chore(deps-dev): bump semantic-release from 17.0.2 to 17.0.3
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.2...v17.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2457b383ff
chore(deps-dev): bump jest from 24.9.0 to 25.1.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.9.0 to 25.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/v24.9.0...v25.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3b8473b19a
chore(deps-dev): bump @babel/core from 7.6.4 to 7.8.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.6.4 to 7.8.4.
- [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.6.4...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
19706012ae
chore(deps): bump tweetnacl from 1.0.2 to 1.0.3
...
Bumps [tweetnacl](https://github.com/dchest/tweetnacl-js ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/dchest/tweetnacl-js/releases )
- [Changelog](https://github.com/dchest/tweetnacl-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dchest/tweetnacl-js/compare/v1.0.2...1.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
60045eae99
fix: rename ContactInfo id attribute to pubkey
2020-06-14 21:57:04 -07:00
b3aa9fda87
fix: add missing apis to flow and ts definitions
2020-06-14 21:57:04 -07:00
de4f20a569
fix: add rewards to getConfirmedBlock api
2020-06-14 21:57:04 -07:00
4998bc4595
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.19.1 to 2.19.2.
- [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.19.2/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
da72fbda54
chore(deps-dev): bump @typescript-eslint/parser from 2.19.1 to 2.19.2
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.19.1 to 2.19.2.
- [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.19.2/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d483f7e904
fix: race condition in rpc unsubscribe
2020-06-14 21:57:04 -07:00
ca34ad2525
chore(deps-dev): bump cross-env from 6.0.3 to 7.0.0
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v6.0.3...v7.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4be01331d6
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.7.4 to 7.8.3.
- [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.7.4...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
499419dd10
chore(deps-dev): bump babel-plugin-module-resolver from 3.2.0 to 4.0.0
...
Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver ) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/tleunen/babel-plugin-module-resolver/releases )
- [Changelog](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.2.0...v4.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7073310e2b
fix: add Buffer to loader elf data arg type
2020-06-14 21:57:04 -07:00
e8ca68043a
fix: race condition in rpc websocket subscriptions
2020-06-14 21:57:04 -07:00
83cdb6c2e1
chore(deps-dev): bump @typescript-eslint/parser from 2.19.0 to 2.19.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.19.0 to 2.19.1.
- [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.19.1/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
36b4cbb454
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.19.0 to 2.19.1.
- [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.19.1/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
740b7a3b23
feat: add onSignature pub sub api
2020-06-14 21:57:04 -07:00
7ebf82b19d
chore(deps-dev): bump @babel/preset-flow from 7.8.0 to 7.8.3
...
Bumps [@babel/preset-flow](https://github.com/babel/babel ) from 7.8.0 to 7.8.3.
- [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.8.0...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d9d9e94773
chore(deps-dev): bump eslint from 6.5.1 to 6.8.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.5.1 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.5.1...v6.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
974200f4eb
chore(deps): bump @babel/runtime from 7.8.0 to 7.8.4
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.8.0 to 7.8.4.
- [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.8.4/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6ca391958a
chore(deps-dev): bump rimraf from 3.0.1 to 3.0.2
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6e9c8a47a2
chore(deps-dev): bump codecov from 3.6.4 to 3.6.5
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6ed1729eea
chore(deps): bump bn.js from 5.0.0 to 5.1.1
...
Bumps [bn.js](https://github.com/indutny/bn.js ) from 5.0.0 to 5.1.1.
- [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.0.0...v5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ecad6ae4f4
chore(deps-dev): bump @commitlint/config-conventional
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 8.2.0 to 8.3.4.
- [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.2.0...v8.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
55e523bf97
chore(deps-dev): bump flow-typed from 2.6.1 to 2.6.2
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 2.6.1 to 2.6.2.
- [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/v2.6.1...v2.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1f71984453
chore(deps-dev): bump codecov from 3.6.1 to 3.6.4
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.6.1 to 3.6.4.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.1...v3.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
fe1dc4eeaa
chore(deps-dev): bump flow-bin from 0.116.0 to 0.118.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.116.0 to 0.118.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.116.0...v0.118.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4472d7eeb3
chore(deps-dev): bump @babel/preset-env from 7.8.0 to 7.8.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.0 to 7.8.4.
- [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.8.0...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
63625eba80
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.7.6 to 7.8.3.
- [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.7.6...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6c1168788d
chore(deps-dev): bump elfy from 0.1.0 to 1.0.0
...
Bumps [elfy](https://github.com/indutny/elfy ) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/indutny/elfy/releases )
- [Commits](https://github.com/indutny/elfy/compare/v0.1.0...v1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7e4a4367f3
chore(deps): bump tweetnacl from 1.0.1 to 1.0.2
...
Bumps [tweetnacl](https://github.com/dchest/tweetnacl-js ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/dchest/tweetnacl-js/releases )
- [Changelog](https://github.com/dchest/tweetnacl-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dchest/tweetnacl-js/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b2259cfef7
chore(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.20.0 to 2.20.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.0...v2.20.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3998b95578
chore(deps): bump rpc-websockets from 5.0.8 to 5.0.14
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.0.8 to 5.0.14.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4acd2d40b7
chore(deps-dev): bump marked from 0.7.0 to 0.8.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a6c5057d34
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.18.0 to 2.19.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.19.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
908bf6d0c4
chore(deps-dev): bump @typescript-eslint/parser from 2.18.0 to 2.19.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.18.0 to 2.19.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.19.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
448a759944
chore(deps-dev): bump fs-file-tree from 1.0.7 to 1.1.0
...
Bumps [fs-file-tree](https://github.com/IonicaBizau/fs-file-tree ) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/IonicaBizau/fs-file-tree/releases )
- [Commits](https://github.com/IonicaBizau/fs-file-tree/compare/1.0.7...1.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3ae18edf9e
chore(deps-dev): bump rimraf from 3.0.0 to 3.0.1
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.0...v3.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1b4653cb17
chore(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.10.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.4.0 to 6.10.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.4.0...v6.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e03fa4b962
fix: add typescript type declaration to npm bundle
2020-06-14 21:57:04 -07:00
4017bd6bfa
fix: broken rpc slot change subscription
2020-06-14 21:57:04 -07:00
f67d9411aa
fix: correct getSignatureStatus comment
2020-06-14 21:57:04 -07:00
4ea4b01d50
chore(deps-dev): bump semantic-release from 15.13.31 to 17.0.2
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.31 to 17.0.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.31...v17.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5d3685f162
chore(deps-dev): bump rollup-plugin-commonjs from 10.0.2 to 10.1.0
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 10.0.2 to 10.1.0.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v10.0.2...v10.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
30446807b9
fix: update outdated module.flow.js
2020-06-14 21:57:04 -07:00
a4e7ce3133
fix: update example programs to use new sdk api
2020-06-14 21:57:04 -07:00
4a3a830789
chore: remove unused
2020-06-14 21:57:04 -07:00
ebda95bd11
chore: run lint
2020-06-14 21:57:04 -07:00
7181d3aeea
fix: update stake program api
2020-06-14 21:57:04 -07:00
3482953757
fix: better handling if confirmed block not found on node
2020-06-14 21:57:04 -07:00
43e90a1967
fix: update rpc sendTransaction format to upstream
2020-06-14 21:57:04 -07:00
2ab5816bd8
fix: improve non-live code coverage
2020-06-14 21:57:04 -07:00
d26c4ce75c
chore: update flow definitions
2020-06-14 21:57:04 -07:00
369afecfeb
fix: update rpc methods to upstream changes
2020-06-14 21:57:04 -07:00
bf6c2ed6f5
chore(deps-dev): bump @commitlint/travis-cli from 8.2.0 to 8.3.5
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 8.2.0 to 8.3.5.
- [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.2.0...v8.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8b35686190
chore(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.20.0
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.18.2 to 2.20.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.18.2...v2.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2356426886
chore(deps-dev): bump rollup-plugin-terser from 5.1.2 to 5.2.0
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.2...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0bd452593c
chore(deps-dev): bump flow-bin from 0.114.0 to 0.116.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.114.0 to 0.116.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.114.0...v0.116.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7961892858
chore(deps-dev): bump @babel/plugin-proposal-function-bind
...
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel ) from 7.8.0 to 7.8.3.
- [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.8.0...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1fa90149d3
chore(deps-dev): bump enzyme from 3.10.0 to 3.11.0
...
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/airbnb/enzyme/releases )
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.11.0/packages/enzyme )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
713df31ec4
chore(deps): bump superstruct from 0.7.0 to 0.8.3
...
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct ) from 0.7.0 to 0.8.3.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases )
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md )
- [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.7.0...v0.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cca9c5d922
fix: rename nonce instructions with VerbNoun scheme
2020-06-14 21:57:04 -07:00
fc007b02ae
fix: update getConfirmedBlock json-rpc formatting
2020-06-14 21:57:04 -07:00
3265f3bfa0
chore(deps-dev): bump @babel/preset-env from 7.6.3 to 7.8.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.6.3 to 7.8.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.6.3...v7.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cd21f156a2
chore(deps-dev): bump @babel/preset-flow from 7.0.0 to 7.8.0
...
Bumps [@babel/preset-flow](https://github.com/babel/babel ) from 7.0.0 to 7.8.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.0.0...v7.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c0f806c4ef
chore(deps-dev): bump @babel/plugin-proposal-function-bind
...
Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel ) from 7.2.0 to 7.8.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.2.0...v7.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
fc53b38a5a
chore(deps): bump @babel/runtime from 7.6.3 to 7.8.0
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.6.3 to 7.8.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.8.0/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f37d27660d
fix: fund various test accounts above rent minimum to stabilize tests
2020-06-14 21:57:04 -07:00
17065c3692
fix: add missing function descriptions
2020-06-14 21:57:04 -07:00
4a547b0057
fix: remove legacy code
2020-06-14 21:57:04 -07:00
aea0e83a40
fix: repair key handling in _getSignData and add Nonce live test
2020-06-14 21:57:04 -07:00
bd0a9348f4
fix: add Nonce transaction construction option
2020-06-14 21:57:04 -07:00
600a295b11
fix: query Nonce account
2020-06-14 21:57:04 -07:00
c9cc44ae4f
feat: add Nonce instructions to system program
2020-06-14 21:57:04 -07:00
05491f7fb7
fix: use testnetDefaultChannel when install bpf-sdk
2020-06-14 21:57:04 -07:00
09f004c047
fix: remove GetBlock from module flow
2020-06-14 21:57:04 -07:00
a51e0211d4
fix: add getMinimumBalanceForRentExemption and getBlock to flow
2020-06-14 21:57:04 -07:00
0b5bd167d4
fix: upstream authorize fixes
2020-06-14 21:57:04 -07:00
bed42ac26b
fix: fixes needed for createAccountWithSeed and sol-lamport ratio
2020-06-14 21:57:04 -07:00
8541868587
fix: add split to stake test
2020-06-14 21:57:04 -07:00
3595892fab
fix: add integration test and fix various exposed bugs
2020-06-14 21:57:04 -07:00
07c0670f65
fix: add stake unit tests
2020-06-14 21:57:04 -07:00
6ebd47fbac
fix: add instruction handling to stake-program
2020-06-14 21:57:04 -07:00
532b28e96e
feat: add stake program methods; refactor instruction type handling
2020-06-14 21:57:04 -07:00
fc77e55920
fix: add PublicKey createWithSeed method
2020-06-14 21:57:04 -07:00
e0e3094370
fix(system-program): add base pubkey to create_account_with_seed
2020-06-14 21:57:04 -07:00
0907750fea
fix: update sol:lamports ratio
2020-06-14 21:57:04 -07:00
b2243802b5
fix: make sol-to-lamport const name more clear
2020-06-14 21:57:04 -07:00
eef794d9be
fix: add balances fields to GetConfirmedBlockRpcResult
2020-06-14 21:57:04 -07:00
a71c351777
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.6.2 to 7.7.6.
- [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.6.2...v7.7.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
da88d78942
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.5.5 to 7.7.4.
- [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.5.5...v7.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6a1cd39857
chore(deps): bump jayson from 3.1.1 to 3.2.0
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.1.1...v3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a0bfe85803
chore(deps-dev): bump eslint-plugin-prettier from 3.1.1 to 3.1.2
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.1 to 3.1.2.
- [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.1...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6ff7cde9a0
chore(deps): bump ws from 7.2.0 to 7.2.1
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.0...7.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5e5f248348
chore(deps-dev): bump semantic-release from 15.13.27 to 15.13.31
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.27 to 15.13.31.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.27...v15.13.31 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a4a2dd5e72
chore(deps-dev): bump flow-bin from 0.109.0 to 0.114.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.109.0 to 0.114.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.109.0...v0.114.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2e0afd5a7e
chore(deps): [security] bump npm from 6.12.0 to 6.13.4
...
Bumps [npm](https://github.com/npm/cli ) from 6.12.0 to 6.13.4. **This update includes security fixes.**
- [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.12.0...v6.13.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b02a1fc2db
chore(deps): bump rpc-websockets from 4.6.1 to 5.0.8
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.6.1 to 5.0.8.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a149cd8cbb
chore(deps-dev): bump prettier from 1.18.2 to 1.19.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.18.2 to 1.19.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/1.18.2...1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
997d8c2a72
fix: export sendAndConfirmRecentTransaction
2020-06-14 21:57:04 -07:00
4428b1bf3d
fix: remove unneeded backwards compatible epoch-credits value
2020-06-14 21:57:04 -07:00
b804455837
chore(deps): [security] bump https-proxy-agent from 2.2.1 to 2.2.4
...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent ) from 2.2.1 to 2.2.4. **This update includes security fixes.**
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases )
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
00184eb65e
chore(deps): bump ws from 7.1.2 to 7.2.0
...
Bumps [ws](https://github.com/websockets/ws ) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.1.2...7.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
696067228f
fix: use parent packages channel
2020-06-14 21:57:04 -07:00
56cad06568
fix: account change test broken on beta testnet
2020-06-14 21:57:04 -07:00
7682f55347
fix: add epoch_credits value to getVoteAccounts RPC call
2020-06-14 21:57:04 -07:00
899df7881b
fix: docs
2020-06-14 21:57:04 -07:00
11938e3a65
fix: support other localnet tags
2020-06-14 21:57:04 -07:00
0760853871
feat(system-program): add createAccountWithSeed
2020-06-14 21:57:04 -07:00
cc550dfb08
fix: properly fund BPF payer accounts
2020-06-14 21:57:04 -07:00
d5cd16bef4
fix: rent in connection tests, and remove invalid Loader.load
2020-06-14 21:57:04 -07:00
cf31ba8924
fix(doc): commission is 0-100
2020-06-14 21:57:04 -07:00
286891fa51
feat: slot change callback (provides real-time fork information)
2020-06-14 21:57:04 -07:00
ddce1d3c9f
chore: make test less flaky
2020-06-14 21:57:04 -07:00
2d5ace244a
fix: getConfirmedBlock result pattern fixup
2020-06-14 21:57:04 -07:00
a461d5f25f
fix: update ConfirmedBlock handling to match solana upstream
2020-06-14 21:57:04 -07:00
77745a278d
chore: add test for Transaction.fromRpcResult
2020-06-14 21:57:04 -07:00
3c08e5b9c4
feat: add getConfirmedBlock api
2020-06-14 21:57:04 -07:00
5212a98b83
feat: implement new response format for __WithCommitment() methods
2020-06-14 21:57:04 -07:00
890f6f4d9d
fix: add getBlock Connection method
2020-06-14 21:57:04 -07:00
3382548a79
fix: use the jsonrpc framework reconnect interval
2020-06-14 21:57:04 -07:00
f3d9ab75e6
feat: add getVersion method
2020-06-14 21:57:04 -07:00
979a707c94
fix: example budget programs
2020-06-14 21:57:04 -07:00
086eb6f8b8
fix: add getBlocksSince Connection method
2020-06-14 21:57:04 -07:00
df886a7a40
make to account key as signer ( #550 )
...
fix: require to account sign
2020-06-14 21:57:04 -07:00
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
d0c89f7fa3
fix: update accounts to readonly/writable
2020-06-14 21:57:04 -07:00
58550733fb
fix: transfers require 'to' account to be readwrite ( #543 )
2020-06-14 21:57:04 -07:00
3f38e89886
feat: getEpochInfo rpc, yarn lint ( #540 )
2020-06-14 21:57:04 -07:00
29aabcb195
fix: wait for airdrop ( #538 )
2020-06-14 21:57:04 -07:00
67c9b50249
feat: get_epoch_schedule rpc ( #536 )
2020-06-14 21:57:04 -07:00
0d582c180f
fix: update module.flow ( #537 )
2020-06-14 21:57:04 -07:00
81c2e8f9c1
fix: loader report minimum number of signatures required ( #535 )
2020-06-14 21:57:04 -07:00
227f161243
fix: test depends on program build success ( #532 )
2020-06-14 21:57:04 -07:00
c705ac01f5
fix: adapt tests to higher default transaction signature fee ( #531 )
2020-06-14 21:57:04 -07:00
dd7e305c35
chore(deps-dev): bump semantic-release from 15.13.24 to 15.13.27
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.24 to 15.13.27.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.24...v15.13.27 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
884a09d8f6
feat: add optional rootSlot parameter ( #528 )
2020-06-14 21:57:04 -07:00
b3c2d61495
chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.17.0 to 22.19.0.
- [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.17.0...v22.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7191159377
fix: update node exit rpc to match solana changes
2020-06-14 21:57:04 -07:00
8949f321c5
chore(deps-dev): bump acorn from 7.0.0 to 7.1.0
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
adbe83da18
chore(deps-dev): bump @babel/core from 7.6.3 to 7.6.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.6.3 to 7.6.4.
- [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.6.3...v7.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d1611ef7b1
chore(deps-dev): bump codecov from 3.5.0 to 3.6.1
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits/v3.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8405e40ba7
chore(deps-dev): bump @commitlint/travis-cli from 8.1.0 to 8.2.0
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 8.1.0 to 8.2.0.
- [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.1.0...v8.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2fd0f6c5e6
chore(deps-dev): bump @babel/core from 7.5.5 to 7.6.3
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.5.5 to 7.6.3.
- [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.5.5...v7.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a41f5b637f
chore(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.6.2 to 7.6.3.
- [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.6.2...v7.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5ba7fd90cb
chore(deps): bump @babel/runtime from 7.6.2 to 7.6.3
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.6.2 to 7.6.3.
- [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.6.2...v7.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
489f023a33
chore(deps): bump @babel/runtime from 7.5.5 to 7.6.2
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.5.5 to 7.6.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/compare/v7.5.5...v7.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
27f652ff41
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.5.5 to 7.6.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/compare/v7.5.5...v7.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3be7a6d2c4
chore(deps-dev): bump rollup-plugin-terser from 5.1.1 to 5.1.2
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.1...v5.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
391da1990c
chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.0 to 3.1.1.
- [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.0...v3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
90b306db25
chore(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.3.0...v6.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
783483f188
chore(deps-dev): bump eslint from 6.3.0 to 6.5.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.3.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.3.0...v6.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
18b0f7b305
chore(deps-dev): bump @commitlint/config-conventional
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 8.1.0 to 8.2.0.
- [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.1.0...v8.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1495367946
chore(deps): bump jayson from 3.0.2 to 3.1.1
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.0.2...v3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7038468edb
fix: finalize tx need to have rent sysvar ( #506 )
2020-06-14 21:57:04 -07:00
5492ef7fa2
chore(deps-dev): bump @babel/preset-env from 7.5.5 to 7.6.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.5 to 7.6.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/compare/v7.5.5...v7.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
30b5bff7ef
chore(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.2.0...v6.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
132ccc464a
chore(deps): bump superstruct from 0.6.2 to 0.7.0
...
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct ) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases )
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md )
- [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.6.2...v0.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b4922e8aef
fix: token program moved to its own repo ( #502 )
2020-06-14 21:57:04 -07:00
c31ca1fc1b
fix: flow expose transactionInstruction ( #499 )
2020-06-14 21:57:04 -07:00
da49ff96a5
chore(deps-dev): bump cross-env from 5.2.1 to 6.0.3
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 5.2.1 to 6.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v5.2.1...v6.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
093a1373ef
chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.16.0 to 22.17.0.
- [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.16.0...v22.17.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
dd51e9713a
chore(deps-dev): bump flow-bin from 0.106.3 to 0.109.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.106.3 to 0.109.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.106.3...v0.109.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0bfe62ebea
fix: ignore fixtures ( #498 )
2020-06-14 21:57:04 -07:00
0f0a0a3b88
fix: build fixtures as part of test ( #495 )
2020-06-14 21:57:04 -07:00
d4a2384a5e
fix: graceful fallback when minimum balance request fails ( #497 )
2020-06-14 21:57:04 -07:00
ef0bad0910
fix: udpate PublicKey flow def ( #496 )
2020-06-14 21:57:04 -07:00
b1594439fe
fix: use new api in Loader
2020-06-14 21:57:04 -07:00
4ae90c2944
fix: add api for getMinimumBalanceForRentExemption
2020-06-14 21:57:04 -07:00
432345b4d4
fix: update BPF Rust example ELF
2020-06-14 21:57:04 -07:00
3b337c5f56
fix: getVoteAccounts live test
2020-06-14 21:57:04 -07:00
19f4cf10bb
fix: update VoteAccount format
2020-06-14 21:57:04 -07:00
e0f51fbcaf
doc: correct link to JSON RPC API
2020-06-14 21:57:04 -07:00
e031710ae0
fix: remove grant/grant_term from inflation ( #489 )
2020-06-14 21:57:04 -07:00
97c07c7b0a
fix: renaming
2020-06-14 21:57:04 -07:00
daba1a7856
fix: add tx instruction->transfer data functionality
2020-06-14 21:57:04 -07:00
ee3acbf1ba
fix: update examples ( #485 )
2020-06-14 21:57:04 -07:00
82aaa8af47
chore(deps-dev): bump eslint-config-prettier from 6.1.0 to 6.2.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.1.0...v6.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9da01c6a7b
chore(deps-dev): bump cross-env from 5.2.0 to 5.2.1
...
Bumps [cross-env](https://github.com/kentcdodds/cross-env ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/kentcdodds/cross-env/releases )
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cross-env/compare/v5.2.0...v5.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
fddf2e54e9
fix: enable serialization of unsigned transactions
2020-06-14 21:57:04 -07:00
6d5b655413
chore(deps-dev): bump eslint from 6.2.2 to 6.3.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.2.2...v6.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
20845955ec
chore(deps-dev): bump flow-bin from 0.106.2 to 0.106.3
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.106.2 to 0.106.3.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.106.2...v0.106.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cf000ef5fc
chore(deps-dev): bump eslint-plugin-jest from 22.15.2 to 22.16.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.15.2 to 22.16.0.
- [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.15.2...v22.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
eec8f6184c
fix: reject base58 public keys that are too short ( #474 )
2020-06-14 21:57:04 -07:00
0379615c76
feat: getInflation() RPC (needs better documentation pending book terms) ( #473 )
...
* feat: getInflation() RPC (needs better documentation pending book terms)
* feat: add test
2020-06-14 21:57:04 -07:00
5b47eb2efc
chore(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d2594cdef3
chore(deps-dev): bump flow-bin from 0.106.1 to 0.106.2
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.106.1 to 0.106.2.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.106.1...v0.106.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c42451e746
chore(deps-dev): bump eslint from 6.1.0 to 6.2.2
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.1.0 to 6.2.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.1.0...v6.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
60aff8b314
chore(deps-dev): bump flow-bin from 0.106.0 to 0.106.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.106.0 to 0.106.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.106.0...v0.106.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0ce6a96d67
chore(deps-dev): bump babel-eslint from 10.0.2 to 10.0.3
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.2...v10.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1b70081399
fix: add Account.rent_epoch field and rebuild bpf test fixtures ( #466 )
...
* fix: add Account.rent_epoch field
* fix: rebuild bpf test fixtures
2020-06-14 21:57:04 -07:00
d4c3cf8966
chore(deps-dev): bump semantic-release from 15.13.21 to 15.13.24
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.21 to 15.13.24.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.21...v15.13.24 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
93a5fc83a1
chore(deps-dev): bump flow-bin from 0.105.2 to 0.106.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.105.2 to 0.106.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.105.2...v0.106.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a6cc5f5b07
chore(deps-dev): bump eslint-plugin-jest from 22.15.1 to 22.15.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.15.1 to 22.15.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.15.1...v22.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5a4394349a
chore(deps-dev): bump acorn from 6.3.0 to 7.0.0
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...7.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6f72cedc03
chore(deps): bump superstruct from 0.6.1 to 0.6.2
...
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases )
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md )
- [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.6.1...v0.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
abda0d855d
chore(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.1.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.0.0...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a3bf378d0d
fix: update from getEpochVoteAccounts to getVoteAccounts rpc
2020-06-14 21:57:04 -07:00
38ffe85737
chore(deps-dev): bump jest from 24.8.0 to 24.9.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.8.0 to 24.9.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/v24.8.0...v24.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
65a120018e
chore(deps-dev): bump rimraf from 2.7.0 to 3.0.0
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 2.7.0 to 3.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Commits](https://github.com/isaacs/rimraf/compare/v2.7.0...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b1331625b8
chore(deps-dev): bump rimraf from 2.6.3 to 2.7.0
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Commits](https://github.com/isaacs/rimraf/compare/v2.6.3...v2.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
fd0b4d813e
chore(deps-dev): bump semantic-release from 15.13.19 to 15.13.21
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.19 to 15.13.21.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.19...v15.13.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5b328bb5f2
chore(deps-dev): bump flow-bin from 0.105.1 to 0.105.2
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.105.1 to 0.105.2.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.105.1...v0.105.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
163133bcad
chore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.1
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.15.0 to 22.15.1.
- [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.15.0...v22.15.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8f674de71d
chore(deps): bump ws from 7.1.1 to 7.1.2
...
Bumps [ws](https://github.com/websockets/ws ) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.1.1...7.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
374c23d032
chore(deps-dev): bump acorn from 6.2.1 to 6.3.0
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.2.1...6.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8de9bad660
chore(deps-dev): bump flow-bin from 0.104.0 to 0.105.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.104.0 to 0.105.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.104.0...v0.105.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
35d138f967
chore(deps): bump rpc-websockets from 4.6.0 to 4.6.1
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/compare/v4.6.0...v4.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6ac1dffa99
chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.15.0
2020-06-14 21:57:04 -07:00
07c2b60458
chore(deps): bump rpc-websockets from 4.5.1 to 4.6.0
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
494bd5864b
chore(deps-dev): bump marked from 0.6.3 to 0.7.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.3 to 0.7.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v0.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a8773f897c
chore(deps-dev): bump rollup-plugin-commonjs from 10.0.1 to 10.0.2
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v10.0.1...v10.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2eeaf668fa
fix: add missing getSlot API
2020-06-14 21:57:04 -07:00
60ac6fc5b7
fix: avoid empty --network argument
2020-06-14 21:57:04 -07:00
97bfa19dd4
chore(deps-dev): bump semantic-release from 15.13.18 to 15.13.19
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.18 to 15.13.19.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.18...v15.13.19 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f8ee8b6218
chore(deps-dev): bump flow-typed from 2.6.0 to 2.6.1
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 2.6.0 to 2.6.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/commits/v2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
eb2bb8b58f
chore(deps-dev): bump flow-bin from 0.103.0 to 0.104.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.103.0 to 0.104.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.103.0...v0.104.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d9f40bb879
fix: support http endpoints ( #433 )
2020-06-14 21:57:04 -07:00
677c075ade
fix: add transaction instruction ctor to flow def ( #408 )
2020-06-14 21:57:04 -07:00
65e2f85871
chore(deps-dev): bump flow-typed from 2.5.2 to 2.6.0
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 2.5.2 to 2.6.0.
- [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/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
44a2ea6897
chore(deps-dev): bump eslint from 6.0.1 to 6.1.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.0.1...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5b79a854a5
chore(deps-dev): bump flow-bin from 0.102.0 to 0.103.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.102.0 to 0.103.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.102.0...v0.103.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d4bfc16857
chore(deps): bump rpc-websockets from 4.4.1 to 4.5.1
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.4.1 to 4.5.1.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
23fe614e81
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.5.0 to 7.5.5.
- [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.5.0...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a0e96660b7
chore(deps-dev): bump rollup-plugin-terser from 5.1.0 to 5.1.1
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.0...v5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
05a0fa758a
chore(deps): bump @babel/runtime from 7.5.1 to 7.5.5
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.5.1 to 7.5.5.
- [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.5.1...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4dd8da8d8d
fix: remove usage of api.*.testnet.solana.com
2020-06-14 21:57:04 -07:00
6c32bca04d
fix: export VOTE_ACCOUNT_KEY ( #422 )
2020-06-14 21:57:04 -07:00
1bf94c7673
chore(deps-dev): bump acorn from 6.2.0 to 6.2.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.2.0...6.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5a966ea9ab
chore(deps): bump bn.js from 4.11.8 to 5.0.0
...
Bumps [bn.js](https://github.com/indutny/bn.js ) from 4.11.8 to 5.0.0.
- [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/v4.11.8...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
745f35f821
chore(deps): [security] bump lodash from 4.17.11 to 4.17.14
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c929516f52
feat: add vote account decoder ( #418 )
2020-06-14 21:57:04 -07:00
41346436f6
chore(deps-dev): bump @babel/preset-env from 7.5.0 to 7.5.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.0 to 7.5.5.
- [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.5.0...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d725d3462c
chore(deps-dev): bump eslint-plugin-import from 2.18.1 to 2.18.2
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.18.1 to 2.18.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.18.1...v2.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
25ad81fb05
chore(deps-dev): bump @commitlint/travis-cli from 8.0.0 to 8.1.0
...
Bumps [@commitlint/travis-cli](https://github.com/conventional-changelog/commitlint ) from 8.0.0 to 8.1.0.
- [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.0.0...v8.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3698079ef1
chore(deps-dev): bump @commitlint/config-conventional
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 8.0.0 to 8.1.0.
- [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.0.0...v8.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ed32da8a44
chore(deps-dev): bump @babel/core from 7.5.0 to 7.5.5
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.5.0 to 7.5.5.
- [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.5.0...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7f045c63ea
chore(deps): bump ws from 7.1.0 to 7.1.1
...
Bumps [ws](https://github.com/websockets/ws ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.1.0...7.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c297d259e9
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.5.0 to 7.5.5.
- [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.5.0...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f6013626d5
chore(deps-dev): bump eslint-plugin-import from 2.18.0 to 2.18.1
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.18.0 to 2.18.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.18.0...v2.18.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c36e21349a
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.4.4 to 7.5.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.4.4...v7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
253e27014e
fix: accommodate cluster fees in budget-two-approvers
2020-06-14 21:57:04 -07:00
9c880a8c99
chore(deps-dev): bump acorn from 6.1.1 to 6.2.0
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
280e1726b3
chore(deps): [security] bump lodash.template from 4.4.0 to 4.5.0
...
Bumps [lodash.template](https://github.com/lodash/lodash ) from 4.4.0 to 4.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
dd985f550c
chore(deps): [security] bump lodash.merge from 4.6.1 to 4.6.2
...
Bumps [lodash.merge](https://github.com/lodash/lodash ) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
548febabc2
chore(deps): bump ws from 7.0.1 to 7.1.0
...
Bumps [ws](https://github.com/websockets/ws ) from 7.0.1 to 7.1.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.0.1...7.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f46faee251
fix: update keybaseId to keybaseUsername
2020-06-14 21:57:04 -07:00
408e8e7500
fix: Update Rust-BPF example ( #406 )
2020-06-14 21:57:04 -07:00
2e3c5e7820
fix: end of life native loader ( #404 )
2020-06-14 21:57:04 -07:00
6f05930076
feat: validator info deserialization ( #403 )
2020-06-14 21:57:04 -07:00
2072f20997
chore(deps): bump @babel/runtime from 7.5.0 to 7.5.1
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.5.0 to 7.5.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/compare/v7.5.0...v7.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
55f997d568
chore(deps-dev): bump @babel/preset-env from 7.4.5 to 7.5.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.5 to 7.5.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.4.5...v7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6895f1146b
chore(deps-dev): bump @babel/core from 7.4.5 to 7.5.0
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.5 to 7.5.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.4.5...v7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a630f2e903
chore(deps): bump @babel/runtime from 7.4.5 to 7.5.0
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.4.5 to 7.5.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.4.5...v7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
841b1c118c
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.4.4 to 7.5.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.4.4...v7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ef38ec8a98
chore(deps): bump rpc-websockets from 4.4.0 to 4.4.1
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3c2a32bebe
chore(deps-dev): bump eslint-plugin-jest from 22.7.1 to 22.7.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.7.1 to 22.7.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.7.1...v22.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
118a5f0ece
doc: commission is now a u8 ( #390 )
2020-06-14 21:57:04 -07:00
d5d64c337b
chore(deps-dev): bump rollup-plugin-terser from 5.0.0 to 5.1.0
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.0.0...v5.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4de4f496bf
chore(deps-dev): bump marked from 0.6.2 to 0.6.3
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.2...v0.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b52525ff3d
chore(deps-dev): bump rollup-plugin-node-resolve from 5.0.4 to 5.2.0
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 5.0.4 to 5.2.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.4...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0e7c8cd01f
fix: expose getProgramAccounts RPC method
2020-06-14 21:57:04 -07:00
c14a44b8b4
doc: disambiguate sols vs. lamports in doco ( #384 )
...
* disambiguate sols vs. lamports in doco
* doc: disambiguate sols vs. lamports
2020-06-14 21:57:04 -07:00
eb56da4a94
fix: fix transaction live test for credit-only accounts ( #385 )
2020-06-14 21:57:04 -07:00
b22c39018f
ci: then
2020-06-14 21:57:04 -07:00
59d7ee5db2
chore(deps-dev): bump rollup-plugin-babel from 4.3.2 to 4.3.3 ( #368 )
...
Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-babel/compare/v4.3.2...v4.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
329955f4e6
ci: commitlint only on pull requests
2020-06-14 21:57:04 -07:00
8a41292e08
Bump rollup-plugin-commonjs from 10.0.0 to 10.0.1
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v10.0.0...v10.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b4ac94f39c
chore(deps-dev): bump semantic-release from 15.13.17 to 15.13.18
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.17 to 15.13.18.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.17...v15.13.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
684605fd5c
fix: add burnPercent field to FeeCalculator ( #381 )
2020-06-14 21:57:04 -07:00
5d81280c97
chore: add ed
2020-06-14 21:57:04 -07:00
c6f828b06a
chore: run pretty
2020-06-14 21:57:04 -07:00
b3319452e5
chore: update BPF SDK portions of README
2020-06-14 21:57:04 -07:00
9419613063
chore(deps-dev): bump flow-bin from 0.101.1 to 0.102.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.101.1 to 0.102.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.101.1...v0.102.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e00d0256a1
chore(deps-dev): bump eslint-config-prettier from 5.1.0 to 6.0.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v5.1.0...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
eb16023639
chore(deps-dev): bump semantic-release from 15.13.16 to 15.13.17
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.16 to 15.13.17.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.16...v15.13.17 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
57f3f7994b
chore(deps-dev): bump eslint from 5.16.0 to 6.0.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.16.0 to 6.0.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.16.0...v6.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7bb158d3a0
ci: add commitlint
2020-06-14 21:57:04 -07:00
034f31d3bc
Expose getTotalSupply
RPC method ( #370 )
2020-06-14 21:57:04 -07:00
fd2ddef520
chore(deps-dev): bump eslint-plugin-import from 2.17.3 to 2.18.0
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.17.3 to 2.18.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.17.3...v2.18.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e07200229a
chore(deps-dev): bump eslint-config-prettier from 5.0.0 to 5.1.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v5.0.0...v5.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
56611e1d2b
chore(deps-dev): bump rollup-plugin-node-resolve from 5.0.0 to 5.0.4
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 5.0.0 to 5.0.4.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.0...v5.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6304814be3
chore: rollup dependency conflict ( #366 )
...
* bump rollup-plugin-node-resolve from 4.2.3 to 5.0.0
* Fix NPM warnings
* bump rollup-plugin-commonjs from 9.3.4 to 10.0.0
2020-06-14 21:57:04 -07:00
b1df5bf642
chore(deps-dev): bump flow-bin from 0.101.0 to 0.101.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.101.0 to 0.101.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.101.0...v0.101.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
77142fc18d
chore(deps-dev): bump eslint-plugin-jest from 22.6.4 to 22.7.1
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.6.4 to 22.7.1.
- [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.6.4...v22.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c7161781b4
ci: ignore dependabot branches
2020-06-14 21:57:04 -07:00
78483ac49c
fix: drop solana-sdk-bpf-utils version
2020-06-14 21:57:04 -07:00
aa9f2f8730
fix: add {min,max}LamportsPerSignature fields
2020-06-14 21:57:04 -07:00
53dcf56559
chore: update noop to new Rust conventions ( #365 )
2020-06-14 21:57:04 -07:00
b4c80b1464
fix: inline testnet-default-channel.js
2020-06-14 21:57:04 -07:00
6b68e2d610
Revert "chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 5.0.3"
...
This reverts commit 07854e37ec9ab0928ec848b0b2b2e03f13fe8686.
2020-06-14 21:57:04 -07:00
e6d6018132
ci: ensure rollup upgrades actually build the right files
2020-06-14 21:57:04 -07:00
9e30c6f827
fix: add solana-bpf-sdk-install
command to permit users to easily update their bpf-sdk
2020-06-14 21:57:04 -07:00
53f2c84fab
chore(deps-dev): bump enzyme from 3.9.0 to 3.10.0
...
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/airbnb/enzyme/releases )
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9075827bc3
chore(deps): bump ws from 7.0.0 to 7.0.1
...
Bumps [ws](https://github.com/websockets/ws ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.0.0...7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
62d9bebaa3
Update examples to new SDK ( #358 )
2020-06-14 21:57:04 -07:00
460e095a3c
chore(deps): bump rpc-websockets from 4.3.5 to 4.4.0
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.3.5 to 4.4.0.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6c33a7f9ee
chore(deps-dev): bump babel-eslint from 10.0.1 to 10.0.2
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.1...v10.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2fa0baba03
chore(deps-dev): bump prettier from 1.17.0 to 1.18.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.17.0 to 1.18.2.
- [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/1.17.0...1.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
acf738ee2a
chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 5.0.3
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.2.3 to 5.0.3.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.3...v5.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
45425cae0b
chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 5.0.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.2.0...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
522d212076
Revert "chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 5.0.2"
...
This reverts commit 4c57e72ef8774d1baf8625bf733281da4d8459ef.
2020-06-14 21:57:04 -07:00
e9ae7fe26c
chore(deps-dev): bump semantic-release from 15.13.12 to 15.13.16
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.12 to 15.13.16.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.12...v15.13.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
63990980c4
package-lock.json
2020-06-14 21:57:04 -07:00
16dfeecdb9
fix: use packaged bpf-sdk/ by default
2020-06-14 21:57:04 -07:00
95fbffebd9
chore: update author
2020-06-14 21:57:04 -07:00
de73aedc94
chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 5.0.2
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.2.3 to 5.0.2.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.3...v5.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
93e5075bca
chore(deps-dev): bump rollup from 1.13.0 to 1.15.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.13.0 to 1.15.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/v1.13.0...v1.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
839ed1d462
chore(deps-dev): bump flow-typed from 2.5.1 to 2.5.2
...
Bumps [flow-typed](https://github.com/flow-typed/flow-typed ) from 2.5.1 to 2.5.2.
- [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/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
301e0ea7fe
Revert "fix: switch to beta channel until edge bpf stablizes"
...
This reverts commit 50a73b93688376b1ad7e8556df8f196b56a549d2.
2020-06-14 21:57:04 -07:00
03603ea87b
fix: remove tick_height
2020-06-14 21:57:04 -07:00
58edbf5607
fix: retain support for 0.15 GetClusterNodes
2020-06-14 21:57:04 -07:00
02c1d0416a
chore(deps-dev): bump @babel/preset-env from 7.4.4 to 7.4.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.4 to 7.4.5.
- [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.4.4...v7.4.5 )
2020-06-14 21:57:04 -07:00
d0b77a768f
chore(deps-dev): bump flow-bin from 0.99.1 to 0.101.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.99.1 to 0.101.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.99.1...v0.101.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
10e3a26338
feat: expose feeCalculator
2020-06-14 21:57:04 -07:00
9fde1eb404
fix: switch to beta channel until edge bpf stablizes
2020-06-14 21:57:04 -07:00
a8d0b6f9f1
fix: add more lamports to payer accounts to account for higher fees
2020-06-14 21:57:04 -07:00
e23d2453d7
feat: add binding for getEpochVoteAccounts
2020-06-14 21:57:04 -07:00
45a42374f2
chore(deps-dev): bump flow-bin from 0.98.1 to 0.99.1
2020-06-14 21:57:04 -07:00
8045520261
chore(deps-dev): bump rollup-plugin-terser from 4.0.4 to 5.0.0
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 4.0.4 to 5.0.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v4.0.4...v5.0.0 )
2020-06-14 21:57:04 -07:00
d6b14fe7e0
chore(deps-dev): bump rollup from 1.11.3 to 1.13.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.11.3 to 1.13.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/v1.11.3...v1.13.0 )
2020-06-14 21:57:04 -07:00
a9d44a830c
chore(deps-dev): bump eslint-plugin-import from 2.17.2 to 2.17.3
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.17.2 to 2.17.3.
- [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.17.2...v2.17.3 )
2020-06-14 21:57:04 -07:00
6d91b6d603
chore(deps): bump @babel/runtime from 7.4.4 to 7.4.5
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.4.4 to 7.4.5.
- [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.4.4...v7.4.5 )
2020-06-14 21:57:04 -07:00
ae8ea961a8
chore(deps-dev): bump eslint-plugin-jest from 22.5.1 to 22.6.4
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.5.1 to 22.6.4.
- [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.5.1...v22.6.4 )
2020-06-14 21:57:04 -07:00
32c3fdef30
chore(deps): bump node-fetch from 2.5.0 to 2.6.0
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.5.0...v2.6.0 )
2020-06-14 21:57:04 -07:00
26eef0f057
fix: load programs in larger chunks
2020-06-14 21:57:04 -07:00
42494713b3
ci: show lib/
2020-06-14 21:57:04 -07:00
ae6ddb9be0
Revert "chore(deps-dev): bump rollup from 1.11.3 to 1.12.4"
...
This reverts commit 23e38987433e4785b90e10d0bb4c4fab4163c4e2.
2020-06-14 21:57:04 -07:00
39b51246c7
Revert "chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 5.0.0"
...
This reverts commit bd3445069138284a301aa6a153694727caf73138.
2020-06-14 21:57:04 -07:00
95a3a78e57
ci: make examples non-blocking since they run against the public testnet
2020-06-14 21:57:04 -07:00
d000485f7c
fix: increase PACKET_DATA_SIZE to match Solana v0.15.0
2020-06-14 21:57:04 -07:00
9f8fc5b260
test: ensure any system account can pay for a transaction
2020-06-14 21:57:04 -07:00
b05ec4cf69
chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 5.0.0
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.2.3 to 5.0.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.3...v5.0.0 )
2020-06-14 21:57:04 -07:00
3f52cea5ea
chore(deps-dev): bump rollup from 1.11.3 to 1.12.4
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.11.3 to 1.12.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/v1.11.3...v1.12.4 )
2020-06-14 21:57:04 -07:00
4d4866cef9
chore(deps-dev): bump @babel/core from 7.4.4 to 7.4.5
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.4 to 7.4.5.
- [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.4.4...v7.4.5 )
2020-06-14 21:57:04 -07:00
24cbfa8d11
chore(deps-dev): bump semantic-release from 15.13.3 to 15.13.12
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.3 to 15.13.12.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.3...v15.13.12 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
61c0dfb6e7
chore(deps-dev): bump eslint-plugin-prettier from 3.0.1 to 3.1.0
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.0.1 to 3.1.0.
- [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.0.1...v3.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
62af4c2e6b
chore(deps-dev): bump codecov from 3.3.0 to 3.5.0
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
65c8d0867b
chore(deps): [security] bump tar from 2.2.1 to 2.2.2
...
Bumps [tar](https://github.com/npm/node-tar ) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases )
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2 )
2020-06-14 21:57:04 -07:00
6b43acf558
fix: Use xenial dist for newer lib symbols
2020-06-14 21:57:04 -07:00
87c1becbef
fix: Squash budget bugs
2020-06-14 21:57:04 -07:00
c99d8dd15c
fix: Add preliminary handling for credit-only account designation
2020-06-14 21:57:04 -07:00
78ad376bcd
fix: Appease flow
2020-06-14 21:57:04 -07:00
41d14bec22
style: Prettify
2020-06-14 21:57:04 -07:00
34cb08bd84
fix: Update transaction format; include numCreditOnlySignedAccounts and numCreditOnlyUnsignedAccounts bytes, remove programIds
2020-06-14 21:57:04 -07:00
53958a8b1e
fix: Repair getRecentBlockhash bug in non-legacy formats
2020-06-14 21:57:04 -07:00
f6494f6675
fix: Repair examples bug
2020-06-14 21:57:04 -07:00
4cf234618e
fix: support v0.14 GetRecentBlockhash too
2020-06-14 21:57:04 -07:00
a1ce705d15
fix: adapt to GetRecentBlockhash RPC API signature change
2020-06-14 21:57:04 -07:00
2373d66e40
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.4.0 to 7.4.4.
- [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.4.0...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
be61b1682f
chore(deps-dev): bump @babel/core from 7.4.3 to 7.4.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9778641120
chore(deps): bump ws from 6.2.1 to 7.0.0
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 7.0.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.1...7.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d142695500
chore(deps-dev): bump jest from 24.7.1 to 24.8.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.7.1 to 24.8.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/v24.7.1...v24.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ae76fa10cd
chore(deps-dev): bump flow-bin from 0.97.0 to 0.98.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.97.0 to 0.98.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.97.0...v0.98.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ad0ed83893
chore(deps): bump node-fetch from 2.4.1 to 2.5.0
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.4.1...v2.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4c4f5a0fb9
Add BPF Rust noop example ( #316 )
2020-06-14 21:57:04 -07:00
f7a02e54df
fix: correctly count duplicate signing keys
2020-06-14 21:57:04 -07:00
48f0bcc2bf
fix: pay transaction fees from system accounts
2020-06-14 21:57:04 -07:00
7bde7e3767
chore(deps): bump jayson from 3.0.1 to 3.0.2
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e276d2f17c
chore(deps-dev): bump rollup from 1.11.2 to 1.11.3
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.11.2 to 1.11.3.
- [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/v1.11.2...v1.11.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9db5f85156
chore(deps-dev): bump rollup from 1.11.1 to 1.11.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.11.1 to 1.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/v1.11.1...v1.11.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2240e4de84
chore(deps-dev): bump rollup from 1.11.0 to 1.11.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.11.0 to 1.11.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/v1.11.0...v1.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f2bde990ca
chore(deps-dev): bump rollup from 1.10.1 to 1.11.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.10.1 to 1.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/v1.10.1...v1.11.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
901cf9a4b1
chore(deps): bump node-fetch from 2.3.0 to 2.4.1
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.3.0...v2.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3f94c94dd5
chore(deps-dev): bump @babel/preset-env from 7.4.3 to 7.4.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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.4.3...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b8ea9b6099
chore(deps): bump @babel/runtime from 7.4.3 to 7.4.4
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ebfeb0b4ca
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.4.3 to 7.4.4.
- [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 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f803b2ae1f
fix: adapt to program id changes
2020-06-14 21:57:04 -07:00
42a2f54c9d
chore(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8334b18d64
chore(deps-dev): bump eslint-plugin-jest from 22.5.0 to 22.5.1
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.5.0 to 22.5.1.
- [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.5.0...v22.5.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
456f34e95b
fix: add fullnodeExit()
2020-06-14 21:57:04 -07:00
2292b5910e
doc: correct getClusterNodes() summary
2020-06-14 21:57:04 -07:00
1719b74102
chore(deps-dev): bump eslint-plugin-jest from 22.4.1 to 22.5.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.4.1 to 22.5.0.
- [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.4.1...v22.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a90cbcee9e
test: give more time
2020-06-14 21:57:04 -07:00
a2cd9180b5
feat: add getSlotLeader()/getClusterNodes()
2020-06-14 21:57:04 -07:00
5f2bcd5200
chore(deps-dev): bump @babel/preset-env from 7.4.2 to 7.4.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.2 to 7.4.3.
- [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.4.2...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
16ff2533b4
chore(deps-dev): bump eslint-plugin-import from 2.16.0 to 2.17.2
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.16.0 to 2.17.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.16.0...v2.17.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
60771c442d
chore(deps-dev): bump rollup from 1.10.0 to 1.10.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.10.0 to 1.10.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/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d27555c175
chore(deps-dev): bump prettier from 1.16.4 to 1.17.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.16.4 to 1.17.0.
- [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/1.16.4...1.17.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
15c36680cc
Fix budget example tx confirmations
2020-06-14 21:57:04 -07:00
b6692c85e6
chore(deps-dev): bump flow-bin from 0.96.0 to 0.97.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.96.0 to 0.97.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.96.0...v0.97.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c1bbb9b291
s/move/transfer in system program to match solana
2020-06-14 21:57:04 -07:00
7f02185998
Update native-loader test to noop program rename
2020-06-14 21:57:04 -07:00
507fac06ee
fix: Appease flow
2020-06-14 21:57:04 -07:00
663f9c76d8
fix: Update default channel to edge
2020-06-14 21:57:04 -07:00
7f72bbeba3
fix: Update signature status result type
2020-06-14 21:57:04 -07:00
f2b38bcc56
fix: Remove deprecated length field
2020-06-14 21:57:04 -07:00
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
853ea88fd0
chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.2 to 4.2.3
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.2...v4.2.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e2dbbb9923
chore(deps-dev): bump rollup from 1.9.2 to 1.10.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.9.2 to 1.10.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/v1.9.2...v1.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d7b18bcff5
chore(deps-dev): bump rollup-plugin-replace from 2.1.1 to 2.2.0
...
Bumps [rollup-plugin-replace](https://github.com/rollup/rollup-plugin-replace ) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/rollup/rollup-plugin-replace/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-replace/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-replace/compare/v2.1.1...v2.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8e4ea2d92c
chore(deps-dev): bump rollup from 1.9.0 to 1.9.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.9.0 to 1.9.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/v1.9.0...v1.9.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4dd2ab7555
chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.1 to 4.2.2
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.1...v4.2.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
603ea8e1ae
chore(deps): bump @babel/runtime from 7.3.4 to 7.4.3
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.3.4 to 7.4.3.
- [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.3.4...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
27359e2f29
chore(deps): bump jayson from 2.1.2 to 3.0.1
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 2.1.2 to 3.0.1.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v2.1.2...v3.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b5f37a042e
chore(deps-dev): bump rollup-plugin-node-resolve from 4.1.0 to 4.2.1
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.1.0...v4.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9461437202
chore(deps-dev): bump marked from 0.6.1 to 0.6.2
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
592b4022a5
chore(deps-dev): bump rollup from 1.8.0 to 1.9.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.8.0 to 1.9.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/v1.8.0...v1.9.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6ae61f1782
chore(deps-dev): bump rollup-plugin-replace from 2.1.0 to 2.1.1
...
Bumps [rollup-plugin-replace](https://github.com/rollup/rollup-plugin-replace ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/rollup/rollup-plugin-replace/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-replace/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-replace/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e9c0e7cd9b
chore(deps-dev): bump rollup-plugin-node-resolve from 4.0.1 to 4.1.0
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.0.1...v4.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1959be8c95
chore(deps-dev): bump rollup-plugin-commonjs from 9.3.3 to 9.3.4
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.3.3 to 9.3.4.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.3.3...v9.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
faefb2ebb4
chore(deps-dev): bump rollup-plugin-commonjs from 9.3.2 to 9.3.3
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.3.2 to 9.3.3.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.3.2...v9.3.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
065a3933c9
chore(deps-dev): bump rollup-plugin-commonjs from 9.3.0 to 9.3.2
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.3.0 to 9.3.2.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.3.0...v9.3.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
863192a23e
chore(deps-dev): bump jest from 24.7.0 to 24.7.1
...
Bumps [jest](https://github.com/facebook/jest ) from 24.7.0 to 24.7.1.
- [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/v24.7.0...v24.7.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0a8ce522f1
chore(deps-dev): bump codecov from 3.2.0 to 3.3.0
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits/v3.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a5279deb81
chore(deps-dev): bump rollup-plugin-commonjs from 9.2.3 to 9.3.0
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.2.3 to 9.3.0.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.2.3...v9.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1da20b913f
chore(deps-dev): bump @babel/core from 7.4.0 to 7.4.3
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.4.0 to 7.4.3.
- [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.4.0...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7475fbe929
chore(deps-dev): bump flow-bin from 0.95.1 to 0.96.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.95.1 to 0.96.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.95.1...v0.96.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a8a08b38ba
chore(deps-dev): bump jest from 24.6.0 to 24.7.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.6.0 to 24.7.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/v24.6.0...v24.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2f747c93ec
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.3.4 to 7.4.3.
- [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.3.4...v7.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
917c14e0a3
chore(deps-dev): bump rollup-plugin-commonjs from 9.2.2 to 9.2.3
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.2.2 to 9.2.3.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.2.2...v9.2.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
45292d7458
chore(deps-dev): bump rollup from 1.7.4 to 1.8.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.7.4 to 1.8.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/v1.7.4...v1.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d27a0e4824
chore(deps-dev): bump jest from 24.5.0 to 24.6.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.5.0 to 24.6.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/v24.5.0...v24.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5992c2e12f
chore(deps-dev): bump eslint from 5.15.3 to 5.16.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.15.3 to 5.16.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.15.3...v5.16.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a32831a288
chore(deps-dev): bump rollup-plugin-commonjs from 9.2.1 to 9.2.2
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.2.1...v9.2.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a852d72198
chore(deps-dev): bump rollup-plugin-json from 3.1.0 to 4.0.0
...
Bumps [rollup-plugin-json](https://github.com/rollup/rollup-plugin-json ) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/rollup/rollup-plugin-json/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-json/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-json/compare/v3.1.0...v4.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
158546840e
chore(deps-dev): bump rollup from 1.7.3 to 1.7.4
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.7.3 to 1.7.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/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3e89c6f557
chore(deps): bump ws from 6.2.0 to 6.2.1
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.0...6.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
bcb75c8568
chore(deps): bump superstruct from 0.6.0 to 0.6.1
...
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases )
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md )
- [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.6.0...v0.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
077d20a334
chore(deps-dev): bump rollup from 1.7.2 to 1.7.3
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.7.2 to 1.7.3.
- [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/v1.7.2...v1.7.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6ff219e892
chore(deps-dev): bump rollup from 1.6.1 to 1.7.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.6.1 to 1.7.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/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d8cc48c4f8
chore(deps-dev): bump @babel/preset-env from 7.4.1 to 7.4.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.4.1 to 7.4.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/compare/v7.4.1...v7.4.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ad83ad866f
chore(deps-dev): bump rollup from 1.6.0 to 1.6.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.6.0 to 1.6.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/v1.6.0...v1.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d8075a5a3c
chore(deps-dev): bump @babel/core from 7.3.4 to 7.4.0
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.3.4 to 7.4.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.3.4...v7.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c014a73278
chore(deps-dev): bump @babel/preset-env from 7.3.4 to 7.4.1
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.3.4 to 7.4.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/compare/v7.3.4...v7.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b36726d65b
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.3.4 to 7.4.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.3.4...v7.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3439fd9621
chore: switch default channel to beta
2020-06-14 21:57:04 -07:00
33bc00d711
fix: adjust DEFAULT_TICKS_PER_SLOT
2020-06-14 21:57:04 -07:00
024a165947
test: use longer timeout for non-live testing to avoid timeouts
2020-06-14 21:57:04 -07:00
c78ca47547
chore: npm run pretty
2020-06-14 21:57:04 -07:00
5c6c3a8ea8
fix: consider ticks_per_slot while sleeping
2020-06-14 21:57:04 -07:00
a87012c5c2
chore(deps-dev): bump eslint-plugin-jest from 22.4.0 to 22.4.1
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.4.0 to 22.4.1.
- [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.4.0...v22.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7bb22b784c
chore(deps-dev): bump eslint from 5.15.2 to 5.15.3
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.15.2 to 5.15.3.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.15.2...v5.15.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7b0baa180f
chore(deps-dev): bump eslint from 5.15.1 to 5.15.2
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.15.1 to 5.15.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.15.1...v5.15.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cf74fc8098
chore(deps-dev): bump eslint-plugin-jest from 22.3.2 to 22.4.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.3.2 to 22.4.0.
- [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.3.2...v22.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
df4c83f5be
chore(deps-dev): bump flow-bin from 0.95.0 to 0.95.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.95.0 to 0.95.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits/v0.95.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1a98c2fa83
chore(deps-dev): bump flow-bin from 0.94.0 to 0.95.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.94.0 to 0.95.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a4835edf3c
fix(flow): Add ProgramAccountChangeCallback type
2020-06-14 21:57:04 -07:00
b5653f47eb
chore(deps-dev): bump rollup from 1.5.0 to 1.6.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.5.0 to 1.6.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/v1.5.0...v1.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7469eb5732
fix: remove stray console.log
2020-06-14 21:57:04 -07:00
759d7b9cc2
fix: adjust DEFAULT_TICKS_PER_SLOT to match main repo
2020-06-14 21:57:04 -07:00
6fe0e08a80
fix: rename userdata to data
2020-06-14 21:57:04 -07:00
5d40f359c2
chore(deps-dev): bump jest from 24.4.0 to 24.5.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.4.0 to 24.5.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/v24.4.0...v24.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ec287ae7e3
chore(deps-dev): bump eslint-plugin-jest from 22.3.1 to 22.3.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.3.1 to 22.3.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.3.1...v22.3.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
90165b0c9d
chore(deps-dev): bump eslint-plugin-jest from 22.3.0 to 22.3.1
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.3.0 to 22.3.1.
- [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.3.0...v22.3.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8ed00599b3
chore(deps-dev): bump jest from 24.3.1 to 24.4.0
...
Bumps [jest](https://github.com/facebook/jest ) from 24.3.1 to 24.4.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/v24.3.1...v24.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a7b3abdc62
fix: Update jest to accommodate Nodejs v11.11
2020-06-14 21:57:04 -07:00
f6afbe1a72
fix: Plumb program-based subscriptions
2020-06-14 21:57:04 -07:00
2ce935287a
chore(deps-dev): bump rollup from 1.4.1 to 1.5.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.4.1 to 1.5.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/v1.4.1...v1.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
64ff0ab157
chore(deps-dev): bump eslint from 5.14.1 to 5.15.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.14.1 to 5.15.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.14.1...v5.15.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3cb328f1eb
fix: Revert s/tokens/lamports in comments in token program
2020-06-14 21:57:04 -07:00
84163af734
chore(deps-dev): bump flow-bin from 0.93.0 to 0.94.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.93.0...v0.94.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
021c34c0ac
chore(deps): bump ws from 6.1.4 to 6.2.0
...
Bumps [ws](https://github.com/websockets/ws ) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.1.4...6.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cd90a67184
fix: simplify RUST_LOG default
2020-06-14 21:57:04 -07:00
be8821e0d0
fix: rename tokens to lamports
2020-06-14 21:57:04 -07:00
09b6d2b764
chore(deps): bump @babel/runtime from 7.3.1 to 7.3.4
...
Bumps [@babel/runtime](https://github.com/babel/babel ) from 7.3.1 to 7.3.4.
- [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.3.1...v7.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c15222250a
chore(deps-dev): bump eslint-config-prettier from 4.0.0 to 4.1.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.0.0...v4.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7c76ec6e70
test: add more timeout
2020-06-14 21:57:04 -07:00
80ac6f2820
chore(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel ) from 7.2.0 to 7.3.4.
- [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.2.0...v7.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
44284c8aa5
chore(deps-dev): bump rollup-plugin-node-resolve from 4.0.0 to 4.0.1
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.0.0...v4.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a372313b2b
chore(deps-dev): bump marked from 0.6.0 to 0.6.1
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.0...v0.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6c44f854fa
chore(deps-dev): bump rollup-plugin-commonjs from 9.2.0 to 9.2.1
...
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs ) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e9b55c30cf
chore(deps-dev): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.3.3 to 7.3.4.
- [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.3.3...v7.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ec6644dc24
chore(deps-dev): bump @babel/core from 7.3.3 to 7.3.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.3.3 to 7.3.4.
- [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.3.3...v7.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8d285a6fb4
chore(deps-dev): bump @babel/preset-env from 7.3.1 to 7.3.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.3.1 to 7.3.4.
- [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.3.1...v7.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6298f4a869
chore(deps): [security] bump handlebars from 4.0.11 to 4.1.0
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.11 to 4.1.0. **This update includes security fixes.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6c15ab83fc
chore(deps): [security] bump extend from 3.0.1 to 3.0.2
...
Bumps [extend](https://github.com/justmoon/node-extend ) from 3.0.1 to 3.0.2. **This update includes security fixes.**
- [Release notes](https://github.com/justmoon/node-extend/releases )
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5eb658c980
chore(deps-dev): bump rollup from 1.2.1 to 1.4.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.2.1 to 1.4.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/v1.2.1...v1.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
cb68fb300f
chore(deps): [security] bump lodash from 4.17.5 to 4.17.11
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.5 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG )
- [Commits](https://github.com/lodash/lodash/compare/4.17.5...4.17.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
51cfcc825a
ci: install rustup
2020-06-14 21:57:04 -07:00
b9e3598a51
fix: adapt test to slower slot rate
2020-06-14 21:57:04 -07:00
5d350b4568
fix: adjust notification test to wait for the next block
2020-06-14 21:57:04 -07:00
f655c30159
fix: add timing constants to better set timeouts
2020-06-14 21:57:04 -07:00
243a4625f1
doc: rename network to cluster
2020-06-14 21:57:04 -07:00
adb4cb43ec
chore: package-lock.json
2020-06-14 21:57:04 -07:00
294dd4f4e7
fix: Rename lastId to blockhash
2020-06-14 21:57:04 -07:00
c867f0d9fe
chore(deps-dev): bump eslint from 5.14.0 to 5.14.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
07f1f9a59c
fix: upgrade to babel 7; dump uglify for terser; upgrade to jest 24
2020-06-14 21:57:04 -07:00
32835ba047
chore(deps): bump ws from 6.1.3 to 6.1.4
...
Bumps [ws](https://github.com/websockets/ws ) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.1.3...6.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b7165a7358
chore(deps): bump jayson from 2.1.1 to 2.1.2
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v2.1.1...v2.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
39cbb77f44
chore(deps-dev): bump babel-plugin-module-resolver from 3.1.3 to 3.2.0
...
Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver ) from 3.1.3 to 3.2.0.
- [Release notes](https://github.com/tleunen/babel-plugin-module-resolver/releases )
- [Changelog](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.1.3...v3.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e8126842f4
chore(deps-dev): bump enzyme from 3.8.0 to 3.9.0
...
Bumps [enzyme](https://github.com/airbnb/enzyme ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/airbnb/enzyme/releases )
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbnb/enzyme/compare/enzyme@3.8.0...enzyme@3.9.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f0fe1e3047
chore(deps-dev): bump rollup from 1.1.2 to 1.2.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.1.2 to 1.2.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/v1.1.2...v1.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5cd4e4547c
chore(deps-dev): bump codecov from 3.1.0 to 3.2.0
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5b9665098a
fix: getConfirmationTime() was removed upstream
2020-06-14 21:57:04 -07:00
6b73d7d17c
fix: unbreak channel default
2020-06-14 21:57:04 -07:00
5e6c97d0c8
fix: look harder for solana-web3.js install directory
2020-06-14 21:57:04 -07:00
1c80365812
fix: correctly locate package.json when installed globally
2020-06-14 21:57:04 -07:00
6bdfce04d1
refactor: improve arg parsing
2020-06-14 21:57:04 -07:00
18b87f4fb9
chore(deps-dev): bump flow-bin from 0.92.1 to 0.93.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.92.1 to 0.93.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.92.1...v0.93.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1d360fa9ee
chore(deps-dev): bump eslint-plugin-jest from 22.2.2 to 22.3.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.2.2 to 22.3.0.
- [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.2.2...v22.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a5bc1c0c80
chore(deps-dev): bump eslint from 5.13.0 to 5.14.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.13.0...v5.14.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6311cbf335
fix: retry harder to obtain a last_id
2020-06-14 21:57:04 -07:00
41865547ee
fix: remove spawn
2020-06-14 21:57:04 -07:00
27c2a11635
chore: update package-lock.json
2020-06-14 21:57:04 -07:00
58a31254cf
chore(deps-dev): bump flow-bin from 0.92.0 to 0.92.1
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.92.0 to 0.92.1.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.92.0...v0.92.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
bbbae41388
chore(deps-dev): bump prettier from 1.16.3 to 1.16.4
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.16.3 to 1.16.4.
- [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/1.16.3...1.16.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a91c5c1056
chore: update package-lock.json
2020-06-14 21:57:04 -07:00
564d09fdfe
fix: remove unwanted u64 length from raw Transaction bytes, it's RPC API specific
2020-06-14 21:57:04 -07:00
5bb07e541d
chore(deps-dev): bump eslint from 5.12.1 to 5.13.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.12.1...v5.13.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
27425b3910
chore(deps-dev): bump eslint-config-prettier from 3.6.0 to 4.0.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v3.6.0...v4.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
bd6d6f95d2
chore(deps-dev): bump flow-bin from 0.91.0 to 0.92.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.91.0 to 0.92.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.91.0...v0.92.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1349831d77
chore(deps-dev): bump eslint-plugin-import from 2.15.0 to 2.16.0
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.15.0 to 2.16.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.15.0...v2.16.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c4ae3af1d1
chore(deps-dev): bump prettier from 1.16.1 to 1.16.3
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.16.1 to 1.16.3.
- [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/1.16.1...1.16.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
4a8bad0c22
chore(deps-dev): bump eslint-plugin-jest from 22.1.3 to 22.2.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.1.3 to 22.2.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.1.3...v22.2.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
79bc47a631
fix: Add Transaction method to parse from wire fmt; update Transaction.serialize
2020-06-14 21:57:04 -07:00
ac6e503b35
fix: Add transaction encoding helper functions
2020-06-14 21:57:04 -07:00
02ca644cb1
chore(deps): bump tweetnacl from 1.0.0 to 1.0.1
...
Bumps [tweetnacl](https://github.com/dchest/tweetnacl-js ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/dchest/tweetnacl-js/releases )
- [Changelog](https://github.com/dchest/tweetnacl-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dchest/tweetnacl-js/compare/v1.0.0...v1.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e903b0a954
chore(deps): [security] bump stringstream from 0.0.5 to 0.0.6
...
Bumps [stringstream](https://github.com/mhart/StringStream ) from 0.0.5 to 0.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/mhart/StringStream/releases )
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
91b88af25b
chore(deps): [security] bump merge from 1.2.0 to 1.2.1
...
Bumps [merge](https://github.com/yeikos/js.merge ) from 1.2.0 to 1.2.1. **This update includes security fixes.**
- [Release notes](https://github.com/yeikos/js.merge/releases )
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
56d8847b50
chore(deps): [security] bump cryptiles from 3.1.2 to 3.1.4
...
Bumps [cryptiles](https://github.com/hapijs/cryptiles ) from 3.1.2 to 3.1.4. **This update includes security fixes.**
- [Release notes](https://github.com/hapijs/cryptiles/releases )
- [Changelog](https://github.com/hapijs/cryptiles/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hapijs/cryptiles/compare/v3.1.2...v3.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
68200ec4a0
chore(deps): bump ws from 6.1.2 to 6.1.3
...
Bumps [ws](https://github.com/websockets/ws ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.1.2...6.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7d3f671c3d
fix: update example to new sdk api ( #146 )
2020-06-14 21:57:04 -07:00
be82e50862
fix: Update sdk everytime ( #145 )
2020-06-14 21:57:04 -07:00
2b1bccfc24
chore(deps-dev): bump prettier from 1.16.0 to 1.16.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.16.0 to 1.16.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/1.16.0...1.16.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2bfb2bfeb1
chore(deps-dev): bump eslint-plugin-import from 2.14.0 to 2.15.0
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.14.0 to 2.15.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.14.0...v2.15.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0cef96b799
chore(deps-dev): bump babel-plugin-module-resolver from 3.1.2 to 3.1.3
...
Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/tleunen/babel-plugin-module-resolver/releases )
- [Changelog](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.1.2...v3.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
f2b0bad4f1
chore(deps-dev): bump rollup from 1.1.1 to 1.1.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.1.1 to 1.1.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/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8338204bec
chore(deps-dev): bump prettier from 1.15.3 to 1.16.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.15.3 to 1.16.0.
- [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/1.15.3...1.16.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
c0dea1bd99
chore(deps-dev): bump rollup from 1.1.0 to 1.1.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.1.0 to 1.1.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/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5a1fad02b7
chore(deps-dev): bump eslint-config-prettier from 3.5.0 to 3.6.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v3.5.0...v3.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0d0bdc9b24
chore(deps-dev): bump eslint from 5.12.0 to 5.12.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.12.0...v5.12.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7077f678de
chore(deps-dev): bump flow-bin from 0.90.0 to 0.91.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.90.0 to 0.91.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.90.0...v0.91.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
071c6aaa56
chore(deps-dev): bump rollup from 1.0.2 to 1.1.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.0.2 to 1.1.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/v1.0.2...v1.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a10d553850
fix: expose the localnet drone port
2020-06-14 21:57:04 -07:00
bc05966765
fix: resend transactions a couple times before giving up
2020-06-14 21:57:04 -07:00
ea9b03c393
package-lock.json
2020-06-14 21:57:04 -07:00
de7a102121
chore(deps-dev): bump eslint-config-prettier from 3.4.0 to 3.5.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v3.4.0...v3.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e9059d93e3
chore(deps-dev): bump babel-plugin-module-resolver from 3.1.1 to 3.1.2
...
Bumps [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/tleunen/babel-plugin-module-resolver/releases )
- [Changelog](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
0ba2affb23
chore(deps-dev): bump eslint-config-prettier from 3.3.0 to 3.4.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v3.3.0...v3.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
75078827ca
chore(deps-dev): bump marked from 0.5.2 to 0.6.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.5.2...v0.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2db8cbcbca
chore(deps-dev): bump flow-bin from 0.89.0 to 0.90.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.89.0 to 0.90.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.89.0...v0.90.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
62c8e824be
chore(deps-dev): bump semantic-release from 15.13.2 to 15.13.3
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.2 to 15.13.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.2...v15.13.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
60a9ff1092
chore(deps-dev): bump eslint-plugin-jest from 22.1.2 to 22.1.3
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.1.2 to 22.1.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.2...v22.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1e7121c685
chore(deps-dev): bump rollup from 1.0.1 to 1.0.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.0.1 to 1.0.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/v1.0.1...v1.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e6ecb477d8
chore(deps): bump jayson from 2.1.0 to 2.1.1
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ee542f0602
chore(deps-dev): bump eslint from 5.11.1 to 5.12.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.11.1 to 5.12.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.11.1...v5.12.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
09460e1795
chore(deps-dev): bump fs-file-tree from 1.0.6 to 1.0.7
...
Bumps [fs-file-tree](https://github.com/IonicaBizau/fs-file-tree ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/IonicaBizau/fs-file-tree/releases )
- [Commits](https://github.com/IonicaBizau/fs-file-tree/compare/1.0.6...1.0.7 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
5c1f12da01
chore(deps-dev): bump rollup from 1.0.0 to 1.0.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.0.0 to 1.0.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/v1.0.0...v1.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
af5d940355
chore(deps-dev): bump rimraf from 2.6.2 to 2.6.3
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Commits](https://github.com/isaacs/rimraf/compare/v2.6.2...v2.6.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
bd858ecce6
chore(deps-dev): bump rollup from 0.68.2 to 1.0.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 0.68.2 to 1.0.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/v0.68.2...v1.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
473600af55
chore(deps-dev): bump eslint-plugin-prettier from 3.0.0 to 3.0.1
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.0.0 to 3.0.1.
- [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.0.0...v3.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
efe2cc0cc5
chore(deps-dev): bump semantic-release from 15.13.1 to 15.13.2
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.1 to 15.13.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.1...v15.13.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
3af5902eb4
chore(deps-dev): bump eslint from 5.11.0 to 5.11.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.11.0...v5.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
b07f251b06
chore(deps-dev): bump rollup from 0.68.1 to 0.68.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 0.68.1 to 0.68.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/v0.68.1...v0.68.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
42944005b5
chore(deps-dev): bump eslint from 5.10.0 to 5.11.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.10.0...v5.11.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
88abaa3cc9
fix: rename getFinality to getConfirmationTime
2020-06-14 21:57:04 -07:00
62c1efc955
fix: add testnetChannelEndpoint()
2020-06-14 21:57:04 -07:00
b5d058e88f
package-lock.json
2020-06-14 21:57:04 -07:00
a015df4fb0
feat: switch to beta solana release channel
2020-06-14 21:57:04 -07:00
3c8dcbb6c7
chore(deps-dev): bump rollup from 0.68.0 to 0.68.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 0.68.0 to 0.68.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/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
37eb46e84d
chore(deps-dev): bump semantic-release from 15.13.0 to 15.13.1
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.13.0 to 15.13.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.0...v15.13.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6e11ad9670
chore(deps-dev): bump rollup from 0.67.4 to 0.68.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 0.67.4 to 0.68.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/v0.67.4...v0.68.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a28e19227d
chore(deps-dev): bump semantic-release from 15.12.5 to 15.13.0
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.12.5 to 15.13.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.12.5...v15.13.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
af836d6a6b
chore(deps-dev): bump flow-bin from 0.88.0 to 0.89.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.88.0 to 0.89.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.88.0...v0.89.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
6e9a13cf1c
chore(deps-dev): bump semantic-release from 15.12.4 to 15.12.5
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.12.4 to 15.12.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.12.4...v15.12.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
72beef6cd7
chore(deps-dev): bump prettier from 1.14.3 to 1.15.3
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.14.3 to 1.15.3.
- [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/1.14.3...1.15.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e250d4de3d
chore(deps-dev): bump eslint from 5.9.0 to 5.10.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v5.9.0...v5.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
d46fd83f41
fix: avoid misleading error message when solana-localnet container is not running
2020-06-14 21:57:04 -07:00
198dde4ac1
chore(deps-dev): bump rollup-plugin-node-resolve from 3.4.0 to 4.0.0
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 3.4.0 to 4.0.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v3.4.0...v4.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
666f2c2a3f
chore(deps-dev): bump rollup-plugin-json from 3.0.0 to 3.1.0
...
Bumps [rollup-plugin-json](https://github.com/rollup/rollup-plugin-json ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/rollup/rollup-plugin-json/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-json/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-json/compare/v3.0.0...v3.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
e24d830cca
chore(deps-dev): bump enzyme from 3.7.0 to 3.8.0
...
Bumps [enzyme](https://github.com/airbnb/enzyme ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/airbnb/enzyme/releases )
- [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbnb/enzyme/compare/enzyme@3.7.0...enzyme@3.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
ea5db68640
fix: Add network parameter to localnet run
2020-06-14 21:57:04 -07:00
3999a14bee
chore(deps-dev): bump eslint-config-prettier from 3.1.0 to 3.3.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v3.1.0...v3.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
102e5c4ae5
chore(deps-dev): bump codecov from 3.0.4 to 3.1.0
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/compare/v3.0.4...v3.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
35bcb6b413
chore(deps): bump node-fetch from 2.2.0 to 2.3.0
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.2.0...v2.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
a99540efb1
chore(deps-dev): bump rollup-plugin-babel from 3.0.3 to 3.0.7
...
Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel ) from 3.0.3 to 3.0.7.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-babel/compare/v3.0.3...v3.0.7 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
1dfc0e2531
chore(deps): bump ws from 6.1.0 to 6.1.2
...
Bumps [ws](https://github.com/websockets/ws ) from 6.1.0 to 6.1.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.1.0...6.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
8dde48ac67
chore(deps-dev): bump flow-bin from 0.87.0 to 0.88.0
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.87.0 to 0.88.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases )
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.87.0...v0.88.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
60066f4a01
chore(deps): bump rpc-websockets from 4.3.3 to 4.3.5
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
849530a463
chore(deps): bump jayson from 2.0.6 to 2.1.0
...
Bumps [jayson](https://github.com/tedeh/jayson ) from 2.0.6 to 2.1.0.
- [Release notes](https://github.com/tedeh/jayson/releases )
- [Commits](https://github.com/tedeh/jayson/compare/v2.0.6...v2.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
efe55e5fc4
chore(deps-dev): bump semantic-release from 15.9.16 to 15.12.4
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 15.9.16 to 15.12.4.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.9.16...v15.12.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
09f32f46db
chore(deps-dev): bump marked from 0.5.1 to 0.5.2
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.5.1...v0.5.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
9cade8c1f8
chore(deps-dev): bump rollup-plugin-node-globals from 1.2.1 to 1.4.0
...
Bumps [rollup-plugin-node-globals](https://github.com/calvinmetcalf/rollup-plugin-node-globals ) from 1.2.1 to 1.4.0.
- [Release notes](https://github.com/calvinmetcalf/rollup-plugin-node-globals/releases )
- [Commits](https://github.com/calvinmetcalf/rollup-plugin-node-globals/compare/v1.2.1...v1.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2e55dc71f7
chore(deps-dev): bump eslint-plugin-jest from 22.1.0 to 22.1.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 22.1.0 to 22.1.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.0...v22.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
2a06419a7a
chore(deps-dev): bump rollup from 0.67.3 to 0.67.4
...
Bumps [rollup](https://github.com/rollup/rollup ) from 0.67.3 to 0.67.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/v0.67.3...v0.67.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2020-06-14 21:57:04 -07:00
7ef329cd17
refactor: add other testnet urls for easy manual selection
2020-06-14 21:57:04 -07:00
6ea01eb90c
Fix JSON RPC API link
2020-06-14 21:57:04 -07:00
9780e4c5a7
code highlight style change
2020-06-14 21:57:04 -07:00
6b3eeb5504
fix: bpf programs are now shared objects
2020-06-14 21:57:04 -07:00
83d79afb96
minor css fix
2020-06-14 21:57:04 -07:00
f5138fda91
custom css theme
2020-06-14 21:57:04 -07:00
d02367d15b
chore: package-lock.json
2020-06-14 21:57:04 -07:00
97f5ef0b7e
fix: add esdoc css theme placeholder
2020-06-14 21:57:04 -07:00
2bab37a34d
chore: rebuild noop.o to catch up to bpf-sdk changes
2020-06-14 21:57:04 -07:00
bfefb2403c
chore: update eslint-plugin-jest
2020-06-14 21:57:04 -07:00
e17d00d4cd
fix: include sourcemaps
2020-06-14 21:57:04 -07:00
cd4da00a68
fix: avoid packaging bpf-sdk binaries that the user downloads
2020-06-14 21:57:04 -07:00
5271f4e157
fix: remove cwd assumption
2020-06-14 21:57:04 -07:00
b67581700b
fix: look for the default release channel harder
2020-06-14 21:57:04 -07:00
96133216e5
fix: derive default release channel from package.json
2020-06-14 21:57:04 -07:00
7437c3f694
ci: remove automerge label on CI failure
2020-06-14 21:57:04 -07:00
f1db055199
fix: flowtype catchup
2020-06-14 21:57:04 -07:00
2962eef2c7
fix: add sendAndConfirmRawTransaction()
2020-06-14 21:57:04 -07:00
9f0713d3a7
chore: update flow-bin
2020-06-14 21:57:04 -07:00
cd48ae367b
ci: correct rule name
2020-06-14 21:57:04 -07:00
4acccb3976
fix: add flowtype for SignaturePubkeyPair
2020-06-14 21:57:04 -07:00
508678a441
ci: tweak .mergify.yml
2020-06-14 21:57:04 -07:00
ab00797516
ci: add automerge label
2020-06-14 21:57:04 -07:00
0576415b89
ci: add mergify.io
2020-06-14 21:57:04 -07:00
0026b44531
feat: add support for partial Transaction signing
2020-06-14 21:57:04 -07:00
ac4bfaad32
feat: add sendRawTransaction()
2020-06-14 21:57:04 -07:00
aee383eaec
refactor: add constant for max Transaction size
2020-06-14 21:57:04 -07:00
f120ef21ee
fix: adapt to SolKeyedAccount name change
2020-06-14 21:57:04 -07:00
e4d1497c9d
fix: surface system_program info logs by default
2020-06-14 21:57:04 -07:00
b175a53f4b
fix: default transaction fee is now 1 (was 0)
2020-06-14 21:57:04 -07:00
916a5eb3d2
fix: flatten symlinks in bpf-sdk/ as |npm pack| strips all symlinks
2020-06-14 21:57:04 -07:00
8e3785989e
fix: update some devDependencies
2020-06-14 21:57:04 -07:00
f032e45bcd
chore: delete stray swap file
2020-06-14 21:57:04 -07:00
fa7e2722d1
fix: support multiple Transaction signatures
2020-06-14 21:57:04 -07:00
5311ed7f68
fix: catch up to sol_deserialize() signature change
2020-06-14 21:57:04 -07:00
921ae797d8
fix: stabilize tests
2020-06-14 21:57:04 -07:00
44047a8d63
fix: adapt transaction wire format for multiple signatures
2020-06-14 21:57:04 -07:00
3ef167f8fa
chore: package-lock.json
2020-06-14 21:57:04 -07:00
67ccac9418
fix: catch up to account field renaming
2020-06-14 21:57:04 -07:00
1f7b8f417d
feat: switch to edge release channel
2020-06-14 21:57:04 -07:00
680d2d18ea
refactor: use env to locate bash
2020-06-14 21:57:04 -07:00
5ce16c2cbb
fix: return signature from transfer transactions
2020-06-14 21:57:04 -07:00
04962c5cec
chore: remove elfy from rollup
2020-06-14 21:57:04 -07:00
64658c33ee
docs: update examples
2020-06-14 21:57:04 -07:00
f20013a010
fix: update to 0.10.1 bpf sdk
2020-06-14 21:57:04 -07:00
71328e9420
fix: Pass full BPF ELF ( #60 )
2020-06-14 21:57:04 -07:00
ee25e0278c
refactor: don't pretty twice during ok
2020-06-14 21:57:04 -07:00
1d6abb17cf
refactor: employ prettier
2020-06-14 21:57:04 -07:00
9a043344d5
fix: sendAndConfirmTransaction now returns the transaction signature
2020-06-14 21:57:04 -07:00
c424b48cd2
fix(flow): add transaction instructions field
2020-06-14 21:57:04 -07:00
4c18dabd62
test: add retries to account change notification test
2020-06-14 21:57:04 -07:00
cbcb774c82
fix: use secure websocket when https JSON RPC endpoint is requested
2020-06-14 21:57:04 -07:00
452fd1b785
fix: correct default websocket port
2020-06-14 21:57:04 -07:00
8468d3ebd1
fix: limit concurrent Loads to improve stability
2020-06-14 21:57:04 -07:00
7b1130b5bf
fix: import last id failure error message
2020-06-14 21:57:04 -07:00
f2f856356b
fix: include rpc info logs by default
2020-06-14 21:57:04 -07:00
f15dd68604
fix: validate bpf example
2020-06-14 21:57:04 -07:00
6ff9d1a650
refactor: rename env var
2020-06-14 21:57:04 -07:00
b1e811473a
fix: add clang install info
2020-06-14 21:57:04 -07:00
add7a00ace
fix: update bpf sdk header
2020-06-14 21:57:04 -07:00
bb71529fe0
fix: permit RUST_LOG to be overridden
2020-06-14 21:57:04 -07:00
224f8b17e7
fix: include solana_bpf_loader in default logging
2020-06-14 21:57:04 -07:00
0fbf024c8c
fix: improve retry logic on AccountInUse
2020-06-14 21:57:04 -07:00
33c59b73b4
fix: finalize/spawn in same transaction
2020-06-14 21:57:04 -07:00
4897ed0872
fix: add BpfLoader flow definition
2020-06-14 21:57:04 -07:00
99b18dbfef
fix: ship src/ again
2020-06-14 21:57:04 -07:00
d328d23faa
feat: add bpf-c-noop example
2020-06-14 21:57:04 -07:00
866e8d6892
chore: fetch bpf-sdk before publishing
2020-06-14 21:57:04 -07:00
0d0f2a729b
chore: delete .npmignore, use package whitelist instead
2020-06-14 21:57:04 -07:00
79066b7d26
chore: add script to fetch bpf sdk
2020-06-14 21:57:04 -07:00
66fbd4338f
chore: update package-lock.json
2020-06-14 21:57:04 -07:00
f3242c12a6
fix(flow): correct onAccountChange prototype
2020-06-14 21:57:04 -07:00
66e572f2a8
fix(flow): correct removeAccountChangeListener prototype
2020-06-14 21:57:04 -07:00
e7097340f2
feat: add account change notifications
2020-06-14 21:57:04 -07:00
9839c087d7
fix: update budget wire format
2020-06-14 21:57:04 -07:00
ec2a3690b2
fix: update program ids
2020-06-14 21:57:04 -07:00
ad43705124
fix: expose websocket
2020-06-14 21:57:04 -07:00
910ab671dc
style: remove cicular imports
2020-06-14 21:57:04 -07:00
55b2b4f598
chore: upgrade flow
2020-06-14 21:57:04 -07:00
1d226a2e16
chore: package-lock.json
2020-06-14 21:57:04 -07:00
40c68f3fcb
fix: retry better
2020-06-14 21:57:04 -07:00
ce6e840e03
fix: block until the JSON RPC API is available
2020-06-14 21:57:04 -07:00
f871b0410a
fix: Remove fs dep, bpf_loader now takes ELF as bytes
2020-06-14 21:57:04 -07:00
224d929d4d
docs: correct API params
2020-06-14 21:57:04 -07:00
17720766df
chore: update package-lock.json
2020-06-14 21:57:04 -07:00
4a39d25127
fix: remove circular imports
2020-06-14 21:57:04 -07:00
99e6b44d03
fix: expose token program instructions
2020-06-14 21:57:04 -07:00
e1c2498f74
feat: Submit program load transactions in parallel ( #39 )
...
feat: Submit program load transactions in parallel
2020-06-14 21:57:04 -07:00
bb0730f86e
fix(flow): add Transaction.add()
2020-06-14 21:57:04 -07:00
378e766178
test: timeout++
2020-06-14 21:57:04 -07:00
f168cdfd70
fix: multiple transaction instructions are now supported
2020-06-14 21:57:04 -07:00
e50b705de3
fix: remove decimal string support from PublicKey ctor
2020-06-14 21:57:04 -07:00
02787df7b9
Add BpfLoader ( #34 )
...
feat: Add BpfLoader
2020-06-14 21:57:04 -07:00
b8d586c67e
feat: add room in the API for Transactions with multiple Instructions
2020-06-14 21:57:04 -07:00
90c9df15ef
fix: retry transactions on AccountInUse errors
2020-06-14 21:57:04 -07:00
96c685eb5d
fix: PublicKey.toBuffer() now zero pads correctly
2020-06-14 21:57:04 -07:00
5a42cadefe
fix: fail faster on transaction errors
2020-06-14 21:57:04 -07:00
0510dbae6c
fix(flow): add sendAndConfirmTransaction
2020-06-14 21:57:04 -07:00
bc097ec04b
test: add confirmation retries when testing live
2020-06-14 21:57:04 -07:00
70d22476cf
fix: report elapsed duration on confirmation failure for better debug
2020-06-14 21:57:04 -07:00
779b5c38a2
test: add missing awaits
2020-06-14 21:57:04 -07:00
ad7c0bec64
fix: export sendAndConfirmTransaction
2020-06-14 21:57:04 -07:00
83d12f50df
fix: add lastId caching
2020-06-14 21:57:04 -07:00
aaf86ff2ba
test: bump jest timeout
2020-06-14 21:57:04 -07:00
9c8cc0bd24
fix: wait for the next lastId before sending a new transaction
2020-06-14 21:57:04 -07:00
d9b98918b6
Revert "test: disable flaky test until it can be debugged"
...
This reverts commit 75b52d0fa5bdeb3b49d91b7c227036b9acd0d451.
2020-06-14 21:57:04 -07:00
00890ef9e0
fix: add Token::setOwner
2020-06-14 21:57:04 -07:00
5cfe43b980
fix: use correct programId when creating a custom Token
2020-06-14 21:57:04 -07:00
9d63f28cdf
fix(flow): correct newAccount prototype
2020-06-14 21:57:04 -07:00
c848d64e3c
fix(flow): add revoke()
2020-06-14 21:57:04 -07:00
220589eb5d
fix(flow): add missing optional programId arg
2020-06-14 21:57:04 -07:00
757cf3ec16
fix: catchup to upstream loader changes
2020-06-14 21:57:04 -07:00
00fd0fc435
feat: support user-supplied Token programs
2020-06-14 21:57:04 -07:00
a9fc62d891
feat: expose ERC20 token originalAmount field
2020-06-14 21:57:04 -07:00
b66ca1a84d
chore: remove stray log
2020-06-14 21:57:04 -07:00
cace23bd0e
test: disable flaky test until it can be debugged
2020-06-14 21:57:04 -07:00
011a2abd0c
fix: catch up to recent upstream changes
2020-06-14 21:57:04 -07:00
972f68b16e
fix: log bank better
2020-06-14 21:57:04 -07:00
96242110bf
fix: add Token flowtype declarations
2020-06-14 21:57:04 -07:00
300da5b626
docs: up -> down
2020-06-14 21:57:04 -07:00
cc68af7bb6
fix: quiet uninteresting log messages
2020-06-14 21:57:04 -07:00
c931127748
fix: add flow definition for load()
2020-06-14 21:57:04 -07:00
e739ac1424
feat: add deploy command
2020-06-14 21:57:04 -07:00
3f2d1c4352
fix: logs are now followed though a localnet restart
2020-06-14 21:57:04 -07:00
1436eca398
feat: add unstable API for dynamic program loading
2020-06-14 21:57:04 -07:00
715556a611
test: add Layout.rustString()
2020-06-14 21:57:04 -07:00
a2d785398c
fix: restart flow server explicitly to avoid false errors from a lingering server
2020-06-14 21:57:04 -07:00
3a5a67bd5e
fix: update to post-v0.9 Transaction wire format
2020-06-14 21:57:04 -07:00
6543248b82
fix: follow log
2020-06-14 21:57:04 -07:00
1dade364cc
test: bump jest timeout
2020-06-14 21:57:04 -07:00
d40712999c
test: add delegate mismatch test case
2020-06-14 21:57:04 -07:00
ad2fa3ceaf
feat: Add ERC20-like Token
2020-06-14 21:57:04 -07:00
ab2d6c9ede
test: add .toString() test
2020-06-14 21:57:04 -07:00
17b73306fe
refactor: use buffer-layout to clean up buffer encoding
2020-06-14 21:57:04 -07:00
a596e99b4a
feat: Add sendAndConfirmTransaction
2020-06-14 21:57:04 -07:00
feab984cf1
docs: d
2020-06-14 21:57:04 -07:00
394d63891b
fix(solana-localnet): |logs| now works correctly
2020-06-14 21:57:04 -07:00
f9cf7006df
fix: avoid Buffer(), use Buffer.alloc() instead
2020-06-14 21:57:04 -07:00
d3d1bce4c2
feat: add solana-localnet program
2020-06-14 21:57:04 -07:00
6b1d1b41b5
docs: add semantic-release badge
2020-06-14 21:57:04 -07:00
48c3ea8106
docs: correct toBuffer comment
2020-06-14 21:57:04 -07:00
95efc7c3b0
fix: support creating a PublicKey from a base58 string
2020-06-14 21:57:04 -07:00
4b2305434e
refactor: remove magic number
2020-06-14 21:57:04 -07:00
65efea67dc
chore: ignore swap files
2020-06-14 21:57:04 -07:00
e090e7b600
fix: expose Buffer to bundlers
2020-06-14 21:57:04 -07:00
aa1d6ba4d4
fix: zero pad correctly
2020-06-14 21:57:04 -07:00
4f1112534d
fix: remove duplicate PublicKey flow definition
2020-06-14 21:57:04 -07:00
a878cdccf3
style: add convenience script to run all examples
2020-06-14 21:57:04 -07:00
ca6965f8c2
feat: wrap public key in a class
2020-06-14 21:57:04 -07:00
2c3208090c
docs: remove stale release process
2020-06-14 21:57:04 -07:00
70fb01ddd6
test: update test to match AccountInfo userdata refactor
2020-06-14 21:57:04 -07:00
a2955a2a2e
docs: add more details
2020-06-14 21:57:04 -07:00
cbbb21650f
Fix bold
2020-06-14 21:57:04 -07:00
935d520ec9
refactor: AccountInfo userdata is now never null
2020-06-14 21:57:04 -07:00
0cc621887b
chore: add semantic-git-commit-cli config file
2020-06-14 21:57:04 -07:00
b025dd82dc
chore: ignore module.flow.js, it's not expected to lint cleanly
2020-06-14 21:57:04 -07:00
c7100964a8
fix: add missing type exports
2020-06-14 21:57:04 -07:00
aceb29f50f
Chore: remove npm provider
2020-06-14 21:57:04 -07:00
e3d4872b67
Docs: Add link
2020-06-14 21:57:04 -07:00
7423943801
chore: initial semantic-release configuration
2020-06-14 21:57:04 -07:00
721ce794e8
feat(flow): add initial flow library definition
2020-06-14 21:57:04 -07:00
fae9624eb0
0.0.7
2020-06-14 21:57:04 -07:00
d3a593de4a
0.0.7-3
2020-06-14 21:57:04 -07:00
87e86c1cc8
Rename TimeStamp to Timestamp
2020-06-14 21:57:04 -07:00
2824779699
Fix lint fix
2020-06-14 21:57:04 -07:00
a3aecba1d0
Improve rpc result validation
2020-06-14 21:57:04 -07:00
92af6e3341
Add getSignatureStatus()
2020-06-14 21:57:04 -07:00
8ccbe888d3
Add breadcrumbs to some other available endpoints
2020-06-14 21:57:04 -07:00
e3703cec29
Add BudgetProgram.payOnBoth
2020-06-14 21:57:04 -07:00
63382b7e6b
Add basic system-program tests
2020-06-14 21:57:04 -07:00
ffbc23684c
Improve budget-program tests
2020-06-14 21:57:04 -07:00
a15a2424f4
s/contract/program/g
2020-06-14 21:57:04 -07:00
85c1023861
Update babel-core and jest
2020-06-14 21:57:04 -07:00
27fbc8bb72
Add link to tic-tac-toe
2020-06-14 21:57:04 -07:00
f26f1ce64a
Update dependencies
2020-06-14 21:57:04 -07:00
117cf7f287
0.0.7-2
2020-06-14 21:57:04 -07:00
41e9cd3e99
Ignore deploy/
2020-06-14 21:57:04 -07:00
b0c109f586
Remove coveralls remnants
2020-06-14 21:57:04 -07:00
d350ea2764
0.0.7-1
2020-06-14 21:57:04 -07:00
6ad116fd60
s/prepublish/prepare/
2020-06-14 21:57:04 -07:00
5ce82fe50b
0.0.7-0
2020-06-14 21:57:04 -07:00
4a484158f3
s/contract_id/program_id/g
2020-06-14 21:57:04 -07:00
4f2f41d25f
s/contract_id/program_id
2020-06-14 21:57:04 -07:00
e249e4f5c7
Add npm downloads badge
2020-06-14 21:57:04 -07:00
b37706469b
Add david-dm badges
2020-06-14 21:57:04 -07:00
38d2ea58a5
Clean up badges
2020-06-14 21:57:04 -07:00
18016444f8
API documentation updates
2020-06-14 21:57:04 -07:00
914c54e071
Docs
2020-06-14 21:57:04 -07:00
7148b0f7d8
Add getAccountInfo
2020-06-14 21:57:04 -07:00
da2496872b
Catch up to latest Transaction ABI changes
2020-06-14 21:57:04 -07:00
d009e7e91b
s/contract/program/
2020-06-14 21:57:04 -07:00
864940f63b
Add budget example
2020-06-14 21:57:04 -07:00
a96ab72e8e
Add support for built-in contracts
2020-06-14 21:57:04 -07:00
7dad281f69
Create TransferTokensTransaction class
2020-06-14 21:57:04 -07:00
cc4019f56f
Update to v0.0.6
2020-06-14 21:57:04 -07:00
8ed4be1995
0.0.6
2020-06-14 21:57:04 -07:00
851ca7acc9
Catch up to solana 0.8 Transaction wire format changes
2020-06-14 21:57:04 -07:00
fa5f3d81fd
Update airdrop return type
2020-06-14 21:57:04 -07:00
ad5390bbae
Switch testnet url
2020-06-14 21:57:04 -07:00
29148ef898
Add preliminary sendTokens() implementation
2020-06-14 21:57:04 -07:00
1c365dc31c
Add decode()
2020-06-14 21:57:04 -07:00
552f2f137a
Update README.md
2020-06-14 21:57:04 -07:00
db0447a628
Add test:live script
2020-06-14 21:57:04 -07:00
0aa5d2c71a
Add a couple of negative tests
2020-06-14 21:57:04 -07:00
9da3188a2d
eslint: Suppress 'JestMockFn' is not defined
2020-06-14 21:57:04 -07:00
92e602bd87
Mock Connection tests
2020-06-14 21:57:04 -07:00
573dd99b31
Doc tweak
2020-06-14 21:57:04 -07:00
9dddb84599
Shuffle badges
2020-06-14 21:57:04 -07:00
4184845997
De-.
2020-06-14 21:57:04 -07:00
7a618945f6
Add API documentation
2020-06-14 21:57:04 -07:00
7acaf84c12
Look for more lint
2020-06-14 21:57:04 -07:00
2ccabce064
Reduce rollup warnings
2020-06-14 21:57:04 -07:00
4ca59533a4
Link to example-webwallet
2020-06-14 21:57:04 -07:00
641e2f9f85
0.0.4
2020-06-14 21:57:04 -07:00
41a658c336
Add most of sendTokens() implementation
2020-06-14 21:57:04 -07:00
ac976a66f0
package-lock.json update
2020-06-14 21:57:04 -07:00
3ea2ffc89d
Trim eslint plugins
2020-06-14 21:57:04 -07:00
f3dff59d35
Fix up external dependency bundling
2020-06-14 21:57:04 -07:00
4fef4356a4
Fill out dependencies
2020-06-14 21:57:04 -07:00
16ee48b1ad
Throw if endpoind is not provided
2020-06-14 21:57:04 -07:00
45360abc87
Add get-balance html example
2020-06-14 21:57:04 -07:00
3fb92bd062
Get flow-typed out of postinstall
2020-06-14 21:57:04 -07:00
392672a5a7
Implement requestAirdrop
2020-06-14 21:57:04 -07:00
b33633fb9c
Minor text update
2020-06-14 21:57:04 -07:00
c55d21626f
Update README.md
2020-06-14 21:57:04 -07:00
81f3efb436
Flow index.js
2020-06-14 21:57:04 -07:00
a6154ea649
Refresh package-lock.json
2020-06-14 21:57:04 -07:00
4df189513e
Add Connection class
2020-06-14 21:57:04 -07:00
79ab826678
Lint tests
2020-06-14 21:57:04 -07:00
96f8a8620d
Activate flow
2020-06-14 21:57:04 -07:00
bbb8055243
Add external script link reference
2020-06-14 21:57:04 -07:00
015aff0a4c
Remove coveralls
2020-06-14 21:57:04 -07:00
4f396e60fe
Add codecov.io
2020-06-14 21:57:04 -07:00
36df1b1e5e
Add local browser example
2020-06-14 21:57:04 -07:00
ad95cb5c32
0.0.3
2020-06-14 21:57:04 -07:00
efeb2f55c3
Run lint/flow/doc/examples in CI
2020-06-14 21:57:04 -07:00
5a21b2f9fb
Fix package main
2020-06-14 21:57:04 -07:00
0dcd261c38
Trim npm package contents
2020-06-14 21:57:04 -07:00
ca3582ea5e
0.0.2
2020-06-14 21:57:04 -07:00
0575148594
Add more documentation
2020-06-14 21:57:04 -07:00
bf83497bbc
Support cjs, esm and iife modules
2020-06-14 21:57:04 -07:00
5a0206bcfe
Add Account class
2020-06-14 21:57:04 -07:00
0f1f52e3e4
Adjust eslint configuration
2020-06-14 21:57:04 -07:00
1f1fbd84ff
Initial version
2020-06-14 21:57:04 -07:00
86e32a3f31
Add npm/github deployment
2020-06-14 21:57:04 -07:00
1ba4492054
Add npm badge
2020-06-14 21:57:04 -07:00
cf7f048f65
Add esdoc boilerplate
2020-06-14 21:57:04 -07:00
7e109f22c2
Project boilerplate from eunikitin/modern-package-boilerplate
2020-06-14 21:57:04 -07:00
a39df7ee5d
Fix udp port check retry and check all udp ports ( #10385 )
...
* Don't start if udp port is really closed
* Fully check all udp ports
* Remove test code.......
* Add tests and adjust impl a bit
* Add comment
* Move comment a bit
* Move a bit
* clean ups
2020-06-15 07:36:08 +09:00
0d38257dbb
Fix perf-libs version detection ( #10571 )
...
automerge
2020-06-14 12:35:06 -07:00
8ac6b7a83f
Document removing the pre-release checkmark
2020-06-14 10:32:07 -07:00
edb81b5007
Add gitbook release documentation
2020-06-14 09:52:13 -07:00
a323fe9df6
Add more release docs ( #10570 )
2020-06-14 09:49:56 -07:00
f717010fa5
Update RELEASE.md ( #10569 )
2020-06-14 09:11:21 -07:00
1343d0eff7
Use git diff instead of git show for --check ( #10566 )
2020-06-14 21:24:10 +09:00
f5912f3633
Clean up test-sanity.sh a bit ( #10565 )
2020-06-14 21:16:19 +09:00
f1131dfbbb
Check the whole range of commits in the topic branch ( #10560 )
...
* Check the whole range of commits in the topic branch
* Fix shellcheck
* Debug...
* Ensure to update to the latest of the base branch...
2020-06-14 18:15:46 +09:00
a0692c9b4c
Further fix the ci ( #10559 )
2020-06-14 14:53:49 +09:00
d159bc71e7
Fix trailing whitespace ( #10558 )
2020-06-14 14:43:43 +09:00
ba83e4ca50
Fix fannout gossip bench ( #10509 )
...
* Gossip benchmark
* Rayon tweaking
* push pulls
* fanout to max nodes
* fixup! fanout to max nodes
* fixup! fixup! fanout to max nodes
* update
* multi vote test
* fixup prune
* fast propagation
* fixups
* compute up to 95%
* test for specific tx
* stats
* stats
* fixed tests
* rename
* track a lagging view of which nodes have the local node in their active set in the local received_cache
* test fixups
* dups are old now
* dont prune your own origin
* send vote to tpu
* tests
* fixed tests
* fixed test
* update
* ignore scale
* lint
* fixup
* fixup
* fixup
* cleanup
Co-authored-by: Stephen Akridge <sakridge@gmail.com >
2020-06-13 22:03:38 -07:00
07e8e8af38
Remove trailing whitespace ( #10554 )
...
automerge
2020-06-13 14:48:27 -07:00
48febf153b
Change documentation introduction to indicate Foundation IP transfer ( #10440 )
2020-06-13 14:41:05 -07:00
9e0b90f331
commitlint now works in web3.js/ ( #10552 )
...
automerge
2020-06-13 14:13:47 -07:00
b6a9573748
Route all loader messages to log collector ( #10528 )
2020-06-13 13:20:08 -07:00
e5a2c75fab
Bump serde_yaml from 0.8.12 to 0.8.13
...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml ) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases )
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.12...0.8.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-13 09:48:15 -07:00
a13b72c59c
Allow any branch
2020-06-12 22:29:25 -07:00
8f0e301aa2
Merge notifications
2020-06-12 22:21:28 -07:00
a3a8e8775c
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 in /explorer
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-12 22:10:58 -07:00
f3965c3eb7
Add commitlint support
2020-06-12 22:10:44 -07:00
483fb86b06
Bump @types/react from 16.9.23 to 16.9.36 in /explorer
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.23 to 16.9.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-12 20:26:14 -07:00
4d31d799bf
Bump @react-hook/debounce from 2.0.5 to 3.0.0 in /explorer
...
Bumps [@react-hook/debounce](https://github.com/jaredLunde/react-hook ) from 2.0.5 to 3.0.0.
- [Release notes](https://github.com/jaredLunde/react-hook/releases )
- [Commits](https://github.com/jaredLunde/react-hook/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-12 20:26:03 -07:00
25d72fbed5
Export explorer/ into the real explorer repository
2020-06-12 19:32:35 -07:00
8dd5384d6d
Split commitment module ( #10541 )
...
automerge
2020-06-12 17:16:10 -07:00
b7da3115dd
Build release artifacts less frequently
2020-06-12 17:00:29 -07:00
69c0649988
Enable cron and api builds
2020-06-12 16:57:05 -07:00
3bb908a78b
Prevent .travis changes from affecting buildkite builds
2020-06-12 16:49:55 -07:00
f54c049b43
Add FdGYQ... to non-circulation withdrawer authority list ( #10542 )
...
automerge
2020-06-12 16:45:20 -07:00
fd928f4178
Add empty workspace
2020-06-12 16:32:05 -07:00
94a5c47861
Add incinerator transaction to cache
2020-06-12 16:32:05 -07:00
96c02eb436
Cache token supply transactions
2020-06-12 16:32:05 -07:00
81292253b5
Remove duplicate information in create account w seed details section
2020-06-12 16:32:05 -07:00
d00da9e4b7
Update src/components/TransactionDetails.tsx
...
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-06-12 16:32:05 -07:00
183095feac
Display recent blockhash if not a nonce transaction
2020-06-12 16:32:05 -07:00
d8f3081b11
Rename blockhash label to nonce to reduce ambiguity
2020-06-12 16:32:05 -07:00
8b95be0ee4
Remove clusterUrl url param
2020-06-12 16:32:05 -07:00
03f7d28aff
Remove all but cluster url param when navigating
2020-06-12 16:32:05 -07:00
d5421266f5
Reorder TopAccountsCard.tsx
2020-06-12 16:32:05 -07:00
851c0863dc
Default top-account filter to circulating
2020-06-12 16:32:05 -07:00
6c45729694
Move top accounts to supply page and add filter
2020-06-12 16:32:05 -07:00
16b0ee0a21
Improve background color contrast
2020-06-12 16:32:05 -07:00
9b602edc7a
Fix pending transaction error due to missing timestamp
2020-06-12 16:32:05 -07:00
3f12bf6f52
Default top accounts to all accounts
2020-06-12 16:32:05 -07:00
a15ea32f16
Fix unnecessary reload on supply page
2020-06-12 16:32:05 -07:00
7e2eefad3e
Add disclaimer stating oldest available slot ( #136 )
2020-06-12 16:32:05 -07:00
e962d40815
Fix bug causing eager fetching of rich list
2020-06-12 16:32:05 -07:00
94531f0879
Add result and details link to account history table
2020-06-12 16:32:05 -07:00
612ef1bc10
Fix format
2020-06-12 16:32:05 -07:00
05d2bf21d2
Explicitly move copy tooltip to the right
2020-06-12 16:32:05 -07:00
62e330213f
Display timestamp unavailable
2020-06-12 16:32:05 -07:00
d842d161cf
Add top accounts page
2020-06-12 16:32:05 -07:00
c5dcc3c378
Improve transaction details page copy
2020-06-12 16:32:05 -07:00
406f35edfa
Add supply stats page
2020-06-12 16:32:05 -07:00
2312658492
Account history feed
2020-06-12 16:32:05 -07:00
27650572dd
Display transaction timestamp in details view
2020-06-12 16:32:05 -07:00
5946817978
Show transaction history for deleted accounts
2020-06-12 16:32:05 -07:00
7d00398662
Update web3 to 0.49.4
2020-06-12 16:32:05 -07:00
d1c6a8f60b
Update web3 to 0.43.9
2020-06-12 16:32:05 -07:00
23637d55b2
Make lockup time less ambiguous
2020-06-12 16:32:05 -07:00
5176a29955
Change copy for stake status
2020-06-12 16:32:05 -07:00
3e2538919f
Spruce up stake account details page
2020-06-12 16:32:05 -07:00
1f883c88e5
Use solana fork of create-react-app buildpack
2020-06-12 16:32:05 -07:00
4d94de92c5
Use authority in copy, hide default lockup info
2020-06-12 16:32:05 -07:00
26e4767fdd
Use wasm to decode stake account
2020-06-12 16:32:05 -07:00
29ec98d0a1
Add account details page
2020-06-12 16:32:05 -07:00
59288117b9
Remove source tracking for addresses and signatures
2020-06-12 16:32:05 -07:00
595f3ebe14
Bump web3 to v0.49.0
2020-06-12 16:32:05 -07:00
b33d7cd893
Add support for more system instructions
2020-06-12 16:32:05 -07:00
2d00502354
Add stake instruction support
2020-06-12 16:32:05 -07:00
47acdfebff
Move system ix details cards
2020-06-12 16:32:05 -07:00
0df52938b2
Add key index to tx instructions
2020-06-12 16:32:05 -07:00
01b99a0570
Add support for more system instruction types
2020-06-12 16:32:05 -07:00
7eb792a0cc
Show blockhash in transaction details
2020-06-12 16:32:05 -07:00
13af01dcc4
Refactor instruction details components
2020-06-12 16:32:05 -07:00
285ae1481f
Center loading card
2020-06-12 16:32:05 -07:00
b68dc5cf85
Fix false negative not found response
2020-06-12 16:32:05 -07:00
e31b30c595
Fix bad system instruction type handling
2020-06-12 16:32:05 -07:00
6c8a5747f7
Renames
2020-06-12 16:32:05 -07:00
cfa0c20910
Support plural paths for tx details
2020-06-12 16:32:05 -07:00
f2a034f938
Fix infinite update loop
2020-06-12 16:32:05 -07:00
42225446c4
UX improvements
2020-06-12 16:32:05 -07:00
484a4db626
Add transaction details page
2020-06-12 16:32:05 -07:00
9f26cbbbeb
Bump web3 to v0.47.1
2020-06-12 16:32:05 -07:00
6eff7f35c9
Refactor transaction provider
2020-06-12 16:32:05 -07:00
f3e677eaab
Call getConfirmedTransaction instead of getConfirmedBlock for tx details
2020-06-12 16:32:05 -07:00
60b0eb2e57
Fix mergify condition
2020-06-12 16:32:05 -07:00
04677cb831
Use react-router Switch to control visible content
2020-06-12 16:32:05 -07:00
d629e67b32
Clean up app component
2020-06-12 16:32:05 -07:00
8e081c70f2
Add mergify config
2020-06-12 16:32:05 -07:00
1172d9cd41
Make more things copyable
2020-06-12 16:32:05 -07:00
bdbd037257
Bump @solana/web3.js
2020-06-12 16:32:05 -07:00
e5f69673d7
Show account tx history
2020-06-12 16:32:05 -07:00
73922609e4
Ensure only the copyable element itself is hover-able/click-able
2020-06-12 16:32:05 -07:00
459b4d06fe
Rename signature to be more generic (and less wrong); Make copyable accept children
2020-06-12 16:32:05 -07:00
0cef795107
Make addresses copyable
2020-06-12 16:32:05 -07:00
9bf3ddf9c4
Run prettier
2020-06-12 16:32:05 -07:00
1c7b806575
Add popover for clipboard notification
2020-06-12 16:32:05 -07:00
1cc76058d2
Add basic copy-to-clipboard functionality
2020-06-12 16:32:05 -07:00
83b24e682b
Remove duplicate .gitignore entries
2020-06-12 16:32:05 -07:00
2513468582
Enable Heroku review apps
2020-06-12 16:32:05 -07:00
8de34e1f42
Show details for all transaction instructions
2020-06-12 16:32:05 -07:00
1c1c628b19
Create test account when test url param is present
2020-06-12 16:32:05 -07:00
5cf323f9f5
Fix clusterUrl param detection
2020-06-12 16:32:05 -07:00
e47b178d29
Transaction modal fixes
2020-06-12 16:32:05 -07:00
0bda30e1f7
Update @solana/web3.js to v0.43.0
2020-06-12 16:32:05 -07:00
0f0b0a20eb
Update @solana/web3.js to v0.42.2
2020-06-12 16:32:05 -07:00
8eabff3911
Add top nav and improve mobile experience
2020-06-12 16:32:05 -07:00
18282c04db
Drop
2020-06-12 16:32:05 -07:00
b691f7a77b
Update @solana/web3.js to v0.41.2
2020-06-12 16:32:05 -07:00
ed470564e6
Improve the UI of the transaction modal
2020-06-12 16:32:05 -07:00
bcb10b0536
Display owner names when known
2020-06-12 16:32:05 -07:00
35814e77cb
Show zero balance for missing accounts
2020-06-12 16:32:05 -07:00
aec0d9cca0
Update solana/web3.js to v0.40.0
2020-06-12 16:32:05 -07:00
60981f2031
Make it easy to create test success and failed tx
2020-06-12 16:32:05 -07:00
152d7bc774
Check for /transactions route
2020-06-12 16:32:05 -07:00
b3e0f06e23
Fix displaying 0 confirmations
2020-06-12 16:32:05 -07:00
3a9ab69d52
Use 'recent' connection for status queries
2020-06-12 16:32:05 -07:00
611f2ae957
Add transaction details modal
2020-06-12 16:32:05 -07:00
ef7be97540
Use signature and address for state keys
2020-06-12 16:32:05 -07:00
69502cc68e
Add confirmations to tx table
2020-06-12 16:32:05 -07:00
f55c53e5ca
Update web3 to 0.39.1
2020-06-12 16:32:05 -07:00
2e20b9f43e
Remove lamports switch, always display in SOL
2020-06-12 16:32:05 -07:00
5bdeeda569
Add account address lookup table
2020-06-12 16:32:05 -07:00
1d7dbe859a
Rename network to cluster
2020-06-12 16:32:05 -07:00
c47c3acb10
Add cluster url param and rename tds to testnet
2020-06-12 16:32:05 -07:00
82cdd1babe
Clean up unused files and fix broken UI elements ( #27 )
2020-06-12 16:32:05 -07:00
e59625a41d
Improve flexibility of url parsing ( #26 )
2020-06-12 16:32:05 -07:00
1ad1ba73fa
Raj ( #23 )
...
* adds styling changes for brand consistency
* reverts some prettier snafus
Co-authored-by: Raj Gokal <raj@solana.com >
2020-06-12 16:32:05 -07:00
52f5934c3d
Add real slot info to transactions table ( #16 )
...
* Add real slot info to transactions table
* npm run format:fix
2020-06-12 16:32:05 -07:00
ea705f9147
Bump @solana/web3.js to v0.36.0 ( #15 )
2020-06-12 16:32:05 -07:00
60e01116b2
Tweak style of network modal options
2020-06-12 16:32:05 -07:00
76733e14d8
Update manifest to have Solana info ( #13 )
2020-06-12 16:32:05 -07:00
8090ee31ab
Left align tx id column
2020-06-12 16:32:05 -07:00
237b3ae025
Add signature input to tx table ( #9 )
2020-06-12 16:32:05 -07:00
82543886fb
UI Tweaks
2020-06-12 16:32:05 -07:00
45898415a1
Small tweaks
2020-06-12 16:32:05 -07:00
068b034a22
Use https links for clusters ( #8 )
2020-06-12 16:32:05 -07:00
03345e9005
Add network selector ( #7 )
2020-06-12 16:32:05 -07:00
875aeaa53f
Update web3 and fix hasha warning ( #6 )
2020-06-12 16:32:05 -07:00
6006c30ace
Add transaction card component and provider ( #5 )
2020-06-12 16:32:05 -07:00
de1df895a0
Cleanup network provider ( #3 )
2020-06-12 16:32:05 -07:00
d7b2612915
Fix travis build ( #2 )
2020-06-12 16:32:05 -07:00
95001aa8ee
Add network status button and url param parsing
2020-06-12 16:32:05 -07:00
674ee37ee3
Switch from yarn to npm ( #1 )
2020-06-12 16:32:05 -07:00
5ff479590c
Enable Travis
2020-06-12 16:32:05 -07:00
7ef953437f
Enable prettier
2020-06-12 16:32:05 -07:00
6619edb12c
Fix dashkit scss building
2020-06-12 16:32:05 -07:00
6aa797c05c
Add placeholder main page
2020-06-12 16:32:05 -07:00
6a38889572
Import dashkit theme
2020-06-12 16:32:05 -07:00
d78d9898f3
First commit
2020-06-12 16:32:05 -07:00
ca0589e5a7
Adjust ^ placement
2020-06-12 16:22:31 -07:00
24eed881df
Fix pull_request-only syntax
2020-06-12 16:16:56 -07:00
644e37c03e
shellcheck
2020-06-12 16:06:32 -07:00
b54532b4c1
Add explorer/ carve out
2020-06-12 16:02:58 -07:00
c2fa1032d7
Remove branch condition
2020-06-12 15:46:05 -07:00
d6cd29b32a
Restore lanaguage rust
2020-06-12 15:27:46 -07:00
6c59093a67
Prepare Travis CI for web3.js and explorer
2020-06-12 15:23:55 -07:00
2eb6f498a8
Remove redundant BankForks parameter ( #10537 )
2020-06-12 11:04:17 -06:00
dfe72d5242
Optimize stale slot shrinking for previously cleaned roots ( #10099 )
...
* Prioritize shrinking of previously cleaned roots
* measure time of stale slot shrinking
* Disable shrink for test
* shrink: budgeting, store count, force for snapshot
* Polish implementation and fix tests
* Fix ci..
* Clean up a bit
* Further polish implementation and fix/add tests
* Rebase fixes
* Remove unneeded Default for AccountStorageEntry
* Address review comments
* More cleanup
* More cleanup
2020-06-12 14:51:43 +09:00
4f761395d2
Adhere to naming conventions ( #10530 )
...
automerge
2020-06-11 19:10:34 -07:00
914f285914
Add Trust Wallet security info ( #10516 )
...
automerge
2020-06-11 17:59:41 -07:00
206b8118a1
Buildkite pipeline overhaul 2 ( #10529 )
2020-06-11 17:34:13 -07:00
fb8612be49
Update non-circulating pubkeys ( #10524 )
...
automerge
2020-06-11 16:30:25 -07:00
9077c4a776
Enable jsonrpc client ( #10522 )
2020-06-11 16:51:25 -06:00
b03a347803
Document InvokeContext trait ( #10514 )
2020-06-11 15:31:13 -07:00
526eefac97
Fix clippy ( #10521 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-11 15:26:00 -06:00
bca386c776
Put docs step in a container
2020-06-11 13:42:20 -07:00
d79759595a
Remove unneeded doc check
2020-06-11 13:18:03 -07:00
e2d46375cd
Rework buildkite pipeline construction to be more composable
2020-06-11 13:17:25 -07:00
8b3dc2d44b
Force CI_REPO_SLUG
2020-06-11 13:13:54 -07:00
2e1d59ff85
Adopt heaviest subtree fork choice rule ( #10441 )
...
* Add HeaviestSubtreeForkChoice
* Make replay stage switch between two fork choice rules
Co-authored-by: Carl <carl@solana.com >
2020-06-11 12:16:04 -07:00
0510b6e336
Add merge-stake
subcommmand
2020-06-10 23:19:31 -07:00
ee007e0d31
Add stage 5 TdS Validators to list ( #10508 )
...
automerge
2020-06-10 18:57:18 -07:00
769f456a22
Add RPC Send Transaction Service graphs
2020-06-10 18:14:06 -07:00
60bc64629c
Add StakeInstruction::Merge ( #10503 )
...
automerge
2020-06-10 17:22:47 -07:00
4c140acb3b
ClusterInfo cleanup ( #10504 )
...
automerge
2020-06-10 17:00:17 -07:00
9c2c64f8c8
More reliable way to detect expired transactions ( #10482 )
...
When the root slot is beyond the last valid slot, we can say
with certainty that the blockhash is expired. Unfortunately,
we still can't say the transaction didn't land. It may have
landed a long time ago and the validator has since purged
its transaction status.
2020-06-10 17:00:13 -06:00
1e3554b33d
runtime: fix possible deadlock in bank ( #10466 )
2020-06-11 02:02:08 +09:00
6eb5ef6ac7
Add back missing pull_response success counter ( #10491 )
2020-06-10 09:17:57 -07:00
a15f60a291
Factor out testnet automation SW version resolution
2020-06-10 09:55:39 -06:00
c3bb4b7405
Add vote-update-commission
subcommand
2020-06-10 08:30:55 -07:00
2bcbe44c79
Add VoteInstruction::UpdateCommission
2020-06-10 08:30:55 -07:00
0a638a8f17
runtime: fix possible deadlock in accounts_db ( #10469 )
2020-06-10 19:37:15 +09:00
75b8c2c4e3
Fix broken image link ( #10496 )
...
automerge
2020-06-10 02:45:17 -07:00
f19faa2e13
Don't ever unstake more than 20% of the cluster at a time
2020-06-09 22:04:22 -07:00
8a7f1c2058
Add --baseline-stake-amount and --bonus-stake-amount arguments
2020-06-09 22:04:22 -07:00
40ffc56f8d
Update docs for eager rent collection ( #10348 )
...
* Update docs for eager rent collection
* Add rent doc and clarify account doc for app devs
* Clarify some and pass the grammarly
* Fix units notation
* Fix link
* Fix link really
* Fix link really really
* More grammarly
* Apply suggestions from code review
Thank you so much!
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Add explanation of 19.055441478439427
* Fix unit...
* Fix unit...
* Clarify rent duration reasoning
* Tweak a text for more clarification
* Tweak more..
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
* Revert too detailed out-of-context explanations
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-06-10 13:00:47 +09:00
ecb6959720
Optimize process pull responses ( #10460 )
...
* Batch process pull responses
* Generate pull requests at 1/2 rate
* Do filtering work of process_pull_response in read lock
Only take write lock to insert if needed.
2020-06-09 17:08:13 -07:00
4131eee94d
Expose last-valid-slot to BankClient and ThinClient users ( #10478 )
...
automerge
2020-06-09 17:07:32 -07:00
b250e8c614
[auto-commit] Update all Cargo lock files
2020-06-09 16:57:46 -07:00
a264a9dd0b
Bump serde_json from 1.0.53 to 1.0.54
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.53 to 1.0.54.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.53...v1.0.54 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-09 16:57:46 -07:00
aaf6dd9ee0
Allow ci/publish_tarball.sh's output to be configured ( #10480 )
...
automerge
2020-06-09 15:40:41 -07:00
8e2745c2a2
Clean up delinquency slot distance computation
2020-06-09 11:27:30 -07:00
d59fd7d512
Add gossip/poh to dashboard ( #10449 )
2020-06-09 10:25:10 -07:00
b329e6d1a4
Add --warp-slot argument to |solana-ledger-tool create-snapshot|
2020-06-09 09:16:21 -07:00
ed351400b2
Add SendTransactionService
2020-06-09 07:46:40 -07:00
2da9b12d67
Remove client-side retry service
2020-06-09 07:46:40 -07:00
832d324a23
Revert "Gossip PullRequests tend to return a lot of duplicates. ( #10326 )" ( #10455 )
...
This reverts commit 31e20eff82
.
2020-06-09 07:27:00 -07:00
4cfb7588d9
som: Add --quality-block-producer-percentage ( #10462 )
...
automerge
2020-06-08 22:15:59 -07:00
9d07a23c46
Run clippy before check to avoid being skipped ( #10464 )
...
* Run clippy before check to avoid being skipped
* Tweak output
* Apply a workaround
2020-06-09 12:25:39 +09:00
704d98ac28
Use cutting-edge (=nightly) clippy for all targets ( #10463 )
...
automerge
2020-06-08 18:58:47 -07:00
cffd8d9427
Add missing "
2020-06-08 17:44:05 -07:00
e23340d89e
Clippy cleanup for all targets and nighly rust (also support 1.44.0) ( #10445 )
...
* address warnings from 'rustup run beta cargo clippy --workspace'
minor refactoring in:
- cli/src/cli.rs
- cli/src/offline/blockhash_query.rs
- logger/src/lib.rs
- runtime/src/accounts_db.rs
expect some performance improvement AccountsDB::clean_accounts()
* address warnings from 'rustup run beta cargo clippy --workspace --tests'
* address warnings from 'rustup run nightly cargo clippy --workspace --all-targets'
* rustfmt
* fix warning stragglers
* properly fix clippy warnings test_vote_subscribe()
replace ref-to-arc with ref parameters where arc not cloned
* Remove lock around JsonRpcRequestProcessor (#10417 )
automerge
* make ancestors parameter optional to avoid forcing construction of empty hash maps
Co-authored-by: Greg Fitzgerald <greg@solana.com >
2020-06-09 09:38:14 +09:00
fa3a6c5584
Add F3LudCbGqu4DMqjduLq5WE2g3USYcjmVK3WR8KeNBhWz ( #10456 )
...
automerge
2020-06-08 13:06:45 -07:00
136342eaae
Bump new_system_program_activation_epoch by 2
2020-06-08 09:39:42 -07:00
97f9b63507
Improve BPF SDK dependency caching ( #10434 )
2020-06-08 09:20:12 -07:00
9f181f41fa
Add Algo|Stake as a recommended trusted testnet validator ( #10452 )
...
automerge
2020-06-08 08:17:19 -07:00
af8c21c559
Remove lock around JsonRpcRequestProcessor ( #10417 )
...
automerge
2020-06-07 20:54:03 -07:00
0645a0c96d
Gossip cleanup remove duplicate gossip metrics and name worker threads ( #10435 )
...
Refactor into functions
2020-06-06 15:05:45 -07:00
ebb612ab4e
Enable and add tick rate to metrics ( #10430 )
2020-06-06 11:47:11 -07:00
7e2651ca51
RPC simulateTransaction endpoint now returns program log output ( #10432 )
2020-06-06 10:18:28 -07:00
718244fb8f
Add Certus One as a trusted validator for testnet ( #10433 )
...
automerge
2020-06-05 16:44:58 -07:00
2725acebea
Lower counter level ( #10428 )
2020-06-05 15:53:09 -07:00
2e37eccfc4
Bump jsonrpc-core-client from 14.1.0 to 14.2.0 ( #10425 )
...
Bumps [jsonrpc-core-client](https://github.com/paritytech/jsonrpc ) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases )
- [Commits](https://github.com/paritytech/jsonrpc/compare/v14.1.0...v14.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 15:51:01 -06:00
3d2230f1a9
Add pull request count metrics ( #10421 )
2020-06-05 09:36:31 -07:00
31e20eff82
Gossip PullRequests tend to return a lot of duplicates. ( #10326 )
...
* filter messages that are likely to be pushed from the response
* tests
* tests
* wait to start filtering responses, and push stats to influx
* wait to start filtering responses, and push stats to influx
* reduce the timers to match the publish self timeout
* fmt
* fmt
2020-06-05 08:01:45 -07:00
3cea73cf14
docs: Fix missing closing code block ``` ( #10424 )
...
automerge
2020-06-05 00:19:56 -07:00
db82d9e914
Enable more fine-grained control in partition tests ( #10418 )
...
Co-authored-by: Carl <carl@solana.com >
2020-06-04 23:32:53 -07:00
aa6832964c
ledger_cleanup_service: compact at a slower rate than purging ( #10414 )
2020-06-04 21:06:06 -07:00
da34310eb4
Add arg to specify address-signer for solana deploy ( #10416 )
2020-06-04 20:14:12 -06:00
318835e3a0
Merge pull request #10410 from solana-labs/dependabot/cargo/jsonrpc-pubsub-14.2.0
...
Bump jsonrpc-pubsub from 14.1.0 to 14.2.0
2020-06-04 19:06:14 -07:00
754f25ae99
Avoid AccountInUse errors when simulating transactions ( #10391 )
...
automerge
2020-06-04 19:06:01 -07:00
68f95c791a
Bump jsonrpc-ws-server from 14.1.0 to 14.2.0
...
Bumps [jsonrpc-ws-server](https://github.com/paritytech/jsonrpc ) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases )
- [Commits](https://github.com/paritytech/jsonrpc/compare/v14.1.0...v14.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-04 19:02:30 -07:00
8736247554
Bump jsonrpc-http-server from 14.1.0 to 14.2.0
...
Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc ) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases )
- [Commits](https://github.com/paritytech/jsonrpc/compare/v14.1.0...v14.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-04 19:00:28 -07:00
26e684f375
Deactivate legacy_system_instruction_processor at epoch 58/38 (preview/stable) ( #10406 )
...
automerge
2020-06-04 00:01:47 -07:00
61d91d2d55
Don't reuse executable accounts between instructions ( #10403 )
...
automerge
2020-06-03 21:16:15 -07:00
21d62493ff
Add legacy_system_instruction_processor0 tests
2020-06-03 16:04:06 -07:00
9c631a01c1
Enable rolling upgrade of system_instruction_processor
2020-06-03 16:04:06 -07:00
1331c9a680
Add legacy_system_instruction_processor
2020-06-03 16:04:06 -07:00
a4cd96609c
Add built-in programs to InvokeContext ( #10383 )
...
automerge
2020-06-03 12:48:19 -07:00
ea9b958dff
Bump jsonrpc-derive from 14.1.0 to 14.2.1
...
Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc ) from 14.1.0 to 14.2.1.
- [Release notes](https://github.com/paritytech/jsonrpc/releases )
- [Commits](https://github.com/paritytech/jsonrpc/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-03 12:16:54 -07:00
6c46f5c5e5
Throw error if no release version ( #10396 )
2020-06-03 12:08:32 -06:00
f58b6b3431
Bump jsonrpc-core from 14.1.0 to 14.2.0
...
Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc ) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases )
- [Commits](https://github.com/paritytech/jsonrpc/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-03 09:02:07 -07:00
e8d9521cf6
[auto-commit] Update all Cargo lock files
2020-06-03 09:01:36 -07:00
6cf30c38a4
Bump reqwest from 0.10.5 to 0.10.6
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-03 09:01:36 -07:00
2cf719ac2c
Cache tvu peers for broadcast ( #10373 )
2020-06-03 08:24:05 -07:00
e63e7937cb
Introduce automatic ABI maintenance mechanism (1/2; prepare) ( #10335 )
...
* Introduce automatic ABI maintenance mechanism
* Compile fix...
* Docs fix...
* Programs compilation fix...
* Simplify source credit
Co-authored-by: Michael Vines <mvines@gmail.com >
* Cargo.lock...
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-06-03 20:51:56 +09:00
b515cc3ae5
Don't share same snapshot dir for secondary access ( #10384 )
...
automerge
2020-06-03 02:45:48 -07:00
69d90b591f
[auto-commit] Update all Cargo lock files
2020-06-02 23:29:14 -07:00
f901571026
Bump serde from 1.0.110 to 1.0.111
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.110 to 1.0.111.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-02 23:29:14 -07:00
f66169f245
[auto-commit] Update all Cargo lock files
2020-06-02 23:28:57 -07:00
8498b75d6c
Bump indexmap from 1.3.2 to 1.4.0
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Commits](https://github.com/bluss/indexmap/compare/1.3.2...1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-02 23:28:57 -07:00
a23085ddfd
solana validators
: Fix credits column formatting
2020-06-02 23:28:36 -07:00
caa7f7a0c9
Support opening an in-use rocksdb as secondary ( #10209 )
...
automerge
2020-06-02 21:32:44 -07:00
59c5dad020
Testnet automation: Fix slot query ( #10378 )
...
automerge
2020-06-02 21:08:59 -07:00
eee9a08376
Purge TransactionStatus and AddressSignatures exactly from ledger-tool ( #10358 )
...
* Add failing test
* Add execution path to purge primary-index columns exactly
* Fail gracefully if older TransactionStatus rocksdb keys are present
* Remove columns_empty check for special columns
* Move blockstore purge methods to submodule
* Remove unused column empty check
2020-06-02 19:49:31 -06:00
1303c4964b
Surface more helpful error message than 'blockstore error'
2020-06-02 11:11:06 -07:00
0f2cfec52e
Add 4N8t...
2020-06-02 07:47:19 -07:00
6498cb4214
Remove some unused RpcClient and ThinClient methods
2020-06-02 07:44:30 -07:00
df216b0e98
Remove RpcClient::resign_transaction()
2020-06-02 07:44:30 -07:00
4cb7dc7128
[auto-commit] Update all Cargo lock files
2020-06-01 20:53:17 -07:00
89c2175bc9
Bump curve25519-dalek from 2.0.0 to 2.1.0
...
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases )
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.0.0...2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-01 20:53:17 -07:00
8c3ad859a9
Add docs for the builtin programs ( #10359 )
...
* Add docs for the builtin programs
* Cleanup
2020-06-01 21:06:53 -06:00
ebf8a65526
Add test_rpc_send_transaction_preflight
2020-06-01 17:51:04 -07:00
bd1f9d320f
Skip RPC preflight to align with the other Client implementations
2020-06-01 17:51:04 -07:00
202512d46b
Adapt solana deploy
2020-06-01 17:51:04 -07:00
f1733ab125
Add send_transaction_with_config
2020-06-01 17:51:04 -07:00
9158479dc4
Add node health check to transaction preflight
2020-06-01 17:51:04 -07:00
9dbf3d5430
Factor out RpcHealth module
2020-06-01 17:51:04 -07:00
189aa7962e
Add preflight checks to sendTransaction RPC method
2020-06-01 17:51:04 -07:00
27e2e3665a
net.sh: Add 'upgrade' subcommand to upload a new release to the BSV
...
NOTE! (start|stop)node don't support operating on the BSV yet, so a
manual restart is required to get it running the new release
2020-06-01 16:37:17 -06:00
1144190d8d
net.sh: Factor out logic that uploads bins to BSV
2020-06-01 16:37:17 -06:00
79e6bd044f
Add F7FgS6rr...
2020-06-01 14:18:48 -07:00
3a7b036eac
Add helpful PATH command to copy from
2020-06-01 14:02:50 -07:00
6ff52f7fde
Exchange doc reformat pt2 ( #10355 )
2020-06-01 14:03:12 -06:00
c5ca6f6c83
Add H4Dgb3KyCuYWKT8yKtp8qbY49cvaqZcisa2GDnroFsv6
2020-06-01 12:54:39 -07:00
b538a22529
Exchange doc reformat ( #10353 )
2020-06-01 11:10:43 -06:00
e619839236
Restore archiver design document ( #10352 )
2020-06-01 10:42:45 -06:00
ef37b82ffa
More cluster stats and add epoch stakes cache in retransmit stage ( #10345 )
...
* More cluster info metrics for push request/response counts
* Cache staked peers for the epoch
2020-06-01 08:37:54 -07:00
08ad7d1ed6
Reduce stable jobs ( #10344 )
2020-05-31 21:29:32 -07:00
5d248fe5f8
Permit paying oneself ( #10337 )
...
* Allow paying to oneself
* cargo fmt
* Permit pay-to-self in CLI
No test here because we're just removing an [untested] special case.
Fixes #10339
2020-05-30 20:12:48 -06:00
6013b4b2a7
Add clap-utils to workspace ( #10340 )
...
Without it, Rust Analyzer reports an error in the IDE
2020-05-30 11:26:26 -06:00
b787254bd6
Bump console from 0.10.3 to 0.11.3 ( #10314 )
...
Bumps [console](https://github.com/mitsuhiko/console ) from 0.10.3 to 0.11.3.
- [Release notes](https://github.com/mitsuhiko/console/releases )
- [Commits](https://github.com/mitsuhiko/console/commits/v0.11.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-30 07:47:41 -06:00
d9366776b2
Add operating mode gating ( #10332 )
...
Co-authored-by: Carl <carl@solana.com >
2020-05-30 00:03:19 -07:00
19d11800bf
Remove WithSigner ( #10325 )
...
automerge
2020-05-29 23:17:44 -07:00
55a64712b9
Cleanup program docs ( #10283 )
2020-05-29 20:29:24 -06:00
de5b21e444
Don't attempt to resolve mainnet-beta in the test suite ( #10328 )
...
automerge
2020-05-29 17:35:07 -07:00
eb45aaa6c3
Added --health-check-slot-distance ( #10324 )
2020-05-29 15:31:52 -07:00
778078e1dc
Distinguish switch/non-switching votes in ReplayStage ( #10218 )
...
* Add SwitchForkDecision, change vote instruction based on decision
* Factor out SelectVoteAndResetForkResult
Co-authored-by: Carl <carl@solana.com >
2020-05-29 14:40:36 -07:00
284e83e619
gce.sh: Make help text example command non-executable ( #10319 )
...
automerge
2020-05-29 11:52:25 -07:00
b563b49ed5
Improve Rpc inflation tooling ( #10309 )
...
automerge
2020-05-29 11:50:25 -07:00
75924bd232
Update whitelist.rs ( #10317 )
...
automerge
2020-05-29 10:51:33 -07:00
bc37dfc4c1
log leader ( #10316 )
...
automerge
2020-05-29 04:35:20 -07:00
8db34474d3
Cover tests for clippy ( #10310 )
...
automerge
2020-05-29 02:00:56 -07:00
fb4d8e1f62
cleanup clippy tests ( #10172 )
...
automerge
2020-05-29 00:26:06 -07:00
a71833c17b
Bump regex from 1.3.8 to 1.3.9 ( #10308 )
...
* Bump regex from 1.3.8 to 1.3.9
Bumps [regex](https://github.com/rust-lang/regex ) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.3.8...1.3.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-05-28 21:48:39 -07:00
c68d426fa2
Update Cargo.lock
2020-05-28 15:32:42 -07:00
9eefb2c929
Bump version to 1.3.0
2020-05-28 15:01:13 -07:00
0a373149dd
verify_reachable_ports: Handle errors without expect() ( #10298 )
...
automerge
2020-05-28 14:16:53 -07:00
e68621b8bb
Fix repair dos ( #10299 )
...
Co-authored-by: Carl <carl@solana.com >
2020-05-28 14:16:24 -07:00
0442c45d5b
Feign RPC health while in a --wait-for-supermajority
holding pattern ( #10295 )
2020-05-28 12:22:19 -07:00
3f508b37fd
Skip gossip requests with different shred version and split lock ( #10240 )
2020-05-28 11:38:13 -07:00
9227874ada
Bump regex from 1.3.7 to 1.3.8 ( #10293 )
...
* Bump regex from 1.3.7 to 1.3.8
Bumps [regex](https://github.com/rust-lang/regex ) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
2020-05-28 10:02:23 -07:00
e8bf94c2d2
CLI: Don't display inactive stake lockups
2020-05-28 09:45:20 -06:00
f60b101920
Verify TPU and serve repair ports are reachable ( #10291 )
2020-05-28 08:41:06 -07:00
34796d2c81
Include GenesisConfig inflation in Display ( #10282 )
...
automerge
2020-05-27 22:35:19 -07:00
075dc078da
Use correct --url ( #10284 )
...
automerge
2020-05-27 21:02:58 -07:00
5ac2ae1178
Purge next slots to avoid a blockstore_processor panic on restart ( #10281 )
2020-05-27 19:55:40 -07:00
2cd1e4e12a
Adjust mainnet-beta shred version
2020-05-27 17:11:49 -07:00
c600cfc655
Cleanup programming model doc ( #10274 )
2020-05-27 16:18:11 -06:00
f9ee97d6f5
CLI: Improve stake (de)activation display
2020-05-27 14:21:09 -06:00
34507e8a5b
Stalebot: Exempt 'blocked' label ( #10268 )
...
automerge
2020-05-27 11:20:45 -07:00
e3b444834f
Add more logging while unpacking snapshots ( #10266 )
2020-05-27 10:41:05 -07:00
7d42d529af
Add exchange integration docs ( #10054 )
...
* Add exchange integration doc
* Round 1 review comments
* Add rent stub doc
* Pretty-print some things
* Rework blockhash info, move offline signing
* Add something to test section
* Update blockhash/last-valid-slot info
2020-05-27 09:47:03 -07:00
7abdfc23f9
succceed is not a word
2020-05-26 23:17:50 -07:00
2ee0c48980
Program address nits ( #10261 )
...
automerge
2020-05-26 19:32:19 -07:00
3f0995d3b4
Add commitment parameter to getFeeCalculatorForBlockhash ( #10255 )
...
* Accept commitment parameter on getFeeCalculatorForBlockhash
* Update docs
* Add get_fee_calculator_for_blockhash_with_commitment to rpc client
2020-05-26 17:23:58 -06:00
22a98bd27a
Wait for one slot to be produced ( #10257 )
...
automerge
2020-05-26 16:20:28 -07:00
b6083ca107
Cli: expose last-valid-slot in solana fees ( #10254 )
...
automerge
2020-05-26 14:08:07 -07:00
1cd1988207
Update testnet-automation.sh ( #10250 )
...
automerge
2020-05-26 13:02:24 -07:00
4e431bc818
Add mechanism to get blockhash's last valid slot ( #10239 )
...
automerge
2020-05-26 12:06:21 -07:00
1bfc4c1489
Bump libc from 0.2.70 to 0.2.71 ( #10249 )
...
* Bump libc from 0.2.70 to 0.2.71
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.70 to 0.2.71.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.70...0.2.71 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <anatoly+githubjenkins@solana.io >
2020-05-26 11:04:15 -07:00
d888e1c50a
Bump byte-unit from 3.1.2 to 3.1.3 ( #10248 )
...
Bumps [byte-unit](https://github.com/magiclen/byte-unit ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/magiclen/byte-unit/releases )
- [Commits](https://github.com/magiclen/byte-unit/compare/v3.1.2...v3.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-26 11:04:06 -07:00
03abd3ddd7
Prevent privilege escalation ( #10232 )
...
automerge
2020-05-26 01:02:31 -07:00
5d96fcec63
Remove storage rpc docs ( #10238 )
2020-05-25 23:38:12 -06:00
bf8daf8e74
Update cross-program and program address proposals ( #10234 )
2020-05-25 22:25:16 -07:00
569e3cb46a
Use thiserror's display for TransactionError ( #10233 )
...
automerge
2020-05-25 16:13:09 -07:00
7ebd8ee531
Cluster info metrics ( #10215 )
2020-05-25 15:03:34 -07:00
c1738b01a0
Bump byte-unit from 3.1.1 to 3.1.2 ( #10229 )
...
Bumps [byte-unit](https://github.com/magiclen/byte-unit ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/magiclen/byte-unit/releases )
- [Commits](https://github.com/magiclen/byte-unit/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-25 10:25:44 -07:00
27e3ee8799
Re-enable move in docker-solana ( #10214 )
2020-05-24 23:51:37 -07:00