This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
feat(providers): add a subset of admin namespace #1880
Merged
Merged
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c0a99c - Browse repository at this point
Copy the full SHA 0c0a99cView commit details -
wip: add admin namespace support
* add networking and peer related structs
Configuration menu - View commit details
-
Copy full SHA for a350324 - Browse repository at this point
Copy the full SHA a350324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fce96c - Browse repository at this point
Copy the full SHA 0fce96cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adffd4 - Browse repository at this point
Copy the full SHA 4adffd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0562f0b - Browse repository at this point
Copy the full SHA 0562f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c0d66 - Browse repository at this point
Copy the full SHA 26c0d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bedcd2 - Browse repository at this point
Copy the full SHA 2bedcd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a237b3 - Browse repository at this point
Copy the full SHA 6a237b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b9687 - Browse repository at this point
Copy the full SHA d6b9687View commit details -
Configuration menu - View commit details
-
Copy full SHA for fce6c40 - Browse repository at this point
Copy the full SHA fce6c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a7a35 - Browse repository at this point
Copy the full SHA 52a7a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for e28d1a1 - Browse repository at this point
Copy the full SHA e28d1a1View commit details -
* the type is better represented by a struct which can have either eth or snap
Configuration menu - View commit details
-
Copy full SHA for 4cfaffb - Browse repository at this point
Copy the full SHA 4cfaffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1033b13 - Browse repository at this point
Copy the full SHA 1033b13View commit details -
* should re-add when peer event endpoints are implemented
Configuration menu - View commit details
-
Copy full SHA for 5e3eb65 - Browse repository at this point
Copy the full SHA 5e3eb65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb8b32 - Browse repository at this point
Copy the full SHA 2bb8b32View commit details -
change signature for peer modification apis
* these admin apis accept an enode, which _may_ be an enr, but could also be a legacy enode "v4" url.
Configuration menu - View commit details
-
Copy full SHA for 3dcacb4 - Browse repository at this point
Copy the full SHA 3dcacb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280a3d3 - Browse repository at this point
Copy the full SHA 280a3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1cf6d - Browse repository at this point
Copy the full SHA 0c1cf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fa941 - Browse repository at this point
Copy the full SHA 23fa941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c4509 - Browse repository at this point
Copy the full SHA 09c4509View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a324a - Browse repository at this point
Copy the full SHA f9a324aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 285f037 - Browse repository at this point
Copy the full SHA 285f037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20446a3 - Browse repository at this point
Copy the full SHA 20446a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0052e72 - Browse repository at this point
Copy the full SHA 0052e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343fd89 - Browse repository at this point
Copy the full SHA 343fd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02db1b1 - Browse repository at this point
Copy the full SHA 02db1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5b06f - Browse repository at this point
Copy the full SHA 6f5b06fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037fbcf - Browse repository at this point
Copy the full SHA 037fbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 567cf38 - Browse repository at this point
Copy the full SHA 567cf38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6183c87 - Browse repository at this point
Copy the full SHA 6183c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27d0bc - Browse repository at this point
Copy the full SHA d27d0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a345fa3 - Browse repository at this point
Copy the full SHA a345fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3375d - Browse repository at this point
Copy the full SHA 2c3375dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efbd36 - Browse repository at this point
Copy the full SHA 7efbd36View commit details -
support deserializing json bignums to U256
* the serde_json arbitrary_precision feature is necessary so the serde_json::Number variant of `IntOrHexOrBigNum` can be converted into a string and fed into U256::from_dec_string
Configuration menu - View commit details
-
Copy full SHA for 51b4638 - Browse repository at this point
Copy the full SHA 51b4638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302cb9c - Browse repository at this point
Copy the full SHA 302cb9cView commit details -
remove third variant from IntOrHex
* unnecessary since serde_json::Number handles smaller ints as well
Configuration menu - View commit details
-
Copy full SHA for 54ad70c - Browse repository at this point
Copy the full SHA 54ad70cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae22226 - Browse repository at this point
Copy the full SHA ae22226View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce36a6 - Browse repository at this point
Copy the full SHA cce36a6View commit details -
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Configuration menu - View commit details
-
Copy full SHA for 20557f0 - Browse repository at this point
Copy the full SHA 20557f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7697f69 - Browse repository at this point
Copy the full SHA 7697f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92dbf6 - Browse repository at this point
Copy the full SHA e92dbf6View commit details -
* the build can be updated by changing the GETH_BUILD env var
Configuration menu - View commit details
-
Copy full SHA for 50ccfce - Browse repository at this point
Copy the full SHA 50ccfceView commit details -
Configuration menu - View commit details
-
Copy full SHA for af47a31 - Browse repository at this point
Copy the full SHA af47a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6188d3 - Browse repository at this point
Copy the full SHA f6188d3View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 548b360 - Browse repository at this point
Copy the full SHA 548b360View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb53a9 - Browse repository at this point
Copy the full SHA dbb53a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c897c - Browse repository at this point
Copy the full SHA 96c897cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c445e3 - Browse repository at this point
Copy the full SHA 7c445e3View commit details -
dump geth stderr to debug failing ci test
* add method which dumps the unread stderr of the geth instance into a string
Configuration menu - View commit details
-
Copy full SHA for a66548d - Browse repository at this point
Copy the full SHA a66548dView commit details -
* bug is due to authrpc endpoint being in use
Configuration menu - View commit details
-
Copy full SHA for b71c71c - Browse repository at this point
Copy the full SHA b71c71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d7e23e - Browse repository at this point
Copy the full SHA 9d7e23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca864c - Browse repository at this point
Copy the full SHA 8ca864cView commit details
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.