dependabot[bot]
|
053e21f92c
|
chore:(deps): bump @solana/web3.js from 0.93.0 to 0.94.0 in /explorer (#15658)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.93.0...v0.94.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-03 09:25:19 +00:00 |
|
Tyera Eulberg
|
19ac79b5cc
|
Deprecate UiTokenAmount::ui_amount (#15616)
* Add TokenAmount::ui_amount_string
* Fixup solana-tokens
* Update docs
|
2021-03-02 22:51:41 -07:00 |
|
Jack May
|
a9c8dbfd0c
|
Add error reporting to system program (#15644)
|
2021-03-02 21:44:25 -08:00 |
|
Tyera Eulberg
|
a4f0033bd7
|
Remove ValidatorConfig derive Clone, and fix local-cluster tests (#15647)
* Remove ValidatorConfig derive Clone
* Add local-cluster ValidatorConfig helpers
* Fix benches
|
2021-03-03 04:21:30 +00:00 |
|
Jack May
|
b20bf8ebb0
|
improve cli insufficient funds error messages
|
2021-03-02 20:07:34 -08:00 |
|
rmshea
|
00f2b039b4
|
Remove Hackathon banner
|
2021-03-02 18:19:37 -08:00 |
|
behzad nouri
|
0bd0084b0d
|
adds more metrics for tx counts and batch sizes (#15642)
|
2021-03-03 01:28:15 +00:00 |
|
Jeff Washington (jwash)
|
a2c47db920
|
extract expected cluster type (#15615)
* extract expected cluster type
* fix clippy warning
* more clippy
|
2021-03-02 13:55:34 -06:00 |
|
Justin Starry
|
7435a7b0ed
|
feat: support creating secp256k1 instructions with eth address (#15626)
|
2021-03-03 02:16:36 +08:00 |
|
Greg Fitzgerald
|
43663b1750
|
Fix clippy warnings (#15632)
|
2021-03-02 08:58:14 -08:00 |
|
Jeff Washington (jwash)
|
da47ab7e50
|
fix indentation format problem (#15618)
* fix indentation format problem
* fix indentation format problem
|
2021-03-02 10:46:00 -06:00 |
|
Greg Fitzgerald
|
aad79d9d5c
|
Remove unused Accounts state (#15611)
* Remove dead state from Accounts
* Refactor to remove reference to self.slot
Account::default() has zero lamports, so would return None anyway
|
2021-03-02 08:28:25 -08:00 |
|
sakridge
|
2ff6942ed3
|
Use cluster average skip rate for stake-o-matic (#15579)
|
2021-03-02 07:45:17 -08:00 |
|
behzad nouri
|
416ea38028
|
adds metrics for the size and number of batches in bank_send_loop (#15627)
|
2021-03-02 15:44:35 +00:00 |
|
Greg Fitzgerald
|
2463cc1e6a
|
Fix typos (#15610)
|
2021-03-02 06:36:49 -08:00 |
|
Jack May
|
d73af9c1dd
|
cli: don't overallocate upgradeable buffer accounts (#15603)
|
2021-03-02 00:45:53 -08:00 |
|
Jack May
|
4789a13a6e
|
configure rust-bpf toolchain for each tree (#15620)
|
2021-03-02 00:45:28 -08:00 |
|
Tyera Eulberg
|
acf5e4e219
|
Update Cargo.lock
|
2021-03-02 00:53:14 -07:00 |
|
Jack May
|
3cd00965a7
|
Enable BPF program instruction traces (#15613)
|
2021-03-01 23:11:58 -08:00 |
|
Trent Nelson
|
4f63afce32
|
ci: drop redundant programs/bpf audit
|
2021-03-01 21:24:57 -07:00 |
|
Trent Nelson
|
15e1314209
|
ci: disallow uncommitted Cargo.lock changes
|
2021-03-01 21:24:57 -07:00 |
|
Trent Nelson
|
3c1dd891af
|
ci: checks - factor out audit so it can run independently
|
2021-03-01 21:24:57 -07:00 |
|
Trent Nelson
|
21f66179ba
|
ci: run clippy before fmt
|
2021-03-01 21:24:57 -07:00 |
|
Jack May
|
fbb1012584
|
cli: dump non-upgradeable programs (#15598)
|
2021-03-01 18:11:45 -08:00 |
|
Justin Starry
|
55f357153a
|
fix: secp256k1 instruction should accept 64 byte public key (#15584)
|
2021-03-02 09:01:31 +08:00 |
|
Michael Vines
|
640e36287e
|
Move ValidatorExit into ValidatorConfig, making it accessible from the solana-validator crate
|
2021-03-01 16:49:56 -08:00 |
|
sakridge
|
f1223fb783
|
Lower blockstore processor error severity (#15578)
|
2021-03-01 14:57:37 -08:00 |
|
Josh
|
8c73187b1e
|
fix: expand vote details card to cover all instructions (#15602)
|
2021-03-01 13:45:19 -08:00 |
|
Josh
|
d679eff3fa
|
fix: remove old hotfix for web3 inner instructions (#15604)
|
2021-03-01 13:44:43 -08:00 |
|
Trent Nelson
|
ccb604f8c3
|
Pass audit ignores to bpf program audit
|
2021-03-01 21:10:46 +00:00 |
|
Trent Nelson
|
85252777a6
|
Add RUSTSEC-2020-0146 to audit ignores
|
2021-03-01 21:10:46 +00:00 |
|
Trent Nelson
|
ef63ffce7d
|
Bump ed25519-dalek to 1.0.1
|
2021-03-01 21:10:46 +00:00 |
|
Josh
|
24af9961d2
|
hotfix: explorer temporary disable vote instruction card (#15596)
|
2021-03-01 18:05:51 +00:00 |
|
Dan Albert
|
aee7012aed
|
Update validator_list.rs
|
2021-03-01 10:07:57 -07:00 |
|
Dan Albert
|
23535bb032
|
Update validator_list.rs
|
2021-03-01 10:00:20 -07:00 |
|
Dan Albert
|
abe7fbde13
|
Update validator_list.rs
|
2021-03-01 09:57:31 -07:00 |
|
dependabot[bot]
|
8a06fc8846
|
chore: bump @typescript-eslint/parser from 4.15.1 to 4.15.2 in /web3.js (#15594)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.15.1 to 4.15.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/v4.15.2/packages/parser)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 13:09:07 +00:00 |
|
dependabot[bot]
|
ebb298819f
|
chore: bump rollup from 2.39.0 to 2.40.0 in /web3.js (#15593)
Bumps [rollup](https://github.com/rollup/rollup) from 2.39.0 to 2.40.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.39.0...v2.40.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 12:43:49 +00:00 |
|
dependabot[bot]
|
0946691209
|
chore: bump @rollup/plugin-replace from 2.4.0 to 2.4.1 in /web3.js (#15592)
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.0...replace-v2.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 11:58:05 +00:00 |
|
dependabot[bot]
|
a03a412468
|
chore: bump @babel/plugin-proposal-class-properties in /web3.js (#15591)
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.13 to 7.13.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.13.0/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>
|
2021-03-01 11:30:13 +00:00 |
|
dependabot[bot]
|
958b2281bb
|
chore:(deps): bump @project-serum/serum in /explorer (#15590)
Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts) from 0.13.23 to 0.13.24.
- [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>
|
2021-03-01 10:31:10 +00:00 |
|
dependabot[bot]
|
f1d4c58d28
|
chore: bump @babel/runtime from 7.12.18 to 7.13.8 in /web3.js (#15587)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.18 to 7.13.8.
- [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.13.8/packages/babel-runtime)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 10:08:53 +00:00 |
|
dependabot[bot]
|
2e54138efc
|
chore:(deps): bump @solana/spl-token-registry in /explorer (#15588)
Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.1.7 to 0.1.9.
- [Release notes](https://github.com/solana-labs/token-list/releases)
- [Commits](https://github.com/solana-labs/token-list/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 10:06:14 +00:00 |
|
dependabot[bot]
|
5b9fbc6f53
|
chore:(deps): bump @testing-library/user-event in /explorer (#15586)
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.7.3 to 12.8.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.7.3...v12.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-01 09:36:40 +00:00 |
|
carllin
|
ae96ba3459
|
Plumb slot update pubsub notifications (#15488)
|
2021-02-28 23:29:11 -08:00 |
|
Michael Vines
|
33eaa2b238
|
Sort forks in "ledger processed..." log message
|
2021-02-28 17:32:50 -08:00 |
|
sakridge
|
334b581df2
|
Skip poh speed test for local demo (#15580)
|
2021-02-28 13:03:56 -08:00 |
|
Trent Nelson
|
21e08b5b2c
|
CLI: Support querying fees by blockhash
|
2021-02-27 12:45:14 -07:00 |
|
Trent Nelson
|
ebd56f7ff4
|
cli-output: Minor refactor of CliFees
|
2021-02-27 12:45:14 -07:00 |
|
Michael Vines
|
3998807dcc
|
Update testnet break RPC node identity
|
2021-02-27 09:34:04 -08:00 |
|