Releases: stakelens/ghost-crab
Releases · stakelens/ghost-crab
ghost-crab-common-v0.2.2
Added
- Add requests per second to the "config.json"
ghost-crab-v0.6.0
Added
- Add rate limit layer
ghost-crab-v0.5.1
Fixed
- Fix macro invalid address error
ghost-crab-macros-v0.1.4
Added
- Add config::load
Fixed
- Fix macro invalid address error
ghost-crab-common-v0.2.1
Added
- Add config::load
ghost-crab-v0.5.0
Added
- Now, we do not prefetch the block in the block handlers. To get the current block you have to call
ctx.block()
instead ofctx.block
Other
- Rename BlockContext.block -> BlockContext.block_number
ghost-crab-v0.4.0
Other
- Remove network from cache layer
- Add cache layer to the provider and remove the rpc proxy server
ghost-crab-v0.3.1
Other
- Add typed errors for cache loading
ghost-crab-v0.3.0
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
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"