mace

Results 12 issues of mace

This PR will enable Metamask users to resolve **ipfs://** and **ipns://** URLs (on browsers that don't have integrated support for this). :warning: IMPORTANT :warning: For this feature to work properly,...

Fixes: #11 Explanation: I tracked a bug inside Metamasks code that creates browser-specific manifests. The idea here is to have `_base.json` manifest that holds manifest properties that are needed on...

**Describe the bug** Code for merging `_base.json` manifest and some browser-specific manifest like `chrome.json` is not working properly when there is property which value is array defined in both manifests....

Implement the necessary functions for creating deposit EVM transactions for semi-fungible assets (ERC1155) following the same structure as the [proposed' v3' SDK restructure] (https://github.com/sygmaprotocol/sygma-sdk/tree/v3). ## Implementation details - Follow the...

Priority: P2
Type: Feature
QA

Following the [proposed `v3` SDK restructure](https://github.com/sygmaprotocol/sygma-sdk/tree/v3), implement/restructure the necessary functions for creating deposit Substrate transactions for fungible assets. ## Implementation details Check `packages/substrate/src/fungible.ts` for the interface definitions. ## Testing details...

Priority: P1
QA
Type: Upgrade

Following the [proposed `v3` SDK restructure](https://github.com/sygmaprotocol/sygma-sdk/tree/v3), implement/restructure the necessary functions for creating deposit EVM transactions for fungible assets (ERC20). ## Implementation details - Check `packages/evm/src/fungible.ts` for the interface definitions. -...

Priority: P1
QA
Type: Upgrade

Expand SDK to support creating Sygma-compatible deposit transactions on the Bitcoin network. Any additional scope will additionally be determined based on first integration requirements. ## Implementation details - TBD (based...

Priority: P2
Type: Feature
QA

Following the [proposed `v3` SDK restructure](https://github.com/sygmaprotocol/sygma-sdk/tree/v3), implement/restructure the necessary functions for creating GMP (General Message Passing) deposit transactions on EVM networks. ## Implementation details Check `packages/evm/src/generic.ts` for the interface definitions....

Priority: P1
QA
Type: Upgrade

To make interaction flow even more straightforward, especially when interacting with mainet - we file with all supported `Domain`s and `Resource`s as constants. This would allow us for transfer creation...

Priority: P3

## Implementation details ## Testing details ## Acceptance Criteria

Priority: P3