Commit Graph

61 Commits

Author SHA1 Message Date
Michael Shaw
f1c3dfccd3 updating go.mod to depend on vulcanize fork of geth to avoid diverging dependencies that are needed higher up the stack 2022-08-01 15:59:24 -04:00
Michael Shaw
77cc282a82 go mod and sum updated for geth 1.10.21 2022-07-29 14:57:24 -04:00
Abdul Rabbani
f3de4233b7
Merge pull request #40 from vulcanize/feature/update-geth-1.10.19
Update and test
2022-06-17 08:16:51 -04:00
Abdul Rabbani
23177c8dff Update and test
```
08:09:45:~/GitHub/cerc/ipfs-ethdb go test ./... -v
=== RUN   TestIPFSETHDB
Running Suite: IPFS ethdb test
==============================
Random Seed: 1655467793
Will run 9 of 9 specs

•••••••••
Ran 9 of 9 Specs in 0.000 seconds
SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestIPFSETHDB (0.00s)
PASS
ok      github.com/vulcanize/ipfs-ethdb/v4      0.177s
=== RUN   TestPGIPFSETHDB
Running Suite: PG-IPFS ethdb test
=================================
Random Seed: 1655467793
Will run 9 of 9 specs

•••••••••
Ran 9 of 9 Specs in 0.922 seconds
SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestPGIPFSETHDB (0.92s)
PASS
ok      github.com/vulcanize/ipfs-ethdb/v4/postgres     1.157s
```
2022-06-17 08:10:46 -04:00
Abdul Rabbani
1c90257717
Merge pull request #39 from vulcanize/feature/update-go-version-sharding
Feature/update go version sharding
2022-05-31 13:03:11 -04:00
Abdul Rabbani
86b530c3a3 Merge branch 'master' into feature/update-go-version-sharding 2022-05-31 13:02:06 -04:00
Abdul Rabbani
0069033d39
Merge pull request #38 from vulcanize/feature/update-go-version
Use v1.18 go
2022-05-31 12:59:01 -04:00
Abdul Rabbani
d22e0f70e2 Use v1.18 go 2022-05-31 12:58:33 -04:00
Abdul Rabbani
b220685662
Merge pull request #37 from vulcanize/release-v3.0.2
Update Go version and Fix Interface
2022-05-31 07:35:26 -04:00
Abdul Rabbani
950fb0802d Update Go version and Fix Interface 2022-05-27 13:50:59 -04:00
Ashwin Phatak
a19b47d67c
Merge pull request #33 from deep-stack/pm-v4-schema-changes
Updates to use v4 schema
2022-05-09 16:30:35 +05:30
ed9f8d7c4e Update module path for v4 2022-05-09 16:29:09 +05:30
08bc2f87ab Add block number while making inserts 2022-05-09 15:19:44 +05:30
a6b49f89f4 Updates to use v4 schema 2022-05-09 15:19:28 +05:30
Ashwin Phatak
2bc23f4deb
Merge pull request #32 from deep-stack/pm-v3-release
Update module path for v3
2022-05-02 19:54:15 +05:30
fb4c911adb Update module path for v3 2022-05-02 19:09:05 +05:30
Ashwin Phatak
2966e45d00
Merge pull request #31 from deep-stack/pm-upgrade-geth
Upgrade geth to v1.10.17
2022-05-02 15:22:57 +05:30
83b3f18991 Upgrade dependencies 2022-05-02 15:09:29 +05:30
c9e57bf7af Updates to satisfy geth v1.10.17 database interfaces 2022-04-20 17:01:29 +05:30
Ian Norden
e0c235c2ff
Merge pull request #30 from vulcanize/release-v0.0.6
v0.0.6
2021-12-29 12:19:08 -06:00
i-norden
aae2cba8ce fix tests failing from the recent groupcache changes 2021-12-29 00:26:43 -06:00
i-norden
9db42029f7 bump geth version to v1.10.14 2021-12-29 00:17:24 -06:00
i-norden
1b00d37715 updates to satisfy the v1.10.14 ethdb.Database interface 2021-12-29 00:17:09 -06:00
Arijit Das
cc193fe2ec
Merge pull request #22 from vulcanize/upgrade-geth-v1.10.9
Upgrade geth to v1.10.9.
2021-10-07 15:29:23 +05:30
Arijit Das
e57893f2c0 Upgrade geth to v1.10.9. 2021-10-06 15:21:36 +05:30
Arijit Das
300bea9e20
Merge pull request #21 from vulcanize/upgrade-geth
Upgrade geth to v1.10.8.
2021-09-21 16:04:59 +05:30
Arijit Das
7bb49801fc Address comments. 2021-08-24 18:44:59 +05:30
Arijit Das
cc40ee0ec4 Upgrade geth to v1.10.8. 2021-08-24 18:31:20 +05:30
Ashwin Phatak
308b79ca84
Use groupcache for caching postgres data (#20)
* Use groupcache for caching postgres data.

* Expose cache stats.

* Remove Println
2021-08-24 10:42:22 +05:30
Ian Norden
88859115d2
Merge pull request #10 from vulcanize/doc
minor doc fixes
2020-07-15 22:12:42 -05:00
Ian Norden
d713cb1ef1 minor doc fixes 2020-07-15 22:11:01 -05:00
Ian Norden
535d8eca71
Merge pull request #9 from vulcanize/1.9.15
remove unnecessary dep; gofmt
2020-07-12 18:33:35 -05:00
Ian Norden
70133f0605 remove unnecessary dep; gofmt 2020-07-12 18:18:25 -05:00
Ian Norden
bf0186095f
Merge pull request #8 from vulcanize/1.9.15
WIP - IPFS ethdb type using blockservice
2020-07-12 18:11:06 -05:00
Ian Norden
e218e61160 update docs 2020-07-12 13:54:56 -05:00
Ian Norden
8daba4f4fa blockservice ethdb tests 2020-07-09 14:49:41 -05:00
Ian Norden
09277325ef mock blockservice interfaces for tests 2020-07-09 14:49:39 -05:00
Ian Norden
21786bcf52 datastore-agnostic blockservice based types 2020-06-29 16:11:29 -05:00
Ian Norden
068533e0b6 update readme 2020-06-26 17:39:55 -05:00
Ian Norden
595c736885
Merge pull request #7 from vulcanize/1.9.15
update to go-ethereum 1.9.15
2020-06-22 13:57:31 -05:00
Ian Norden
75f1c8c245 update to go-ethereum 1.9.15 2020-06-22 13:55:48 -05:00
Ian Norden
7d6c705aa1
Merge pull request #6 from vulcanize/statedb
Add go report card and some additional detail/comments
2020-06-22 13:51:34 -05:00
Ian Norden
605cf28d96 extend example in readme 2020-06-22 13:49:34 -05:00
Ian Norden
77bd30901d golint, add go report card 2020-06-22 13:03:46 -05:00
Ian Norden
750fa6bbd5
Merge pull request #5 from vulcanize/statedb
format fix
2020-06-16 13:01:15 -05:00
Ian Norden
bf913e94eb format 2020-06-16 13:00:30 -05:00
Ian Norden
d71e6b87ea
Merge pull request #4 from vulcanize/statedb
fix readme
2020-06-16 12:58:38 -05:00
Ian Norden
366a890881 fix 2020-06-16 12:57:18 -05:00
Ian Norden
43b19a7b5b
Merge pull request #3 from vulcanize/statedb
update readme
2020-06-16 12:52:14 -05:00
Ian Norden
0e8e3da4c7 update readme 2020-06-16 12:50:15 -05:00