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

Add address lookup table program (backport #21616)#21789

Merged
mergify[bot] merged 2 commits intov1.9from
mergify/bp/v1.9/pr-21616
Dec 11, 2021
Merged

Add address lookup table program (backport #21616)#21789
mergify[bot] merged 2 commits intov1.9from
mergify/bp/v1.9/pr-21616

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Dec 10, 2021

This is an automatic backport of pull request #21616 done by Mergify.
Cherry-pick of 9b41ddd has failed:

On branch mergify/bp/v1.9/pr-21616
Your branch is up to date with 'origin/v1.9'.

You are currently cherry-picking commit 9b41ddd9b.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   program-test/src/lib.rs
	new file:   programs/address-lookup-table-tests/Cargo.toml
	new file:   programs/address-lookup-table-tests/tests/close_lookup_table_ix.rs
	new file:   programs/address-lookup-table-tests/tests/common.rs
	new file:   programs/address-lookup-table-tests/tests/create_lookup_table_ix.rs
	new file:   programs/address-lookup-table-tests/tests/extend_lookup_table_ix.rs
	new file:   programs/address-lookup-table-tests/tests/freeze_lookup_table_ix.rs
	new file:   programs/address-lookup-table/Cargo.toml
	new file:   programs/address-lookup-table/build.rs
	new file:   programs/address-lookup-table/src/instruction.rs
	new file:   programs/address-lookup-table/src/lib.rs
	new file:   programs/address-lookup-table/src/processor.rs
	new file:   programs/address-lookup-table/src/state.rs
	modified:   programs/bpf/Cargo.lock
	modified:   runtime/src/bank.rs
	modified:   runtime/src/builtins.rs
	modified:   sdk/program/src/slot_hashes.rs
	modified:   sdk/src/account.rs

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   runtime/Cargo.toml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Add address lookup table program

* feedback

(cherry picked from commit 9b41ddd)

# Conflicts:
#	runtime/Cargo.toml
@mergify mergify Bot added conflicts automerge Merge this Pull Request automatically once CI passes and removed automerge Merge this Pull Request automatically once CI passes labels Dec 10, 2021
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Dec 10, 2021

automerge label removed due to a CI failure

@mergify mergify Bot added the automerge Merge this Pull Request automatically once CI passes label Dec 10, 2021
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented Dec 11, 2021

automerge label removed due to a CI failure

@mergify mergify Bot added automerge Merge this Pull Request automatically once CI passes and removed automerge Merge this Pull Request automatically once CI passes labels Dec 11, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 11, 2021

Codecov Report

Merging #21789 (fb58c68) into v1.9 (68fc72a) will decrease coverage by 0.1%.
The diff coverage is 27.6%.

@@            Coverage Diff            @@
##             v1.9   #21789     +/-   ##
=========================================
- Coverage    81.4%    81.3%   -0.2%     
=========================================
  Files         511      515      +4     
  Lines      143176   143547    +371     
=========================================
+ Hits       116619   116717     +98     
- Misses      26557    26830    +273     

@mergify mergify Bot merged commit 5bf4445 into v1.9 Dec 11, 2021
@mergify mergify Bot deleted the mergify/bp/v1.9/pr-21616 branch December 11, 2021 05:26
@brooksprumo brooksprumo mentioned this pull request Jan 5, 2022
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 5, 2022

This PR has been automatically locked since there has not been any activity in past 14 days after it was merged.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automerge Merge this Pull Request automatically once CI passes conflicts locked PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant