Sha256: c6ffa1822e8da022b687a5905ba4362a4e0613cb63be48a6ee6336ad474e608f
Contents?: true
Size: 842 Bytes
Versions: 2
Compression:
Stored size: 842 Bytes
Contents
# Changelog ## 1.0.0 * Initial release ## 1.0.1 * Add optional id argument that can be passed to MethodsWrapper class. ## 1.1.0 * Add websockets connection to gem. ## 1.1.1 * Fix SolanaRpcRuby::ApiError occurring when websocket program runs for too long (#<SolanaRpcRuby::ApiError: NoMethodError undefined method ping) ## 1.1.2 * Unify LICENSE it's now MIT everywhere. * Add Ruby 3.0 to CI run. * Add new badges. * Handle new errors (Errno::ECONNREFUSED, SocketError) * Code maintenance and cleanup. ## 1.1.3 * Increase open_timeout and read_timeout. * New specs. ## 1.1.4 * Removes deprecated constant ## 1.2.0 * Fix handling commitment param in methods * Add RPC and websocket methods added by solana core to RPC recently * Add new params to methods added by solana core * Add warns to deprecated methods * Update docs * Small fixes
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solana_rpc_ruby-1.3.0 | CHANGELOG.md |
solana_rpc_ruby-1.2.0 | CHANGELOG.md |