All Versions
46
Latest Version
Avg Release Cycle
10 days
Latest Release
1332 days ago

Changelog History
Page 3

  • v0.0.46 Changes

    February 20, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 566617e chore: login to docker when deploying (#576)
    7a20ac9 feat: add init command (#572)
    ๐Ÿณ 70e7c91 feat: cmd/indexer docker container (#574)
    ๐Ÿ— 19c3ca7 fix: add missing docker info to build (#575)
    ๐Ÿš€ 950bbac fix: goreleaser build (#577)
    0b524b2 fix: missing encryption mappings (#571)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull mailchain/indexer:latest
    • ๐Ÿณ docker pull mailchain/indexer:0.0.46
  • v0.0.45 Changes

    February 16, 2020

    ๐Ÿ”„ Changelog

    d79fd7f feat: blockscout as public key finder for Mainnet (#569)

  • v0.0.44 Changes

    February 16, 2020

    ๐Ÿ”„ Changelog

    60226d5 fix: create noauth client for blockscout on etherum mainnet (#568)

  • v0.0.43 Changes

    February 15, 2020

    ๐Ÿ”„ Changelog

    6b2928e Simpler way to generate secp256k1.ECIES() #502 (#510)
    6766057 add missing contructors (#494)
    ๐Ÿšš 70e24e7 chore: remove assert := assert.New(t) (#539)
    538d01f chore: (#492)
    71fa0de chore: Check the private key type used when creating a aes256cbc.NewDecrypter (#514)
    5809404 chore: Infer key type from public key and private key (#535)
    ๐Ÿคก b2592fd chore: PrivateKey and PublicKey mock (#524)
    f5b8eca chore: add check to toTansaction (#491)
    ๐Ÿ“ฆ 54bffd3 chore: create actions package (#461)
    bb54bc3 chore: enable go 1.12.x on travis (#561)
    โœ… 6fdeec6 chore: eve test keys (#526)
    ๐Ÿคก 32c33ec chore: key exchange mock (#525)
    ๐Ÿ“ฆ 7c6a71b chore: move generic settings packages (#493)
    ๐Ÿšš c82bf9d chore: move key exchange to crypto (#500)
    8232fa2 chore: return generic errors for aes256cbc encrypt and decrypt (#509)
    ๐Ÿ“ฆ e8cb74b chore: tests - remove references to pk hex in non secp256k1 packages (#490)
    d933b99 chore: underscores to dash (#541)
    โšก๏ธ f56cfc8 chore: update slack invite link (#521)
    ๐Ÿ“ฆ 95a8df7 create generic package (#488)
    b4d8e9c feat: NaCl with ECDH encryption (#529)
    d215f3e feat: NetworkID function on ethereum client (#519)
    c452cc2 feat: add badger db to settings (#480)
    0a35ebd feat: add pq transaction store (#520)
    9782db0 feat: add run cmd for indexer (#512)
    d4d9e37 feat: create a sender service for substrate (#513)
    e8b0083 feat: create echd key exchange for secp256k1 (#503)
    ba15690 feat: create generic errors for cipher encrypt and decrypt #498 (#508)
    dad75b5 feat: create key exchange (#497)
    ๐Ÿณ 5ae39da feat: docker-compose to create postgres db (#475)
    d4a9392 feat: echd key exchange for ed25519 (#511)
    92501ba feat: getting key from hex (#540)
    b126aee feat: implement datastore.RawTransactionStore using fs (#517)
    b4be010 feat: implement sr25519 keys (#360)
    e3db60c feat: pkf api and impl (#536)
    ad0bd42 feat: return public key type (#534)
    26b36a6 fix: GetPublicKeyFromTransaction return 64 bytes (#552)
    160e294 fix: Return correct address for substrate berlin and edgeware networks (#562)
    b652270 fix: public key with short r or s (#549)
    6947024 fix: sr25519.ExchangeKeys specify return length (#528)

  • v0.0.42 Changes

    December 31, 2019

    ๐Ÿ”„ Changelog

    78182a5 chore: add public key info to mail headers (#427)
    ๐Ÿšš 21dbf80 chore: remove method PrivateKeyFromHex (#452)
    ad14656 feat: add endpoint for programmable envelopes (#472)
    33cc901 feat: indexer - implement PublicKeyStore on pq (#469)

  • v0.0.41 Changes

    December 23, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿšš b1c0e7e chore: remove cmd/indexer/internal/pq (#460)
    ๐Ÿšš b145ed4 chore: remove crypto.KeyTypes() (#459)
    a81e6f2 feat: add badgerDB to stores (#467)
    95d4f0e feat: finder.PublicKeyFromAddress return PublicKey (#421)
    ๐Ÿ‘ fbe602e feat: include supported encryption types with public key (#411)
    ๐Ÿ“„ 5487e16 fix: API docs show wrong version (#464)

  • v0.0.40 Changes

    December 19, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿšš 8ae1e31 feat: Remove PublicKey from Encrypter interface Encrypt method (#362)
    ๐Ÿคก c3def15 feat: add mocks for cmd/indexer (#446)
    d3c75dd feat: indexer processors (#444)
    cccb112 fix: returns empty getMessage array instead of null (#437)
    2fdbf49 fix: secp256k1 public key not returning correct bytes (#453)
    ๐Ÿ”จ 58900df refactor: #439 change Type to Kind (#440)

  • v0.0.39 Changes

    December 07, 2019

    ๐Ÿ”„ Changelog

    da1b9fc bug: HTML Detection Fails on Send Message (#433)
    ๐Ÿšš 352a6c8 chore: remove secp256k1.PublicKeyFromHex func and tests (#436)
    ๐Ÿ”จ bb326dd refactor: change encoding/hex to encoding.EncodeHex

  • v0.0.38 Changes

    December 02, 2019

    ๐Ÿ”„ Changelog

    94fb915 chore: Rename DecodeZeroX and EncodeZeroX to include hex
    e5a2400 feat: change method signature to EncodeZeroX(src []byte) (encoded string)
    5251a9f #334 change secp256k1.PublicKeyFromHex to PublicKeyFromBytes (#344)
    1a608c5 #337 change call method PrivateKeyFromHex to PrivateKeyFromBytes (#343)
    ๐Ÿšš e567821 #370 - Remove PathProtocol and friends (#374)
    09cd663 #394 - Feat Add EncodeBase58 method
    b946348 141/developer instructions (#372)
    d56c528 Add Make Help and go fmt on openapi #346 (#376)
    4ae7a63 Allow adding substrate keys to keystore (#329)
    5839a2b Bug fix protocol flag (#279) (#338)
    0b54bea Correct method to check if keystore has address (#371)
    ๐Ÿ‘• ad12a3b Fix lint and docs
    39991b2 Implement nacl cipher (#328)
    ๐Ÿ“š 611dad9 Improve developer documentation (#356)
    0327a1f Issue/352 (#353)
    ๐Ÿšš acaa48f Removed all references to testutil and multihash file (#363)
    โšก๏ธ bf75590 Update Readme.MD (#361)
    โšก๏ธ bc9f761 Update sender/relay/relay.go
    eb02e4e add check key type for signer (#358)
    f81fa49 add config for semantic-pull-requests (#383)
    20ec098 add verify to secp256k1 public key
    f0d7ef7 also exclude ed25519
    ๐Ÿ‘• 4913d96 change // nolint to //nolint (#342)
    ๐Ÿ“„ 28e40a5 chore(docs): changes display message in api docs for PutRead
    ๐Ÿ‘• 24e2d6f chore: fix linting issues (#396)
    488688d chore: make Decode private
    acb62d3 chore: prevent MIP from going stale
    ๐Ÿ‘• 9cc9f2a clean up lint
    ๐Ÿ“„ e3d733c clearer docs
    a2ec9fb continue rather than error (#369)
    5feca70 descriptive message when not finding transaciton
    5072830 feat: Add Kind() to public key
    โœ… 182ce81 feat: Add MustDecodeZeroX() test function
    7e4fb75 feat: Add original TX Hash to message
    64263fa feat: Create DecodeHex and EncodeHex methods
    ๐Ÿ“ฆ b04428e feat: add KeyKindFromSignature to multikey package
    0f77673 feat: add network ids to /protocol endpoint
    3baefd5 feat: add sign message to ed25519 private key (#377)
    12487c8 feat: add sign to secp256k1 private key
    83acc14 feat: add verify to ed25519 public key
    ๐Ÿ‘• d8d18ba feat: goreportcard lint fix
    โœ… 5ca3f28 feat: internal/testutil/base58.go
    04c597e feat: specify encrypter type when sending message
    287de45 feat: specify envelope type when sending message
    ๐Ÿ‘• 05fa289 fix lint
    ๐Ÿ‘• 108750e fix lint issues
    ๐Ÿ‘• c78ad18 fix lint issues
    ๐Ÿ‘• aa72b5f fix linting
    ๐Ÿ‘• dcc15bc fix linting issues
    4562155 fix: Prepended encrypted method in cipher/nacl
    bb7b17c fix: Prepended encrypted method in cipher/noop
    d6f0351 gofmt files
    ๐Ÿ“„ a2a866a improve docs
    ๐Ÿ‘• ef7cefb lint fixes
    ๐Ÿ“ฆ d2ca476 move consts out of mailchain package
    ๐Ÿšš af8bf62 move names to settings and remove unused values
    ๐Ÿ”จ c85056b refactor: change testutil.MustHexDecodeString to encodingtest.MustDececodeHex
    โšก๏ธ cf4e98d remove testutil/keys.go and update references (#355)
    ๐Ÿ‘• 22f0cce resolve lint
    ๐Ÿ‘• b941e98 resolve some linting issues
    ๐Ÿ— 2788492 speed up builds
    2ba63fd tweak golangci
    275672e typo

  • v0.0.37 Changes

    October 24, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿ“„ 3702880 add extra api docs
    โœ… 2534091 missing unit tests