dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bd67632b41 
					 
					
						
						
							
							chore: bump @types/mocha from 8.2.3 to 9.0.0 in /web3.js ( #18864 )  
						
						... 
						
						
						
						Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) from 8.2.3 to 9.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-23 09:12:02 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3bbad1d278 
					 
					
						
						
							
							chore:(deps): bump @types/node from 16.4.0 to 16.4.1 in /explorer ( #18858 )  
						
						... 
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.4.0 to 16.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-23 08:13:23 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e994c53328 
					 
					
						
						
							
							chore: bump @types/node from 16.4.0 to 16.4.1 in /web3.js ( #18857 )  
						
						... 
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.4.0 to 16.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-23 08:11:58 +00:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						3eecb6f4ae 
					 
					
						
						
							
							Rpc: getProgramAccounts, restruct base58 account data size ( #18852 )  
						
						... 
						
						
						
						* Refactor account encoding to povide helper w/out querying Bank
* Use new method in get_program_accounts to properly return length err 
						
						
					 
					
						2021-07-22 21:56:27 -06:00 
						 
				 
			
				
					
						
							
							
								Ryo Onodera 
							
						 
					 
					
						
						
							
						
						611af87fdb 
					 
					
						
						
							
							Really start caching by fixing swapped CAS... ( #18842 )  
						
						
						
						
					 
					
						2021-07-23 10:17:19 +09:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						5cabb5bb11 
					 
					
						
						
							
							Fix race in remove_unrooted_race and flush_slot_cache ( #18785 )  
						
						
						
						
					 
					
						2021-07-22 13:49:08 -07:00 
						 
				 
			
				
					
						
							
							
								Ryan M. Shea 
							
						 
					 
					
						
						
							
						
						0682d2de31 
					 
					
						
						
							
							Add Disclaimer to Explorer and web3js ( #18820 )  
						
						... 
						
						
						
						* Add Disclaimer to Explorer
* Add disclaimer to Web3js 
						
						
					 
					
						2021-07-22 14:08:16 -06:00 
						 
				 
			
				
					
						
							
							
								Ryan M. Shea 
							
						 
					 
					
						
						
							
						
						e7a687d7ee 
					 
					
						
						
							
							Clarify entities in docs ( #18821 )  
						
						... 
						
						
						
						* Update docs
* Change History 
						
						
					 
					
						2021-07-22 14:07:59 -06:00 
						 
				 
			
				
					
						
							
							
								Brooks Prumo 
							
						 
					 
					
						
						
							
						
						d1debcd971 
					 
					
						
						
							
							Add incremental snapshot utils ( #18504 )  
						
						... 
						
						
						
						This commit adds high-level functions for creating and loading-from
incremental snapshots, plus all low-level functions required to perform
those tasks.  This commit **does not** add taking incremental snapshots
as part of a running validator, nor starting up a node with an
incremental snapshot; just laying ground work.
Additionally, `snapshot_utils` and `serde_snapshot` have been
refactored to use a common code paths for the different snapshots.
Also of note, some renaming has happened:
  1. Snapshots are now either `full_` or `incremental_` throughout the
     codebase.  If not specified, the code applies to both.
  2. Bank snapshots now are called "bank snapshots"
     (before they were called "slot snapshots", "bank snapshots", or
      just "snapshots").  The one exception is within `Bank`, where they
     are still just "snapshots", because they are already "bank
     snapshots".
  3. Snapshot archives now have `_archive` in the code.  This
     should clear up an ambiguity between bank snapshots and snapshot
     archives. 
						
						
					 
					
						2021-07-22 14:40:37 -05:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						7fc4cfebc8 
					 
					
						
						
							
							Rename BpfComputeBudget ( #18768 )  
						
						
						
						
					 
					
						2021-07-22 10:18:51 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cbe2ed47e2 
					 
					
						
						
							
							chore:(deps): bump @sentry/react from 6.9.0 to 6.10.0 in /explorer ( #18834 )  
						
						... 
						
						
						
						Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 6.9.0 to 6.10.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/6.9.0...6.10.0 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-22 09:51:28 -07:00 
						 
				 
			
				
					
						
							
							
								Sebastian Bor 
							
						 
					 
					
						
						
							
						
						2f3df8cce0 
					 
					
						
						
							
							Explorer: Show simulation error for Upgrade instruction with none existing buffer ( #18838 )  
						
						
						
						
					 
					
						2021-07-22 16:28:04 +01:00 
						 
				 
			
				
					
						
							
							
								behzad nouri 
							
						 
					 
					
						
						
							
						
						7d56fa8363 
					 
					
						
						
							
							sends packets in batches from sigverify-stage ( #18446 )  
						
						... 
						
						
						
						sigverify-stage is breaking batches to single-item vectors before
sending them down the channel:
https://github.com/solana-labs/solana/blob/d451363dc/core/src/sigverify_stage.rs#L88-L92 
Also simplifying window-service code, reducing number of nested branches. 
						
						
					 
					
						2021-07-22 14:49:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jon Cinque 
							
						 
					 
					
						
						
							
						
						d6f5945653 
					 
					
						
						
							
							token: Swap new token program id for consistency on all networks ( #18823 )  
						
						
						
						
					 
					
						2021-07-22 10:31:55 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fed0e387d1 
					 
					
						
						
							
							chore:(deps): bump @project-serum/serum in /explorer ( #18833 )  
						
						... 
						
						
						
						Bumps [@project-serum/serum](https://github.com/project-serum/serum-ts ) from 0.13.52 to 0.13.54.
- [Release notes](https://github.com/project-serum/serum-ts/releases )
- [Commits](https://github.com/project-serum/serum-ts/commits )
---
updated-dependencies:
- dependency-name: "@project-serum/serum"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-22 08:07:49 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						61865c0ee0 
					 
					
						
						
							
							solana-validator set-identity now loads the tower file for the new identity 
						
						
						
						
					 
					
						2021-07-21 22:22:08 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Peterkins 
							
						 
					 
					
						
						
							
						
						71bd434297 
					 
					
						
						
							
							docs: fix link to Native Programs page in transactions.md ( #18830 )  
						
						
						
						
					 
					
						2021-07-21 22:37:40 -05:00 
						 
				 
			
				
					
						
							
							
								Trent Nelson 
							
						 
					 
					
						
						
							
						
						dfde1dec1e 
					 
					
						
						
							
							Bump stale Cargo.lock files  
						
						
						
						
					 
					
						2021-07-21 16:21:46 -06:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						29ec6f1a5a 
					 
					
						
						
							
							chore: bump @rollup/plugin-alias from 3.1.2 to 3.1.4 in /web3.js ( #18720 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/alias-v3.1.4/packages/alias )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-alias"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 15:16:52 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c8ef041951 
					 
					
						
						
							
							chore:(deps): bump @solana/web3.js from 1.21.0 to 1.22.0 in /explorer ( #18794 )  
						
						... 
						
						
						
						Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.21.0...v1.22.0 )
---
updated-dependencies:
- dependency-name: "@solana/web3.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 15:15:35 -07:00 
						 
				 
			
				
					
						
							
							
								Josh 
							
						 
					 
					
						
						
							
						
						548cf6a437 
					 
					
						
						
							
							docs: deprecate jsonParsed for getProgramAccounts ( #18816 )  
						
						... 
						
						
						
						Co-authored-by: 0xab <0xalexbai@gmail.com > 
						
						
					 
					
						2021-07-21 15:14:25 -07:00 
						 
				 
			
				
					
						
							
							
								Lijun Wang 
							
						 
					 
					
						
						
							
						
						c70f8d26af 
					 
					
						
						
							
							Accounts db replication design proposal ( #18651 )  
						
						... 
						
						
						
						Problem
Validators fall behind the network when bogged down by heavy RPC load. This
seems to be due to a combination of CPU load and lock contention caused by
serving RPC requests. The most expensive RPC requests involve account scans.
Summary of Changes
The AccountsDb replication design proposal is described. 
						
						
					 
					
						2021-07-21 14:25:53 -07:00 
						 
				 
			
				
					
						
							
							
								Tyera Eulberg 
							
						 
					 
					
						
						
							
						
						186a1c743d 
					 
					
						
						
							
							Add new rpc modules and split apis ( #18782 )  
						
						
						
						
					 
					
						2021-07-21 14:40:33 -06:00 
						 
				 
			
				
					
						
							
							
								carllin 
							
						 
					 
					
						
						
							
						
						588c0464b8 
					 
					
						
						
							
							Add sampling logic and DuplicateSlotRepairStatus module ( #18721 )  
						
						
						
						
					 
					
						2021-07-21 11:15:08 -07:00 
						 
				 
			
				
					
						
							
							
								murlux 
							
						 
					 
					
						
						
							
						
						d751d5b6e8 
					 
					
						
						
							
							Fixed broken links and added more context to getTokenAccountBalance docs  
						
						
						
						
					 
					
						2021-07-21 10:24:53 -07:00 
						 
				 
			
				
					
						
							
							
								Sebastian Bor 
							
						 
					 
					
						
						
							
						
						b867fa154e 
					 
					
						
						
							
							Explorer: Initialise instruction logs for single line system log ( #18777 )  
						
						
						
						
					 
					
						2021-07-21 17:52:57 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						5f968928ec 
					 
					
						
						
							
							Remove 'Disable snapshot compression' section  
						
						
						
						
					 
					
						2021-07-21 16:38:48 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cf456d0453 
					 
					
						
						
							
							chore: bump @typescript-eslint/parser from 4.28.3 to 4.28.4 in /web3.js ( #18775 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.28.3 to 4.28.4.
- [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.28.4/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 09:29:32 -05:00 
						 
				 
			
				
					
						
							
							
								Jon Cinque 
							
						 
					 
					
						
						
							
						
						51f3b9aa7c 
					 
					
						
						
							
							feature: add new token program feature ( #18780 )  
						
						... 
						
						
						
						* feature: add new token program feature
* Fixup test
* Update to spl-token v3.2.0
* Update Cargo.lock + fmt
* Update token program version in fetch-spl.sh
* Bump associated token program to 1.0.3
* Add aToken so 
						
						
					 
					
						2021-07-21 14:34:25 +02:00 
						 
				 
			
				
					
						
							
							
								behzad nouri 
							
						 
					 
					
						
						
							
						
						bbd22f06f4 
					 
					
						
						
							
							implements generic lookups into gossip crds table ( #18765 )  
						
						... 
						
						
						
						This commit adds CrdsEntry trait which allows generic lookups into crds
table. For example to get ContactInfo or LowestSlot associated with a
Pubkey, the lookup code would be respectively:
   crds.get::<&ContactInfo>(pubkey)
   crds.get::<&LowestSlot>(pubkey) 
						
						
					 
					
						2021-07-21 12:16:26 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						65152373de 
					 
					
						
						
							
							chore: bump @babel/runtime from 7.14.6 to 7.14.8 in /web3.js ( #18801 )  
						
						... 
						
						
						
						Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.14.6 to 7.14.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.14.8/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 11:08:20 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						935c8c5b9f 
					 
					
						
						
							
							chore: bump @babel/preset-env from 7.14.7 to 7.14.8 in /web3.js ( #18800 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.7 to 7.14.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.14.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 10:42:46 +00:00 
						 
				 
			
				
					
						
							
							
								Sebastian Bor 
							
						 
					 
					
						
						
							
						
						2bc7edfd01 
					 
					
						
						
							
							Explorer: Include loader ids in program labels ( #18778 )  
						
						
						
						
					 
					
						2021-07-21 11:23:47 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						de35451e0d 
					 
					
						
						
							
							chore: bump @types/node from 16.3.3 to 16.4.0 in /web3.js ( #18799 )  
						
						... 
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.3.3 to 16.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 10:04:20 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						07a4dd0d99 
					 
					
						
						
							
							chore: bump @babel/core from 7.14.6 to 7.14.8 in /web3.js ( #18796 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.6 to 7.14.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.14.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 08:45:20 +00:00 
						 
				 
			
				
					
						
							
							
								Trent Nelson 
							
						 
					 
					
						
						
							
						
						a4c3db51fc 
					 
					
						
						
							
							Disambiguate archive_snapshot_package IO error sources  
						
						
						
						
					 
					
						2021-07-21 08:35:28 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6a49788942 
					 
					
						
						
							
							chore:(deps): bump @solana/spl-token-registry in /explorer ( #18793 )  
						
						... 
						
						
						
						Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list ) from 0.2.202 to 0.2.203.
- [Release notes](https://github.com/solana-labs/token-list/releases )
- [Changelog](https://github.com/solana-labs/token-list/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solana-labs/token-list/compare/v0.2.202...v0.2.203 )
---
updated-dependencies:
- dependency-name: "@solana/spl-token-registry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 08:20:37 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c77de29f67 
					 
					
						
						
							
							chore:(deps): bump @types/node from 16.3.3 to 16.4.0 in /explorer ( #18791 )  
						
						... 
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.3.3 to 16.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 08:16:33 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a2f46a0521 
					 
					
						
						
							
							chore: bump rollup from 2.53.2 to 2.53.3 in /web3.js ( #18790 )  
						
						... 
						
						
						
						Bumps [rollup](https://github.com/rollup/rollup ) from 2.53.2 to 2.53.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.53.2...v2.53.3 )
---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-21 08:13:23 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						395ee4ec68 
					 
					
						
						
							
							chore: bump libsecp256k1 from 0.5.0 to 0.6.0 ( #18774 )  
						
						... 
						
						
						
						* chore: bump libsecp256k1 from 0.5.0 to 0.6.0
Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1 ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/paritytech/libsecp256k1/releases )
- [Changelog](https://github.com/paritytech/libsecp256k1/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paritytech/libsecp256k1/commits )
---
updated-dependencies:
- dependency-name: libsecp256k1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update all versions, lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com > 
						
						
					 
					
						2021-07-20 13:14:47 -06:00 
						 
				 
			
				
					
						
							
							
								Michael Vines 
							
						 
					 
					
						
						
							
						
						69f02af98e 
					 
					
						
						
							
							Fix build  
						
						
						
						
					 
					
						2021-07-20 12:02:10 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Anderson 
							
						 
					 
					
						
						
							
						
						5dcfd7ce74 
					 
					
						
						
							
							Add some docs for RpcClient and friends ( #18748 )  
						
						... 
						
						
						
						* Add some docs for RpcSender, HttpSender, MockSender
* Support SimulateTransaction in MockSender
* Add docs for RpcClient constructors
* Add some more RpcClient examples
* rustfmt
* Reflow docs in rpc_client and friends 
						
						
					 
					
						2021-07-20 18:49:32 +00:00 
						 
				 
			
				
					
						
							
							
								Josh 
							
						 
					 
					
						
						
							
						
						8549c19f1a 
					 
					
						
						
							
							Explorer: introduce Coingecko price cards on mint pages ( #18653 )  
						
						... 
						
						
						
						* feat: add coingecko prices, market caps, volume to token account
* feat: add updated time to price widget
* feat: add loading state to coingecko and break front page price data into widgets
* fix: prevent flicker on refresh 
						
						
					 
					
						2021-07-20 09:43:17 -07:00 
						 
				 
			
				
					
						
							
							
								Tommy Johnson 
							
						 
					 
					
						
						
							
						
						c8442fd476 
					 
					
						
						
							
							feat: add getMultipleAccountsInfo which uses the getMultipleAccounts RPC method ( #18736 )  
						
						... 
						
						
						
						* feat(web3): add getMultipleAccountsInfo which uses the getMultipleAccounts RPC method
* fix: add airdrop to get multiple accounts info
Co-authored-by: Josh Hundley <josh.hundley@gmail.com > 
						
						
					 
					
						2021-07-20 09:42:14 -07:00 
						 
				 
			
				
					
						
							
							
								Justin Starry 
							
						 
					 
					
						
						
							
						
						207c90bd8b 
					 
					
						
						
							
							Shorten long SerializeWith type paths in abi digest ( #18734 )  
						
						
						
						
					 
					
						2021-07-20 08:59:50 -05:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dff9c88193 
					 
					
						
						
							
							chore: bump @typescript-eslint/eslint-plugin in /web3.js ( #18772 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.28.3 to 4.28.4.
- [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.28.4/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-20 08:26:46 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ce7166780f 
					 
					
						
						
							
							chore:(deps): bump @types/node from 16.3.2 to 16.3.3 in /explorer ( #18771 )  
						
						... 
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.3.2 to 16.3.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-20 08:17:15 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cd1af06245 
					 
					
						
						
							
							chore: bump codecov from 3.8.2 to 3.8.3 in /web3.js ( #18770 )  
						
						... 
						
						
						
						Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.8.2 to 3.8.3.
- [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.2...v3.8.3 )
---
updated-dependencies:
- dependency-name: codecov
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-20 08:16:22 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						222516192f 
					 
					
						
						
							
							chore:(deps): bump @solana/spl-token-registry in /explorer ( #18769 )  
						
						... 
						
						
						
						Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list ) from 0.2.199 to 0.2.202.
- [Release notes](https://github.com/solana-labs/token-list/releases )
- [Changelog](https://github.com/solana-labs/token-list/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solana-labs/token-list/compare/v0.2.199...v0.2.202 )
---
updated-dependencies:
- dependency-name: "@solana/spl-token-registry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-20 08:07:01 +00:00 
						 
				 
			
				
					
						
							
							
								Jack May 
							
						 
					 
					
						
						
							
						
						b13caa14c9 
					 
					
						
						
							
							Update simulateTransaction rpc docs ( #18762 )  
						
						
						
						
					 
					
						2021-07-19 13:53:00 -07:00