Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sigrlami committed Jan 13, 2020
1 parent 41ab873 commit c8f34d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 4 additions & 4 deletions api-rpc-pegnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 3854f4b587c8983de34e489e933ccffe8405ab2a31afca22f9b2c9eae5311c3a
-- hash: acd27f307305fd0dd5daef183aeb50e1ad4b4b2327bb9c06464bf4baca8582c5

name: api-rpc-pegnet
version: 0.1.0.0
version: 0.1.1.2
synopsis: simple json-rpc client for PegNet
description: simple json-rpc client for PegNet integration
category: Web
Expand All @@ -29,15 +29,15 @@ source-repository head
library
exposed-modules:
PegNet.RPC.Api
other-modules:
PegNet.RPC.Types
PegNet.RPC.Types.Balances
PegNet.RPC.Types.Issuance
PegNet.RPC.Types.Rates
PegNet.RPC.Types.RichEntry
PegNet.RPC.Types.SyncStatus
PegNet.RPC.Types.Transaction
PegNet.RPC.Types.TransactionStatus
other-modules:
PegNet.RPC.Types
Paths_api_rpc_pegnet
hs-source-dirs:
src
Expand Down
9 changes: 8 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: api-rpc-pegnet
version: '0.1.0.0'
version: '0.1.1.2'
category: Web
author: Sergey Bushnyak
maintainer: [email protected]
Expand Down Expand Up @@ -31,6 +31,13 @@ library:
source-dirs: src
exposed-modules:
- PegNet.RPC.Api
- PegNet.RPC.Types.Balances
- PegNet.RPC.Types.Issuance
- PegNet.RPC.Types.Rates
- PegNet.RPC.Types.RichEntry
- PegNet.RPC.Types.SyncStatus
- PegNet.RPC.Types.Transaction
- PegNet.RPC.Types.TransactionStatus
tests:
factom-test:
main: Spec.hs
Expand Down
2 changes: 1 addition & 1 deletion src/PegNet/RPC/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endpointRemote = "https://api.pegnetd.com"
-- Return the current heights synced by pegnetd and the factomd it is communicating with
reqGetSyncStatus :: RPC SyncStatus
reqGetSyncStatus =
method "get-sync-status" None -- $ List [toJSON height]
method "get-sync-status" None

-- | "get-transaction"
-- Returns the given pegnet transaction if it exists.
Expand Down

0 comments on commit c8f34d9

Please sign in to comment.