aggre
aggre
### What would you like to share? [`Clones.clone`](https://docs.openzeppelin.com/contracts/4.x/api/proxy#Clones-clone-address-) effectively reduces the waste of redeploying the "same implementation" by leveraging the Proxy pattern. `PropertyFactory.create` contains `Property.sol` and it calls `new` each...
# Description Create a Property that cannot be staked for those who do not need inflationary funds. # Solution Add new interfaces `createWithNonRewardable` and `createAndAuthenticateWithNonRewardable` to the PropertyFactory Contract. It...
## Changes - Allow astro-island to handle Uint8Array/Uint16Array/Uint32Array correctly - Currently, for example, `new Uint8Array([1,2,3])` is handled as `{0: 1, 1: 2, 2: 3}` and loses the type ## Testing...
### What would you like to share? It should be followed to https://github.com/dev-protocol/protocol-v2/pull/479 ### Additional information _No response_ ### Code of Conduct - [X] I agree to follow this project's...
### What would you like to share? Add impl on: https://github.com/dev-protocol/dev-kit-js/blob/872b06ec19f1c25347957694268aa72d44c1bd84/lib/agent/positionsClaim.ts#L1-L11 ### Additional information - This function calls [lib/ethereum/lockup/withdrawByPosition.ts](https://github.com/dev-protocol/dev-kit-js/blob/3fdcd24d1abbc84f5ea7ce778ddae281ff74f1ec/lib/ethereum/lockup/withdrawByPosition.ts) on L1. - This function calls [lib/l2/lockup](https://github.com/dev-protocol/dev-kit-js/blob/3fdcd24d1abbc84f5ea7ce778ddae281ff74f1ec/lib/l2/lockup/index.ts#L64) on L2. - The...
### What would you like to share? Add impl on: https://github.com/dev-protocol/dev-kit-js/blob/872b06ec19f1c25347957694268aa72d44c1bd84/lib/agent/propertiesDeauthenticate.ts#L1-L13 ### Additional information _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of...
### What would you like to share? Add impl on: https://github.com/dev-protocol/dev-kit-js/blob/872b06ec19f1c25347957694268aa72d44c1bd84/lib/agent/propertiesCreateToAuthenticate.ts#L1-L22 ### Additional information _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of...
### What would you like to share? Add impl on: https://github.com/dev-protocol/dev-kit-js/blob/872b06ec19f1c25347957694268aa72d44c1bd84/lib/agent/propertiesCreate.ts#L1-L12 ### Additional information _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of...
### What would you like to share? Add impl on: https://github.com/dev-protocol/dev-kit-js/blob/872b06ec19f1c25347957694268aa72d44c1bd84/lib/agent/propertiesAssets.ts#L1-L13 ### Additional information _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of...
### What would you like to share? Add impl on: https://github.com/dev-protocol/dev-kit-js/blob/872b06ec19f1c25347957694268aa72d44c1bd84/lib/agent/positionsUpdate.ts#L1-L11 ### Additional information _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of...