Skip to content
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

gilescope: retain at Rank 1 #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions evidence/gilescope/0001-2024-05-evidence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Evidence-0001: Retention at Rank I

| | |
| --------------- | ------------------------------------------------------------------------------------------- |
| **Report Date** | Date of submission (2024/05/27) |
| **Submitted by**| Giles Cope |


## Member details

- Matrix username: @gilescope:matrix.org
- Polkadot address: 14mDeKZ7qp9hqBjjDg51c8BFrf9o69om8piSSRwj2fT5Yb1i
- Current rank: I
- Date of initial induction: 2023-11-11
- Date of last report: N/A
- Area(s) of Expertise/Interest: Substrate


## Reporting period

- Start date: 2024-01-01
- End date: 2024-05-27


## Evidence

Hi all, hope you are well. Here's the contributions that I've made to polkadot-sdk recently.
I look forward to seeing you at Polkadot decoded 2024!

## Q1-Q2 2024 Code Contributions

Slightly made it nicer to construct clients:

- [Extract PartialComponents into a type alias](https://github.com/paritytech/polkadot-sdk/pull/2767)

(I forget who suggested this but it was not my own inspiration)

### Removal of sp-std

I'm reducing references to the sp-std crate gradually with a view to removing it:

- [removed 2021 core prelude](https://github.com/paritytech/polkadot-sdk/pull/4183)
- [removal from primitives](https://github.com/paritytech/polkadot-sdk/pull/3274)
- [removal from some of frame](https://github.com/paritytech/polkadot-sdk/pull/3199)

### Tracing

I am investigating adding structured logging to substrate. In preperation these improvements have been made:
gilescope marked this conversation as resolved.
Show resolved Hide resolved

- [Removed redundant logging code](https://github.com/paritytech/polkadot-sdk/pull/4059)
- [Major bumped tracing-subscriber](https://github.com/paritytech/polkadot-sdk/pull/3891)

### Misc

I have watched or join most of the monthly fellowship calls. I wish to retain my current rank.

(Any fellowship salary to me would get heavily taxed so I choose to forgo any fellowship salary at this time.)