Tags: challet/go
Tags
exp/services/ledgerexporter: create go integration tests for sub comm… …ands (stellar#5370)
services/horizon + horizonclient: Add new async transaction submissio… …n endpoint (stellar#5188) * Add new txsub endpoint - 1 * Add new txsub endpoint - 2 * Add new txsub endpoint - 3 * Update Status to TxStatus * Add unittests for new endpoint * Create submit_transaction_async_test.go * Fix goimports * Rearrange code and remove duplicate code * Add metrics - 1 * Add metrics - 2 * Add metrics - 3 * Fix failing unittest * Add new endpoint to go sdk + integration test * Small changes - 1 * Add openAPI taml * Address review changes - 1 * Remove private methods from interface * Use common metrics client for legacy and async txsub * Fix submitter test * Update submit_transaction_async.go * Fix failing test * Update txsub_async_oapi.yaml * Update submitter.go * Interface method change * Remove duplicate code * Add test for GET /transactions-async * Encapsulation - 1 * Change endpoint naming * Pass interface instead of client * Remove ClientInterface * Remove HTTP Status from submission response * Add logging statements * Fix failing integration tests * Fix failing tests - 1 * Add back deleted files * Remove circular import * Group metrics into submission duration * Group metrics into submission duration - 2 * Remove logging statements where not needed * Change to internal server error * Use request context logger * Use interface method for setting http status * Remove not needed metrics * Remove version * add error in extras * Resolve merge conflicts * Add TODO for problem response * Adding and removing logging statements * Move interface to async handler file * change httpstatus interface definition * Add deleted files back * Revert friendbot change * Add test for getting pending tx * Fix failing test * remove metrics struct and make vars private * pass only rawTx string * Move mock to test file * Make core client private * Remove UpdateTxSubMetrics func * Change http status for DISABLE_TX_SUB * Fix failing unittest * Revert submitter changes * Fix failing submitter_test * Revert import changes * Revert import changes - 2 * Revert import changes - 3 * Remove integration test function * Update main.go
Merge pull request stellar#5291 from stellar/merge-v2.30.0
services/horizon: Update Changelog (stellar#5286) Co-authored-by: shawn <sreuland@users.noreply.github.com>
fix flag usage for max-concurrent-requests (stellar#5247)
PreviousNext