-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(cheatcodes): base implementation of cheatcode system #58
Commits on Apr 3, 2023
-
feat(builtins): upgrade builtins dep
* Upgrade builtins dependencies to revision for release 10.0 (M2.1 of FVM)
Configuration menu - View commit details
-
Copy full SHA for 939cc75 - Browse repository at this point
Copy the full SHA 939cc75View commit details -
feat(builtins): updated way to retrieve builtin code
* Using code_by_id() method to retrieve builtins code CID from Manifest * Get builtins actor ID from builtin crate
Configuration menu - View commit details
-
Copy full SHA for a8d80e4 - Browse repository at this point
Copy the full SHA a8d80e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f92a49 - Browse repository at this point
Copy the full SHA 3f92a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1354bbf - Browse repository at this point
Copy the full SHA 1354bbfView commit details
Commits on Apr 4, 2023
-
common: separate constructor and set_up functions
from the rest of the methods.
Configuration menu - View commit details
-
Copy full SHA for f3a3ed3 - Browse repository at this point
Copy the full SHA f3a3ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4901439 - Browse repository at this point
Copy the full SHA 4901439View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a75839f - Browse repository at this point
Copy the full SHA a75839fView commit details -
feat(builtins): chainsafe builtins dep
* Removed dependencies to builtin actors to rely on Chainsafe repo instead as per filecoin-project/builtin-actors#194 (comment)
Configuration menu - View commit details
-
Copy full SHA for 4e191ab - Browse repository at this point
Copy the full SHA 4e191abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa10194 - Browse repository at this point
Copy the full SHA fa10194View commit details -
feat(builtins): setup all builtins
* Setup all necessary builtins in our local development environment
Configuration menu - View commit details
-
Copy full SHA for ce8334d - Browse repository at this point
Copy the full SHA ce8334dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e46769c - Browse repository at this point
Copy the full SHA e46769cView commit details -
feat(builtins): builtins tests
* Adding actor to test builtins deployment in Kythera
Configuration menu - View commit details
-
Copy full SHA for 5f0f338 - Browse repository at this point
Copy the full SHA 5f0f338View commit details -
* Adding actor to test constructor and setup being called in test flow
Configuration menu - View commit details
-
Copy full SHA for b122876 - Browse repository at this point
Copy the full SHA b122876View commit details -
feat(builtins): testing builtins deployment
* Updating the builtin test actor to test that all builtins code are deployed at their address * Fix clippy
Configuration menu - View commit details
-
Copy full SHA for ee34622 - Browse repository at this point
Copy the full SHA ee34622View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0683e8 - Browse repository at this point
Copy the full SHA c0683e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cffa99 - Browse repository at this point
Copy the full SHA 7cffa99View commit details
Commits on Apr 6, 2023
-
lib: extract executor into it's own mod
- introduce constructor_setup_test_actor crate to test Setup and Constructor functions
Configuration menu - View commit details
-
Copy full SHA for b893074 - Browse repository at this point
Copy the full SHA b893074View commit details
Commits on Apr 7, 2023
-
Update test_actors/actors/builtins_test_actor/src/actor.rs
Co-authored-by: PhilippeMts <1371613+PhilippeMts@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab0ebd8 - Browse repository at this point
Copy the full SHA ab0ebd8View commit details -
Co-authored-by: João Oliveira <hello@jxs.pt>
Configuration menu - View commit details
-
Copy full SHA for 84177e2 - Browse repository at this point
Copy the full SHA 84177e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089d096 - Browse repository at this point
Copy the full SHA 089d096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 409e736 - Browse repository at this point
Copy the full SHA 409e736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86bd74e - Browse repository at this point
Copy the full SHA 86bd74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7502afa - Browse repository at this point
Copy the full SHA 7502afaView commit details -
Merge branch 'feature/builtins-genesis' of github.com:polyphene/kythe…
…ra into feature/builtins-genesis
Configuration menu - View commit details
-
Copy full SHA for 1011b1e - Browse repository at this point
Copy the full SHA 1011b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039b80b - Browse repository at this point
Copy the full SHA 039b80bView commit details -
Merge branch 'develop' of github.com:polyphene/kythera into feat/pars…
…e-constructor-setup
Configuration menu - View commit details
-
Copy full SHA for 10a7b28 - Browse repository at this point
Copy the full SHA 10a7b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a2639 - Browse repository at this point
Copy the full SHA 97a2639View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f9063c - Browse repository at this point
Copy the full SHA 8f9063cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa89f1 - Browse repository at this point
Copy the full SHA 7fa89f1View commit details
Commits on Apr 11, 2023
-
fix(cheatcodes): sanitize actor compilation at runtime
* Needed to have a Cheatcodes actor incorporated in our library so re-used the kythera_test_actors crate logic to generate it. kythera_test_actors have been renamed to kythera_actors. * Created a testing feature for kythera_actors to only build test_actors when we need them (mostly during tests of our kythera_lib).
Configuration menu - View commit details
-
Copy full SHA for 4511d80 - Browse repository at this point
Copy the full SHA 4511d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f27b6 - Browse repository at this point
Copy the full SHA d8f27b6View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a70fad - Browse repository at this point
Copy the full SHA 1a70fadView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af435a5 - Browse repository at this point
Copy the full SHA af435a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e318ae - Browse repository at this point
Copy the full SHA 2e318aeView commit details
Commits on Apr 20, 2023
-
Co-authored-by: João Oliveira <hello@jxs.pt>
Configuration menu - View commit details
-
Copy full SHA for 309c054 - Browse repository at this point
Copy the full SHA 309c054View commit details -
Update cli/src/utils/search.rs
Co-authored-by: João Oliveira <hello@jxs.pt>
Configuration menu - View commit details
-
Copy full SHA for 45c431a - Browse repository at this point
Copy the full SHA 45c431aView commit details -
Update cli/src/utils/search.rs
Co-authored-by: João Oliveira <hello@jxs.pt>
Configuration menu - View commit details
-
Copy full SHA for e508ce8 - Browse repository at this point
Copy the full SHA e508ce8View commit details -
Update cli/src/utils/search.rs
Co-authored-by: João Oliveira <hello@jxs.pt>
Configuration menu - View commit details
-
Copy full SHA for 92f89f8 - Browse repository at this point
Copy the full SHA 92f89f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8216ce - Browse repository at this point
Copy the full SHA f8216ceView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0661191 - Browse repository at this point
Copy the full SHA 0661191View commit details -
Configuration menu - View commit details
-
Copy full SHA for def912e - Browse repository at this point
Copy the full SHA def912eView commit details -
Configuration menu - View commit details
-
Copy full SHA for baa541d - Browse repository at this point
Copy the full SHA baa541dView commit details -
fix(cheatcodes): typo fix(cheatcodes): typo
Configuration menu - View commit details
-
Copy full SHA for 4b2866c - Browse repository at this point
Copy the full SHA 4b2866cView commit details -
Merge branch 'feature/cheatcodes-foundation' of github.com:polyphene/…
…kythera into feature/cheatcodes-foundation
Configuration menu - View commit details
-
Copy full SHA for cc43577 - Browse repository at this point
Copy the full SHA cc43577View commit details -
Co-authored-by: João Oliveira <hello@jxs.pt>
Configuration menu - View commit details
-
Copy full SHA for 0054791 - Browse repository at this point
Copy the full SHA 0054791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c98ad7 - Browse repository at this point
Copy the full SHA 9c98ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0a6ef - Browse repository at this point
Copy the full SHA 2f0a6efView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 427afcd - Browse repository at this point
Copy the full SHA 427afcdView commit details