Commit Graph

57 Commits

Author SHA1 Message Date
Igor Artamonov
d52b8f3381 problem: jar and zip miss the version file 2020-09-24 00:19:26 -04:00
Igor Artamonov
c1fb2f7142 problem: distZip misses the version file 2020-09-23 23:27:36 -04:00
Igor Artamonov
77d7ec1101 solution: optionally provide utxo for bitcoin balance request 2020-09-15 19:20:40 -04:00
Igor Artamonov
966ce7d8db problem: default java docker is Java 8, may not work with some libs
solution: use Java 13
2020-09-01 15:50:19 -04:00
Igor Artamonov
64c8cb35f3 solution: goerli support
Co-authored-by: Chase Wright <mysticryuujin@protonmail.com>
2020-08-23 20:19:00 -04:00
Igor Artamonov
b5daceeff5 problem: doesn't pass error details from upstream
fix: #42
2020-08-10 22:18:54 -04:00
Igor Artamonov
a41908031a solution: start v0.9 2020-08-08 15:34:08 -04:00
Igor Artamonov
4de5be0093 solution: release v0.8.0 2020-07-20 21:46:47 -04:00
Igor Artamonov
0d1980ce70 problem: block height cache doesn't evict when old blocks are added
rel: ce010e50
2020-07-20 21:25:31 -04:00
Igor Artamonov
b3c619e57a solution: track balance of a ERC20 token 2020-07-06 19:04:45 -04:00
Igor Artamonov
493bea7b4d problem: tags all docker releases with latest 2020-06-29 23:25:37 -04:00
Igor Artamonov
03b6d6472c solution: start v0.8 2020-05-27 19:11:41 -04:00
Igor Artamonov
e26b92b51b solution: release v0.7.0 2020-05-27 18:04:57 -04:00
Igor Artamonov
f4450ceecb solution: coverage report 2020-05-24 20:38:05 -04:00
Igor Artamonov
47eb126a75 problem: used slow JDK TLS 2020-05-24 13:03:00 -04:00
Igor Artamonov
4a698f8c09 solution: update libs to the latest 2020-05-21 20:48:33 -04:00
Igor Artamonov
bbc21684ae solution: refactoring, more clean class names 2020-05-14 00:12:38 -04:00
Igor Artamonov
3729aa040e problem: hard to find failing tests on CI 2020-05-13 22:55:19 -04:00
Igor Artamonov
0f5c6c70a4 problem: gradle configuration warnings 2020-05-02 22:17:14 -04:00
Igor Artamonov
a6d14fcf22 problem: makes full rebuild on unit tests run, because it calls codegen which requires clean 2020-04-27 21:06:25 -04:00
Igor Artamonov
322d9ac480 problem: Kotlin class mocking randomly fails
solution: upgrade testing libs, and open the class
2020-04-20 21:42:53 -04:00
Igor Artamonov
ba996a8d2b solution: initial implementation for Bitcoin upstreams 2020-04-18 22:26:30 -04:00
Igor Artamonov
51b25ab55d problem: redis cached makes JSON parsing only to extract metadata, ineffective
solution: encode in protobuf with metadata included
2020-04-16 23:05:13 -04:00
Igor Artamonov
0ae9d8ec3c solution: start v0.7 2020-04-10 18:27:55 -04:00
Igor Artamonov
e3b512ca80 solution: release v0.6.0 2020-04-09 21:26:55 -04:00
Igor Artamonov
26f8dd294e solution: basic implementation for Proxy endpoint 2020-03-19 23:34:32 -04:00
Igor Artamonov
6cbaf664a6 problem: build failure on clean project 2020-03-18 21:14:37 -04:00
Igor Artamonov
32249bff32 solution: banner on run 2020-03-18 21:09:59 -04:00
Igor Artamonov
2aa78a96c5 solution: start version v0.6 2020-03-18 20:46:02 -04:00
Igor Artamonov
3975f1b3c2 solution: v0.5 2020-03-15 20:58:01 -04:00
Igor Artamonov
7e255d837a solution: publish to docker on github release 2020-03-15 20:57:19 -04:00
Igor Artamonov
6392b6bebd solution: setup CI 2020-03-15 16:48:31 -04:00
Igor Artamonov
83649ad631 solution: Redis cache for blocks 2020-03-10 23:45:00 -04:00
Igor Artamonov
fd95aa4868 solution: skip timestamp tag for release dockers 2019-09-13 14:18:39 -04:00
Igor Artamonov
6f05518d8a solution: start development of v0.5 2019-09-13 14:14:53 -04:00
Igor Artamonov
9c92067e3a solution: release v0.4.0 2019-09-13 13:52:56 -04:00
Igor Artamonov
ee66704620 solution: use grpc transport from etherjar 2019-09-04 00:24:22 -04:00
Igor Artamonov
17602607b5 solution: allow to push to custom docker repo 2019-09-04 00:18:49 -04:00
Igor Artamonov
771618cf5b solution: docker tag with current minor version 2019-08-28 13:23:52 -04:00
Igor Artamonov
604c01aa38 solution: upgrade emerald lib 2019-08-24 23:13:41 -04:00
Igor Artamonov
c9d93f91d3 solution: start version 0.4 2019-08-22 23:35:34 -04:00
Igor Artamonov
641fe5dca0 solution: zip distribution 2019-08-22 23:25:38 -04:00
Igor Artamonov
d873130567 solution: open source it 2019-08-22 21:07:12 -04:00
Igor Artamonov
9f211232fd solution: publish to docker with latest tag 2019-08-13 15:09:09 -04:00
Igor Artamonov
47bf362808 problem: uploads development snapshots as :latest 2019-08-07 23:08:08 -04:00
Igor Artamonov
dee96a2710 solution: version 0.3-SNAPSHOT 2019-08-06 23:18:57 -04:00
Igor Artamonov
2b7109cea3 solution: use quorum for native calls 2019-08-04 18:13:18 -04:00
Igor Artamonov
fd8f558d64 problem: not subscribing to an address 2019-07-30 22:57:58 -04:00
Igor Artamonov
4c9343c146 solution: tls for gprc upstream 2019-07-28 22:51:41 -04:00
Igor Artamonov
b996edabef problem: allows multiple different endpoints for same upstream
solution: simplify config, allow to setup only one connection type per upstream
2019-07-27 22:31:49 -04:00