No files or symbols found.
+1 −1
app.go
packages/go-kosu/abci/app.go
                NewAppWithConfig
              
Function
+21 −8
client.go
packages/go-kosu/abci/client.go
                NewClient
              
Function
                (*Client) QueryRoundInfo
              
Method
                (*Client) QueryConsensusParams
              
Method
                (*Client) QueryPoster
              
Method
                (*Client) QueryValidator
              
Method
                (*Client) QueryTotalOrders
              
Method
+
                (*Client) Query
              
Method
+3 −0
order.go
packages/go-kosu/abci/order.go
                (*App) deliverOrderTx
              
Method
+31 −0
kosu_rpc.md
packages/go-kosu/docs/kosu_rpc.md
+92 −63
rpc_test.go
packages/go-kosu/rpc/rpc_test.go
                waitForNewBlock
              
Function
                TestRPC
              
Function
                LatestHeight
              
Function
+
                AddOrders
              
Function
                RebalancePeriod
              
Function
                NewRebalances
              
Function
+
                NumberPosters
              
Function
+55 −0
service.go
packages/go-kosu/rpc/service.go
+
                (*Service) TotalOrders
              
Method
+
                (*Service) NumberPosters
              
Method
+
                (*Service) RemainingLimit
              
Method
+4 −1
codec.go/{ → }
packages/go-kosu/store/{cosmos → }/codec.go
+
                (*GobCodec) String
              
Method
+
                (*GobCodec) Encode
              
Method
+
                (*GobCodec) Decode
              
Method
+
                (*ProtoCodec) String
              
Method
+
                (*ProtoCodec) Encode
              
Method
+
                (*ProtoCodec) Decode
              
Method
+60 −2
store.go
packages/go-kosu/store/cosmos/store.go
                NewStore
              
Function
                (*Store) Query
              
Method
+
                (*Store) queryPosterNumber
              
Method
+
                (*Store) queryPosterRemainingLimit
              
Method
+
                (*Store) Codec
              
Method
+
                (*Store) SetTotalOrders
              
Method
+
                (*Store) TotalOrders
              
Method
+3 −3
store_test.go
packages/go-kosu/store/cosmos/store_test.go
                TestCosmosStore
              
Function
+4 −0
store.go
packages/go-kosu/store/store.go
+11 −0
testing.go
packages/go-kosu/store/storetest/testing.go
                TestSuite
              
Function
+
                TestTotalOrders
              
Function
+10 −2
order_test.go
packages/go-kosu/tests/order_test.go
                (*Suite) TestOrderTx
              
Method