Skip to content

Commit

Permalink
Prepare for rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 21, 2023
1 parent bc23bbc commit 85d78d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.0.0-rc2 : Tx build bug fix , Add tests
- Fix Bug : Server got irresponsive after requesting `/api/v1/tx` with plutus included transaction
- Add tests to validate that the kuber apis are working via LocalNode Socket connection.

#### Known Issues:
- `Kontract` is not working via `RemoteKuberConnection`
- If node is at Babbage era when kuber-server starts, after node reaches Conway era, restart is required to enable Conway features.
- `$.validtyStart` is broken and is ignored.

## v3.0.0-rc1 : Full Refactor and ConwayEra Support

Expand Down
2 changes: 1 addition & 1 deletion kuber-server/kuber-server.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: kuber-server
version: 3.0.0.1
version: 3.0.0.2

-- A short (one-line) description of the package.
-- synopsis:
Expand Down
2 changes: 1 addition & 1 deletion kuber.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: kuber
version: 3.0.0.1
version: 3.0.0.2

-- A short (one-line) description of the package.
-- synopsis:
Expand Down
2 changes: 1 addition & 1 deletion src/Cardano/Kuber/Data/TxBuilderAeson.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ instance IsTxBuilderEra era => FromJSON (TxBuilder_ era) where
objectKeys = Set.fromList $ map A.toText $ A.keys v
pluralKeys :: [T.Text] = [
"selection","input","referenceInput","output","collateral",
"mint", "signature","proposal", "vote", "cert"
"mint", "signature","proposal", "vote", "cert","certificate"
]
nonPluralKeys = [
"changeAddress","metadata","fee","validityStart","validityEnd",
Expand Down

0 comments on commit 85d78d6

Please sign in to comment.