Conversation
breathx
added a commit
that referenced
this pull request
Dec 27, 2021
* Initial * Refactor * Deal with public interfaces * pre-commit * add core-processor * Refactor gtest * Debug * Fix allocations * Generate reply on trap * Finish with `gear-test` * Refactor `node-runner` * Fix node-runner and tests * Delete unused stuff in scripts * Fix gtest runner and rename some yamls * Commitment of gtest and runtests * Improve `core-processor` * Finalize process structure * Beautifying * Clean up * Add `SubmitProgram` variant * Optimize page updating * Remove unused events and program mutability in processing * Resolve deps * almost working standalone * cleanup tests * refactor gtest * gtest fix #1 * gtest fix #2 * clippy & fmt * Refactor pallet * Remove `node-runner` and re-enable `node runtests` * Remove and it's new interpretation * Initial * Refactor * Deal with public interfaces * pre-commit * Refactor gtest * Debug * Fix allocations * Generate reply on trap * Finish with `gear-test` * Refactor `node-runner` * Fix node-runner and tests * Delete unused stuff in scripts * Fix gtest runner and rename some yamls * Commitment of gtest and runtests * add core-processor * Improve `core-processor` * Finalize process structure * Beautifying * Clean up * Add `SubmitProgram` variant * Optimize page updating * Remove unused events and program mutability in processing * Resolve deps * refactor gtest * almost working standalone * cleanup tests * gtest fix #1 * gtest fix #2 * clippy & fmt * Refactor pallet * Remove `node-runner` and re-enable `node runtests` * Remove and it's new interpretation * update & fmt * fix recursion * properly use gas tree * insert creation of gas tree * Remove `storage.rs` from `gear-core` * Fix pallet tests * fix pallet tests * rewrite logic of dispatch * Correctly `impl CollectState` for node manager (runtests) * Fix `program_lifecycle_works()` test * fix debug tests * Provide valid `get_gas_spent()` * Beautify `core-runner` * Provide `Debug` for `State` gtest & runtests * fix debug mode * format also * Tmp logging for finding out the runtests troubles * Wasm is broken . Revert "." This reverts commit fa5621e. Revert "Wasm is broken" This reverts commit 8f1119d. * Minor fixes * Some fixes with memory * Correctly update nonce and persistent_pages * Fix memory issues * Use `Sandbox` env in `./gear-node runtests` * Finish with tests (add tmp claiming to avoid value tree issue * Fix `WaitDispatch` gas limit issue. This fixes RPC-tests. * Update core-processor/src/executor.rs Co-authored-by: Shamil <66209982+shamilsan@users.noreply.github.com> * Update common/src/native.rs Co-authored-by: Shamil <66209982+shamilsan@users.noreply.github.com> * address grumples * add some docs * add more docs Co-authored-by: NikVolf <nikvolf@gmail.com> Co-authored-by: Shamil <66209982+shamilsan@users.noreply.github.com>
breathx
added a commit
that referenced
this pull request
Jul 27, 2022
* Add bn of insertation in mailbox * Update pallet behaviour * Frankly set block author for fuzzer * Frankly set block author for runtime spec tests * Update lock * Continue implementing internal stuff * A bit beauty for process queue * Wait dispatch method * Wake dispatch impl * Naming + wake logic * Interval in wl storage * Use interval for mailbox * Reduce code * Bump spec * Rename interval fields * Move claiming into gear pallet * Fix artefact * Properly handle mailbox removal * Proper reset call * Apply task processing * Prepare for normal apped to MB usage * Sending user message works * Add deletion task * Add tests * Remove outdated todos * Doc coverage and threshold for real runtime * Add iterable map impl for mailbox * Fix utility checks * Use proper mailbox threshold * Review remarks #1 * Review remarks #2 * Review remarks #3 * Bump spec * Bump spec * Useless clone removal * Fix benches
playX18
added a commit
that referenced
this pull request
Jan 13, 2025
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
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.
gstd.