Skip to content

Commit bbbb1ca

Browse files
committed
Update to the latest xdr
1 parent 3d5568b commit bbbb1ca

8 files changed

+341
-343
lines changed

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: [email protected]:stellar/xdrgen.git
3-
revision: 0795ee055dc5645041626aa91cad14781028877d
3+
revision: 6c8d27a3b2314be1fc352f53fcb22e418ba296b5
44
specs:
55
xdrgen (0.0.1)
66
activesupport (~> 4)
@@ -11,7 +11,7 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
activesupport (4.2.1)
14+
activesupport (4.2.4)
1515
i18n (~> 0.7)
1616
json (~> 1.7, >= 1.7.7)
1717
minitest (~> 5.1)
@@ -22,13 +22,13 @@ GEM
2222
faraday (0.9.1)
2323
multipart-post (>= 1.2, < 3)
2424
i18n (0.7.0)
25-
json (1.8.2)
25+
json (1.8.3)
2626
memoist (0.11.0)
2727
method_source (0.8.2)
28-
minitest (5.6.1)
28+
minitest (5.8.0)
2929
multipart-post (2.0.0)
3030
netrc (0.10.3)
31-
octokit (3.8.0)
31+
octokit (4.1.0)
3232
sawyer (~> 0.6.0, >= 0.5.3)
3333
polyglot (0.3.5)
3434
pry (0.10.1)

Rakefile

+7-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ namespace :xdr do
77
# Prior to launch, we should be separating our .x files into a separate
88
# repo, and should be able to improve this integration.
99
HAYASHI_XDR = [
10-
"src/xdr/Stellar-ledger-entries.x",
11-
"src/xdr/Stellar-ledger.x",
12-
"src/xdr/Stellar-overlay.x",
13-
"src/xdr/Stellar-transaction.x",
14-
"src/xdr/Stellar-types.x",
15-
"src/overlay/StellarXDR.x",
16-
"src/scp/Stellar-SCP.x",
17-
]
10+
"src/xdr/Stellar-types.x",
11+
"src/xdr/Stellar-ledger-entries.x",
12+
"src/xdr/Stellar-transaction.x",
13+
"src/xdr/Stellar-ledger.x",
14+
"src/xdr/Stellar-overlay.x",
15+
"src/xdr/Stellar-SCP.x",
16+
]
1817

1918
task :update => [:download, :generate]
2019

0 commit comments

Comments
 (0)