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

Don't Merge Me: dummy test for txn size and fees #7

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lazynina
Copy link
Member

@lazynina lazynina commented May 10, 2023

example output:

  console.log
    send 1 deso

      at src/identity/identity.spec.ts:1006:15

  console.log
    Txn Type:  BASIC_TRANSFER 
    Computed Fee:  164 
    Computed Size:  164

      at src/internal.ts:187:11

  console.log
    send 10 deso

      at src/identity/identity.spec.ts:1013:15

  console.log
    Txn Type:  BASIC_TRANSFER 
    Computed Fee:  164 
    Computed Size:  164

      at src/internal.ts:187:11

  console.log
    send 1 diamond

      at src/identity/identity.spec.ts:1022:15

  console.log
    Txn Type:  BASIC_TRANSFER 
    Computed Fee:  195 
    Computed Size:  195

      at src/identity/identity.spec.ts:1036:15

  console.log
    submit 100 character post

      at src/identity/identity.spec.ts:1046:15

  console.log
    Txn Type:  SUBMIT_POST 
    Computed Fee:  286 
    Computed Size:  286

      at src/internal.ts:187:11

  console.log
    submit 500 character post

      at src/identity/identity.spec.ts:1056:15

  console.log
    Txn Type:  SUBMIT_POST 
    Computed Fee:  686 
    Computed Size:  686

      at src/internal.ts:187:11

  console.log
    comment on post w/ 100 character comment

      at src/identity/identity.spec.ts:1066:15

  console.log
    Txn Type:  SUBMIT_POST 
    Computed Fee:  318 
    Computed Size:  318

      at src/internal.ts:187:11

  console.log
    comment on post w/ 500 character comment

      at src/identity/identity.spec.ts:1078:15

  console.log
    Txn Type:  SUBMIT_POST 
    Computed Fee:  718 
    Computed Size:  718

      at src/internal.ts:187:11

  console.log
    repost no body

      at src/identity/identity.spec.ts:1089:15

  console.log
    Txn Type:  SUBMIT_POST 
    Computed Fee:  243 
    Computed Size:  243

      at src/internal.ts:187:11

  console.log
    1 copy NFT

      at src/identity/identity.spec.ts:1102:15

  console.log
    Txn Type:  CREATE_NFT 
    Computed Fee:  10164 
    Computed Size:  164

      at src/internal.ts:187:11

  console.log
    like a post

      at src/identity/identity.spec.ts:1116:15

  console.log
    Txn Type:  LIKE 
    Computed Fee:  159 
    Computed Size:  159

      at src/internal.ts:187:11

  console.log
    follow a user

      at src/identity/identity.spec.ts:1124:15

  console.log
    Txn Type:  FOLLOW 
    Computed Fee:  160 
    Computed Size:  160

      at src/internal.ts:187:11

  console.log
    buy 1 DESO worth of creator coin, expecting 0.5 CCs

      at src/identity/identity.spec.ts:1132:15

  console.log
    Txn Type:  CREATOR_COIN 
    Computed Fee:  179 
    Computed Size:  179

      at src/identity/identity.spec.ts:1146:15

  console.log
    sell 0.5 CCs and expect 1 DESO in return

      at src/identity/identity.spec.ts:1155:15

  console.log
    Txn Type:  CREATOR_COIN 
    Computed Fee:  179 
    Computed Size:  179

      at src/identity/identity.spec.ts:1169:15

  console.log
    update all metadata fields of profile

      at src/identity/identity.spec.ts:1179:15

  console.log
    Txn Type:  UPDATE_PROFILE 
    Computed Fee:  6652 
    Computed Size:  6652

      at src/internal.ts:187:11

@lazynina lazynina changed the title Ln/dummy test for txn size and fees Don't Merge Me: dummy test for txn size and fees May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant