-
Notifications
You must be signed in to change notification settings - Fork 481
Implement getters akin to EVM opcodes #2719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+776
−1
Merged
Changes from 38 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5030d89
implement `gas_limit` host fn
LucasGrasso f04d729
add tests for `gas_limit` host fn
LucasGrasso 0eec69d
remove off-chain tests for `gas_limit`
LucasGrasso fddfab0
Merge branch 'use-ink:master' into master
LucasGrasso 95162a9
add changes to changelog
LucasGrasso 1e63416
run formatting
LucasGrasso 9c3ab41
fix error in env-access ui test
LucasGrasso e0c8351
run formatting
LucasGrasso eb2f8a3
Apply suggestions from code review
LucasGrasso 4a1f7e3
update versions in gas and misc hostfns internal tests
LucasGrasso 6609561
Merge branch 'master' of https://github.com/LucasGrasso/ink
LucasGrasso dc87592
Merge remote-tracking branch 'upstream/master'
LucasGrasso b408418
Merge branch 'use-ink:master' into master
LucasGrasso ab37628
Merge branch 'use-ink:master' into master
LucasGrasso 23c0ba3
Merge branch 'use-ink:master' into master
LucasGrasso 560cf92
impl and test `chain_id` hostfn
LucasGrasso aced728
add entry to changelog
LucasGrasso b970f07
impl and test `balance_of` host fn
LucasGrasso 8e5e5eb
impl and test `base_fee`
LucasGrasso efaa0b8
impl and test `origin`
LucasGrasso 071db36
impl and test `code_size` hostfn
LucasGrasso 64c31f9
impl and test `block_author`
LucasGrasso 2b92a3f
impl and test `block_hash`
LucasGrasso 28e25f9
run formatting
LucasGrasso 7b06709
Merge remote-tracking branch 'upstream/master'
LucasGrasso ca4eb06
fix some ci/cd issues
LucasGrasso d9b2e3d
fix error[E0412]: cannot find type in this scope
LucasGrasso a0cd8c5
fix docs for chain_id
LucasGrasso ef52f4c
fix `block_hash` doc error
LucasGrasso 196e9d7
Merge branch 'master' into master
LucasGrasso c908a73
run formatting
LucasGrasso 399341d
Merge branch 'master' of https://github.com/LucasGrasso/ink
LucasGrasso a6f75b4
Merge branch 'master' into master
LucasGrasso 06ab2c5
fix merge errors on changelog
LucasGrasso c50d31d
Merge branch 'use-ink:master' into master
LucasGrasso f6e3345
start refactoring block_hash
LucasGrasso a2cc91d
Merge branch 'master' of https://github.com/LucasGrasso/ink
LucasGrasso e15d33d
finish block_hash refatoring
LucasGrasso 00c0d7f
use take_encoded to avoid allocation
LucasGrasso 6971272
run formatting
LucasGrasso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.