git.delta.rocks / unique-network / refs/commits / c33e413deeb6

difftreelog

fix after merge

Trubnikov Sergey2023-01-17parent: #db14a78.patch.diff
in: master

5 files changed

modifiedpallets/nonfungible/src/stubs/UniqueNFT.rawdiffbeforeafterboth

binary blob — no preview

modifiedpallets/refungible/src/stubs/UniqueRefungible.rawdiffbeforeafterboth

binary blob — no preview

modifiedtests/src/eth/abi/nonFungible.jsondiffbeforeafterboth
49 "name": "ApprovalForAll",49 "name": "ApprovalForAll",
50 "type": "event"50 "type": "event"
51 },51 },
52 {
53 "anonymous": false,
54 "inputs": [],
55 "name": "MintingFinished",
56 "type": "event"
57 },
58 {52 {
59 "anonymous": false,53 "anonymous": false,
60 "inputs": [54 "inputs": [
422 "stateMutability": "view",416 "stateMutability": "view",
423 "type": "function"417 "type": "function"
424 },418 },
425 {
426 "inputs": [],
427 "name": "finishMinting",
428 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
429 "stateMutability": "nonpayable",
430 "type": "function"
431 },
432 {419 {
433 "inputs": [420 "inputs": [
434 { "internalType": "uint256", "name": "tokenId", "type": "uint256" }421 { "internalType": "uint256", "name": "tokenId", "type": "uint256" }
515 "stateMutability": "nonpayable",502 "stateMutability": "nonpayable",
516 "type": "function"503 "type": "function"
517 },504 },
518 {
519 "inputs": [],
520 "name": "mintingFinished",
521 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
522 "stateMutability": "view",
523 "type": "function"
524 },
525 {505 {
526 "inputs": [],506 "inputs": [],
527 "name": "name",507 "name": "name",
modifiedtests/src/eth/abi/reFungible.jsondiffbeforeafterboth
49 "name": "ApprovalForAll",49 "name": "ApprovalForAll",
50 "type": "event"50 "type": "event"
51 },51 },
52 {
53 "anonymous": false,
54 "inputs": [],
55 "name": "MintingFinished",
56 "type": "event"
57 },
58 {52 {
59 "anonymous": false,53 "anonymous": false,
60 "inputs": [54 "inputs": [
404 "stateMutability": "view",398 "stateMutability": "view",
405 "type": "function"399 "type": "function"
406 },400 },
407 {
408 "inputs": [],
409 "name": "finishMinting",
410 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
411 "stateMutability": "nonpayable",
412 "type": "function"
413 },
414 {401 {
415 "inputs": [402 "inputs": [
416 { "internalType": "uint256", "name": "tokenId", "type": "uint256" }403 { "internalType": "uint256", "name": "tokenId", "type": "uint256" }
497 "stateMutability": "nonpayable",484 "stateMutability": "nonpayable",
498 "type": "function"485 "type": "function"
499 },486 },
500 {
501 "inputs": [],
502 "name": "mintingFinished",
503 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
504 "stateMutability": "view",
505 "type": "function"
506 },
507 {487 {
508 "inputs": [],488 "inputs": [],
509 "name": "name",489 "name": "name",
modifiedtests/src/eth/abi/reFungibleToken.jsondiffbeforeafterboth
96 "stateMutability": "view",96 "stateMutability": "view",
97 "type": "function"97 "type": "function"
98 },98 },
99 {
100 "inputs": [
101 { "internalType": "address", "name": "from", "type": "address" },
102 { "internalType": "uint256", "name": "amount", "type": "uint256" }
103 ],
104 "name": "burnFrom",
105 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
106 "stateMutability": "nonpayable",
107 "type": "function"
108 },
109 {99 {
110 "inputs": [100 "inputs": [
111 {101 {