astroband / ruby-stellar-base

The stellar-base library is the lowest-level stellar helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in stellar-core
Apache License 2.0
21 stars 19 forks source link

Regenerate xdr #5

Closed graydon closed 9 years ago

graydon commented 9 years ago

This extends #4 with regeneration of the XDR and an update to all the code that uses it to the changes that have occurred upstream (primarily "Currency" => "Asset"). It also used a local fork of xdrgen as provided in stellar/xdrgen#11 to get around activerecord's clever "classify" inflector thingy.

nullstyle commented 9 years ago

:+1: Thanks so much for doing this! :)