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

feat: use blockhash syscall #1062

Merged
merged 3 commits into from
Apr 3, 2024
Merged

feat: use blockhash syscall #1062

merged 3 commits into from
Apr 3, 2024

Conversation

enitrat
Copy link
Collaborator

@enitrat enitrat commented Apr 2, 2024

Time spent on this PR: 0.3d

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Resolves #966

What is the new behavior?

  • Removed block_hashes array filled with zeroes from environment
  • Get block_hashes from block_hash syscall

Note: couldn't test properly yet.


This change is Reviewable

@enitrat enitrat force-pushed the feat/use-blockhash-library-call branch from 5b2f190 to c347aac Compare April 3, 2024 13:52
@enitrat enitrat merged commit 4715da7 into main Apr 3, 2024
7 checks passed
@enitrat enitrat deleted the feat/use-blockhash-library-call branch April 3, 2024 14:49
This was referenced Apr 11, 2024
matthieuauger pushed a commit to matthieuauger/kakarot that referenced this pull request Nov 9, 2024
* derive Default for KatanaGenesisBuilder

* T = Uninitialized
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.

feat: add block_hash and keccak syscalls
2 participants