Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remote_setup.md. Fix typo (#815)
Add risc0-adapter to packages_to_publish.txt Signed-off-by: Filippo Costa <[email protected]> Allow modules to query token names (#821) * Add public function for fetching token names * Add test coverage * lint fix keypair/private_key discrepancy for sov-cli (#811) * fix keypair/private_key discrepancy * formatting * changes to use consistent format * README changes * linting fixes * remove checked in rollup_config.toml * fix token address in git workflow --------- Co-authored-by: dubbelosix <[email protected]> Initializes pending block on begin slot + genesis block (#803) * Initialize pending_block in begin_slot_hook properly * add timestamp handling * simplify unwrap * simplify basefee calculation, genesis block will be handled in genesis * Initialize genesis block * improvements * fix tests * add tests * fix test * Add expect * Move to lazy_static global test_config * simplify * fix * one more fix Add missing derive to BcsCodec (#823) Bug fix: StateMap::Keys are not consistent across platforms (#804) * Bug fix: Introduce EncodeLike trait. This PR removes our StateMap key encoding based on std::Hash, which was not consistent across platforms. Instead, this PR introduces the `EncodeLike<Ref, Target>` trait which marks that Ref can be encoded like Target by the implementing codec. This PR also removes the SingletonKey type, which required special handling in codecs. Instead, of using this placeholder, this PR implements auxiliary methods on the working set for dealing with singletons * Remove rollup config changes * fix test: qualify conversion * Add missing bounds for fuzzing * fix docs * clarify zsts in comment * allow separate codecs for keys/values * Split key and value codecs * Fix fuzzing feature * Introduce StateCodec trait to allow EncodeLike with SplitCodec * add doc comments * Fix fuzz and test targets * Fix test * fix docs Fix Cargo.lock, packages_to_publish.txt Signed-off-by: Filippo Costa <[email protected]> Update Cargo.lock Signed-off-by: Filippo Costa <[email protected]> Update Cargo.lock Signed-off-by: Filippo Costa <[email protected]>
- Loading branch information