Skip to content

Releases: ceramicnetwork/ceramic-anchor-service

Release 0.0.9

03 Jun 13:58
Compare
Choose a tag to compare
  • fix(cas): Always confirm all previous txn attempts after nonce error (#432) (178d735)
  • chore(cas): Warn if the tip isn't what we expect when loading stream at CommitID (#430) (45d1092)

Release 0.0.8

25 May 13:56
Compare
Choose a tag to compare
  • chore(cas): Log full error object (#424) (8a15003)
  • fix(cas): Compare CIDs by their bytes for conflict resolution (#423) (4409b2d)
  • fix(cas): Load candidate streams in parallel batches (#418) (2f75d3d)
  • chore(cas): Improve logging when loading a stream fails (#406) (8f32150)

Release 0.0.7

17 May 12:22
Compare
Choose a tag to compare
  • feat(ci): build image for prod and rc branch (521777e)
  • fix(cas): Don't load more streams from ceramic than allowed by merkleDepthLimit (#402) (f1b6459)
  • chore(cas): Log when waiting for transaction confirmation (#403) (56bdc06)

Release 0.0.6

11 May 06:59
Compare
Choose a tag to compare
  • Fix anchor hanging (#394) (538d530)
  • fix(cas): After nonce error check for success of all previous timed out txns, not just the most recent (#391) (1eeab17)
  • feat: add ecs cluster name to hanging notif (#390) (3d791b5)
  • fix: remove slash from hanging notif url (e411e48)
  • fix: remove data typo (3637f95)
  • feat: send discord notif if anchor hangs (#389) (f3b4426)

Release 0.0.5

04 May 23:52
Compare
Choose a tag to compare
  • fix: Wait for more blocks before confirming anchor (#380) (581077d)
  • feat(cas): Make CAS IPFS connect to pubsub (#379) (cceb3e5)
  • Revert "fix: Wait for more blocks before confirming anchor (#378)" (3c52ef2)
  • fix: Wait for more blocks before confirming anchor (#378) (64b8190)
  • chore: Bump ceramic deps (#376) (491b4ea)
  • feat: add debug logs for anchor proof (#366) (8049d8a)

Release 0.0.4

01 Apr 13:33
Compare
Choose a tag to compare

Release 0.0.3

01 Apr 12:34
Compare
Choose a tag to compare
  • Releases (#352) (4ff413f)
  • Merge pull request #351 from ceramicnetwork/develop (aeb6476)
  • Merge branch 'main' into develop (b3ae8cf)
  • Hotfix exit anchor mode (#350) (2121e78)
  • Fix/check running (#344) (eb9bdc8)
  • fix: run anchor mode if only 1 task is running (#343) (0d65466)
  • Fix check running anchor process workflow (#341) (44fa178)
  • feat(ci): add workflow to build and push ecr image (#339) (1567c53)
  • Check running anchor process (#338) (132adb2)
  • fix(cas): Check if timed out transaction succeeded when receiving a nonce error (#336) (9967867)
  • fix(cas): Ensure gas price on retries is at least 10% more than previous attempt (#335) (4e383e5)
  • chore(cas): Refactor and unit test EthereumBlockchainService (#334) (720bd5d)
  • fix: timeout type should be any (a66e52a)
  • Hotfix: Exit anchor mode (#330) (c8b0e61)
  • fix(ci): build docker image on main branch (602e633)
  • fix: timeout on document load after 60s (#327) (876567c)
  • Merge pull request #326 from ceramicnetwork/fix/up-main (d892411)
  • fix(cas): Fix underflow error in gas price math (#320) (6a3d215)
  • chore(cas): Fix typo in config files (#321) (3744808)
  • fix(cas): Add timeout to how long we wait for eth transactions to get mined (#317) (1c64a27)
  • ci: remove image build and deploy (f0b4ae5)
  • feat(cas): Add merkle tree metadata with bloom filter (#314) (ad932cb)
  • chore(cas): Stabilize flaky eth-bc-service.test.ts (#316) (edaaa5f)
  • feat(breaking): change access log to http-access (7d33370)
  • chore(cas): Use logging framework from @ceramicnetwork/logger (#310) (69d1967)
  • feat: add urls (original, base, and path) to morgan logs (5a604c7)
  • ci(fix): temporarily remove deploy step (8e785e9)
  • Merge pull request #285 from ceramicnetwork/su/request-presentation (fdfceff)
  • feat: get forwarded ip in access logs (55003a2)
  • chore(cas): Add additional CAS logging (#298) (599fb8a)
  • Merge branch 'develop' into su/request-presentation (663321e)
  • chore(cas): Cleanup logger to prepare it to be its own package (#292) (d399158)
  • chore(cas): Improve CAS logging (#288) (d224299)
  • docs: add doc comments to RequestPresentation (b9579b8)
  • fix: one more request presentation in request controller (1ae5157)
  • feat: request creation is idempotent (33c45c2)
  • chore(cas): Improve anchor service logging (#279) (7fb82ca)
  • fix: check undefined config options from rpc (8277b01)
  • feat: allow eth rpc when not on ganache (2791632)
  • chore(cas): Improve error reporting when anchor requests fail to load the associated ceramic document (#270) (54c076e)
  • fix(cas): merkleDepthLimit of zero should mean no limit (#264) (0b442ee)
  • fix: pass full url to ipfs config (82ad7a9)
  • Metrics and events (#220) (857a5bb)
  • Fix IoC issues (#232) (a9ab8d4)
  • chore(deps): bump @ceramicnetwork/3id-did-resolver from 0.5.3 to 0.6.0 (#235) (b5a8d8b)
  • chore(deps): bump @ceramicnetwork/key-did-resolver from 0.2.1 to 0.2.2 (#234) (0114ff2)
  • chore(deps): bump @ceramicnetwork/http-client from 0.8.5 to 0.8.8 (#233) (f23342d)
  • chore(deps): bump ethers from 5.0.23 to 5.0.24 (#228) (2b19230)
  • chore(deps): bump @ceramicnetwork/key-did-resolver from 0.2.0 to 0.2.1 (#224) (cc0af4e)
  • chore(deps): bump @ceramicnetwork/common from 0.14.0 to 0.14.1 (#223) (cf46f70)
  • feat(cas): Update conflict resolution based on full ceramic document (#231) (e44abac)
  • feat(cas): Enforce depth limit to anchor merkle tree (#206) (01c3e0b)
  • chore(deps): bump @ceramicnetwork/http-client from 0.8.3 to 0.8.5 (#216) (ced4ea9)
  • chore(deps): bump sqlite3 from 4.2.0 to 5.0.0 (#214) (bef4a62)
  • fix(cas): fix dependencies (#218) (9be4e69)
  • Logger (#201) (fd00737)
  • feat(cas): Fix anchor record generation (#205) (392a2b1)
  • Remove node-cron (#208) (edfb4dc)
  • Configuration fix (#207) (e553cf9)
  • IPFS get cache (#204) (e594555)
  • feat(cas): Use more compact format for merkle tree nodes (#200) (98e5d91)
  • chore(cas): Cleanup AnchorService (#198) (8eb5702)
  • CAS Fire cleanup (#190) (50e15c4)
  • fix(cas): connect to blockchain (#196) (1d8a19f)
  • fix(cas): fix dependency typeorm-transactional-cls-hooked (#194) (34b00e1)
  • chore(cas): bump dependencies (3b40662)
  • chore(deps): bump @ceramicnetwork/common from 0.13.0 to 0.13.1 (#187) (54a84e7)
  • chore(deps): bump @ceramicnetwork/http-client from 0.8.0 to 0.8.1 (#184) (26c3a88)
  • chore(deps): bump @ceramicnetwork/3id-did-resolver from 0.5.0 to 0.5.1 (#179) (13f27e6)
  • chore(deps): bump ipfs-http-client from 48.1.1 to 48.1.2 (#181) (b50c60a)
  • chore(deps): bump sqlite3 from 4.2.0 to 5.0.0 (#183) (2a5786a)
  • chore(deps): bump ethers from 5.0.21 to 5.0.23 (#182) (230c1e8)
  • chore(deps): bump ipfs-core from 0.2.1 to 0.3.0 (#186) (2929f30)
  • chore(deps): bump dids from 0.8.0 to 1.1.0 (#185) (e397912)
  • chore(deps): bump typeorm-transactional-cls-hooked from 0.1.12 to 0.1.17 (#188) (582671e)
  • Revert "feat(cas): CAS cleanup (#178)" (6a36cec)
  • Revert "Fix failing test (#180)" (2f1500d)
  • Revert "fix(cas): fix checks" (7324a15)
  • Merge branch 'develop' of github.com:ceramicnetwork/ceramic-anchor-service into develop (1cc14f6)
  • fix(cas): fix checks (8e52698)
  • Fix failing test (#180) (ec47f3b)
  • feat(cas): CAS cleanup (#178) (53eb749)
  • feat(cas): Make merkle tree balanced (#176) (97185c9)
  • feat(cas): Add parent pointer to Nodes and use them to simplify MerkleTree implementation (#175) (d915e46)
  • fix(cas): fix import (7f34038)
  • chore(cas): update dependencies (#173) (e7789c6)
  • chore(deps): bump ipfs-http-client from 48.1.0 to 48.1.1 (#165) (8668555)
  • chore(deps): bump @ceramicnetwork/ceramic-http-client (#163) (18563fc)
  • chore(deps): bump @ceramicnetwork/ceramic-common from 0.12.1 to 0.12.2 (#167) (3ea420b)
  • chore(deps): bump dids from 0.7.0 to 0.8.0 (#162) (edf19da)
  • chore(deps): bump ipfs-core from 0.2.0 to 0.2.1 (#164) (07d98f9)
  • chore(deps): bump ethers from 5.0.19 to 5.0.21 (#161) (5d70779)
  • chore(deps): bump cron-parser from 2.17.0 to 2.18.0 (#159) (02b75fb)
  • Validate records check (#157) (e2b864c)
  • Validate records check (#156) (d187e06)
  • Validate records check (#155) (1eeb300)
  • IPFS client timeout (#154) (513536d)
  • feat(cas): Add API endpoint for fetching the supported caip-2 chain ids (#151) (25a1175)
  • Revert "feat(cas): Add API endpoint for fetching the CAIP-2 chainid being used (#136)" (f6c84cd)
  • feat(cas): Add API endpoint for fetching the CAIP-2 chainid being used (#136) (6f5f368)
  • Nonce issue (#150) (0454abc)
  • CAS Transactions (#137) (0926278)
  • fix(cas): set did version (7a3f8ab)
  • chore(deps): bump @ceramicnetwork/ceramic-common from 0.12.0 to 0.12.1 (#139) (d4ed541)
  • chore(deps): bump ipfs-core from 0.1.0 to 0.2.0 (#140) (cdd294d)
  • chore(deps): bump @ceramicnetwork/3id-did-resolver from 0.4.7 to 0.4.8 (#143) (334e24a)
  • chore(deps): bump pg from 8.4.2 to 8.5.1 (#141) (7fc8677)
  • chore(deps): bump ipfs-http-client from 48.0.0 to 48.1.0 (#142) (db8c3f2)
  • chore(deps): bump @ceramicnetwork/ceramic-http-client (#144) (3d1411b)
  • chore(deps): bump dids from 0.7.0 to 0.8.0 (#146) (2b99e2c)
  • chore(deps): bump cron-parser from 2.16.3 to 2.17.0 (#133) (4e1ee50)
  • chore(deps): bump typeorm from 0.2.28 to 0.2.29 (#134) (a70ed82)
  • Merge branch 'develop' of github.com:ceramicnetwork/ceramic-anchor-service into develop (3929142)
  • fix: update dockerfile (9209c1a)
  • fix(cas): fix request query and eth config (#131) (1114871)
  • feat: bump ipfs and other deps (#130) (4615c81)
  • chore(deps): bump @ceramicnetwork/3id-did-resolver (#128) (c7be23c)
  • chore(deps): bump @ceramicnetwork/ceramic-common (#127) (29952d7)
  • chore(deps): bump @ceramicnetwork/ceramic-http-client (#126) (bddd93f)
  • Discard not valid requests (#119) (ca050d4)
  • chore(deps): bump ethers from 5.0.17 to 5.0.19 (#120) (0345680)
  • chore(deps): bump pg from 8.4.1 to 8.4.2 (#122) (d242332)
  • Bump pg from 8.4.0 to 8.4.1 (#111) (741f958)
  • Bump ethers from 5.0.15 to 5.0.17 (#113) (5333cb1)
  • Bump dag-jose from 0.2.0 to 0.3.0 (#114) (db3b2d7)
  • chore(cas): remove internal controller (#115) (a8caf92)
  • fix(CAS): fix initialization (#109) (6286ffd)
  • feat: add dag-jose codec (#107) (8203710)
  • Bump uuid from 8.3.0 to 8.3.1 (#106) (2e980ad)
  • Bump typeorm from 0.2.26 to 0.2.28 (#105) (6e7ff52)
  • Bump pg from 8.3.3 to 8.4.0 (#103) (ee09379)
  • Bump ethers from 5.0.14 to 5.0.15 (#104) (2700ccb)
  • Bump ethers from 5.0.13 to 5.0.14 (#100) (edea4b7)
  • Bump http-status-codes from 2.1.3 to 2.1.4 (#101) (8e222c1)
  • fix: change tag (f331785)
  • chore: set latest tag (2514b4c)
  • revert version (1777eaf)
  • update orb (10f2d90)
  • Bump @overnightjs/core from 1.7.4 to 1.7.5 (#92) (daaff71)
  • Bump ipfs-http-client from 46.1.1 to 47.0.1 (#91) (35be66e)
  • Bump http-status-codes from 2.1.2 to 2.1.3 (#90) (0987709)
  • Bump typeorm from 0.2.25 to 0.2.26 (#89) (7839e5d)
  • Bump @overnightjs/logger from 1.1.12 to 1.2.0 (#88) (dc9a3aa)
  • Bump ethers from 5.0.12 to 5.0.13 (#87) (99f8524)
  • Merge branch 'master' into develop (2265ceb)
  • Merge branch 'master' into develop (fe7f4b7)
  • develop (#86) (7dbaa3e)
  • minor fixes (5ea8d0b)
  • use another version (f6978ac)
  • change circleci confi (4839e53)
  • fix: switch circleci conf (8c3ced0)
  • fix circleci (2d42f76)
  • fix: update node version for circleci (8180019)
  • fix(cas): fix Docker file (5a35d2b)
  • chore: update Dockerfile (c5bba0b)
  • Merge branch 'develop' of github.com:ceramicnetwork/ceramic-anchor-service into develop (64abe9e)
  • chore: bump node version in circleci (ea2ecb8)
  • Bump ethers from 5.0.9 to 5.0.12 (#84) (a12069f)
  • Bump ipfs-http-client from 46.0.1 to 46.1.1 (#83) (d2ae4a1)
  • Bump ipfs-http-client from 45.0.0 to 46.0.1 (#76) (03b04f1)
  • Bump ejs from 3.1.3 to 3.1.5 (#74) (686fca9)
  • Bump uuid from 8.2.0 to 8.3.0 (#67) (071a797)
  • Bump multihashes from 1.0.1 to 3.0.1 (#68) (f4d7649)
  • Bump express-validator from 6.6.0 to 6.6.1 (#69) (bc0c98c)
  • Bump http-status-codes from 1.4.0 to 2.1.2 (#75) (e52329e)
  • Bump pg from 8.3.0 to 8.3.3 (#78) (1bf6009)
  • Bump cron-parser from 2.15.0 to 2.16.3 (#71) (b3bb90a)
  • Add license scan report and status (#70) (6bcef16)
  • Bump ethers from 5.0.7...
Read more