MCPcopy Create free account

hub / github.com/UniversaBlockchain/universa / functions

Functions5,135 in github.com/UniversaBlockchain/universa

↓ 26 callersMethodputTrackingOrigin
Put new tracking origin and his callback data (URL and callback public key) to the follower contract. If origin already contained in follower contract
universa_core/src/main/java/com/icodici/universa/contract/services/FollowerContract.java:209
↓ 26 callersMethodsetAuthorizedNameServiceCenterAddress
(KeyAddress authorizedNameServiceCenterAddress)
universa_core/src/main/java/com/icodici/universa/node2/Config.java:455
↓ 25 callersMethodaddKey
(PublicKey publicKey)
universa_core/src/main/java/com/icodici/universa/contract/services/UnsContract.java:852
↓ 25 callersMethodattachToNetwork
Attach current contract to an instance of Universa network. This will ensure that all the parameters used by {@link NSmartContract} for local calcula
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:4319
↓ 25 callersMethodgetItemId
()
universa_node/src/main/java/com/icodici/universa/node2/ItemNotification.java:33
↓ 25 callersMethodgetNameEntries
(final long environmentId)
universa_node/src/main/java/com/icodici/universa/node/Ledger.java:292
↓ 25 callersMethodlog
(String msg)
universa_node/src/main/java/com/icodici/universa/node2/Main.java:410
↓ 25 callersMethodoldValue
()
common_tools/src/main/java/net/sergeych/diff/Delta.java:118
↓ 25 callersMethodpackToBase64String
()
crypto/src/main/java/com/icodici/crypto/AbstractKey.java:101
↓ 25 callersMethodpublicKey
(int index)
universa_core/src/test/java/com/icodici/universa/TestKeys.java:117
↓ 25 callersMethodqueryRow
(String sqlText, Object... args)
common_tools/src/main/java/com/icodici/db/Db.java:354
↓ 25 callersMethodread
Read next object from the stream @param <T> expected object type @return next object casted to (T) @throws IOException
common_tools/src/main/java/net/sergeych/boss/Boss.java:706
↓ 25 callersMethodsign
Sign the data with a given key. @param key is {@link PrivateKey} to sign with @param data to be sign with key @return binary signature
universa_core/src/main/java/com/icodici/universa/contract/ExtendedSignature.java:59
↓ 25 callersMethodstartSwap
First step of swap procedure. Calls from swapper1 part. <br><br> Get single contracts. <br><br> Service create new revisions of existing contracts, ch
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:249
↓ 25 callersMethodverify
Unpack and the extended signature. On success, returns instance of the {@link ExtendedSignature} with a decoded timestamp, {@link #getCreatedAt()} @p
universa_core/src/main/java/com/icodici/universa/contract/ExtendedSignature.java:194
↓ 24 callersMethodcreateRevocation
Implementing revoking procedure. <br><br> Service create temp contract with given contract in revoking items and return it. That temp contract should
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:56
↓ 24 callersMethoddecodeLines
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks. CR, LF, Tab and Space characters are ignored in the input data.
common_tools/src/main/java/net/sergeych/utils/Base64.java:84
↓ 24 callersMethodequals
(Object obj)
universa_core/src/main/java/com/icodici/universa/contract/services/UnsName.java:68
↓ 24 callersMethodgetCompoundContract
Get contract that holds tags,contracts and data associated. Must be registered in order to register Compound entries @return contract
universa_core/src/main/java/com/icodici/universa/contract/helpers/Compound.java:237
↓ 24 callersMethodgetFields
Get the list of fields from the reference @return list of fields reference
universa_core/src/main/java/com/icodici/universa/contract/Reference.java:2258
↓ 24 callersMethodgetId
()
universa_node/src/main/java/com/icodici/universa/node/StateRecord.java:98
↓ 24 callersMethodgetKeysWhiteList
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:243
↓ 24 callersMethodgetNewItems
get items created by this transaction. Note, that if the Approvable items does not add self to this list, it will not receive approved state on the po
universa_core/src/main/java/com/icodici/universa/Approvable.java:69
↓ 24 callersMethodsetIssuerKeys
Set "issuer" role to given keys @param keys keys to set "issuer" role to @return issuer role
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:2696
↓ 24 callersMethodsignPresentedSwap
Second step of swap procedure. Calls from swapper2 part. <br><br> Swapper2 got swap contract from swapper1 and give it to service. Service sign new co
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:496
↓ 24 callersMethodstorages
()
universa_node/src/main/java/com/icodici/universa/contract/services/NImmutableEnvironment.java:120
↓ 24 callersMethodsubtract
(Decimal subtrahend)
universa_core/src/main/java/com/icodici/universa/Decimal.java:86
↓ 24 callersMethodtoByteArray
Return packed bytes. Works only if the underlying {@link OutputStream} was a {@link ByteArrayOutputStream}. The default constructor {@link Writer#Writ
common_tools/src/main/java/net/sergeych/boss/Boss.java:580
↓ 24 callersMethodunixTime
(ZonedDateTime time)
common_tools/src/main/java/net/sergeych/utils/Ut.java:422
↓ 23 callersMethodclose
Called by protocol when it is closing, and will not send and receive data anymore. Connector can expilcitly close streams and free resources at this p
common_tools/src/main/java/net/sergeych/farcall/Connector.java:39
↓ 23 callersMethodcopyOfRange
(byte[] source, int from, int to)
common_tools/src/main/java/net/sergeych/utils/Safe58.java:176
↓ 23 callersMethodgetExpiresAt
Get contract expiration time @return contract expiration time
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:1720
↓ 23 callersMethodgetNodeNumber
Get the node number of rhe currently connected node. @return node number
universa_core/src/main/java/com/icodici/universa/node2/network/Client.java:1113
↓ 23 callersMethodgetTrackingContract
@return last revision of the tracking contract.
universa_core/src/main/java/com/icodici/universa/contract/services/SlotContract.java:202
↓ 23 callersMethodis
Check the command name @param someName @return getName().equals(someName)
common_tools/src/main/java/net/sergeych/farcall/Command.java:90
↓ 23 callersMethodresync
Resync the item. This method launch resync process, call to network to know what consensus is or hasn't consensus for the item. @param id item to res
universa_node/src/main/java/com/icodici/universa/node2/Node.java:758
↓ 22 callersMethodaddSuffixToBase
(String suffix)
common_tools/src/main/java/net/sergeych/tools/FilenameTool.java:49
↓ 22 callersMethodfinishSwap
Third and final step of swap procedure. Calls from swapper1 part. <br><br> Swapper1 got swap contract from swapper2, give it to service and service fi
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:564
↓ 22 callersMethodgetFollowerCallbacksToResyncByEnvId
(long environmentId)
universa_node/src/main/java/com/icodici/universa/node/Ledger.java:263
↓ 22 callersMethodgetOutputStream
()
common_tools/src/main/java/net/sergeych/tools/StreamConnector.java:22
↓ 22 callersMethodgetPositiveConsensus
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:289
↓ 22 callersMethodisMatchingKey
(AbstractKey key)
crypto/src/main/java/com/icodici/crypto/KeyMatcher.java:7
↓ 22 callersMethodreadInt
()
common_tools/src/main/java/net/sergeych/boss/Boss.java:770
↓ 22 callersMethodrun
(int threadIndex)
universa_node/src/test/java/com/icodici/universa/node2/ResearchTest.java:190
↓ 22 callersMethodsample
Get a random item of the collection. Effectively process {@link RandomAccess} enablied {@link List} collections. For other types of collections conver
common_tools/src/main/java/net/sergeych/tools/Do.java:69
↓ 21 callersMethodaddTag
Add tag to an item of transaction pack by its id Note: item with given id should exist in transaction pack as either main contract or subitem or refe
universa_core/src/main/java/com/icodici/universa/contract/TransactionPack.java:206
↓ 21 callersMethodcallErrorCallbacks
Use {@link DatagramAdapter#addErrorsCallback(Function)} to add callback to catch errors. This method call this backs. @param message
universa_node/src/main/java/com/icodici/universa/node2/network/UDPAdapter.java:356
↓ 21 callersMethodgetBytesOrThrow
(String key)
common_tools/src/main/java/net/sergeych/tools/Binder.java:475
↓ 21 callersMethodgetCallbackKeys
()
universa_core/src/main/java/com/icodici/universa/contract/services/FollowerContract.java:183
↓ 21 callersMethodgetMinPayment
(String extendedType)
universa_core/src/main/java/com/icodici/universa/contract/services/NSmartContract.java:55
↓ 21 callersMethodgetReferencedItems
List of items (e.g. smartcontracts) that should be valid until the end of the operation. These items will be write-locked until the consensus is found
universa_core/src/main/java/com/icodici/universa/Approvable.java:48
↓ 21 callersMethodgetRevokingItems
List of items that will be revoked on positive consensus. These items will be exclusively locked until the transaction is done. On success (positive c
universa_core/src/main/java/com/icodici/universa/Approvable.java:58
↓ 21 callersMethodgetTag
()
crypto/src/main/java/com/icodici/crypto/KeyInfo.java:201
↓ 21 callersMethodgetType
()
universa_node/src/main/java/com/icodici/universa/node2/ParcelNotification.java:27
↓ 21 callersMethodisProcessedToConsensus
Status should break other processes and possibility to launch processes. @return true if consensus got and processing going father
universa_node/src/main/java/com/icodici/universa/node2/Node.java:5519
↓ 21 callersMethodisValid
Check validity of role @return true if role is valid
universa_core/src/main/java/com/icodici/universa/contract/roles/Role.java:270
↓ 21 callersMethodprotect
(Callable<T> block)
universa_node/src/main/java/com/icodici/universa/node/PostgresLedger.java:567
↓ 21 callersMethodtoString
()
universa_core/src/main/java/com/icodici/universa/contract/Reference.java:2626
↓ 20 callersMethodaddPaymentToEscrowContract
Checks external escrow contract and add payment contract to it. To payment contract is added {@link Contract.Transactional} section with 2 references:
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:2124
↓ 20 callersMethodcountPulse
()
universa_core/src/main/java/com/icodici/universa/node/RateCounter.java:50
↓ 20 callersMethodcreateEscrowContract
Create escrow contracts (external and internal) for a expiration period of 5 years. External escrow contract includes internal escrow contract. Contra
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:1872
↓ 20 callersMethodcreateRevision
()
universa_core/src/main/java/com/icodici/universa/contract/jsapi/JSApiContract.java:98
↓ 20 callersMethodgetAlgorythm
()
crypto/src/main/java/com/icodici/crypto/KeyInfo.java:211
↓ 20 callersMethodgetLongOrThrow
(String key)
common_tools/src/main/java/net/sergeych/tools/Binder.java:468
↓ 20 callersMethodintValue
()
universa_core/src/main/java/com/icodici/universa/Decimal.java:46
↓ 20 callersMethodregisterAdapter
(Class<T> klass, BiAdapter adapter)
common_tools/src/main/java/net/sergeych/biserializer/DefaultBiMapper.java:67
↓ 20 callersMethodseal
()
universa_core/src/main/java/com/icodici/universa/contract/services/FollowerContract.java:506
↓ 19 callersMethodaddPermission
(JSApiPermission permission)
universa_core/src/main/java/com/icodici/universa/contract/jsapi/JSApiContract.java:102
↓ 19 callersMethodaddTransactionUnitsIssuerKeyData
(KeyAddress UIssuerKey)
universa_core/src/main/java/com/icodici/universa/node2/Config.java:237
↓ 19 callersMethoddecodeCompactString
(String s)
common_tools/src/main/java/net/sergeych/utils/Base64.java:516
↓ 19 callersMethodencodeString
(byte[] data)
common_tools/src/main/java/net/sergeych/utils/Base64.java:95
↓ 19 callersMethodgetAddresses
()
universa_core/src/main/java/com/icodici/universa/contract/services/UnsContract.java:879
↓ 19 callersMethodgetApprovedUContract
()
uniclient/src/test/java/com/icodici/universa/client/CLIMainTest.java:2850
↓ 19 callersMethodgetTransactionalData
Binder to hold any data client might want to keep per one transaction. @return data {@link Binder} from transactional section
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:3223
↓ 19 callersMethodgetValue
()
common_tools/src/test/java/net/sergeych/biserializer/BiMapperTest.java:29
↓ 19 callersMethodmessage
message will be shown immediately or buffered and returned later in json mode. @param text
common_tools/src/main/java/net/sergeych/tools/Reporter.java:70
↓ 19 callersMethodobjectCastToLong
(Object obj)
universa_core/src/main/java/com/icodici/universa/contract/Reference.java:309
↓ 19 callersMethodpaymentCheck
Special check for U contracts (used as payment for {@link com.icodici.universa.contract.Parcel}). Use {@link Approvable#shouldBeU()} to know if item s
universa_core/src/main/java/com/icodici/universa/Approvable.java:94
↓ 19 callersMethodwriteHeader
(int code, BigInteger value)
common_tools/src/main/java/net/sergeych/boss/Boss.java:527
↓ 18 callersMethodaccept
(PooledDb db)
common_tools/src/main/java/com/icodici/db/DbPool.java:29
↓ 18 callersMethodaddContract
Add contract to Compound. Contract and its data will later be accessible by its tag. Note: contract returned by {@link #getContract(String)} has reco
universa_core/src/main/java/com/icodici/universa/contract/helpers/Compound.java:113
↓ 18 callersMethodaddErrorsCallback
Add callback for errors. @param fn is callback for errors
universa_node/src/main/java/com/icodici/universa/node2/network/DatagramAdapter.java:117
↓ 18 callersMethodcreateSlotContract
Create and return ready {@link SlotContract} contract with need permissions and values. {@link SlotContract} is used for control and for payment for s
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:1252
↓ 18 callersMethoddivide
(BigDecimal divisor)
universa_core/src/main/java/com/icodici/universa/Decimal.java:66
↓ 18 callersMethodgetCreatedAt
()
universa_core/src/main/java/com/icodici/universa/node/IStateRecord.java:8
↓ 18 callersMethodgetLabel
()
universa_node/src/main/java/com/icodici/universa/node2/network/NetworkV2.java:416
↓ 18 callersMethodgetPRF
()
crypto/src/main/java/com/icodici/crypto/KeyInfo.java:215
↓ 18 callersMethodgetPrepaidOriginsDays
Get calculated prepaid origins days for this follower contract @return calculated prepaid origins days for all time, from first revision
universa_core/src/main/java/com/icodici/universa/contract/services/FollowerContract.java:429
↓ 18 callersMethodgetRevokingItems
Get contracts to be revoked within current contract registration. Revoking items require to be either parent of current contract or have special {@lin
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:586
↓ 18 callersMethodgetSimpleAddress
Get an address from the role, if it is just a single one. May be used to display a single bearer of a role in UIs. Returns {@code null} if a single
universa_core/src/main/java/com/icodici/universa/contract/roles/Role.java:533
↓ 18 callersMethodinPool
Get the instance of the {@link Db} for a calling thread. Safe to call repeatedly (returns the same instance per thread). @param consumer is {@link Db
universa_node/src/main/java/com/icodici/universa/node/PostgresLedger.java:89
↓ 18 callersMethodkeysMap
()
uniclient/src/main/java/com/icodici/universa/client/CLIMain.java:4099
↓ 18 callersMethodprepareContractsForSwap
( Set<PrivateKey> martyPrivateKeys, Set<PublicKey> martyPublicKeys, Set<Pr
universa_node/src/test/java/com/icodici/universa/node2/BaseNetworkTest.java:1330
↓ 18 callersMethodqueryOne
Execute sqlText using cached prepared statement and args and return its first row first column if any, nd casts it to desired type. @param sqlText sq
common_tools/src/main/java/com/icodici/db/Db.java:384
↓ 18 callersMethodreport
(String label, String message, int level)
universa_node/src/main/java/com/icodici/universa/node2/network/NetworkV2.java:422
↓ 18 callersMethodsend
Send command without parameters @param name of the command @return deferred result
common_tools/src/main/java/net/sergeych/farcall/Farcall.java:263
↓ 18 callersMethodsetExtension
(String newExtension)
common_tools/src/main/java/net/sergeych/tools/FilenameTool.java:54
↓ 18 callersMethodwriteFileContentsWithRenaming
Wtires byte[] contents to specified file. If this file already exists - tries to create the same file with suffix _1, _2, etc. @param path full file p
common_tools/src/main/java/net/sergeych/tools/FileTool.java:24
↓ 17 callersMethodaddSignerKeys
Add collection of private keys to keys contract binary to be signed with when sealed next time. It is called before seal() @param keys key to sign wit
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:1978
↓ 17 callersMethodaddWorkCost
(QuantiserProcesses process)
universa_core/src/main/java/com/icodici/universa/node2/Quantiser.java:25
← previousnext →301–400 of 5,135, ranked by callers