Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Sydney, Australia
- Sign in to view email
- https://eizinger.io
Pinned
3,010 contributions in the last year
Activity overview
Contributed to
comit-network/comit-rs,
comit-network/create-comit-app,
comit-network/spikes
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in comit-network/comit-rs that received 5 comments
Remove `WaitForXYZ` trait abstraction
Modelling this as a trait unnecessarily couples it to a particular connector implementations. Instead, we can create simple free-functions for this…
+151
−190
•
5
comments
- Replace differently named re-export with `export` module
- Remove the ethereum::Bytes wrapper
- Enabling this allows IDEs to bump to the definition of BigInt
- Add esnext.bigint lib to TypeScript config
- Bump num from 0.2.1 to 0.3.0
- Force delete head branches
- Make caches actually useful
- Faster caches
- Only automatically merge PRs that target dev
- Don't repeat ourselves for loading a single or all swap contexts
- Impl `Save<CreatedSwap` for Storage instead of Sqlite
- Update version of siren-types to make use of std::Error impl
- Simplify CI workflow by not reading the toolchain fine directly
- Move time-related methods from cache to dedicated modules
- Bump toolchain to 1.44
- Remove `watch` trait abstraction for hbit
- Refactor `find_relevant_blocks` to return a generator
- Update changelog
- cnd: Remove unused dependencies
- Reorganise the routes module
- storage: Improve documentation
- Remove rfc003
- Remove the swap_protocols module
- Make seed/db part of the storage module
- Few fixes to migrations.sh
- Siren for new swap protocols
- Remove multiple peers tests
- Remove rfc003
- Pre rfc003 removal fixes
- Re-export rust-bitcoin from COMIT lib
- Add a couple things to COMIT lib for Nectar
- Use Carol for the name of third participant
- Release version 0.8.0
- Clean up storage
- Move Comit NetworkBehaviour to comit crate
- Use halbit in the CHANGELOG
- Rename halight to halbit
- Check if diesel-cli is available or install
- Update changelog for release
- Guidelines for migrations to the cnd database
- Follow-up to PR #2776
- Return ledger events in swap response for hbit and herc20
- Some pull request reviews not shown.
Created an issue in Mergifyio/mergify-engine that received 2 comments
Allow to delete head branch even if branch is in use
GitHub recently implemented the following feature: https://github.blog/changelog/2020-05-19-pull-request-retargeting/ This makes it very easy to su…
2
comments