Skip to content

Commit

Permalink
Use legacy pact value directly for conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Akentev committed Jun 4, 2024
1 parent bc13678 commit 76fd11c
Show file tree
Hide file tree
Showing 6 changed files with 1,105 additions and 24 deletions.
13 changes: 5 additions & 8 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ package vault
package yet-another-logger
flags: -tbmqueue

packages:
../pact-core

-- -------------------------------------------------------------------------- --
-- Source Repository Packages
--
Expand All @@ -86,11 +83,11 @@ source-repository-package
tag: 9ccef1fbeff545f07864896094eb2e2bd4c5ffb3
--sha256: 0pai52mvyikhm527if4gxa1nwsmva3wg3nhvida7qg48rchjrxry

-- source-repository-package
-- type: git
-- location: https://github.com/kadena-io/pact-5.git
-- tag: 2a6d350aa36cb83587242bf5e496b0621cff3dee
-- --sha256: sha256-hTWFbc17p/73VmLacTzY+8DzNCGhHwI1Nds18+aQUxg=
source-repository-package
type: git
location: https://github.com/kadena-io/pact-5.git
tag: c065ebd60ea0460a98779968200e943044fe4939
--sha256: sha256-pSDMa5QZDF5/dsccDgZFQMfhgo+/HjDqc0m9W9h7m3g=

source-repository-package
type: git
Expand Down
2 changes: 2 additions & 0 deletions chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ library
, Chainweb.Pact.Backend.SQLite.V2
, Chainweb.Pact.Backend.Types
, Chainweb.Pact.Backend.Utils
, Chainweb.Pact.Conversion
, Chainweb.Pact.NoCoinbase
, Chainweb.Pact.PactService
, Chainweb.Pact.PactService.Checkpointer
Expand Down Expand Up @@ -369,6 +370,7 @@ library
, base16-bytestring >= 0.1
, base64-bytestring-kadena == 0.1
, binary >= 0.8
, bound >= 2
, bytestring >= 0.10.12
, case-insensitive >= 1.2
, cassava >= 0.5.1
Expand Down
Loading

0 comments on commit 76fd11c

Please sign in to comment.