Skip to content

v0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 18:17
· 51 commits to main since this release
v0.11.1
3ebd3ca

Changelog

  • 1bfb900 (auto) linter fixes
  • 70b7519 Merge branch 'main' of github.com:benleb/gloomberg
  • ed710d2 Merge remote-tracking branch 'origin/manifold/exlusive' * origin/manifold/exlusive: add working merkleproof mint, TODO: fix correct fee handling for non merkle proof mints wip: fetch merkleProof and mintIndices from manifold API for exlusive mints
  • ab6f066 add GetEventType()
  • b3a5e25 add func to utils to generate OS collection links
  • 241ce8b add gas fee/tip multiplier to manifold minter
  • b27ab72 add gas settings and fix signing in manifold minter
  • d6b0da5 add grpc client
  • 7e4e4b3 add min sales value for first txs fetching
  • eacd95f add missing collection name (if possible) to listings without (insiders)
  • e565589 add mvp of a grpc model for remote usage of seawatcher and similar
  • 0f5f40a add receiver for events from the manifold aws sns topic (todo: move to own module)
  • a05d307 add release command to readme
  • bc563eb add superrare bidder
  • 5aacf31 add test job to workflow 🤪
  • 1206a77 add working merkleproof mint, TODO: fix correct fee handling for non merkle proof mints
  • bd373d4 bluechips & curated wallets: subscribe to eventhub, add tweet function
  • 05433b9 change grpc package
  • 8b1e6d0 disable caching of go-setup
  • 36a45f3 disable govet for prometheus utils
  • a9355a5 disable ireturn check in golangci-lint
  • 3ebd3ca disable linters for false-positives
  • 18f4062 disable manifold new claim page notifications
  • d621ea1 do not try to subscribe via a not existing local opensea api client ☝️
  • 98a6406 enhance grpc server, preparation to use general "Event" for all opensea events
  • 273c43b external calls have to be done in preparation phase, disable in mint method for now
  • f14f131 extract printing methods from gb struct
  • f61decc fix formatting in message when a web client is deleted
  • e6c2ff9 fix http error code 403: add HTTP Headers for manifold api
  • de1832e fix linter
  • e599a9d fix nil pointer in manifold minter (after tx sent!)
  • ce0b7ef fix test command
  • 7a8dc3a formatting fixes
  • a5d9a84 improve the reliability of the grpc/eventhub code
  • 0596ca9 increase high volume mint threshold
  • 9290906 jobs status reporting for the poor
  • 48dbbec manifold minter fixes/improvements
  • 22afb5f manifold: add mintfor flag and fix batch minting
  • b67f133 manifold: fix isPublicMint logic
  • 78b97f4 manifold: implement correct float64 to big.Int conversion using shopspring/decimal
  • 5956b30 merge normal/merkle fee handling
  • 2fc052b move grpc server to own package
  • b2fb5f3 move merkle proof acquisition to where it should be, cleanup
  • 9694b3a move merkle proofs acquisition to preparation phase
  • 3362215 new suspicious manifold response param 👀
  • 22e1899 re-enable usage of first txs experiment
  • a17f50f reduce job status reporting
  • abea905 reduce logging
  • f9b1da8 reduce min TLS version for servers (web, grpc, ..)
  • ecdd52b remove nolint:gosec
  • ecf92a0 remove unused var
  • ea4585f remove v1.19
  • 69b6bda seawatcher via grpc now works actually and shows listings :) other events still to implement
  • 7d36d90 update degendata
  • 95c342b update deps
  • 484bd0c update deps
  • 722d534 update deps
  • 9f5466b update readme (still not reflecting current state of code)
  • 964bed2 update watched demo/testing wallets
  • e49a8f4 wip: fetch merkleProof and mintIndices from manifold API for exlusive mints