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

new user system #24

Merged
merged 28 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
95e6610
cleanup helper library
b3hr4d Jul 16, 2023
574e5f3
Merge pull request #18 from B3Pay/main
b3hr4d Jul 16, 2023
fe80d73
seperate all file into seperate folder
b3hr4d Jul 16, 2023
41de9dc
redesign helper library to be more readable
b3hr4d Jul 16, 2023
5169e5c
add subaccount comment and test
b3hr4d Jul 16, 2023
6727a1c
publish b3_helper_lib to cargo
b3hr4d Jul 17, 2023
654ff6c
update dependencies
b3hr4d Jul 17, 2023
b5509b5
pump cdk version and cleanup helper library
b3hr4d Jul 18, 2023
f5fda0a
rename permit library and update some packages
b3hr4d Jul 20, 2023
be18171
cleanup and pump dfx version
b3hr4d Jul 21, 2023
b8e459d
change to new .env structure
b3hr4d Jul 21, 2023
ebcb78f
fix frontend to work with new env
b3hr4d Jul 21, 2023
ca63741
remove basic wallet
b3hr4d Jul 21, 2023
b99ed17
cleanup and fix bugs
b3hr4d Jul 22, 2023
3ed509e
clean some export
b3hr4d Jul 22, 2023
7826f17
Delete yarn.lock
b3hr4d Jul 22, 2023
cc1d004
Merge pull request #22 from B3Pay/main
b3hr4d Jul 22, 2023
694f045
Merge pull request #23 from B3Pay/redesign
b3hr4d Jul 22, 2023
ba0a2c0
remove declarations from .gitignore
b3hr4d Jul 23, 2023
547c987
fix basic wallet types
b3hr4d Jul 23, 2023
f116f5d
Delete payment/declarations/b3_payment directory
b3hr4d Jul 23, 2023
22a0824
update packages
b3hr4d Jul 23, 2023
7be3f37
rename some files
b3hr4d Jul 23, 2023
ec06270
fix gitignore file
b3hr4d Jul 23, 2023
7d7623f
remove readme
b3hr4d Jul 23, 2023
5aed302
rename some struct and types
b3hr4d Jul 23, 2023
4527576
rename request to operation
b3hr4d Jul 24, 2023
869fa2c
switch to new user role
b3hr4d Jul 26, 2023
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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ target/

.env
wasm/
declarations/
frontend/declarations/
payment/declarations/
Loading