Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mummur: initial murmur-core and murmur-cli implementations [2][4] #5

Merged
merged 23 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ff79ad0
WIP: separate into core and cli modules
driemworks Sep 10, 2024
7af88a8
can create and execute balance transfer call
driemworks Sep 12, 2024
0eb8337
verify works
driemworks Sep 13, 2024
4974624
add back beefy dep
driemworks Sep 13, 2024
297702f
real time usage works
driemworks Sep 17, 2024
8fdbbfe
remove sk from execution type
driemworks Sep 17, 2024
678bb21
create murmurstore struct, refactor to use stuct
driemworks Sep 19, 2024
8dc419f
refactor: move mapping and root into murmurstore, create execute func…
driemworks Sep 19, 2024
ddefc4d
feat: add test-utils, cleanup
driemworks Sep 24, 2024
0a20cc0
feat: remove test cfg flag
driemworks Sep 25, 2024
82af576
feat: test utils
driemworks Sep 25, 2024
d4fe411
chore: address clippy, address review feedback
driemworks Sep 25, 2024
990808d
chore: update casing
driemworks Sep 25, 2024
dcb8acd
feat: create a murmur lib for create and prepare_execute
juangirini Sep 27, 2024
634fd92
feat: create a murmur lib for create and prepare_execute
juangirini Sep 27, 2024
1001bf3
feat: create a murmur lib for create and prepare_execute
juangirini Sep 27, 2024
47ba4d0
feat: create a murmur lib for create and prepare_execute
juangirini Sep 27, 2024
ff9eb02
chore: rebase and fix conflicts
juangirini Sep 27, 2024
44e03dc
Merge pull request #9 from ideal-lab5/feat/3-murmur-api-create-functi…
juangirini Sep 27, 2024
0374c5f
feat: refactor WIP
driemworks Sep 27, 2024
d6813da
merge
driemworks Sep 27, 2024
b55c9ca
feat: refactor cli to use murmur-lib, get correct leaf position from …
driemworks Sep 28, 2024
7474fa2
chore: cleanup
driemworks Sep 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
- id: cargo-check
Loading