Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 5.0.5
  • add-support-for-additiona-http-headers
  • better-deposit-withdrawal-handling
  • ch/docs-fix
  • ch/env2
  • ci-impr
  • docs
  • docs2
  • fix-config-being-mutated-error
  • fix_2fa_not_being_mutation
  • full-type-generation
  • improve-subscriptions
  • master
  • mpc-support
  • ts/auto-sign-state
  • ts/prepare_movement
  • unionType
  • updateObjectParams
  • v0.1.2
  • v0.2.1
  • v0.3.3
  • v0.4.2
  • v0.4.4
  • v0.4.6
  • v1.2.1
  • v1.2.10
  • v1.2.2
  • v1.2.3
  • v1.2.5
  • v1.2.6
  • v1.2.7
  • v1.2.8
  • v2.0.1
  • v2.0.3
  • v2.1.1
  • v2.1.11
  • v2.1.22
  • v2.1.24
  • v2.1.25
  • v2.1.27
  • v2.1.29
  • v2.1.3
  • v2.1.31
  • v2.1.33
  • v2.1.35
  • v2.1.38
  • v2.1.40
  • v2.1.5
  • v2.1.7
  • v2.1.9
  • v2.2.1
  • v2.2.3
  • v2.2.5
  • v2.2.7
  • v2.2.9
  • v2.3.3
  • v2.3.5
  • v2.3.7
  • v3.0.1
  • v3.0.11
  • v3.0.21
  • v3.0.3
  • v3.0.5
  • v3.0.7
  • v3.0.9
  • v3.1.31
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.0.6
  • v5.0.1
  • v5.0.11
  • v5.0.15
  • v5.0.17
  • v5.0.19
  • v5.0.21
  • v5.0.23
  • v5.0.25
  • v5.0.27
  • v5.0.3
  • v5.0.5
  • v5.0.7
  • v5.0.9
84 results

Target

Select target project
No results found
Select Git revision
  • 5.0.5
  • add-support-for-additiona-http-headers
  • better-deposit-withdrawal-handling
  • ch/docs-fix
  • ch/env2
  • ci-impr
  • docs
  • docs2
  • fix-config-being-mutated-error
  • fix_2fa_not_being_mutation
  • full-type-generation
  • improve-subscriptions
  • master
  • mpc-support
  • ts/auto-sign-state
  • ts/prepare_movement
  • unionType
  • updateObjectParams
  • v0.1.2
  • v0.2.1
  • v0.3.3
  • v0.4.2
  • v0.4.4
  • v0.4.6
  • v1.2.1
  • v1.2.10
  • v1.2.2
  • v1.2.3
  • v1.2.5
  • v1.2.6
  • v1.2.7
  • v1.2.8
  • v2.0.1
  • v2.0.3
  • v2.1.1
  • v2.1.11
  • v2.1.22
  • v2.1.24
  • v2.1.25
  • v2.1.27
  • v2.1.29
  • v2.1.3
  • v2.1.31
  • v2.1.33
  • v2.1.35
  • v2.1.38
  • v2.1.40
  • v2.1.5
  • v2.1.7
  • v2.1.9
  • v2.2.1
  • v2.2.3
  • v2.2.5
  • v2.2.7
  • v2.2.9
  • v2.3.3
  • v2.3.5
  • v2.3.7
  • v3.0.1
  • v3.0.11
  • v3.0.21
  • v3.0.3
  • v3.0.5
  • v3.0.7
  • v3.0.9
  • v3.1.31
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.0.6
  • v5.0.1
  • v5.0.11
  • v5.0.15
  • v5.0.17
  • v5.0.19
  • v5.0.21
  • v5.0.23
  • v5.0.25
  • v5.0.27
  • v5.0.3
  • v5.0.5
  • v5.0.7
  • v5.0.9
84 results
Show changes
Commits on Source (4)
......@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="5.0.21"></a>
## [5.0.21](https://gitlab.com/nash-io-public/api-client-typescript/compare/v5.0.19...v5.0.21) (2020-06-03)
<a name="5.0.19"></a>
## [5.0.19](https://gitlab.com/nash-io-public/api-client-typescript/compare/v5.0.11...v5.0.19) (2020-05-28)
......
{
"name": "@neon-exchange/api-client-typescript",
"version": "5.0.19",
"version": "5.0.21",
"description": "Official TypeScript client for interacting with the Nash exchange",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
......
......@@ -94,6 +94,14 @@ export const EnvironmentConfiguration = {
btcNetworkSettings: BTC_NETWORK[Networks.LocalNet],
isLocal: true
} as EnvironmentConfig,
localDocker: {
host: 'host.docker.internal:4000',
neoScan: 'http://host.docker.internal:7000/api/test_net',
ethNetworkSettings: ETH_NETWORK[Networks.LocalNet],
neoNetworkSettings: NEO_NETWORK[Networks.LocalNet],
btcNetworkSettings: BTC_NETWORK[Networks.LocalNet],
isLocal: true
} as EnvironmentConfig,
internal: {
host: 'cas',
neoScan: 'http://chain-local-neo/api/main_net',
......
......@@ -47,10 +47,10 @@ export interface GQL {
}
interface SubscriptionHandlers<T> {
onResult: (p: T) => void
onError: (p: Error) => void
onAbort: (p: Error) => void
onStart: (p: object) => void
onResult?: (p: T) => void
onError?: (p: Error) => void
onAbort?: (p: Error) => void
onStart?: (p: object) => void
}
export interface PayloadSignature {
......
export * from './market'
export * from './client'
export * from './common'
export * from './order'
export * from './currency'
......