Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Add executor using the program's id during deploy #19555

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

jackcmay
Copy link
Contributor

@jackcmay jackcmay commented Sep 1, 2021

Problem

All deploys add an executor associated with the loader's id, not the program id. This isn't really an issue because the program gets added to the executor list the first time it is executed, but it's wasteful to add it as the loader.

Summary of Changes

Use the correct program id

Fixes #

@jackcmay jackcmay added the v1.7 label Sep 1, 2021
@jackcmay jackcmay requested a review from jstarry September 1, 2021 18:50
@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #19555 (e8e5b88) into master (b742af4) will decrease coverage by 0.0%.
The diff coverage is 61.1%.

@@            Coverage Diff            @@
##           master   #19555     +/-   ##
=========================================
- Coverage    82.7%    82.7%   -0.1%     
=========================================
  Files         462      461      -1     
  Lines      131252   131203     -49     
=========================================
- Hits       108614   108545     -69     
- Misses      22638    22658     +20     

@jackcmay jackcmay merged commit 622a6fb into solana-labs:master Sep 2, 2021
@jackcmay jackcmay deleted the fix-program-id branch September 2, 2021 00:59
mergify bot pushed a commit that referenced this pull request Sep 2, 2021
mergify bot added a commit that referenced this pull request Sep 2, 2021
frits-metalogix added a commit to identity-com/solana that referenced this pull request Nov 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants