Pinned
1,001 contributions in the last year
Less
More
Activity overview
Contributed to
Chia-Network/chia-blockchain,
Chia-Network/clvm_rs,
richardkiss/clvm_rs
and 5 other
repositories
Contribution activity
April 2021
Created 39 commits in 3 repositories
Created a pull request in Chia-Network/chia-blockchain that received 6 comments
Opened 23 other pull requests in 2 repositories
Chia-Network/chia-blockchain
16
merged
4
closed
1
open
- Add some ROM tests.
-
ROM now outputs
(coin-spends . block-level-extras) -
Change input to ROM to
(coin-solution-inputs . extras). - Rewrite rom inputs outputs 3
-
Improve format of
COIN_SPENDoutput from ROM. - Simplify CSE input format.
- Remove the tree abomination.
- Rewrite "ROM" in clvm, including deserialization.
-
Drop unnecessary
endparameter fromblock_program_zero.clvm. -
Use
run_generatorinstead ofrun_with_cost. -
Rewrite
lowlevel_generator.clvm. -
Get
rl_walletclvm hex files loading. - Shrink deserializer a bit
-
First crack at
list_to_tree. -
Revert erroneous type change in
CostResult. -
First crack at removing
as_python. - Bump clvm versions.
-
[main] Simplify
pyinstaller.spec. Solvedaemon/chianame collision. -
Simplify
pyinstaller.spec. Solvedaemon/chianame collision. -
Src to chia for
v1.0.xbranch - Improve specfile
Chia-Network/clvm_rs
2
merged
Reviewed 28 pull requests in 4 repositories
Chia-Network/chia-blockchain 20 pull requests
- fix broken DID test
- Assert small messages
- Test passing multiple arguments as arguments to block generators
-
Rewrite
lowlevel_generator.clvm. - Change the block generator output format to allow adding more fields …
- pass through max cost all the way down to where we execute the CLVM code
- Block compression and decompression
- Previous generators
- Add test for relative seconds, and rename conditions
- Add Puzzle Announcement conditions
- Validate Generator Reference field during block validation
- update cost and max cost according to new plan
- Ms.aggsig me challenge
- Improve get_name_puzzle_conditions, add typing, avoid re-implementing…
- Ms.mempool improvements
- Ms.performance
- Use the new 2 argument form of substr
- Remove daemon.spec
- Remove daemon.spec
- Add missing linux specfile change. Error on pyinstaller failure