Skip to content

Commit d095371

Browse files
committed
MAJOR: implement new service staking functionality
1 parent 36b364e commit d095371

11 files changed

Lines changed: 472 additions & 173 deletions

File tree

src/contracts/evvm/Evvm.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pragma solidity ^0.8.0;
2020
╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝
2121
2222
* @title EVVM (Ethereum Virtual Machine Virtualization) Core Contract
23-
* @author jistro.eth ariutokintumi.eth
23+
* @author Mate labs
2424
* @notice Core payment processing and token management system for the EVVM ecosystem
2525
* @dev This contract serves as the central hub for:
2626
* - Multi-token payment processing with signature verification

src/contracts/evvm/EvvmLegacy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pragma solidity ^0.8.0;
6161
╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝
6262
6363
* @title EVVM (Ethereum Virtual Machine Virtualization) Core Contract
64-
* @author jistro.eth ariutokintumi.eth
64+
* @author Mate labs
6565
* @notice Core payment processing and token management system for the EVVM ecosystem
6666
* @dev This contract serves as the central hub for:
6767
* - Multi-token payment processing with signature verification

src/contracts/evvm/lib/EvvmStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {EvvmStructs} from "./EvvmStructs.sol";
77

88
/**
99
* @title EvvmStorage
10-
* @author jistro.eth
10+
* @author Mate labs
1111
* @dev Storage layout contract for EVVM proxy pattern implementation.
1212
* This contract inherits all structures from EvvmStructs and
1313
* defines the storage layout that will be used by the proxy pattern.

src/contracts/nameService/NameService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pragma solidity ^0.8.0;
2727
╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝
2828
*
2929
* @title EVVM Name Service Contract
30-
* @author jistro.eth ariutokintumi.eth
30+
* @author Mate labs
3131
* @notice This contract manages username registration and domain name services for the EVVM ecosystem
3232
* @dev Provides a comprehensive domain name system with features including:
3333
*

src/contracts/staking/Estimator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MM .M `88888P' dP dP dP dP dP `88888P8 dP `88888P' dP
1212
MMMMMMMMMMMM
1313
1414
* @title Staking Mate contract for Roll A Mate Protocol
15-
* @author jistro.eth ariutokintumi.eth
15+
* @author Mate labs
1616
*/
1717

1818
import {Staking} from "@evvm/testnet-contracts/contracts/staking/Staking.sol";

0 commit comments

Comments
 (0)