- Germany, Berlin
- http://micha.elmueller.net/
Highlights
- 1 discussion answered
Block or Report
Block or report cmichi
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
latex-template-collection Public
Collection of different LaTeX/XeTeX templates (cv, invoices, timesheets, letters, etc.).
-
-
visual-traceroute Public
A graphical frontend for the traceroute utility. Written in Processing.
-
-
twitterwall Public
Display topic-related tweets in realtime. Using node.js, socket.io & jQuery.
-
ulm-opening-hours Public
Interactive web application displaying open facilities within the city Ulm on a map (using OpenStreetMap data).
1,834 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 111 commits in 11 repositories
Created a pull request in paritytech/cumulus that received 12 comments
Rename canvas
to contracts
Readme preview here. Once this PR has been merged I'll create follow-ups for DevOps, polkadot-js, Contracts UI, our tutorials, and our docs.
Opened 27 other pull requests in 6 repositories
paritytech/ink
13
merged
1
closed
- Fix links in release notes
- Revert "Suppress unused variable warning for debug_print macros (#1258)"
- Release ink! 3.2.0
-
Stabilize
ecdsa
functions toseal0
-
Language improvements + Make CI spellcheck
examples/*
- Add missing links, shorten hash
- Update readme, move monthly update
-
Make
spellcheck
less verbose - Revert me: Set fixed nightly until clippy ICE fixed
- Fix nightly clippy warnings
-
Improve on
Mapping::contains
+ Migrate examples to new API - Add more info to April digest
- Release ink! 3.1.0
- Add monthly update for April 2022
paritytech/substrate-contracts-node
5
merged
paritytech/cargo-contract
5
merged
polkadot-js/apps
1
merged
substrate-developer-hub/substrate-docs
1
merged
paritytech/scripts
1
merged
Reviewed 46 pull requests in 10 repositories
paritytech/ink
17 pull requests
-
Stabilize
seal_ecdsa_recover
andseal_ecdsa_to_eth_address
functions -
Optimise
deny_payment
- Storage rework
-
Remove
#[doc(hidden)]
from implementation section -
Make
seal_ecdsa
test cases differ from the ones used in the pallet - Add helper for manually releasing the workspace crates
- Suppress unused variable warning for debug_print macros
- Release ink! 3.1.0
- Remove version from examples path dependencies
-
Implement
ecdsa_to_eth_address()
and removeeth_compatibility
crate -
Stabilize
seal_contains_storage
andseal_set_storage
functions -
Stabilize
...code_hash
functions -
Improve on
Mapping::contains
+ Migrate examples to new API -
Add
Mapping::contains(key)
andMapping::insert_return_size(key, val)
- Update StackExchange URL to include ink! tag
- Update README.md
- Fix ordering of message ids if the trait is implemented before the inherent section
paritytech/cargo-contract
9 pull requests
- Deny unused crate dependencies
- Fix CI badge in README
- Fix outdated relevant links in readme
-
Don't spin up
rusty-cachier
caches on the main branch - Add missing dep
-
Release
v1.3.0
-
Display
H256
instances in events as hex encoded string - Allow hex literals for unsigned integers
-
Rename
rust-toolchain
torust-toolchain.toml
paritytech/cumulus
5 pull requests
paritytech/substrate
4 pull requests
paritytech/substrate-contracts-node
3 pull requests
paritytech/ink-docs
3 pull requests
paritytech/awesome-ink
2 pull requests
substrate-developer-hub/substrate-docs
1 pull request
paritytech/ink-waterfall
1 pull request
w3f/Grants-Program
1 pull request
Created an issue in paritytech/ink that received 2 comments
Allow fine-grained control over contract capabilities
This is an idea brought up by @TorstenStueber, it's nothing we want to implement right away, I'm persisting it here mostly for future reference. Th…