Skip to content

Commit

Permalink
deps: update erlang-rocksdb fork revision
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli authored and JamesPiechota committed Jul 8, 2024
1 parent 59e60d9 commit a93cfc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nix/arweave.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let

erlang-rocksdb = buildRebar rec {
name = "erlang-rocksdb";
version = "2b134b2fddaf674b73ca5a096759b488b40fafc0";
version = "f580865c0bc18b0302a6190d7fa85e68ec0762e0";
beamDeps = [ beamPackages.pc ];
nativeBuildInputs = [ pkgs.cmake ];
buildInputs = [ pkgs.getconf ];
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{git, "https://github.com/ArweaveTeam/prometheus_process_collector.git",
{ref, "1362b608ffa4748cdf5dba92b85c981218fd4fa2"}}},
{prometheus_cowboy, "0.1.8"},
{rocksdb, {git, "https://github.com/ArweaveTeam/erlang-rocksdb.git", {ref, "29f2c392b145eebff01eff2a026d302621a2867f"}}}
{rocksdb, {git, "https://github.com/ArweaveTeam/erlang-rocksdb.git", {ref, "f580865c0bc18b0302a6190d7fa85e68ec0762e0"}}}
]}.

{overrides,
Expand Down Expand Up @@ -416,10 +416,10 @@
%% FORKS_RESET tells localent to apply the current network consensus rules. You
%% probably don't want to change this.
{d, 'FORKS_RESET', true},

%% All peers in your localnet must specify the same NETWORK_NAME, and all requests
%% to nodes in your network must specify NETWORK_NAME in their X-Network header.
%% If you clear this value, the mainnet will be assumed.
%% If you clear this value, the mainnet will be assumed.
{d, 'NETWORK_NAME', "arweave.localnet"}

%% When a request is received without specifing the X-Network header, this network
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.8.0">>},1},
{<<"rocksdb">>,
{git,"https://github.com/ArweaveTeam/erlang-rocksdb.git",
{ref,"29f2c392b145eebff01eff2a026d302621a2867f"}},
{ref,"f580865c0bc18b0302a6190d7fa85e68ec0762e0"}},
0}]}.
[
{pkg_hash,[
Expand Down

0 comments on commit a93cfc0

Please sign in to comment.