Skip to content

Releases: stakelens/ghost-crab

ghost-crab-common-v0.2.2

25 Jul 23:45
8eca896
Compare
Choose a tag to compare

Added

  • Add requests per second to the "config.json"

ghost-crab-v0.6.0

24 Jul 22:42
40f1834
Compare
Choose a tag to compare

Added

  • Add rate limit layer

ghost-crab-v0.5.1

24 Jul 14:46
ecf0c73
Compare
Choose a tag to compare

Fixed

  • Fix macro invalid address error

ghost-crab-macros-v0.1.4

24 Jul 14:40
ecf0c73
Compare
Choose a tag to compare

Added

  • Add config::load

Fixed

  • Fix macro invalid address error

ghost-crab-common-v0.2.1

24 Jul 14:40
ecf0c73
Compare
Choose a tag to compare

Added

  • Add config::load

ghost-crab-v0.5.0

23 Jul 15:39
d468c49
Compare
Choose a tag to compare

Added

  • Now, we do not prefetch the block in the block handlers. To get the current block you have to call ctx.block() instead of ctx.block

Other

  • Rename BlockContext.block -> BlockContext.block_number

ghost-crab-v0.4.0

23 Jul 14:26
753420d
Compare
Choose a tag to compare

Other

  • Remove network from cache layer
  • Add cache layer to the provider and remove the rpc proxy server

ghost-crab-v0.3.1

22 Jul 13:43
4fcb8b5
Compare
Choose a tag to compare

Other

  • Add typed errors for cache loading

ghost-crab-v0.3.0

20 Jul 19:07
Compare
Choose a tag to compare

Other

  • Adds step, network, start_block and execution_mode to "block_handler"
  • Adds "network" to handler
  • Adds execution_mode to handler
  • Adds "ghost_crab_common" to share the config struct
  • Adds "template" proc-macro and renames "handle" to "event_handler"

ghost-crab-macros-v0.1.3

20 Jul 18:58
Compare
Choose a tag to compare

Other

  • Adds step, network, start_block and execution_mode to "block_handler"
  • Adds "network" to handler
  • Adds execution_mode to handler
  • Adds "ghost_crab_common" to share the config struct
  • Adds "template" proc-macro and renames "handle" to "event_handler"