-
Notifications
You must be signed in to change notification settings - Fork 132
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
Explorer crate #3350
Explorer crate #3350
Commits on Mar 7, 2022
-
- add basic external crate - the logging setup is copy-pasted from jormungandr - add stake control and implement tallying this could re-use more code from the ledger, but it's not that easy to ignore validations and also I think this is simple enough for now. The implementation is somewhat isolated, so it's not that hard to change things after some more thought.
Configuration menu - View commit details
-
Copy full SHA for 222e660 - Browse repository at this point
Copy the full SHA 222e660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 895dd76 - Browse repository at this point
Copy the full SHA 895dd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2577c35 - Browse repository at this point
Copy the full SHA 2577c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da3cef - Browse repository at this point
Copy the full SHA 3da3cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for f142675 - Browse repository at this point
Copy the full SHA f142675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 535f325 - Browse repository at this point
Copy the full SHA 535f325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca7866 - Browse repository at this point
Copy the full SHA 8ca7866View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28c396 - Browse repository at this point
Copy the full SHA b28c396View commit details -
tests: regen explorer schema without treasury for now
I'm not completely sure if we should re-implement this in the explorer too, or if we should implement it in rest only, so for now this changes it to a TODO
Configuration menu - View commit details
-
Copy full SHA for 6898878 - Browse repository at this point
Copy the full SHA 6898878View commit details -
tests: fix explorer sanity test
having integration tests with the explorer and jormungandr will always be good anyway, so having a way of launching an explorer in integration tests for the purposes of testing the explorer is something that we probably want. This is a first approximation towards that.
Configuration menu - View commit details
-
Copy full SHA for 7a6ce43 - Browse repository at this point
Copy the full SHA 7a6ce43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34fe06c - Browse repository at this point
Copy the full SHA 34fe06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7ebcee - Browse repository at this point
Copy the full SHA e7ebceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17208a8 - Browse repository at this point
Copy the full SHA 17208a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936c41e - Browse repository at this point
Copy the full SHA 936c41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 061169d - Browse repository at this point
Copy the full SHA 061169dView commit details -
remove whitespace from autgenerated graphql schema
in order to please the editorconfig check
Configuration menu - View commit details
-
Copy full SHA for 17d9ad7 - Browse repository at this point
Copy the full SHA 17d9ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c2b1d - Browse repository at this point
Copy the full SHA 45c2b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5aa84c - Browse repository at this point
Copy the full SHA d5aa84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a2136 - Browse repository at this point
Copy the full SHA 52a2136View commit details -
Configuration menu - View commit details
-
Copy full SHA for eff6eda - Browse repository at this point
Copy the full SHA eff6edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a73dd2a - Browse repository at this point
Copy the full SHA a73dd2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d772bef - Browse repository at this point
Copy the full SHA d772befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1fa5c - Browse repository at this point
Copy the full SHA 8a1fa5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43d045 - Browse repository at this point
Copy the full SHA e43d045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5471deb - Browse repository at this point
Copy the full SHA 5471debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d87892 - Browse repository at this point
Copy the full SHA 0d87892View commit details -
Configuration menu - View commit details
-
Copy full SHA for f129e3b - Browse repository at this point
Copy the full SHA f129e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90696bd - Browse repository at this point
Copy the full SHA 90696bdView commit details -
this makes the code a bit more self-documenting than with a boolean, even if the error value is not actually used here.
Configuration menu - View commit details
-
Copy full SHA for 226801b - Browse repository at this point
Copy the full SHA 226801bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0e32e - Browse repository at this point
Copy the full SHA ff0e32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139d2b3 - Browse repository at this point
Copy the full SHA 139d2b3View commit details -
handly tally type at an earlier point
because otherwise the function will panic for public tally, as there is no decrypted tally
Configuration menu - View commit details
-
Copy full SHA for c079a66 - Browse repository at this point
Copy the full SHA c079a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3888401 - Browse repository at this point
Copy the full SHA 3888401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395626c - Browse repository at this point
Copy the full SHA 395626cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0848d11 - Browse repository at this point
Copy the full SHA 0848d11View commit details -
fix PersistentSequence::is_empty
it was returning the opposite value
Configuration menu - View commit details
-
Copy full SHA for 648cb15 - Browse repository at this point
Copy the full SHA 648cb15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f5d53 - Browse repository at this point
Copy the full SHA 88f5d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13df3cf - Browse repository at this point
Copy the full SHA 13df3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a16428d - Browse repository at this point
Copy the full SHA a16428dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b1abd - Browse repository at this point
Copy the full SHA a1b1abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27886b2 - Browse repository at this point
Copy the full SHA 27886b2View commit details -
add retry when querying the explorer
to account for slow IO, or performance issues when running the test
Configuration menu - View commit details
-
Copy full SHA for c961951 - Browse repository at this point
Copy the full SHA c961951View commit details -
move explorer process spawn to JormungandrProcess
this allows using it in other tests, like in `retire_stake_pool_explorer` and other integration tests
Configuration menu - View commit details
-
Copy full SHA for cc2f2e1 - Browse repository at this point
Copy the full SHA cc2f2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3385e50 - Browse repository at this point
Copy the full SHA 3385e50View commit details -
by just panicking, proper suppport can be done later
Configuration menu - View commit details
-
Copy full SHA for aceae5b - Browse repository at this point
Copy the full SHA aceae5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf383b3 - Browse repository at this point
Copy the full SHA bf383b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d7860 - Browse repository at this point
Copy the full SHA a0d7860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11223cb - Browse repository at this point
Copy the full SHA 11223cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2312148 - Browse repository at this point
Copy the full SHA 2312148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7891df5 - Browse repository at this point
Copy the full SHA 7891df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 008c840 - Browse repository at this point
Copy the full SHA 008c840View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6d299 - Browse repository at this point
Copy the full SHA fd6d299View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b1774 - Browse repository at this point
Copy the full SHA a5b1774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c6000 - Browse repository at this point
Copy the full SHA 70c6000View commit details