Skip to content

Commit 6ce9759

Browse files
authored
Merge pull request #10 from flare-foundation/0.1.39
Version 0.1.39
2 parents 3c884f1 + 8272cc2 commit 6ce9759

File tree

643 files changed

+5402
-166276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

643 files changed

+5402
-166276
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,3 @@ import { flare } from "@flarenetwork/flare-periphery-contract-artifacts";
100100
const abi = flare.nameToAbi("FtsoManager");
101101
const iAbi = flare.interfaceToAbi("IFtsoManager");
102102
```
103-
104-
## Support
105-
106-
For issues and feature requests, please visit our [GitHub repository](https://github.com/flare-foundation/flare-smart-contracts-periphery).

coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json

Lines changed: 197 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,31 @@
520520
"name": "CollateralTypeAdded",
521521
"type": "event"
522522
},
523+
{
524+
"anonymous": false,
525+
"inputs": [
526+
{
527+
"indexed": true,
528+
"internalType": "address",
529+
"name": "agentVault",
530+
"type": "address"
531+
},
532+
{
533+
"indexed": false,
534+
"internalType": "bytes32",
535+
"name": "transactionHash",
536+
"type": "bytes32"
537+
},
538+
{
539+
"indexed": false,
540+
"internalType": "uint256",
541+
"name": "depositedUBA",
542+
"type": "uint256"
543+
}
544+
],
545+
"name": "ConfirmedClosedMintingPayment",
546+
"type": "event"
547+
},
523548
{
524549
"anonymous": false,
525550
"inputs": [
@@ -2318,6 +2343,152 @@
23182343
"name": "_payment",
23192344
"type": "tuple"
23202345
},
2346+
{
2347+
"internalType": "uint256",
2348+
"name": "_collateralReservationId",
2349+
"type": "uint256"
2350+
}
2351+
],
2352+
"name": "confirmClosedMintingPayment",
2353+
"outputs": [],
2354+
"stateMutability": "nonpayable",
2355+
"type": "function"
2356+
},
2357+
{
2358+
"inputs": [
2359+
{
2360+
"components": [
2361+
{
2362+
"internalType": "bytes32[]",
2363+
"name": "merkleProof",
2364+
"type": "bytes32[]"
2365+
},
2366+
{
2367+
"components": [
2368+
{
2369+
"internalType": "bytes32",
2370+
"name": "attestationType",
2371+
"type": "bytes32"
2372+
},
2373+
{
2374+
"internalType": "bytes32",
2375+
"name": "sourceId",
2376+
"type": "bytes32"
2377+
},
2378+
{
2379+
"internalType": "uint64",
2380+
"name": "votingRound",
2381+
"type": "uint64"
2382+
},
2383+
{
2384+
"internalType": "uint64",
2385+
"name": "lowestUsedTimestamp",
2386+
"type": "uint64"
2387+
},
2388+
{
2389+
"components": [
2390+
{
2391+
"internalType": "bytes32",
2392+
"name": "transactionId",
2393+
"type": "bytes32"
2394+
},
2395+
{
2396+
"internalType": "uint256",
2397+
"name": "inUtxo",
2398+
"type": "uint256"
2399+
},
2400+
{
2401+
"internalType": "uint256",
2402+
"name": "utxo",
2403+
"type": "uint256"
2404+
}
2405+
],
2406+
"internalType": "struct IPayment.RequestBody",
2407+
"name": "requestBody",
2408+
"type": "tuple"
2409+
},
2410+
{
2411+
"components": [
2412+
{
2413+
"internalType": "uint64",
2414+
"name": "blockNumber",
2415+
"type": "uint64"
2416+
},
2417+
{
2418+
"internalType": "uint64",
2419+
"name": "blockTimestamp",
2420+
"type": "uint64"
2421+
},
2422+
{
2423+
"internalType": "bytes32",
2424+
"name": "sourceAddressHash",
2425+
"type": "bytes32"
2426+
},
2427+
{
2428+
"internalType": "bytes32",
2429+
"name": "sourceAddressesRoot",
2430+
"type": "bytes32"
2431+
},
2432+
{
2433+
"internalType": "bytes32",
2434+
"name": "receivingAddressHash",
2435+
"type": "bytes32"
2436+
},
2437+
{
2438+
"internalType": "bytes32",
2439+
"name": "intendedReceivingAddressHash",
2440+
"type": "bytes32"
2441+
},
2442+
{
2443+
"internalType": "int256",
2444+
"name": "spentAmount",
2445+
"type": "int256"
2446+
},
2447+
{
2448+
"internalType": "int256",
2449+
"name": "intendedSpentAmount",
2450+
"type": "int256"
2451+
},
2452+
{
2453+
"internalType": "int256",
2454+
"name": "receivedAmount",
2455+
"type": "int256"
2456+
},
2457+
{
2458+
"internalType": "int256",
2459+
"name": "intendedReceivedAmount",
2460+
"type": "int256"
2461+
},
2462+
{
2463+
"internalType": "bytes32",
2464+
"name": "standardPaymentReference",
2465+
"type": "bytes32"
2466+
},
2467+
{
2468+
"internalType": "bool",
2469+
"name": "oneToOne",
2470+
"type": "bool"
2471+
},
2472+
{
2473+
"internalType": "uint8",
2474+
"name": "status",
2475+
"type": "uint8"
2476+
}
2477+
],
2478+
"internalType": "struct IPayment.ResponseBody",
2479+
"name": "responseBody",
2480+
"type": "tuple"
2481+
}
2482+
],
2483+
"internalType": "struct IPayment.Response",
2484+
"name": "data",
2485+
"type": "tuple"
2486+
}
2487+
],
2488+
"internalType": "struct IPayment.Proof",
2489+
"name": "_payment",
2490+
"type": "tuple"
2491+
},
23212492
{
23222493
"internalType": "uint256",
23232494
"name": "_redemptionRequestId",
@@ -4435,6 +4606,19 @@
44354606
"stateMutability": "view",
44364607
"type": "function"
44374608
},
4609+
{
4610+
"inputs": [],
4611+
"name": "getCoreVaultTransferDefaultPenaltyBIPS",
4612+
"outputs": [
4613+
{
4614+
"internalType": "uint256",
4615+
"name": "",
4616+
"type": "uint256"
4617+
}
4618+
],
4619+
"stateMutability": "view",
4620+
"type": "function"
4621+
},
44384622
{
44394623
"inputs": [],
44404624
"name": "getCoreVaultTransferTimeExtensionSeconds",
@@ -5861,6 +6045,19 @@
58616045
"stateMutability": "nonpayable",
58626046
"type": "function"
58636047
},
6048+
{
6049+
"inputs": [
6050+
{
6051+
"internalType": "uint256",
6052+
"name": "_transferDefaultPenaltyBIPS",
6053+
"type": "uint256"
6054+
}
6055+
],
6056+
"name": "setCoreVaultTransferDefaultPenaltyBIPS",
6057+
"outputs": [],
6058+
"stateMutability": "nonpayable",
6059+
"type": "function"
6060+
},
58646061
{
58656062
"inputs": [
58666063
{
@@ -6142,18 +6339,5 @@
61426339
"outputs": [],
61436340
"stateMutability": "nonpayable",
61446341
"type": "function"
6145-
},
6146-
{
6147-
"inputs": [
6148-
{
6149-
"internalType": "address",
6150-
"name": "_agentVault",
6151-
"type": "address"
6152-
}
6153-
],
6154-
"name": "upgradeWNatContract",
6155-
"outputs": [],
6156-
"stateMutability": "nonpayable",
6157-
"type": "function"
61586342
}
61596343
]

coston/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,31 @@
464464
"name": "CollateralTypeAdded",
465465
"type": "event"
466466
},
467+
{
468+
"anonymous": false,
469+
"inputs": [
470+
{
471+
"indexed": true,
472+
"internalType": "address",
473+
"name": "agentVault",
474+
"type": "address"
475+
},
476+
{
477+
"indexed": false,
478+
"internalType": "bytes32",
479+
"name": "transactionHash",
480+
"type": "bytes32"
481+
},
482+
{
483+
"indexed": false,
484+
"internalType": "uint256",
485+
"name": "depositedUBA",
486+
"type": "uint256"
487+
}
488+
],
489+
"name": "ConfirmedClosedMintingPayment",
490+
"type": "event"
491+
},
467492
{
468493
"anonymous": false,
469494
"inputs": [

coston/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@
6464
"stateMutability": "view",
6565
"type": "function"
6666
},
67+
{
68+
"inputs": [],
69+
"name": "getCoreVaultTransferDefaultPenaltyBIPS",
70+
"outputs": [
71+
{
72+
"internalType": "uint256",
73+
"name": "",
74+
"type": "uint256"
75+
}
76+
],
77+
"stateMutability": "view",
78+
"type": "function"
79+
},
6780
{
6881
"inputs": [],
6982
"name": "getCoreVaultTransferTimeExtensionSeconds",
@@ -142,6 +155,19 @@
142155
"stateMutability": "nonpayable",
143156
"type": "function"
144157
},
158+
{
159+
"inputs": [
160+
{
161+
"internalType": "uint256",
162+
"name": "_transferDefaultPenaltyBIPS",
163+
"type": "uint256"
164+
}
165+
],
166+
"name": "setCoreVaultTransferDefaultPenaltyBIPS",
167+
"outputs": [],
168+
"stateMutability": "nonpayable",
169+
"type": "function"
170+
},
145171
{
146172
"inputs": [
147173
{

0 commit comments

Comments
 (0)