Skip to content

Commit 51fdd41

Browse files
authored
Revert the soroban-rpc -> stellar-core dependency until we figure out how to get it working (#196)
1 parent 581171b commit 51fdd41

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

stellar-soroban-rpc/debian/control

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ Homepage: https://www.stellar.org/
88

99
Package: stellar-soroban-rpc
1010
Architecture: any
11-
Depends: stellar-core (= _CORE_VERSION_)
1211
Description: Soroban RPC is the client facing API server for the Stellar Soraban Smart Contracts ecosystem. It acts as the interface between stellar-core and applications that want to access smart contracts on the Stellar network.
1312

stellar-soroban-rpc/debian/stellar-soroban-rpc.default

+4-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
# define the port on local machine that soroban rpc server will bind to.
44
ENDPOINT=localhost:8003
5-
FRIENDBOT_URL=https://friendbot-futurenet.stellar.org/
5+
# for now rpc requires access to horizon, this will change.
6+
HORIZON_URL=http://localhost:8000
67
NETWORK_PASSPHRASE="Test SDF Future Network ; October 2022"
7-
CAPTIVE_CORE_CONFIG_PATH=/etc/stellar/soroban-rpc/stellar-captive-core.cfg
8-
CAPTIVE_CORE_STORAGE_PATH=/var/lib/stellar/soroban-rpc/captive-core
9-
CAPTIVE_CORE_USE_DB=true
10-
STELLAR_CORE_BINARY_PATH=/usr/bin/stellar-core
11-
HISTORY_ARCHIVE_URLS="https://history-futurenet.stellar.org"
12-
DB_PATH="/var/lib/stellar/soroban-rpc/soroban_rpc.sqlite"
13-
STELLAR_CAPTIVE_CORE_HTTP_PORT=0
8+
# for now rpc requires access to core, this will change.
9+
STELLAR_CORE_URL="http://localhost:11626"
1410

1511
# minimum log severity (debug, info, warn, error), default=info
1612
# LOG_LEVEL=info
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/var/lib/stellar/
2-
/var/lib/stellar/soroban-rpc/captive-core/
32
/var/log/stellar/
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
stellar-soroban-rpc usr/bin/
2-
stellar-core_captive-futurenet.cfg etc/stellar

0 commit comments

Comments
 (0)