prysm-pulse/beacon-chain/db
Raul Jordan 5dc5f1d1c8 Update Contract to Use Little Endian And Encoding Across Entire Repo (#1536)
* using little endian and tests for encoding dep inputs

* use decode value and timestamp method in state

* updated comments to match serialization format

* latest compiled contract, abi, bytecode, and bindings

* to little endian everywhere

* fix all tests except for contract tests

* include contract changes

* address broken build

* compile with vyper v8

* update readme

* fix pkg name

* add skip chainstart delay

* skip chainstart delay tests pass

* to little endian timestamp
2019-02-12 09:27:00 +05:30
..
attestation_test.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
attestation.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
block_operations_test.go Align Block Operations to Spec (#1512) 2019-02-08 15:53:36 -06:00
block_operations.go New Operation Service Part 1 - Sync and DB connection (#1437) 2019-01-30 20:48:50 +01:00
block_test.go Initialize State from ChainStart Deposits in POWChainService (#1474) 2019-02-03 16:44:48 -06:00
block_vote_cache_test.go Auto Clean Block Vote Cache (#972) 2018-11-28 17:02:35 +08:00
block_vote_cache.go Auto Clean Block Vote Cache (#972) 2018-11-28 17:02:35 +08:00
block.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
BUILD.bazel Pending deposits db (#1475) 2019-02-04 21:47:17 +08:00
cleanup_history_test.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
cleanup_history.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
db_test.go Allow Sync Service to Query State Of Network (#787) 2018-11-19 09:59:11 +08:00
db.go Pending deposits db (#1475) 2019-02-04 21:47:17 +08:00
pending_deposits_test.go Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
pending_deposits.go Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
schema.go Update Contract to Use Little Endian And Encoding Across Entire Repo (#1536) 2019-02-12 09:27:00 +05:30
state_test.go Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
state.go Initialize State from ChainStart Deposits in POWChainService (#1474) 2019-02-03 16:44:48 -06:00