Highlights
- 1 discussion answered
Block or Report
Block or report mrmr1993
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
vindinium-starter-haskell Public
Forked from Herzult/vindinium-starter-haskell
Haskell starter for http://vindinium.org
Haskell
2,252 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 87 commits in 4 repositories
Created a pull request in o1-labs/snarkyjs that received 1 comment
Rename fee payer fields
This changes balanceChange to fee and accountPrecondition to nonce for the fee-payer.
This PR is the counterpart to MinaProtocol/mina#10836.
+0
−0
•
1
comment
Opened 23 other pull requests in 3 repositories
MinaProtocol/mina
3
open
17
merged
1
closed
- Split zkApps account precondition failures
- Port forwarding docs
- Make Local_state.fee_excess signed
- De-polymorphise Zkapp_precondition.Account
- Update snarky to enable public outputs from circuits
- [No-op] Merge #10876 to develop
- [Compatible] Use the archive URL for the current branch when running tests
- Remove spurious "Using password from environment variable" logs at startup
-
Use
Field.projectinstead ofField.packfor SnarkyJSofBits - Upgrade proof-systems submodule
- Remove unused code from old tokens implementation
- Fixup compilation after merge from master
- [No-op] Merge #10846 to develop
- Add .ocamlformat to archive_lib
- [Trivial] Add ocamlformat config for archive
- Add implicit_account_creation_fee option for non-token accounts
- Move fee-payer success assertions to a single final check
- [Fix] Don't allow tokens to overflow
-
Remove unnecessary
public_keyfield from account precondition - Depolymorphise Party types, rename fee-payer fields
- Merge back to develop
o1-labs/snarky
1
merged
o1-labs/proof-systems
1
open
Reviewed 34 pull requests in 4 repositories
MinaProtocol/mina
19 pull requests
- Pickles: remove vestigial x domain
- Remove indirection table zkapp_fee_payer
- Pickles flexible width
- Merge "Fix misc error logging issues" into develop
- Fix misc error logging issues
- Fix subchain query
- Add genesis block, accounts at archive startup
- Upgrade dune and ocamlformat + reformat files DEVELOP
- Upgrade dune and ocamlformat + reformat files
- Adding missing required subfield
- SnarkyJS 0.3.2
- Annotate column type for failure reasons
- Allow reversed fields in Fee_excess JSON
- Update archive db schema for zkApps per RFC 0045
- Fixup compilation after merge from master
- nonexistent sender test
- Informative structured log error message
- Update codeowners for JS / crypto
- Pickles refactoring
o1-labs/proof-systems
12 pull requests
- [lookup] remove unreachable code
-
Minimize the use of
pubfields in structs - Feature/foreign mul
- [lookup] add evaluation proofs in the protocol
- address PR feedback
- [lookup] compute the joint lookup table ONCE and only once
- [lookup] simplify code
- [lookup] move and specify index
- [easy] remove clippy allow
- [lookup] handle different table id 0
- fix CONTRIBUTING.md
- [lookup] refactor prover + spec