grin/wallet
hashmap 3a3ba4d636
Improve middleware support in web layer (#1572)
* Middleware and handler (mw implements the same trait) could be attached to multiple nodes inside the router
* Middleware could be attached to the router (syntactic sugar, it is attached to the root node) as well as to any node
* Handler's call method receives an iterator of handlers and responsible for calling the next handler if needed
2018-09-21 19:57:59 +02:00
..
src Improve middleware support in web layer (#1572) 2018-09-21 19:57:59 +02:00
tests disable chain compaction on archive nodes (#1498) 2018-09-10 15:59:42 +01:00
Cargo.toml Update rand crate to 0.5 (#1542) 2018-09-18 09:39:45 +01:00