ethereum-base 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7481184b422690d8b263481421edc49fb6026847
4
- data.tar.gz: b27b06065393187ced784c9660349646f7865d47
3
+ metadata.gz: c15cb2ceffa0e87dd7459af2f0fa02ad954812ff
4
+ data.tar.gz: b047c86c9a15102a9ef66630efca4f492fb5885d
5
5
  SHA512:
6
- metadata.gz: 1dca2a78113d00d877355720edf829c2a2985f0b16797f64bfef5492db3e4f927741c468b947b797ae5850ea336c2336a1adb64e64ee0d253023a41c0c4be588
7
- data.tar.gz: f6d5319d73aa2822d6595f6e153bc4cb7d2c05af67384a6fe31616b00fda2ad72691512299712788bb3353ef4d5a57ff664e19f95adef273d37856e295168ff9
6
+ metadata.gz: 37060118faa5c3bc3d43a9dc7ec6e63b2cc4a4231f1fca3abf08db7138d9c37e48249f6c8bdbd975332bd55a0cfd0383337395c63a857822a469216147358d21
7
+ data.tar.gz: 4f939bce233bf8922b8d264961a82fcf7c3d37820182b95ec0a2209109d985bc14e7bd3f0adcf8f6ff689debd85d9aa0a42f3125479617d5c3210b4db67a9ccc
@@ -4,8 +4,6 @@ require 'rlp'
4
4
  module Ethereum
5
5
  module Base
6
6
 
7
- VERSION = "0.1.2"
8
-
9
7
  BYTE_ZERO = "\x00".freeze
10
8
  GTXCOST = 21000 # TX BASE GAS COST
11
9
  GTXDATANONZERO = 68 # TX DATA NON ZERO BYTE GAS COST
@@ -1,7 +1,7 @@
1
1
  module Ethereum
2
2
  module Base
3
3
 
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethereum-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Xie