Works on decentralised stuff.
eipnft:axic.eth
- Dublin, Ireland
- http://www.rtfs.hu
- @alexberegszaszi
Block or Report
Block or report axic
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
wasmx/fizzy Public
Fizzy aims to be a fast, deterministic, and pedantic WebAssembly interpreter written in C++.
-
-
1,585 contributions in the last year
Less
More
Activity overview
Contributed to
tempus-finance/tempus-protocol,
ethereum/solidity,
ethereum/EIPs
and 5 other
repositories
Contribution activity
April 2022
Created 17 commits in 2 repositories
Created a pull request in tempus-finance/tempus-protocol that received 3 comments
amm: Fix Solidity version at 0.8.10 across the codebase
Some files are actually not locked to 0.8.x, but those are in the very minority. Not sure we should do this, but it does simplify thinking about de…
+16
−20
•
3
comments
Opened 10 other pull requests in 2 repositories
tempus-finance/tempus-protocol
7
merged
1
open
1
closed
- amm: Clear up amplification data helpers
- amm: Cleanup some changes after merge
- controller: Simplify _provideLiquidity
- Merge amm v2
- amm: Small cleanups
- amm: Replace getLPSharesAmounts with getTokensInGivenMaximum
- math: Move amm/math/FixedPoint to math/Fixed256x18
- Merge master to amm/v2
- Merge master to amm/v2
ethereum/EIPs
1
merged
Reviewed 15 pull requests in 2 repositories
tempus-finance/tempus-protocol
14 pull requests
- amm: Cleanup some changes after merge
- Introduce custom errors to TempusPool contracts
- pool: use ERC20 interfaces instead of address
- amm: Clear up amplification data helpers
- Non fungible position manager
- Leveraged positions incentivization
- feature: Tempus OTC
- amm: Replace getLPSharesAmounts with getTokensInGivenMaximum
- amm: constructor checks tests
- amm: Small cleanups
- amm: Refactor amplification calculation
- Merge master to amm/v2
- Introduce custom errors in TempusController
- amm: v2
ethereum/solidity-blog
1 pull request
Created an issue in ethereum/solidity that received 2 comments
Should support referring to foreign-constants as compile-time constants
A.sol:
import "./B.sol"; contract A { uint256 private constant LIMIT = B.MAX * B.SCALE;
}
B.sol:
library B { uint256 internal constant MAX = 1; ui…
2
comments
4
contributions
in private repositories
Apr 4 – Apr 10