-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update neonevm #906
Closed
Closed
Update neonevm #906
Conversation
This file contains 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
* NDEV 1982 neon api tests * Update docker-compose-ci.yml * fix host name * fixed compose file * Update test_neon_core_api.py
* Move neon_lib::types::trace module into neon_lib::event_listener * Promote evm_loader::evm::tracing module to directory * Move neon_lib::event_listener module into evm_loader::evm::tracing * Inject Tracer as Machine field + remove environmental crate * cargo clippy --fix + cargo fmt * Add tracing feature back * CR * Move Bytes struct to bytes module * Rename bytes::Bytes to hexbytes::HexBytes
* Update docker-compose-ci.yml * fixed pattern * Update docker-compose-ci.yml
* moved operators account creating to tests * Update conftest.py * added more operators * fix path * deleted unused files * Update Dockerfile * back create-test-account.sh * Update Dockerfile * Create neon_token_keypair.json * fix * Update Dockerfile
* Made `TracerType` dynamic * Refactored. Added support for different tracer types. Moved debug tracing functionality from Tracer API. * Fixed warnings * Added support of byte-vector buffer in order to reduce cloning * Reduced cloning of `return_data` * Removed unused `trace_stack` * Marked `Buffer::from_account` as `unsafe` * Small optimization * Restructured modules, simplified code * Rewritten `StructLogger` tracer in order to simplify the code * Rewritten `opcode_call_precompile_impl` to more idiomatic * Rolled back changes rejected during review * Updated serde version * Updated serde version * Fixed arguments for `emulate-hash` in Neon CLI
* NDEV-2117 Check holder address * NDEV-2117 Fix tests * NDEV-2117 Fix tests --------- Co-authored-by: Semen Medvedev <[email protected]>
EIP2930: Tx envelop and AccessList transaction support - Uses individual structs for Transactions - Adds tests for different structure of access list - Changes Transaction core type and it's usage everywhere
…_slots, get_sol_sig_rooted_slot (#181)
* NDEV-2133: Implement a mechanism to obtain NEON_REVISION * NDEV-2133: Make get_elf_parameter fail-safe
…ts (#188) * NDEV-2175: Use tracing::instrument on neon-api endpoints * Add request id * cargo clippy * Custom Debug implementation for TxParamsRequestModel
* Neon EVM Whitepaper has been added to repository
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.