Sale Djenic
bf1ef87cc0
chore(wallet-community)_: move community transactions to the wallet router
...
- new file `contracts/community-tokens/contracts.go` added to unify contracts creation
- the following community related path processors added:
- `CommunityBurnProcessor`
- `CommunityDeployAssetsProcessor`
- `CommunityDeployCollectiblesProcessor`
- `CommunityDeployOwnerTokenProcessor`
- `CommunityMintTokensProcessor`
- `CommunityRemoteBurnProcessor`
- `CommunitySetSignerPubKeyProcessor`
- `SendType` extended with appropriate options
- added endpoints to duplicated `communitytokens` api:
- `StoreDeployedCollectibles`
- `StoreDeployedOwnerToken`
- `StoreDeployedAssets`
- removed endpoints from duplicated `communitytokens` api:
- `DeployCollectibles`
- `DeployOwnerToken`
- `ReTrackOwnerTokenDeploymentTransaction`
- `DeployAssets`
- `DeployCollectiblesEstimate`
- `DeployAssetsEstimate`
- `DeployOwnerTokenEstimate`
- `EstimateMintTokens`
- `EstimateRemoteBurn`
- `EstimateBurn`
- `EstimateSetSignerPubKey`
- `NewOwnerTokenInstance`
- `NewCommunityTokenDeployerInstance`
- `NewCommunityOwnerTokenRegistryInstance`
- `NewCollectiblesInstance`
- `NewAssetsInstance`
- `MintTokens`
- `RemoteBurn`
- `GetCollectiblesContractInstance`
- `GetAssetContractInstance`
- `Burn`
- `SetSignerPubKey`
- `Path` type extended with new property:
- `UsedContractAddress` - an address of the contract that will be used for the transaction
2025-01-30 14:56:13 +01:00
Sale Djenic
c27c773c27
chore(wallet)_: from and to chains added to send details
...
From and to chains added to SendDetails type that can be used on the client side if the sending fails
that we can display appropriate ephemeral notifications, saying sending from which chain has failed.
2024-12-13 15:45:45 +01:00
dlipicar
5a69c686cf
fix_: clear leftover route execution data on new route calculation ( #6132 )
2024-11-29 09:05:52 -03:00
dlipicar
3466ac2661
feat!: implement new activityV2 filter ( #6102 )
...
* feat!: implement new activityV2 filter
* chore_: pr comments
2024-11-25 17:44:39 -03:00
Sale Djenic
5fa57c80ec
chore(wallet)_: path processor specific const and functions moved to path processors' common package
2024-11-22 13:32:49 +01:00
Sale Djenic
575175c1ee
feat(wallet)_: enrich status changed and tx update signals' payload with tx route data
2024-11-22 13:32:49 +01:00
Sale Djenic
bacd132a2b
chore(wallet)_: route execution related types moved to services/wallet/wallettypes
2024-11-22 13:32:49 +01:00
Sale Djenic
874da40150
chore(wallet)_: send type package simplification
...
- path processor constants moved to wallet constants
- FetchPrices and FindToken functions moved from send type package to router package
2024-11-22 13:32:49 +01:00
Dario Gabriel Lipicar
1940d26c7f
chore_: adapt route db to new transaction code
2024-11-08 09:03:33 -03:00
Dario Gabriel Lipicar
cfcef92e64
feat(wallet)_: store route execution data to db
2024-11-08 09:03:33 -03:00
Dario Gabriel Lipicar
d77d243dd6
chore(wallet)_: move route execution code to separate module
2024-10-28 14:24:37 +01:00