Skip to content

Commit

Permalink
updating vendor because dep is bugging out
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Aug 1, 2019
1 parent cfbc79e commit 2835f21
Show file tree
Hide file tree
Showing 1,842 changed files with 96,160 additions and 92,654 deletions.
839 changes: 420 additions & 419 deletions Gopkg.lock

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# go-tests = true
# unused-packages = true

[[override]]
name = "gopkg.in/fsnotify.v1"
source = "gopkg.in/fsnotify/fsnotify.v1"

[[constraint]]
name = "github.com/ipfs/go-cid"
Expand Down Expand Up @@ -64,12 +67,12 @@

[[constraint]]
name = "github.com/vulcanize/vulcanizedb"
branch = "syncAndPublish"
branch = "ipfs_concurrency"

[[constraint]]
name = "github.com/ethereum/go-ethereum"
source = "github.com/vulcanize/go-ethereum"
branch = "rpc_statediffing"
branch = "statediffing"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion pkg/wrappers/core/rawdb/accessors_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (accessor *AccessorsChain) GetBlock(hash common.Hash, number uint64) *types
}

func (accessor *AccessorsChain) GetBlockReceipts(hash common.Hash, number uint64) types.Receipts {
return rawdb.ReadReceipts(accessor.ethDbConnection, hash, number)
return rawdb.ReadReceipts(accessor.ethDbConnection, hash, number, nil)
}

func (accessor *AccessorsChain) GetBody(hash common.Hash, number uint64) *types.Body {
Expand Down
4 changes: 4 additions & 0 deletions test_helpers/mocks/wrappers/core/state/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ func (*mockStateDatabase) TrieDB() *trie.Database {
type mockEthDB struct {
}

func (db *mockEthDB) NewIteratorWithStart(start []byte) ethdb.Iterator {
panic("implement me")
}

func (*mockEthDB) Put(key []byte, value []byte) error {
panic("implement me")
}
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/Stebalien/go-bitfield/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 3 additions & 31 deletions vendor/github.com/allegro/bigcache/queue/bytes_queue.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 3 additions & 23 deletions vendor/github.com/allegro/bigcache/shard.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion vendor/github.com/btcsuite/btcd/btcec/pubkey.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions vendor/github.com/btcsuite/btcd/btcec/signature.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/cenkalti/backoff/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion vendor/github.com/deckarep/golang-set/threadsafe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions vendor/github.com/edsrzf/mmap-go/mmap.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2835f21

Please sign in to comment.