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
Pinned
4,160 contributions in the last year
Activity overview
Contributed to
input-output-hk/cardano-wallet,
input-output-hk/cardano-coin-selection,
input-output-hk/cardano-addresses
and 5 other
repositories
Contribution activity
September 2020
- KtorZ/ekg-wai JavaScript
- KtorZ/cardano-wallet Haskell
Created a pull request in input-output-hk/cardano-node that received 23 comments
rework JSON conversions for transaction metadata
a. Encode JSON as CBOR considering only the following "optimizations" b. Hexadecimal sequences starting with 0x are encoded as CBOR bytestring. c. …
+852
−312
•
23
comments
- cache latest checkpoint in-memory to avoid deserializing and reserializing it too often
- remove storage of intermediate checkpoints in restore blocks
- Temporarily use metadata revision branch of cardano-api
- Bump version from 2020.8.3 to 2020.9.9
- Address slow fee estimation on Byron wallets
- More sanity byron random-specific benchmarks post restoration + JSON artifacts
- make sure to provide an upper bound for max inputs when adjusting fees
- Improve fee estimation performance / fix accidentally quadratic function
- Relax fee upper bound invariant
- simplify implementation of 'estimateMaxNumberOfInputs' & increase coverage
- Runtime configuration of pool metadata SMASH server via API
- Test that `removePools` does not remove pool metadata.
- Remove Shelley specific transaction CLI tests from Jormungandr
- Fix metadata examples in swagger.yaml
- Bump cardano-transactions
- Bump version to v2020-09-22
- Provide slot number (flat slot) in network information
- Update API docs on saturation, rewards, and relative stake
- Test pool garbage collection.
- Revise swagger API documentation of TxMetadata
- Use JSON "detailed schema" for API TxMetadata
- Fix a unit test failing on windows due to illegal filename
- cardano-node: 1.19.1-patched -> 1.20.0
- Fix latency benchmarks after introduction of minUTxOValue in tests
- Save intermediate state when restoring the Byron chain in the stake pools worker
- Make Jörmungandr tests pass again
- CLI: Add option "cardano-wallet transaction create --metadata=JSON"
- Enable minUTxOValue: 1000000 in CI for shelley
- Address slow fee estimation on Byron wallets
- Fix wallet address pool gap limited to Word8
- stack.yaml: Completely disable RDRAND support in cryptonite
- cardano-node: 1.19.0 -> 1.19.1
- Add bech32 Pool id variant to Wellformed test
- Add unit test for transaction metadata fee calculation
- Add a script that prints all TODOs/fixmes in code
- Some pull request reviews not shown.
Created an issue in input-output-hk/cardano-wallet that received 2 comments
Ajust jsonToMetadata and jsonFromMetadata from cardano-api
Context These functions are making several implicit conversion when dealing with JSON data which make them very unpractical to use. Decision a. Enc…
2
comments