Skip to content

Commit

Permalink
replaces createdAt with number for sequence
Browse files Browse the repository at this point in the history
uses single number value instead of nesting sequence in object

updates all account fixtures
  • Loading branch information
hughy committed Jun 21, 2024
1 parent 574d54d commit ab981cd
Show file tree
Hide file tree
Showing 93 changed files with 801 additions and 4,942 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
"incomingViewKey": "06997d130a77169a3166b574cfb2cfbd1da790b467806980f3b8219c587a8105",
"outgoingViewKey": "28b0f8b4679473d9c9adad455494caeabf0ead48caea86db99bcc2425e82740f",
"publicAddress": "c99fce0caf37289e0b5d9ff1b896cd6381688ff97e2a4c1a74be726dcbbcaaeb",
"createdAt": {
"hash": {
"type": "Buffer",
"data": "base64:R5HXrp+X3xAO8VWOhHctagm0N2I4goP3XG8goyqIqoY="
},
"sequence": 1
},
"createdAt": 1,
"scanningEnabled": true,
"proofAuthorizingKey": "a9e3276ce11d0940e231dac817f5b07579a29283393645dec8c1427157863809"
},
Expand All @@ -38,13 +32,7 @@
"incomingViewKey": "69001c519812fe3684167a365ecc96143e29ea569cd9bb273a77926c99abd905",
"outgoingViewKey": "261b0e6b4252bdd3c27677e1f7fdf1d2bd2db39e19290e6fd0e1d65f2965ad27",
"publicAddress": "85a057d38b8e0272a3bb97f5da2e526f2c997e8a708cf051982993e33f1fc9bb",
"createdAt": {
"hash": {
"type": "Buffer",
"data": "base64:R5HXrp+X3xAO8VWOhHctagm0N2I4goP3XG8goyqIqoY="
},
"sequence": 1
},
"createdAt": 1,
"scanningEnabled": true,
"proofAuthorizingKey": "1b77b502f4e5dd4273d542850496824da73a89fd7b4b835ffc21171f8b30f805"
},
Expand Down
296 changes: 37 additions & 259 deletions ironfish/src/blockchain/__fixtures__/blockchain.test.ts.fixture

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
"incomingViewKey": "b075942e9c29e7ef20bffb9216da127476d0befc246c968587686c40e3ae0600",
"outgoingViewKey": "de67a5e14b8911282873502631d9f7449c37ace371e6bc757847251544f7f225",
"publicAddress": "107ad9374229cbb43a822f9b617658e06432dec804a4ddee38835a014e6d1865",
"createdAt": {
"hash": {
"type": "Buffer",
"data": "base64:R5HXrp+X3xAO8VWOhHctagm0N2I4goP3XG8goyqIqoY="
},
"sequence": 1
},
"createdAt": 1,
"scanningEnabled": true,
"proofAuthorizingKey": "3cd46bb64213e76a9fbc6d94b735b115ecca1df9ea4045a4a20fdd4655bb2603"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
"incomingViewKey": "e536066fbc7ec90e86dcb8042276059c265807275e21ff244a640c626b148305",
"outgoingViewKey": "faa66599ee577712eac1a8f41d287ac15b117bcd15ab57e47268f145e06bf2dc",
"publicAddress": "afdbe0aa15787f2ae6c74a217190470ed623199f16d79aa83afa3af467f8415c",
"createdAt": {
"hash": {
"type": "Buffer",
"data": "base64:R5HXrp+X3xAO8VWOhHctagm0N2I4goP3XG8goyqIqoY="
},
"sequence": 1
},
"createdAt": 1,
"scanningEnabled": true,
"proofAuthorizingKey": "2493d2bf08d9c6a218355a7d5c45d09dbdbca1597328719bfd48371cf8beb104"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
"incomingViewKey": "dd5a50d8e028a9726b0dc60c97264ef24fe1ad978181e951dbfdd838f6ca8707",
"outgoingViewKey": "c5b5d8116e04c506ec577bea28eb190e7896259c3e11c7787b5af0da2a8cd159",
"publicAddress": "ba1ded13a19a4baa5f5f8dd8ea39956b5d3c91b68092d2226e308765df4c1023",
"createdAt": {
"hash": {
"type": "Buffer",
"data": "base64:R5HXrp+X3xAO8VWOhHctagm0N2I4goP3XG8goyqIqoY="
},
"sequence": 1
},
"createdAt": 1,
"scanningEnabled": true,
"proofAuthorizingKey": "b82eed8ff1c48d3ceb716edff673082c1e5da5c741e2143fa04889d1db5a4e0d"
},
Expand Down
Loading

0 comments on commit ab981cd

Please sign in to comment.