transaction support for in memory objects (beta)
Helpers for creating transaction messages
Transaction metadata decoder
Helpers for creating transaction instructions
Transactions - https://meshjs.dev/apis/transaction
Implementation of the various Ethereum Transaction Types
Utilities for decoding and encoding Ethereum transaction for ethers.
A transaction factory implementation relying on Solana's web3.js
TON transaction emulator
IOTA transaction (de)serialization & guards.
Simple transaction manager for json messages
No description provided.
Converts transaction strings (in hexadecimal representation) to transaction objects and back.
tegg transaction decorator
Colijn IT transaction module for Angular 20
Implementation of the various Ethereum Transaction Types
Request Network transaction layer, handle signature and encryption for the transaction.
Client Transaction ID generator library for X (formerly Twitter) API requests
Parses transaction objects to a higher-level view
Transaction object for Any-DB adapters
Converts transaction trytes to transaction objects and back.
tegg transaction decorator
Transaction and message parsers for Phantom Wallet SDK
👻 Transaction support for Jotai atom updates
transaction abstraction library (a.k.a. transaction monad)
interface for giving clients ability to access the chain state, receive notifications, estimate fees, and submit transactions
command line
CKB RPC server
SIP transaction layer for the rvoip stack
This is the SDK for Rust. Like all BlockChyp SDKs, it provides a full client for the BlockChyp gateway and BlockChyp payment terminals.
Rust library/SDK for Crypto APIs 2.0
bity icrc3 library
Bizinikiwi transaction pool implementation.
Substrate transaction pool implementation.
tools used for estimating the feerate needed for a transaction to be included in a block within a certain number of blocks
Rust API client for firefly-iii
Set transaction isolation level in the ActiveRecord in a database agnostic way. Works with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3. Supports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
Retries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite (as long as you are using new drivers mysql2, pg, sqlite3).
Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects). The transactions supported by Transaction::Simple are not associated with any sort of data store. They are "live" transactions occurring in memory on the object itself. This is to allow "test" changes to be made to an object before making the changes permanent. Transaction::Simple can handle an "infinite" number of transaction levels (limited only by memory). If I open two transactions, commit the second, but abort the first, the object will revert to the original version. Transaction::Simple supports "named" transactions, so that multiple levels of transactions can be committed, aborted, or rewound by referring to the appropriate name of the transaction. Names may be any object except nil. Transaction groups are also supported. A transaction group is an object wrapper that manages a group of objects as if they were a single object for the purpose of transaction management. All transactions for this group of objects should be performed against the transaction group object, not against individual objects in the group. Version 1.4.0 of Transaction::Simple adds a new post-rewind hook so that complex graph objects of the type in tests/tc_broken_graph.rb can correct themselves. Version 1.4.0.1 just fixes a simple bug with #transaction method handling during the deprecation warning. Version 1.4.0.2 is a small update for people who use Transaction::Simple in bundler (adding lib/transaction-simple.rb) and other scenarios where having Hoe as a runtime dependency (a bug fixed in Hoe several years ago, but not visible in Transaction::Simple because it has not needed a re-release). All of the files internally have also been marked as UTF-8, ensuring full Ruby 1.9 compatibility.
Business Transaction Flow DSL
Keeps the timestamps for all models created or updated in at transaction the same
Record status along with other relevant information of transactions or tasks. These tasks can be a cron job, large background jobs or a simple method. Any task can be plugged into a transaction block. Transaction uses Redis to store the current status along with other information. The events within the transaction block can be published via Pubsub client (ex. Pusher, PubNub or any valid pubsub client).These events can be subscribed in the client app for the live status of the transaction.
Solves the problem of trying to get all the changes to an object during a transaction in an after_commit callbacks.
Execute irreversible actions only when transactions are not rolled back
Store attribute changes during ActiveRecord Transaction
ActiveRecord::Base.connection.after_transaction_commit { ... }
A logger that silently collects information in the background and when an error is raised, logs a hash either out to the System or pushes the log to a service such as Loggly. The log hash contains information such as the backtrace, any logs from calling classes and methods, and configurable contextual information.
Protect from accidentally invoking Sidekiq jobs when there are open database transactions
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.