- Denmark
-
10:40
(UTC +01:00) - https://frederikbolding.com
- @frederikbolding
Highlights
Block or Report
Block or report FrederikBolding
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
MyCryptoHQ/MyCrypto Public
MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products th…
-
etrakr-react Public
eTrakr is your all-in-one entertainment tracking web application. An open source passion project rebuilt from the ground up with React.
-
-
ethereum-fees Public
Small Gatsby site that graphs base fees across the last 100 blocks on the Ethereum mainnet.
2,066 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 80 commits in 13 repositories
Created a pull request in MetaMask/metamask-extension that received 5 comments
Bump Truffle packages
Explanation
Bump Truffle packages to get rid of faker
, which was very large and removed from newer versions of the Truffle packages.
Manual Testing…
Opened 31 other pull requests in 11 repositories
MetaMask/snaps-monorepo
1
open
9
merged
- Delete require-additional-reviewer.yml
- Fix missing cronjob export
- BREAKING: Change checksum calculation
-
Require
location
forSnapController.updateSnap
- BREAKING: Disallow local snaps by default
-
BREAKING: Remove
WebSocket
- Constrain Date and timeouts
- Add safety measures for malicious tarballs
- Allow updating crashed snaps
-
Use
@metamask/utils@3.4.0
MetaMask/metamask-extension
2
open
4
merged
MetaMask/iframe-execution-environment
3
merged
MetaMask/utils
3
merged
MetaMask/test-snaps
2
merged
MyCryptoHQ/landing
2
open
FrederikBolding/chainlist
1
merged
MetaMask/key-tree
1
merged
MetaMask/slip44
1
merged
MetaMask/metamask-docs
1
merged
MetaMask/abi-utils
1
merged
Reviewed 50 pull requests in 11 repositories
MetaMask/snaps-monorepo
16 pull requests
- Bump @metamask/permission-controller from 1.0.2 to 2.0.0
-
Update
wallet_snap_*
rpc method towallet_snap
-
Bump
@metamask/key-tree
to 6.2.1 -
Update the
mm-snap init
examples - BREAKING: Change checksum calculation
- Constrain Date and timeouts
-
BREAKING: Bump
key-tree
to 6.2.0 and useUint8Array
for secret recovery phrases -
Add
endowment:long-running
deprecation warning -
Make
authorize()
throw on excluded permissions - Add safety measures for malicious tarballs
-
Bump
@metamask/key-tree
version - Add experimental offscreen execution environment
- BREAKING: Add support for snap registries
- Only run Webpack before tests
- Bump json5 from 1.0.1 to 1.0.2
- Update SES to 0.18.1
MetaMask/metamask-extension
8 pull requests
-
Pass
excludedPermissions
toSnapController
-
[GridPlus] Bumps
gridplus-sdk
to v2.4.3 -
Move subject type enum to
@metamask/subject-metadata-controller
-
[FLASK]
snaps-monorepo@0.28.0
-
Await
initializeProvider
in network controller tests - [FLASK] Create E2E test for snap_dialog
- fix: Display primaryType in signTyped instead of 'Message' string, Fixes #17076
- [E2E] Change to replace confirm snap to dialog snap
MetaMask/test-snaps
5 pull requests
MetaMask/core
5 pull requests
MetaMask/key-tree
5 pull requests
MetaMask/eth-phishing-detect
2 pull requests
MetaMask/metamask-docs
2 pull requests
MetaMask/slip44
2 pull requests
MetaMask/smart-transactions-controller
2 pull requests
MetaMask/post-message-stream
2 pull requests
MetaMask/utils
1 pull request
Created an issue in MetaMask/core that received 2 comments
Allow ApprovalController
requests to be updated
In case of more dynamic approvals, that fetch data before showing it to the user, we can allow for updates requestData
. This will allow for example…