Skip to content

Commit

Permalink
Merge pull request #71 from koinos/1.0.0
Browse files Browse the repository at this point in the history
Bum submodules for 1.0.0
  • Loading branch information
sgerbino authored Nov 4, 2022
2 parents 4a29d13 + 9469aba commit 09e0719
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ endif()

hunter_add_package(Boost COMPONENTS system log thread date_time filesystem chrono test program_options)
hunter_add_package(ethash)
hunter_add_package(libsecp256k1)
hunter_add_package(libsecp256k1-vrf)
hunter_add_package(nlohmann_json)
hunter_add_package(OpenSSL)
hunter_add_package(Protobuf)
Expand All @@ -109,7 +109,7 @@ hunter_add_package(koinos_mq)

find_package(Boost CONFIG REQUIRED COMPONENTS system log log_setup thread date_time filesystem chrono program_options)
find_package(ethash CONFIG REQUIRED)
find_package(libsecp256k1 CONFIG REQUIRED)
find_package(libsecp256k1-vrf CONFIG REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)
find_package(Protobuf CONFIG REQUIRED)
find_package(OpenSSL REQUIRED)
Expand Down
5 changes: 5 additions & 0 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ hunter_config(libsecp256k1
SHA1 "0534fa8948f279b26fd102905215a56f0ad7fa18"
)

hunter_config(libsecp256k1-vrf
URL "https://github.com/koinos/secp256k1-vrf/archive/db479e83be5685f652a9bafefaef77246fdf3bbe.tar.gz"
SHA1 "62df75e061c4afd6f0548f1e8267cc3da6abee15"
)

hunter_config(yaml-cpp
VERSION "0.6.3"
CMAKE_ARGS
Expand Down
2 changes: 1 addition & 1 deletion libraries/log
2 changes: 1 addition & 1 deletion libraries/mq
2 changes: 1 addition & 1 deletion libraries/proto
Submodule proto updated 23 files
+1 −1 CMakeLists.txt
+5 −3 libraries/proto/generated/koinos/chain/error.pb.cc
+2 −1 libraries/proto/generated/koinos/chain/error.pb.h
+8 −5 libraries/proto/generated/koinos/chain/system_call_ids.pb.cc
+3 −1 libraries/proto/generated/koinos/chain/system_call_ids.pb.h
+202 −184 libraries/proto/generated/koinos/chain/system_calls.pb.cc
+62 −69 libraries/proto/generated/koinos/chain/system_calls.pb.h
+497 −13 libraries/proto/generated/koinos/contracts/claim/claim.pb.cc
+511 −1 libraries/proto/generated/koinos/contracts/claim/claim.pb.h
+344 −0 libraries/proto/generated/koinos/contracts/koin/koin.pb.cc
+318 −0 libraries/proto/generated/koinos/contracts/koin/koin.pb.h
+2,109 −0 libraries/proto/generated/koinos/contracts/name_service/name_service.pb.cc
+2,043 −0 libraries/proto/generated/koinos/contracts/name_service/name_service.pb.h
+474 −44 libraries/proto/generated/koinos/contracts/pob/pob.pb.cc
+416 −1 libraries/proto/generated/koinos/contracts/pob/pob.pb.h
+2,009 −140 libraries/proto/generated/koinos/contracts/resources/resources.pb.cc
+2,116 −251 libraries/proto/generated/koinos/contracts/resources/resources.pb.h
+16 −289 libraries/proto/generated/koinos/contracts/token/token.pb.cc
+4 −235 libraries/proto/generated/koinos/contracts/token/token.pb.h
+991 −0 libraries/proto/generated/koinos/contracts/vhp/vhp.pb.cc
+885 −0 libraries/proto/generated/koinos/contracts/vhp/vhp.pb.h
+92 −14 libraries/proto/generated/koinos/protocol/protocol.pb.cc
+93 −0 libraries/proto/generated/koinos/protocol/protocol.pb.h

0 comments on commit 09e0719

Please sign in to comment.